2026-03-26 22:45:06 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
2026-03-26 22:45:06 [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-26 22:45:06 [ayvens.be] INFO: Starting spider ayvens.be
2026-03-26 22:45:06 [scrapy.addons] INFO: Enabled addons:
[]
2026-03-26 22:45:06 [asyncio] DEBUG: Using selector: EpollSelector
2026-03-26 22:45:06 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-03-26 22:45:06 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-03-26 22:45:06 [scrapy.extensions.telnet] INFO: Telnet Password: 893c0a04532b42b4
2026-03-26 22:45:06 [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-26 22:45:06 [scrapy.crawler] INFO: Overridden settings:
{'BOT_NAME': 'SourcingV2',
'CLOSESPIDER_TIMEOUT': 7200,
'DOWNLOAD_MAXSIZE': 52428800,
'DOWNLOAD_WARNSIZE': 10485760,
'FEED_EXPORT_ENCODING': 'utf-8',
'LOG_FILE': '/var/log/scrapyd/logs/sourcing_v2/ayvens.be/task_34_2026-03-26T22_45_00.log',
'LOG_FORMATTER': 'crawlers.log_formatter.SourcingLogFormatter',
'MEMUSAGE_LIMIT_MB': 2048,
'MEMUSAGE_WARNING_MB': 1536,
'NEWSPIDER_MODULE': 'spiders',
'REQUEST_FINGERPRINTER_CLASS': 'scrapy_zyte_api.ScrapyZyteAPIRequestFingerprinter',
'REQUEST_FINGERPRINTER_IMPLEMENTATION': '2.7',
'SPIDER_MODULES': ['spiders', 'auth_check'],
'TWISTED_REACTOR': 'twisted.internet.asyncioreactor.AsyncioSelectorReactor',
'USER_AGENT': ''}
2026-03-26 22:45:06 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-26 22:45:06 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-26 22:45:06 [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-26 22:45:06 [crawlers.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware
2026-03-26 22:45:06 [scrapy.middleware] INFO: Enabled spider middlewares:
['scrapy.spidermiddlewares.httperror.HttpErrorMiddleware',
'scrapy_zyte_api.ScrapyZyteAPISpiderMiddleware',
'crawlers.middlewares.monitoring_spider_middleware.MonitoringSpiderMiddleware',
'scrapy.spidermiddlewares.referer.RefererMiddleware',
'scrapy.spidermiddlewares.urllength.UrlLengthMiddleware',
'scrapy.spidermiddlewares.depth.DepthMiddleware',
'crawlers.middlewares.photo_download_middleware.PhotoDownloadMiddleware',
'crawlers.middlewares.report_download_middleware.ReportDownloadMiddleware',
'crawlers.middlewares.id_gen_middleware.IdGenMiddleware']
2026-03-26 22:45:06 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_TENANT_ID, AZURE_CLIENT_ID
2026-03-26 22:45:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-26 22:45:06 [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-26 22:45:06 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-03-26 22:45:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
2026-03-26 22:45:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:06 [crawlers.pipelines.translation_pipeline] INFO: Loading translations for language: en
2026-03-26 22:45:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /Translations()?$filter=PartitionKey%20eq%20%27en%27%20and%20RowKey%20eq%20%27en%27 HTTP/1.1" 200 None
2026-03-26 22:45:06 [crawlers.pipelines.item_rules_pipeline] INFO: Setting up ItemRules Pipeline
2026-03-26 22:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_location_for_country.json
2026-03-26 22:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_cars_from_auction_title.json
2026-03-26 22:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_country.json
2026-03-26 22:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_fr.json
2026-03-26 22:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_photos.json
2026-03-26 22:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_from_info.json
2026-03-26 22:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_not_allowed.json
2026-03-26 22:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: not_operable_from_info.json
2026-03-26 22:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_models_not_allowed.json
2026-03-26 22:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_title.json
2026-03-26 22:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: imported_cars.json
2026-03-26 22:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_currency.json
2026-03-26 22:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_mileage.json
2026-03-26 22:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_auction_title.json
2026-03-26 22:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_country_of_origin.json
2026-03-26 22:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_pt.json
2026-03-26 22:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: electric_cars.json
2026-03-26 22:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_color.json
2026-03-26 22:45:06 [crawlers.pipelines.post_to_api] INFO: Setting up PostToApi Pipeline pointing to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-26 22:45:06 [scrapy.middleware] INFO: Enabled item pipelines:
['crawlers.pipelines.translation_pipeline.TranslationPipeline',
'crawlers.pipelines.item_rules_pipeline.ItemRulesPipeline',
'crawlers.pipelines.post_to_api.PostToApiPipeline']
2026-03-26 22:45:06 [scrapy.core.engine] INFO: Spider opened
2026-03-26 22:45:06 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-03-26 22:45:06 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2026-03-26 22:45:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 141MiB
2026-03-26 22:45:06 [scrapy-playwright] INFO: Starting download handler
2026-03-26 22:45:06 [scrapy-playwright] INFO: Starting download handler
2026-03-26 22:45:11 [scrapy-playwright] INFO: Launching browser firefox
2026-03-26 22:45:12 [scrapy-playwright] INFO: Browser firefox launched
2026-03-26 22:45:12 [scrapy-playwright] DEBUG: Browser context started: 'default' (persistent=False, remote=False)
2026-03-26 22:45:12 [scrapy-playwright] DEBUG: [Context=default] New page created, page count is 1 (1 for all contexts)
2026-03-26 22:45:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/en-gb/lots> (resource type: document)
2026-03-26 22:45:13 [scrapy-playwright] DEBUG: [Context=default] Response: <407 https://carmarket.ayvens.com/en-gb/lots>
2026-03-26 22:45:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/en-gb/lots> (resource type: document)
2026-03-26 22:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/en-gb/lots>
2026-03-26 22:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/styles/themes/fonts/ald/Chillax-Medium.woff2> (resource type: font, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-26 22:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/styles/themes/fonts/ald/Chillax-Regular.woff2> (resource type: font, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-26 22:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/styles/themes/fonts/ald/Chillax-Semibold.woff2> (resource type: font, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-26 22:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/styles/themes/fonts/ald/SourceSans3-Bold.woff2> (resource type: font, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-26 22:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/styles/themes/fonts/ald/SourceSans3-Medium.woff2> (resource type: font, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-26 22:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/styles/themes/fonts/ald/SourceSans3-Regular.woff2> (resource type: font, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-26 22:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/styles/themes/fonts/ald/SourceSans3-SemiBold.woff2> (resource type: font, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-26 22:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/styles-ETA5EMQJ.css> (resource type: stylesheet, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-26 22:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-R5GGQAWE.js> (resource type: script, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-26 22:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-YI6GGZZZ.js> (resource type: script, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-26 22:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-NAGGRITV.js> (resource type: script, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-26 22:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-BBQ7R2BV.js> (resource type: script, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-26 22:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-HPL7GXW6.js> (resource type: script, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-26 22:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-ADG3G2OJ.js> (resource type: script, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-26 22:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-7JYRLYWD.js> (resource type: script, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-26 22:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-2S63FZXS.js> (resource type: script, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-26 22:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-K7GQAXGO.js> (resource type: script, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-26 22:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-PMQRMPGY.js> (resource type: script, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-26 22:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/polyfills-FFHMD2TL.js> (resource type: script, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-26 22:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/main-NKPAFEH2.js> (resource type: script, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-26 22:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/Chillax-Regular-IWU2LEHA.woff2> (resource type: font, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-26 22:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/Chillax-Medium-NIVAGDSI.woff2> (resource type: font, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-26 22:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/Chillax-Semibold-YNVWM5XA.woff2> (resource type: font, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-26 22:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/images/logo-ayvens-carmarket.svg> (resource type: image, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-26 22:45:15 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/logo-ayvens-carmarket.svg>
2026-03-26 22:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/images/flags/round-gb.svg> (resource type: image, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-26 22:45:15 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/flags/round-gb.svg>
2026-03-26 22:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/images/line.svg> (resource type: image, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-26 22:45:15 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/line.svg>
2026-03-26 22:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/images/chevron-down.svg> (resource type: image, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-26 22:45:15 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/chevron-down.svg>
2026-03-26 22:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/images/loader.svg> (resource type: image, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-26 22:45:15 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/loader.svg>
2026-03-26 22:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/styles/themes/fonts/ald/Chillax-Medium.woff2>
2026-03-26 22:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/styles/themes/fonts/ald/Chillax-Regular.woff2>
2026-03-26 22:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/styles/themes/fonts/ald/Chillax-Semibold.woff2>
2026-03-26 22:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/styles/themes/fonts/ald/SourceSans3-Medium.woff2>
2026-03-26 22:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/styles/themes/fonts/ald/SourceSans3-Bold.woff2>
2026-03-26 22:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/styles/themes/fonts/ald/SourceSans3-Regular.woff2>
2026-03-26 22:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/styles/themes/fonts/ald/SourceSans3-SemiBold.woff2>
2026-03-26 22:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-YI6GGZZZ.js>
2026-03-26 22:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-R5GGQAWE.js>
2026-03-26 22:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-BBQ7R2BV.js>
2026-03-26 22:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-HPL7GXW6.js>
2026-03-26 22:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-5567JMUS.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-YI6GGZZZ.js)
2026-03-26 22:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-4CLCTAJ7.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-YI6GGZZZ.js)
2026-03-26 22:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-QV3UPEBS.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-R5GGQAWE.js)
2026-03-26 22:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-AQBI4CYB.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-R5GGQAWE.js)
2026-03-26 22:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-EIXBRKXP.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-R5GGQAWE.js)
2026-03-26 22:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-QZ2M64VL.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-BBQ7R2BV.js)
2026-03-26 22:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-HQZHDCQG.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-BBQ7R2BV.js)
2026-03-26 22:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-EVZDJ3YH.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-HPL7GXW6.js)
2026-03-26 22:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-2BYH6G4C.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-HPL7GXW6.js)
2026-03-26 22:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-AHM2LY2L.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-HPL7GXW6.js)
2026-03-26 22:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-VGUEXTON.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-HPL7GXW6.js)
2026-03-26 22:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-SUQC6PCL.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-HPL7GXW6.js)
2026-03-26 22:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-7DYAUIPQ.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-HPL7GXW6.js)
2026-03-26 22:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-6BXXUPPN.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-HPL7GXW6.js)
2026-03-26 22:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-CQOH37XC.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-HPL7GXW6.js)
2026-03-26 22:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/styles-ETA5EMQJ.css>
2026-03-26 22:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-NAGGRITV.js>
2026-03-26 22:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-7JYRLYWD.js>
2026-03-26 22:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-ADG3G2OJ.js>
2026-03-26 22:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-2S63FZXS.js>
2026-03-26 22:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-K7GQAXGO.js>
2026-03-26 22:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-PMQRMPGY.js>
2026-03-26 22:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/polyfills-FFHMD2TL.js>
2026-03-26 22:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/main-NKPAFEH2.js>
2026-03-26 22:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-SALCXTDR.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-K7GQAXGO.js)
2026-03-26 22:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/Chillax-Regular-IWU2LEHA.woff2> (resource type: font, referrer: https://carmarket.ayvens.com/styles-ETA5EMQJ.css)
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/Chillax-Medium-NIVAGDSI.woff2> (resource type: font, referrer: https://carmarket.ayvens.com/styles-ETA5EMQJ.css)
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/SourceSans3-Bold-OH3V3LEB.woff2> (resource type: font, referrer: https://carmarket.ayvens.com/styles-ETA5EMQJ.css)
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/SourceSans3-Regular-VMJBJIXS.woff2> (resource type: font, referrer: https://carmarket.ayvens.com/styles-ETA5EMQJ.css)
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/Chillax-Semibold-YNVWM5XA.woff2> (resource type: font, referrer: https://carmarket.ayvens.com/styles-ETA5EMQJ.css)
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/SourceSans3-SemiBold-NPKTOIJ5.woff2> (resource type: font, referrer: https://carmarket.ayvens.com/styles-ETA5EMQJ.css)
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/Chillax-Regular-IWU2LEHA.woff2>
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/Chillax-Medium-NIVAGDSI.woff2>
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/Chillax-Semibold-YNVWM5XA.woff2>
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-OF6JT4KC.js> (resource type: script, referrer: https://carmarket.ayvens.com/main-NKPAFEH2.js)
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-Y6LYHJ33.js> (resource type: script, referrer: https://carmarket.ayvens.com/main-NKPAFEH2.js)
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-ELPOVYM7.js> (resource type: script, referrer: https://carmarket.ayvens.com/main-NKPAFEH2.js)
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-VBU7AOHF.js> (resource type: script, referrer: https://carmarket.ayvens.com/main-NKPAFEH2.js)
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-SPE4D2IX.js> (resource type: script, referrer: https://carmarket.ayvens.com/main-NKPAFEH2.js)
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-N2FZW7V7.js> (resource type: script, referrer: https://carmarket.ayvens.com/main-NKPAFEH2.js)
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-VPLHK2CL.js> (resource type: script, referrer: https://carmarket.ayvens.com/main-NKPAFEH2.js)
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-AVZZH6AV.js> (resource type: script, referrer: https://carmarket.ayvens.com/main-NKPAFEH2.js)
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-KLKMSQPH.js> (resource type: script, referrer: https://carmarket.ayvens.com/main-NKPAFEH2.js)
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-2FANG3NP.js> (resource type: script, referrer: https://carmarket.ayvens.com/main-NKPAFEH2.js)
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-ABBXN5WQ.js> (resource type: script, referrer: https://carmarket.ayvens.com/main-NKPAFEH2.js)
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-NPJHDJ36.js> (resource type: script, referrer: https://carmarket.ayvens.com/main-NKPAFEH2.js)
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-MLMYZRAG.js> (resource type: script, referrer: https://carmarket.ayvens.com/main-NKPAFEH2.js)
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-5D4JF6DX.js> (resource type: script, referrer: https://carmarket.ayvens.com/main-NKPAFEH2.js)
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-7IEPAGTW.js> (resource type: script, referrer: https://carmarket.ayvens.com/main-NKPAFEH2.js)
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-ZYL3EWWF.js> (resource type: script, referrer: https://carmarket.ayvens.com/main-NKPAFEH2.js)
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-WWYAPULQ.js> (resource type: script, referrer: https://carmarket.ayvens.com/main-NKPAFEH2.js)
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-XXARMH2T.js> (resource type: script, referrer: https://carmarket.ayvens.com/main-NKPAFEH2.js)
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-AYT4KML6.js> (resource type: script, referrer: https://carmarket.ayvens.com/main-NKPAFEH2.js)
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-CX65R3QQ.js> (resource type: script, referrer: https://carmarket.ayvens.com/main-NKPAFEH2.js)
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-XGLUMAK5.js> (resource type: script, referrer: https://carmarket.ayvens.com/main-NKPAFEH2.js)
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-EHSUL3RU.js> (resource type: script, referrer: https://carmarket.ayvens.com/main-NKPAFEH2.js)
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-7UDVUMWJ.js> (resource type: script, referrer: https://carmarket.ayvens.com/main-NKPAFEH2.js)
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-WRLSZEDX.js> (resource type: script, referrer: https://carmarket.ayvens.com/main-NKPAFEH2.js)
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-XCHSKDZH.js> (resource type: script, referrer: https://carmarket.ayvens.com/main-NKPAFEH2.js)
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-5567JMUS.js>
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-4CLCTAJ7.js>
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-QV3UPEBS.js>
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-AQBI4CYB.js>
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-EIXBRKXP.js>
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-QZ2M64VL.js>
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-HQZHDCQG.js>
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-AHM2LY2L.js>
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-2BYH6G4C.js>
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-EVZDJ3YH.js>
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-VGUEXTON.js>
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-SUQC6PCL.js>
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-7DYAUIPQ.js>
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-6BXXUPPN.js>
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-CQOH37XC.js>
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/Chillax-Regular-IWU2LEHA.woff2>
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-SALCXTDR.js>
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/Chillax-Medium-NIVAGDSI.woff2>
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/SourceSans3-Regular-VMJBJIXS.woff2>
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/SourceSans3-Bold-OH3V3LEB.woff2>
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/SourceSans3-SemiBold-NPKTOIJ5.woff2>
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-OF6JT4KC.js>
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/Chillax-Semibold-YNVWM5XA.woff2>
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-Y6LYHJ33.js>
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-ELPOVYM7.js>
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-VBU7AOHF.js>
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-SPE4D2IX.js>
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-N2FZW7V7.js>
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-AVZZH6AV.js>
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-VPLHK2CL.js>
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-ABBXN5WQ.js>
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-2FANG3NP.js>
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-KLKMSQPH.js>
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-NPJHDJ36.js>
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-MLMYZRAG.js>
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-7IEPAGTW.js>
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-5D4JF6DX.js>
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-WWYAPULQ.js>
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-ZYL3EWWF.js>
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-XXARMH2T.js>
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-AYT4KML6.js>
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-CX65R3QQ.js>
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-XGLUMAK5.js>
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-EHSUL3RU.js>
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-7UDVUMWJ.js>
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-WRLSZEDX.js>
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-XCHSKDZH.js>
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.monitor.azure.com/scripts/b/ai.config.1.cfg.json> (resource type: fetch, referrer: https://carmarket.ayvens.com/)
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-U3DCL5KE.js> (resource type: script, referrer: https://carmarket.ayvens.com/main-NKPAFEH2.js)
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-7HVTDVUE.js> (resource type: script, referrer: https://carmarket.ayvens.com/main-NKPAFEH2.js)
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/images/favicon/ayvens-white-bg_192x192.png> (resource type: image, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/favicon/ayvens-white-bg_192x192.png>
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/images/favicon/ayvens.svg> (resource type: image, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/favicon/ayvens.svg>
2026-03-26 22:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-U3DCL5KE.js>
2026-03-26 22:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-7HVTDVUE.js>
2026-03-26 22:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-VPZ5PCFV.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-7HVTDVUE.js)
2026-03-26 22:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-VPZ5PCFV.js>
2026-03-26 22:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-R57BLUBZ.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-VPZ5PCFV.js)
2026-03-26 22:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.monitor.azure.com/scripts/b/ai.config.1.cfg.json>
2026-03-26 22:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-R57BLUBZ.js>
2026-03-26 22:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-XI7MA6UU.js> (resource type: script, referrer: https://carmarket.ayvens.com/main-NKPAFEH2.js)
2026-03-26 22:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-253AOQV4.js> (resource type: script, referrer: https://carmarket.ayvens.com/main-NKPAFEH2.js)
2026-03-26 22:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-Y26P6NOT.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-VPZ5PCFV.js)
2026-03-26 22:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-XI7MA6UU.js>
2026-03-26 22:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-E2QM5VHP.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-XI7MA6UU.js)
2026-03-26 22:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-QVU7EFJH.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-XI7MA6UU.js)
2026-03-26 22:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-CJQ6ZMFR.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-XI7MA6UU.js)
2026-03-26 22:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-253AOQV4.js>
2026-03-26 22:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-Y26P6NOT.js>
2026-03-26 22:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-PU5AH4GE.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-Y26P6NOT.js)
2026-03-26 22:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-6AWK7DQQ.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-Y26P6NOT.js)
2026-03-26 22:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-JMKQRIJX.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-Y26P6NOT.js)
2026-03-26 22:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-OXIZJZO4.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-Y26P6NOT.js)
2026-03-26 22:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-H7VMIGZK.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-Y26P6NOT.js)
2026-03-26 22:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-E2QM5VHP.js>
2026-03-26 22:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-QVU7EFJH.js>
2026-03-26 22:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-CJQ6ZMFR.js>
2026-03-26 22:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-PU5AH4GE.js>
2026-03-26 22:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-6AWK7DQQ.js>
2026-03-26 22:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-JMKQRIJX.js>
2026-03-26 22:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-OXIZJZO4.js>
2026-03-26 22:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-H7VMIGZK.js>
2026-03-26 22:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/images/loader.svg> (resource type: image, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-26 22:45:17 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/loader.svg>
2026-03-26 22:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/images/flags/round-gb.svg> (resource type: image, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-26 22:45:18 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/flags/round-gb.svg>
2026-03-26 22:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/images/line.svg> (resource type: image, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-26 22:45:18 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/line.svg>
2026-03-26 22:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/images/chevron-down.svg> (resource type: image, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-26 22:45:18 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/chevron-down.svg>
2026-03-26 22:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/images/logo-ayvens-carmarket.svg> (resource type: image, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-26 22:45:18 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/logo-ayvens-carmarket.svg>
2026-03-26 22:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://dc.services.visualstudio.com/v2/track> (resource type: xhr, referrer: https://carmarket.ayvens.com/)
2026-03-26 22:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-BQLC5RJD.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-Y26P6NOT.js)
2026-03-26 22:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-HGLYMGTS.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-PU5AH4GE.js)
2026-03-26 22:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-VNA57F7Z.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-253AOQV4.js)
2026-03-26 22:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-EXKYPD3J.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-253AOQV4.js)
2026-03-26 22:45:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carmarket.ayvens.com/en-gb/lots> (referer: None) ['playwright']
2026-03-26 22:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-BQLC5RJD.js>
2026-03-26 22:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/images/down.svg> (resource type: image, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-26 22:45:18 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/down.svg>
2026-03-26 22:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-HGLYMGTS.js>
2026-03-26 22:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-AZBPSD4I.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-HGLYMGTS.js)
2026-03-26 22:45:18 [ayvens.be] INFO: Cookies from Playwright: [{'name': 'ai_user', 'value': 'CjTpIvx/I07G9yOMYuzvIx|2026-03-26T22:45:16.648Z', 'domain': 'carmarket.ayvens.com', 'path': '/', 'expires': 1806101116, 'httpOnly': False, 'secure': True, 'sameSite': 'None'}, {'name': 'user_culture', 'value': 'en-gb', 'domain': 'carmarket.ayvens.com', 'path': '/', 'expires': -1, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'ai_session', 'value': 'UyE7f/a4IBTzr7zLqozORV|1774565118016|1774565118016', 'domain': 'carmarket.ayvens.com', 'path': '/', 'expires': 1774566918, 'httpOnly': False, 'secure': True, 'sameSite': 'None'}]
2026-03-26 22:45:18 [ayvens.be] INFO: Scrapy-formatted cookies: [{'name': 'ai_user', 'value': 'CjTpIvx/I07G9yOMYuzvIx|2026-03-26T22:45:16.648Z', 'domain': 'carmarket.ayvens.com', 'path': '/'}, {'name': 'user_culture', 'value': 'en-gb', 'domain': 'carmarket.ayvens.com', 'path': '/'}, {'name': 'ai_session', 'value': 'UyE7f/a4IBTzr7zLqozORV|1774565118016|1774565118016', 'domain': 'carmarket.ayvens.com', 'path': '/'}]
2026-03-26 22:45:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /SpiderData(PartitionKey='Ayvens',RowKey='cookies') HTTP/1.1" 204 0
2026-03-26 22:45:18 [ayvens.be] INFO: Intercepting token...
2026-03-26 22:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-2NCM5KDW.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-HGLYMGTS.js)
2026-03-26 22:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-EXKYPD3J.js>
2026-03-26 22:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-VNA57F7Z.js>
2026-03-26 22:45:18 [ayvens.be] INFO: Scrolling element to trigger lazy load...
2026-03-26 22:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/images/bell.svg> (resource type: image, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-26 22:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/images/next-breadcrumb.svg> (resource type: image, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-26 22:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://dc.services.visualstudio.com/v2/track> (resource type: xhr, referrer: https://carmarket.ayvens.com/)
2026-03-26 22:45:18 [ayvens.be] INFO: GraphQL headers: {'host': 'api-carmarket.ayvens.com', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64; rv:125.0) Gecko/20100101 Firefox/125.0', 'accept': 'application/json, text/plain, */*', 'accept-language': 'en-US,en;q=0.5', 'accept-encoding': 'gzip, deflate, br', 'content-type': 'application/json', 'content-length': '839', 'referer': 'https://carmarket.ayvens.com/', 'x-ald-subscription-key': '3b2cc62fd26c4e29a762db3de181266b', 'x-tenant': 'ald', 'x-country': 'gb', 'origin': 'https://carmarket.ayvens.com', 'sec-fetch-dest': 'empty', 'sec-fetch-mode': 'cors', 'sec-fetch-site': 'same-site', 'proxy-authorization': 'Basic Y3VzdG9tZXItaW5maW5pdF9zb3VyY2luZ192Ml9XQjdOUi1jYy1HQjozY35+YWdLUmM2MlZaQUw=', 'connection': 'keep-alive'}
2026-03-26 22:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-VUZVFPNF.js> (resource type: script, referrer: https://carmarket.ayvens.com/main-NKPAFEH2.js)
2026-03-26 22:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://api-carmarket.ayvens.com/graphql/saleevents> (resource type: xhr, referrer: https://carmarket.ayvens.com/)
2026-03-26 22:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dc.services.visualstudio.com/v2/track>
2026-03-26 22:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://dc.services.visualstudio.com/v2/track> (resource type: xhr, referrer: https://carmarket.ayvens.com/)
2026-03-26 22:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/images/logo-ayvens.svg> (resource type: image, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-26 22:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/en-gb/content/trading/-/media/Project/ALD/shared/flags/Country-Sales/flag-fr.svg> (resource type: image, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-26 22:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-AZBPSD4I.js>
2026-03-26 22:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/images/bell.svg>
2026-03-26 22:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/en-gb/content/trading/-/media/Project/ALD/shared/flags/Country-Sales/flag-es.svg> (resource type: image, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-26 22:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/en-gb/content/trading/-/media/Project/ALD/shared/flags/Country-Sales/flag-be.svg> (resource type: image, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-26 22:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/en-gb/content/trading/-/media/Project/ALD/shared/flags/Country-Sales/flag-de.svg> (resource type: image, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-26 22:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/en-gb/content/trading/-/media/Project/ALD/shared/flags/Country-Sales/flag-it.svg> (resource type: image, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-26 22:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/images/loader.svg> (resource type: image, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-26 22:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/images/chevron-down.svg> (resource type: image, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-26 22:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/images/next-breadcrumb.svg>
2026-03-26 22:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-2NCM5KDW.js>
2026-03-26 22:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-VUZVFPNF.js>
2026-03-26 22:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-FX6676C7.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-VUZVFPNF.js)
2026-03-26 22:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dc.services.visualstudio.com/v2/track>
2026-03-26 22:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/images/logo-ayvens.svg>
2026-03-26 22:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dc.services.visualstudio.com/v2/track>
2026-03-26 22:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/images/down.svg> (resource type: image, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-26 22:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/images/loader.svg>
2026-03-26 22:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/images/chevron-down.svg>
2026-03-26 22:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-FX6676C7.js>
2026-03-26 22:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.cookielaw.org/scripttemplates/otSDKStub.js> (resource type: script, referrer: https://carmarket.ayvens.com/)
2026-03-26 22:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-BK6NFD4R.js> (resource type: script, referrer: https://carmarket.ayvens.com/main-NKPAFEH2.js)
2026-03-26 22:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/images/down.svg>
2026-03-26 22:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/en-gb/content/trading/-/media/Project/ALD/shared/flags/Country-Sales/flag-de.svg>
2026-03-26 22:45:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/images/flags/be.svg> (resource type: image, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-26 22:45:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/images/flags/gr.svg> (resource type: image, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-26 22:45:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-75KGV5DF.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-OXIZJZO4.js)
2026-03-26 22:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/en-gb/content/trading/-/media/Project/ALD/shared/flags/Country-Sales/flag-es.svg>
2026-03-26 22:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/en-gb/content/trading/-/media/Project/ALD/shared/flags/Country-Sales/flag-it.svg>
2026-03-26 22:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/en-gb/content/trading/-/media/Project/ALD/shared/flags/Country-Sales/flag-fr.svg>
2026-03-26 22:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/en-gb/content/trading/-/media/Project/ALD/shared/flags/Country-Sales/flag-be.svg>
2026-03-26 22:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-BK6NFD4R.js>
2026-03-26 22:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/images/flags/be.svg>
2026-03-26 22:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/images/flags/gr.svg>
2026-03-26 22:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-75KGV5DF.js>
2026-03-26 22:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.cookielaw.org/scripttemplates/otSDKStub.js>
2026-03-26 22:45:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.cookielaw.org/consent/019908df-58e4-7710-aaa7-4d6e79279bd9/019908df-58e4-7710-aaa7-4d6e79279bd9.json> (resource type: xhr, referrer: https://carmarket.ayvens.com/)
2026-03-26 22:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.cookielaw.org/consent/019908df-58e4-7710-aaa7-4d6e79279bd9/019908df-58e4-7710-aaa7-4d6e79279bd9.json>
2026-03-26 22:45:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.cookielaw.org/scripttemplates/202601.1.0/otBannerSdk.js> (resource type: script, referrer: https://carmarket.ayvens.com/)
2026-03-26 22:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.cookielaw.org/scripttemplates/202601.1.0/otBannerSdk.js>
2026-03-26 22:45:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.cookielaw.org/consent/019908df-58e4-7710-aaa7-4d6e79279bd9/019b4fc7-396b-7b6c-9b76-7b67f1d26cca/en.json> (resource type: fetch, referrer: https://carmarket.ayvens.com/)
2026-03-26 22:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.cookielaw.org/consent/019908df-58e4-7710-aaa7-4d6e79279bd9/019b4fc7-396b-7b6c-9b76-7b67f1d26cca/en.json>
2026-03-26 22:45:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.cookielaw.org/scripttemplates/202601.1.0/assets/otCenterRounded.json> (resource type: fetch, referrer: https://carmarket.ayvens.com/)
2026-03-26 22:45:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.cookielaw.org/scripttemplates/202601.1.0/assets/v2/otPcTab.json> (resource type: fetch, referrer: https://carmarket.ayvens.com/)
2026-03-26 22:45:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.cookielaw.org/scripttemplates/202601.1.0/assets/otCommonStyles.css> (resource type: fetch, referrer: https://carmarket.ayvens.com/)
2026-03-26 22:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.cookielaw.org/scripttemplates/202601.1.0/assets/otCenterRounded.json>
2026-03-26 22:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.cookielaw.org/scripttemplates/202601.1.0/assets/v2/otPcTab.json>
2026-03-26 22:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.cookielaw.org/scripttemplates/202601.1.0/assets/otCommonStyles.css>
2026-03-26 22:45:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.cookielaw.org/logos/14efa178-aa53-42e6-9a86-5229303798da/019908c4-f46e-7d64-b942-26aa1fec3635/2ab431a1-8f8c-4a55-9e1a-e5de23079c22/ayvens-logo.png> (resource type: image, referrer: https://carmarket.ayvens.com/)
2026-03-26 22:45:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.cookielaw.org/logos/static/powered_by_logo.svg> (resource type: image, referrer: https://carmarket.ayvens.com/)
2026-03-26 22:45:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.cookielaw.org/logos/static/ot_guard_logo.svg> (resource type: fetch, referrer: https://carmarket.ayvens.com/)
2026-03-26 22:45:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.googletagmanager.com/gtm.js?id=GTM-W3J7744> (resource type: script, referrer: https://carmarket.ayvens.com/)
2026-03-26 22:45:20 [ayvens.be] INFO: ✅ Intercepted token: 3b2cc62fd26c4e29a762db3de181266b
2026-03-26 22:45:20 [ayvens.be] INFO: Fetching listings with token: 3b2cc62fd26c4e29a762db3de181266b and skip: 0
2026-03-26 22:45:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 22:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.cookielaw.org/logos/14efa178-aa53-42e6-9a86-5229303798da/019908c4-f46e-7d64-b942-26aa1fec3635/2ab431a1-8f8c-4a55-9e1a-e5de23079c22/ayvens-logo.png>
2026-03-26 22:45:30 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://api.aldcarmarket.com/graphql/saleevents> (referer: https://carmarket.ayvens.com/) ['zyte-api']
2026-03-26 22:45:30 [ayvens.be] INFO: Found listing with ID: 1982154
2026-03-26 22:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982154%27 HTTP/1.1" 200 None
2026-03-26 22:45:30 [ayvens.be] INFO: Scrape type for 1982154: 2
2026-03-26 22:45:30 [ayvens.be] INFO: Extracting data for car ID: 1982154
2026-03-26 22:45:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2adc822b-9525-57aa-a6fd-5dac6ff9009c with identifier: 1982154
2026-03-26 22:45:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2adc822b-9525-57aa-a6fd-5dac6ff9009c with scrape type 2
2026-03-26 22:45:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2adc822b-9525-57aa-a6fd-5dac6ff9009c with scrape type 2
2026-03-26 22:45:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 2adc822b-9525-57aa-a6fd-5dac6ff9009c, identifier: 1982154
2026-03-26 22:45:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 2adc822b-9525-57aa-a6fd-5dac6ff9009c with identifier: 1982154
2026-03-26 22:45:30 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 22:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-26 22:45:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 2adc822b-9525-57aa-a6fd-5dac6ff9009c with identifier: 1982154
2026-03-26 22:45:30 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 2adc822b-9525-57aa-a6fd-5dac6ff9009c with identifier: 1982154 to the API
2026-03-26 22:45:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:45:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:45:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 4,
'engine': '1.5L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'diesel',
'id': '2adc822b-9525-57aa-a6fd-5dac6ff9009c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41006',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'KANGOO EXPRESS',
'odometer': 44923,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-02',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT KANGOO EXPRESS 1.5 BLUE DCI 95 MAXI CONFORT',
'transmission': 'manual',
'trim': '1.5 BLUE DCI 95 MAXI CONFORT',
'vin': None,
'year': 2021}
2026-03-26 22:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982154%27 HTTP/1.1" 200 None
2026-03-26 22:45:30 [ayvens.be] INFO: Saving data for 1982154: {'auction_closing_time': 1775037600.0, 'created_time': 1774478725.315373, 'last_price_update_time': 1774565130.590997}
2026-03-26 22:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982154') HTTP/1.1" 204 0
2026-03-26 22:45:30 [ayvens.be] INFO: Found listing with ID: 1982155
2026-03-26 22:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982155%27 HTTP/1.1" 200 None
2026-03-26 22:45:30 [ayvens.be] INFO: Scrape type for 1982155: 0
2026-03-26 22:45:30 [ayvens.be] INFO: Found listing with ID: 1982156
2026-03-26 22:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982156%27 HTTP/1.1" 200 None
2026-03-26 22:45:30 [ayvens.be] INFO: Scrape type for 1982156: 0
2026-03-26 22:45:30 [ayvens.be] INFO: Found listing with ID: 1982157
2026-03-26 22:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982157%27 HTTP/1.1" 200 None
2026-03-26 22:45:30 [ayvens.be] INFO: Scrape type for 1982157: 0
2026-03-26 22:45:30 [ayvens.be] INFO: Found listing with ID: 1982158
2026-03-26 22:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982158%27 HTTP/1.1" 200 None
2026-03-26 22:45:30 [ayvens.be] INFO: Scrape type for 1982158: 0
2026-03-26 22:45:30 [ayvens.be] INFO: Found listing with ID: 1982159
2026-03-26 22:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982159%27 HTTP/1.1" 200 None
2026-03-26 22:45:30 [ayvens.be] INFO: Scrape type for 1982159: 0
2026-03-26 22:45:30 [ayvens.be] INFO: Found listing with ID: 1982160
2026-03-26 22:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982160%27 HTTP/1.1" 200 None
2026-03-26 22:45:30 [ayvens.be] INFO: Scrape type for 1982160: 0
2026-03-26 22:45:30 [ayvens.be] INFO: Found listing with ID: 1982161
2026-03-26 22:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982161%27 HTTP/1.1" 200 None
2026-03-26 22:45:30 [ayvens.be] INFO: Scrape type for 1982161: 0
2026-03-26 22:45:30 [ayvens.be] INFO: Found listing with ID: 1982162
2026-03-26 22:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982162%27 HTTP/1.1" 200 None
2026-03-26 22:45:30 [ayvens.be] INFO: Scrape type for 1982162: 0
2026-03-26 22:45:30 [ayvens.be] INFO: Found listing with ID: 1982163
2026-03-26 22:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982163%27 HTTP/1.1" 200 None
2026-03-26 22:45:30 [ayvens.be] INFO: Scrape type for 1982163: 0
2026-03-26 22:45:30 [ayvens.be] INFO: Found listing with ID: 1982164
2026-03-26 22:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982164%27 HTTP/1.1" 200 None
2026-03-26 22:45:30 [ayvens.be] INFO: Scrape type for 1982164: 0
2026-03-26 22:45:30 [ayvens.be] INFO: Found listing with ID: 1982165
2026-03-26 22:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982165%27 HTTP/1.1" 200 None
2026-03-26 22:45:30 [ayvens.be] INFO: Scrape type for 1982165: 0
2026-03-26 22:45:30 [ayvens.be] INFO: Found listing with ID: 1982166
2026-03-26 22:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982166%27 HTTP/1.1" 200 None
2026-03-26 22:45:30 [ayvens.be] INFO: Scrape type for 1982166: 0
2026-03-26 22:45:30 [ayvens.be] INFO: Found listing with ID: 1982167
2026-03-26 22:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982167%27 HTTP/1.1" 200 None
2026-03-26 22:45:30 [ayvens.be] INFO: Scrape type for 1982167: 0
2026-03-26 22:45:30 [ayvens.be] INFO: Found listing with ID: 1982168
2026-03-26 22:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982168%27 HTTP/1.1" 200 None
2026-03-26 22:45:30 [ayvens.be] INFO: Scrape type for 1982168: 0
2026-03-26 22:45:30 [ayvens.be] INFO: Found listing with ID: 1982169
2026-03-26 22:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982169%27 HTTP/1.1" 200 None
2026-03-26 22:45:30 [ayvens.be] INFO: Scrape type for 1982169: 0
2026-03-26 22:45:30 [ayvens.be] INFO: Found listing with ID: 1982170
2026-03-26 22:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982170%27 HTTP/1.1" 200 None
2026-03-26 22:45:30 [ayvens.be] INFO: Scrape type for 1982170: 0
2026-03-26 22:45:30 [ayvens.be] INFO: Found listing with ID: 1982171
2026-03-26 22:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982171%27 HTTP/1.1" 200 None
2026-03-26 22:45:30 [ayvens.be] INFO: Scrape type for 1982171: 0
2026-03-26 22:45:30 [ayvens.be] INFO: Found listing with ID: 1982172
2026-03-26 22:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982172%27 HTTP/1.1" 200 None
2026-03-26 22:45:30 [ayvens.be] INFO: Scrape type for 1982172: 0
2026-03-26 22:45:30 [ayvens.be] INFO: Found listing with ID: 1982173
2026-03-26 22:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982173%27 HTTP/1.1" 200 None
2026-03-26 22:45:30 [ayvens.be] INFO: Scrape type for 1982173: 0
2026-03-26 22:45:30 [ayvens.be] INFO: Found listing with ID: 1982174
2026-03-26 22:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982174%27 HTTP/1.1" 200 None
2026-03-26 22:45:31 [ayvens.be] INFO: Scrape type for 1982174: 0
2026-03-26 22:45:31 [ayvens.be] INFO: Found listing with ID: 1982175
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982175%27 HTTP/1.1" 200 None
2026-03-26 22:45:31 [ayvens.be] INFO: Scrape type for 1982175: 0
2026-03-26 22:45:31 [ayvens.be] INFO: Found listing with ID: 1982176
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982176%27 HTTP/1.1" 200 None
2026-03-26 22:45:31 [ayvens.be] INFO: Scrape type for 1982176: 0
2026-03-26 22:45:31 [ayvens.be] INFO: Found listing with ID: 1982177
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982177%27 HTTP/1.1" 200 None
2026-03-26 22:45:31 [ayvens.be] INFO: Scrape type for 1982177: 0
2026-03-26 22:45:31 [ayvens.be] INFO: Found listing with ID: 1982178
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982178%27 HTTP/1.1" 200 None
2026-03-26 22:45:31 [ayvens.be] INFO: Scrape type for 1982178: 0
2026-03-26 22:45:31 [ayvens.be] INFO: Found listing with ID: 1982179
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982179%27 HTTP/1.1" 200 None
2026-03-26 22:45:31 [ayvens.be] INFO: Scrape type for 1982179: 0
2026-03-26 22:45:31 [ayvens.be] INFO: Found listing with ID: 1982180
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982180%27 HTTP/1.1" 200 None
2026-03-26 22:45:31 [ayvens.be] INFO: Scrape type for 1982180: 0
2026-03-26 22:45:31 [ayvens.be] INFO: Found listing with ID: 1982181
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982181%27 HTTP/1.1" 200 None
2026-03-26 22:45:31 [ayvens.be] INFO: Scrape type for 1982181: 0
2026-03-26 22:45:31 [ayvens.be] INFO: Found listing with ID: 1982182
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982182%27 HTTP/1.1" 200 None
2026-03-26 22:45:31 [ayvens.be] INFO: Scrape type for 1982182: 0
2026-03-26 22:45:31 [ayvens.be] INFO: Found listing with ID: 1982183
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982183%27 HTTP/1.1" 200 None
2026-03-26 22:45:31 [ayvens.be] INFO: Scrape type for 1982183: 0
2026-03-26 22:45:31 [ayvens.be] INFO: Found listing with ID: 1982184
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982184%27 HTTP/1.1" 200 None
2026-03-26 22:45:31 [ayvens.be] INFO: Scrape type for 1982184: 0
2026-03-26 22:45:31 [ayvens.be] INFO: Found listing with ID: 1982185
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982185%27 HTTP/1.1" 200 None
2026-03-26 22:45:31 [ayvens.be] INFO: Scrape type for 1982185: 0
2026-03-26 22:45:31 [ayvens.be] INFO: Found listing with ID: 1982186
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982186%27 HTTP/1.1" 200 None
2026-03-26 22:45:31 [ayvens.be] INFO: Scrape type for 1982186: 0
2026-03-26 22:45:31 [ayvens.be] INFO: Found listing with ID: 1982187
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982187%27 HTTP/1.1" 200 None
2026-03-26 22:45:31 [ayvens.be] INFO: Scrape type for 1982187: 0
2026-03-26 22:45:31 [ayvens.be] INFO: Found listing with ID: 1982188
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982188%27 HTTP/1.1" 200 None
2026-03-26 22:45:31 [ayvens.be] INFO: Scrape type for 1982188: 0
2026-03-26 22:45:31 [ayvens.be] INFO: Found listing with ID: 1982189
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982189%27 HTTP/1.1" 200 None
2026-03-26 22:45:31 [ayvens.be] INFO: Scrape type for 1982189: 0
2026-03-26 22:45:31 [ayvens.be] INFO: Found listing with ID: 1982190
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982190%27 HTTP/1.1" 200 None
2026-03-26 22:45:31 [ayvens.be] INFO: Scrape type for 1982190: 0
2026-03-26 22:45:31 [ayvens.be] INFO: Found listing with ID: 1982191
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982191%27 HTTP/1.1" 200 None
2026-03-26 22:45:31 [ayvens.be] INFO: Scrape type for 1982191: 0
2026-03-26 22:45:31 [ayvens.be] INFO: Found listing with ID: 1982192
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982192%27 HTTP/1.1" 200 None
2026-03-26 22:45:31 [ayvens.be] INFO: Scrape type for 1982192: 0
2026-03-26 22:45:31 [ayvens.be] INFO: Found listing with ID: 1982193
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982193%27 HTTP/1.1" 200 None
2026-03-26 22:45:31 [ayvens.be] INFO: Scrape type for 1982193: 0
2026-03-26 22:45:31 [ayvens.be] INFO: Found listing with ID: 1982194
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982194%27 HTTP/1.1" 200 None
2026-03-26 22:45:31 [ayvens.be] INFO: Scrape type for 1982194: 0
2026-03-26 22:45:31 [ayvens.be] INFO: Found listing with ID: 1982195
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982195%27 HTTP/1.1" 200 None
2026-03-26 22:45:31 [ayvens.be] INFO: Scrape type for 1982195: 0
2026-03-26 22:45:31 [ayvens.be] INFO: Found listing with ID: 1982196
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982196%27 HTTP/1.1" 200 None
2026-03-26 22:45:31 [ayvens.be] INFO: Scrape type for 1982196: 0
2026-03-26 22:45:31 [ayvens.be] INFO: Found listing with ID: 1982197
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982197%27 HTTP/1.1" 200 None
2026-03-26 22:45:31 [ayvens.be] INFO: Scrape type for 1982197: 0
2026-03-26 22:45:31 [ayvens.be] INFO: Found listing with ID: 1982198
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982198%27 HTTP/1.1" 200 None
2026-03-26 22:45:31 [ayvens.be] INFO: Scrape type for 1982198: 0
2026-03-26 22:45:31 [ayvens.be] INFO: Found listing with ID: 1982199
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982199%27 HTTP/1.1" 200 None
2026-03-26 22:45:31 [ayvens.be] INFO: Scrape type for 1982199: 0
2026-03-26 22:45:31 [ayvens.be] INFO: Found listing with ID: 1982200
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982200%27 HTTP/1.1" 200 None
2026-03-26 22:45:31 [ayvens.be] INFO: Scrape type for 1982200: 0
2026-03-26 22:45:31 [ayvens.be] INFO: Found listing with ID: 1982201
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982201%27 HTTP/1.1" 200 None
2026-03-26 22:45:31 [ayvens.be] INFO: Scrape type for 1982201: 0
2026-03-26 22:45:31 [ayvens.be] INFO: Found listing with ID: 1982202
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982202%27 HTTP/1.1" 200 None
2026-03-26 22:45:31 [ayvens.be] INFO: Scrape type for 1982202: 0
2026-03-26 22:45:31 [ayvens.be] INFO: Found listing with ID: 1982203
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982203%27 HTTP/1.1" 200 None
2026-03-26 22:45:31 [ayvens.be] INFO: Scrape type for 1982203: 0
2026-03-26 22:45:31 [ayvens.be] INFO: Found listing with ID: 1982204
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982204%27 HTTP/1.1" 200 None
2026-03-26 22:45:31 [ayvens.be] INFO: Scrape type for 1982204: 0
2026-03-26 22:45:31 [ayvens.be] INFO: Found listing with ID: 1982205
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982205%27 HTTP/1.1" 200 None
2026-03-26 22:45:31 [ayvens.be] INFO: Scrape type for 1982205: 0
2026-03-26 22:45:31 [ayvens.be] INFO: Found listing with ID: 1982206
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982206%27 HTTP/1.1" 200 None
2026-03-26 22:45:31 [ayvens.be] INFO: Scrape type for 1982206: 0
2026-03-26 22:45:31 [ayvens.be] INFO: Found listing with ID: 1982207
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982207%27 HTTP/1.1" 200 None
2026-03-26 22:45:31 [ayvens.be] INFO: Scrape type for 1982207: 0
2026-03-26 22:45:31 [ayvens.be] INFO: Found listing with ID: 1982208
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982208%27 HTTP/1.1" 200 None
2026-03-26 22:45:31 [ayvens.be] INFO: Scrape type for 1982208: 0
2026-03-26 22:45:31 [ayvens.be] INFO: Found listing with ID: 1986030
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986030%27 HTTP/1.1" 200 None
2026-03-26 22:45:31 [ayvens.be] INFO: Scrape type for 1986030: 1
2026-03-26 22:45:31 [ayvens.be] INFO: Extracting data for car ID: 1986030
2026-03-26 22:45:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bef7e0b6-b1d5-5839-a4f0-59265aa25b31 with identifier: 1986030
2026-03-26 22:45:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bef7e0b6-b1d5-5839-a4f0-59265aa25b31 with scrape type 1
2026-03-26 22:45:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item bef7e0b6-b1d5-5839-a4f0-59265aa25b31
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1ug%252Fbb06516bcce948e997bd3eaee2f3435f%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1ug/bb06516bcce948e997bd3eaee2f3435f/images/large/1.jpg not downloaded yet
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1ug%252Fbb06516bcce948e997bd3eaee2f3435f%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1ug/bb06516bcce948e997bd3eaee2f3435f/images/large/2.jpg not downloaded yet
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1ug%252Fbb06516bcce948e997bd3eaee2f3435f%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1ug/bb06516bcce948e997bd3eaee2f3435f/images/large/3.jpg not downloaded yet
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1ug%252Fbb06516bcce948e997bd3eaee2f3435f%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1ug/bb06516bcce948e997bd3eaee2f3435f/images/large/4.jpg not downloaded yet
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1ug%252Fbb06516bcce948e997bd3eaee2f3435f%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1ug/bb06516bcce948e997bd3eaee2f3435f/images/large/5.jpg not downloaded yet
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1ug%252Fbb06516bcce948e997bd3eaee2f3435f%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1ug/bb06516bcce948e997bd3eaee2f3435f/images/large/6.jpg not downloaded yet
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1ug%252Fbb06516bcce948e997bd3eaee2f3435f%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1ug/bb06516bcce948e997bd3eaee2f3435f/images/large/7.jpg not downloaded yet
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1ug%252Fbb06516bcce948e997bd3eaee2f3435f%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1ug/bb06516bcce948e997bd3eaee2f3435f/images/large/8.jpg not downloaded yet
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1ug%252Fbb06516bcce948e997bd3eaee2f3435f%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1ug/bb06516bcce948e997bd3eaee2f3435f/images/large/9.jpg not downloaded yet
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1ug%252Fbb06516bcce948e997bd3eaee2f3435f%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1ug/bb06516bcce948e997bd3eaee2f3435f/images/large/10.jpg not downloaded yet
2026-03-26 22:45:31 [ayvens.be] INFO: Found listing with ID: 1986031
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986031%27 HTTP/1.1" 200 None
2026-03-26 22:45:31 [ayvens.be] INFO: Scrape type for 1986031: 1
2026-03-26 22:45:31 [ayvens.be] INFO: Extracting data for car ID: 1986031
2026-03-26 22:45:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f8c10ba7-dcda-584c-b6d0-87c4bf987176 with identifier: 1986031
2026-03-26 22:45:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f8c10ba7-dcda-584c-b6d0-87c4bf987176 with scrape type 1
2026-03-26 22:45:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item f8c10ba7-dcda-584c-b6d0-87c4bf987176
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1uq%252F050ba0a64c3e4e17b40825de497728ef%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1uq/050ba0a64c3e4e17b40825de497728ef/images/large/1.jpg not downloaded yet
2026-03-26 22:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1uq%252F050ba0a64c3e4e17b40825de497728ef%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1uq/050ba0a64c3e4e17b40825de497728ef/images/large/2.jpg not downloaded yet
2026-03-26 22:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1uq%252F050ba0a64c3e4e17b40825de497728ef%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1uq/050ba0a64c3e4e17b40825de497728ef/images/large/3.jpg not downloaded yet
2026-03-26 22:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1uq%252F050ba0a64c3e4e17b40825de497728ef%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1uq/050ba0a64c3e4e17b40825de497728ef/images/large/4.jpg not downloaded yet
2026-03-26 22:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1uq%252F050ba0a64c3e4e17b40825de497728ef%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1uq/050ba0a64c3e4e17b40825de497728ef/images/large/5.jpg not downloaded yet
2026-03-26 22:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1uq%252F050ba0a64c3e4e17b40825de497728ef%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1uq/050ba0a64c3e4e17b40825de497728ef/images/large/6.jpg not downloaded yet
2026-03-26 22:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1uq%252F050ba0a64c3e4e17b40825de497728ef%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1uq/050ba0a64c3e4e17b40825de497728ef/images/large/7.jpg not downloaded yet
2026-03-26 22:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1uq%252F050ba0a64c3e4e17b40825de497728ef%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1uq/050ba0a64c3e4e17b40825de497728ef/images/large/8.jpg not downloaded yet
2026-03-26 22:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1uq%252F050ba0a64c3e4e17b40825de497728ef%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1uq/050ba0a64c3e4e17b40825de497728ef/images/large/9.jpg not downloaded yet
2026-03-26 22:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1uq%252F050ba0a64c3e4e17b40825de497728ef%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1uq/050ba0a64c3e4e17b40825de497728ef/images/large/10.jpg not downloaded yet
2026-03-26 22:45:32 [ayvens.be] INFO: Found listing with ID: 1986032
2026-03-26 22:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986032%27 HTTP/1.1" 200 None
2026-03-26 22:45:32 [ayvens.be] INFO: Scrape type for 1986032: 1
2026-03-26 22:45:32 [ayvens.be] INFO: Extracting data for car ID: 1986032
2026-03-26 22:45:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2cb1b635-e8bd-5d2b-b2e9-f8ab404a9da8 with identifier: 1986032
2026-03-26 22:45:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2cb1b635-e8bd-5d2b-b2e9-f8ab404a9da8 with scrape type 1
2026-03-26 22:45:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 2cb1b635-e8bd-5d2b-b2e9-f8ab404a9da8
2026-03-26 22:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1vu%252F9b7ddb97a28f4899b10f5ea87306b7d0%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1vu/9b7ddb97a28f4899b10f5ea87306b7d0/images/large/1.jpg not downloaded yet
2026-03-26 22:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1vu%252F9b7ddb97a28f4899b10f5ea87306b7d0%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1vu/9b7ddb97a28f4899b10f5ea87306b7d0/images/large/2.jpg not downloaded yet
2026-03-26 22:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1vu%252F9b7ddb97a28f4899b10f5ea87306b7d0%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1vu/9b7ddb97a28f4899b10f5ea87306b7d0/images/large/3.jpg not downloaded yet
2026-03-26 22:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1vu%252F9b7ddb97a28f4899b10f5ea87306b7d0%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1vu/9b7ddb97a28f4899b10f5ea87306b7d0/images/large/4.jpg not downloaded yet
2026-03-26 22:45:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1ug/bb06516bcce948e997bd3eaee2f3435f/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1vu%252F9b7ddb97a28f4899b10f5ea87306b7d0%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1vu/9b7ddb97a28f4899b10f5ea87306b7d0/images/large/5.jpg not downloaded yet
2026-03-26 22:45:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1ug/bb06516bcce948e997bd3eaee2f3435f/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1vu%252F9b7ddb97a28f4899b10f5ea87306b7d0%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1vu/9b7ddb97a28f4899b10f5ea87306b7d0/images/large/6.jpg not downloaded yet
2026-03-26 22:45:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1ug/bb06516bcce948e997bd3eaee2f3435f/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1vu%252F9b7ddb97a28f4899b10f5ea87306b7d0%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1vu/9b7ddb97a28f4899b10f5ea87306b7d0/images/large/7.jpg not downloaded yet
2026-03-26 22:45:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1ug/bb06516bcce948e997bd3eaee2f3435f/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1vu%252F9b7ddb97a28f4899b10f5ea87306b7d0%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1vu/9b7ddb97a28f4899b10f5ea87306b7d0/images/large/8.jpg not downloaded yet
2026-03-26 22:45:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1ug/bb06516bcce948e997bd3eaee2f3435f/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1vu%252F9b7ddb97a28f4899b10f5ea87306b7d0%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1vu/9b7ddb97a28f4899b10f5ea87306b7d0/images/large/9.jpg not downloaded yet
2026-03-26 22:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1vu%252F9b7ddb97a28f4899b10f5ea87306b7d0%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1vu/9b7ddb97a28f4899b10f5ea87306b7d0/images/large/10.jpg not downloaded yet
2026-03-26 22:45:32 [common.azure_blobstore] INFO: Using managed identity for Azure Blob Storage
2026-03-26 22:45:32 [common.azure_blobstore] INFO: Using managed identity with client ID: 39192755-105d-4ce2-a21d-ab53b63f8b87
2026-03-26 22:45:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7292290>
2026-03-26 22:45:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-26 22:45:32 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2106
2026-03-26 22:45:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxproduction.blob.core.windows.net:443
2026-03-26 22:45:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bef7e0b6-b1d5-5839-a4f0-59265aa25b31/bef7e0b6-b1d5-5839-a4f0-59265aa25b31_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1ug%252Fbb06516bcce948e997bd3eaee2f3435f%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1ug/bb06516bcce948e997bd3eaee2f3435f/images/large/5.jpg saved to cache
2026-03-26 22:45:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item bef7e0b6-b1d5-5839-a4f0-59265aa25b31
2026-03-26 22:45:32 [ayvens.be] INFO: Found listing with ID: 1986033
2026-03-26 22:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986033%27 HTTP/1.1" 200 None
2026-03-26 22:45:32 [ayvens.be] INFO: Scrape type for 1986033: 1
2026-03-26 22:45:32 [ayvens.be] INFO: Extracting data for car ID: 1986033
2026-03-26 22:45:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d534795d-7047-5bbb-884f-a5faa15342d5 with identifier: 1986033
2026-03-26 22:45:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d534795d-7047-5bbb-884f-a5faa15342d5 with scrape type 1
2026-03-26 22:45:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item d534795d-7047-5bbb-884f-a5faa15342d5
2026-03-26 22:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1we%252Ff03c39eaeb884932912013040822ffea%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1we/f03c39eaeb884932912013040822ffea/images/large/1.jpg not downloaded yet
2026-03-26 22:45:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1ug/bb06516bcce948e997bd3eaee2f3435f/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1ug/bb06516bcce948e997bd3eaee2f3435f/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1we%252Ff03c39eaeb884932912013040822ffea%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1we/f03c39eaeb884932912013040822ffea/images/large/2.jpg not downloaded yet
2026-03-26 22:45:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b727d3d0>
2026-03-26 22:45:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bef7e0b6-b1d5-5839-a4f0-59265aa25b31/bef7e0b6-b1d5-5839-a4f0-59265aa25b31_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1ug%252Fbb06516bcce948e997bd3eaee2f3435f%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1ug/bb06516bcce948e997bd3eaee2f3435f/images/large/3.jpg saved to cache
2026-03-26 22:45:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item bef7e0b6-b1d5-5839-a4f0-59265aa25b31
2026-03-26 22:45:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b78778d0>
2026-03-26 22:45:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bef7e0b6-b1d5-5839-a4f0-59265aa25b31/bef7e0b6-b1d5-5839-a4f0-59265aa25b31_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1ug%252Fbb06516bcce948e997bd3eaee2f3435f%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1ug/bb06516bcce948e997bd3eaee2f3435f/images/large/4.jpg saved to cache
2026-03-26 22:45:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item bef7e0b6-b1d5-5839-a4f0-59265aa25b31
2026-03-26 22:45:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b787d850>
2026-03-26 22:45:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bef7e0b6-b1d5-5839-a4f0-59265aa25b31/bef7e0b6-b1d5-5839-a4f0-59265aa25b31_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1ug%252Fbb06516bcce948e997bd3eaee2f3435f%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1ug/bb06516bcce948e997bd3eaee2f3435f/images/large/2.jpg saved to cache
2026-03-26 22:45:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item bef7e0b6-b1d5-5839-a4f0-59265aa25b31
2026-03-26 22:45:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76618d0>
2026-03-26 22:45:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bef7e0b6-b1d5-5839-a4f0-59265aa25b31/bef7e0b6-b1d5-5839-a4f0-59265aa25b31_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1ug%252Fbb06516bcce948e997bd3eaee2f3435f%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1ug/bb06516bcce948e997bd3eaee2f3435f/images/large/8.jpg saved to cache
2026-03-26 22:45:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item bef7e0b6-b1d5-5839-a4f0-59265aa25b31
2026-03-26 22:45:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1ug/bb06516bcce948e997bd3eaee2f3435f/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1we%252Ff03c39eaeb884932912013040822ffea%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1we/f03c39eaeb884932912013040822ffea/images/large/3.jpg not downloaded yet
2026-03-26 22:45:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1uq/050ba0a64c3e4e17b40825de497728ef/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1uq/050ba0a64c3e4e17b40825de497728ef/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1we%252Ff03c39eaeb884932912013040822ffea%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1we/f03c39eaeb884932912013040822ffea/images/large/4.jpg not downloaded yet
2026-03-26 22:45:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1ug/bb06516bcce948e997bd3eaee2f3435f/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7474950>
2026-03-26 22:45:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bef7e0b6-b1d5-5839-a4f0-59265aa25b31/bef7e0b6-b1d5-5839-a4f0-59265aa25b31_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1ug%252Fbb06516bcce948e997bd3eaee2f3435f%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1ug/bb06516bcce948e997bd3eaee2f3435f/images/large/6.jpg saved to cache
2026-03-26 22:45:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item bef7e0b6-b1d5-5839-a4f0-59265aa25b31
2026-03-26 22:45:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7490a50>
2026-03-26 22:45:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bef7e0b6-b1d5-5839-a4f0-59265aa25b31/bef7e0b6-b1d5-5839-a4f0-59265aa25b31_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1ug%252Fbb06516bcce948e997bd3eaee2f3435f%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1ug/bb06516bcce948e997bd3eaee2f3435f/images/large/7.jpg saved to cache
2026-03-26 22:45:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item bef7e0b6-b1d5-5839-a4f0-59265aa25b31
2026-03-26 22:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1we%252Ff03c39eaeb884932912013040822ffea%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1we/f03c39eaeb884932912013040822ffea/images/large/5.jpg not downloaded yet
2026-03-26 22:45:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1ug/bb06516bcce948e997bd3eaee2f3435f/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1uq/050ba0a64c3e4e17b40825de497728ef/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1we%252Ff03c39eaeb884932912013040822ffea%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1we/f03c39eaeb884932912013040822ffea/images/large/6.jpg not downloaded yet
2026-03-26 22:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1we%252Ff03c39eaeb884932912013040822ffea%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1we/f03c39eaeb884932912013040822ffea/images/large/7.jpg not downloaded yet
2026-03-26 22:45:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74a4e50>
2026-03-26 22:45:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bef7e0b6-b1d5-5839-a4f0-59265aa25b31/bef7e0b6-b1d5-5839-a4f0-59265aa25b31_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1ug%252Fbb06516bcce948e997bd3eaee2f3435f%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1ug/bb06516bcce948e997bd3eaee2f3435f/images/large/9.jpg saved to cache
2026-03-26 22:45:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item bef7e0b6-b1d5-5839-a4f0-59265aa25b31
2026-03-26 22:45:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7661490>
2026-03-26 22:45:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f8c10ba7-dcda-584c-b6d0-87c4bf987176/f8c10ba7-dcda-584c-b6d0-87c4bf987176_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1uq%252F050ba0a64c3e4e17b40825de497728ef%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1uq/050ba0a64c3e4e17b40825de497728ef/images/large/1.jpg saved to cache
2026-03-26 22:45:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item f8c10ba7-dcda-584c-b6d0-87c4bf987176
2026-03-26 22:45:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cb0dd0>
2026-03-26 22:45:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f8c10ba7-dcda-584c-b6d0-87c4bf987176/f8c10ba7-dcda-584c-b6d0-87c4bf987176_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1uq%252F050ba0a64c3e4e17b40825de497728ef%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1uq/050ba0a64c3e4e17b40825de497728ef/images/large/2.jpg saved to cache
2026-03-26 22:45:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item f8c10ba7-dcda-584c-b6d0-87c4bf987176
2026-03-26 22:45:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76cd310>
2026-03-26 22:45:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bef7e0b6-b1d5-5839-a4f0-59265aa25b31/bef7e0b6-b1d5-5839-a4f0-59265aa25b31_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1ug%252Fbb06516bcce948e997bd3eaee2f3435f%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1ug/bb06516bcce948e997bd3eaee2f3435f/images/large/10.jpg saved to cache
2026-03-26 22:45:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item bef7e0b6-b1d5-5839-a4f0-59265aa25b31
2026-03-26 22:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1we%252Ff03c39eaeb884932912013040822ffea%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1we/f03c39eaeb884932912013040822ffea/images/large/8.jpg not downloaded yet
2026-03-26 22:45:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1uq/050ba0a64c3e4e17b40825de497728ef/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1uq/050ba0a64c3e4e17b40825de497728ef/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1we%252Ff03c39eaeb884932912013040822ffea%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1we/f03c39eaeb884932912013040822ffea/images/large/9.jpg not downloaded yet
2026-03-26 22:45:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1vu/9b7ddb97a28f4899b10f5ea87306b7d0/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1vu/9b7ddb97a28f4899b10f5ea87306b7d0/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cbf9d0>
2026-03-26 22:45:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bef7e0b6-b1d5-5839-a4f0-59265aa25b31/bef7e0b6-b1d5-5839-a4f0-59265aa25b31_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1ug%252Fbb06516bcce948e997bd3eaee2f3435f%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1ug/bb06516bcce948e997bd3eaee2f3435f/images/large/1.jpg saved to cache
2026-03-26 22:45:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item bef7e0b6-b1d5-5839-a4f0-59265aa25b31
2026-03-26 22:45:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: bef7e0b6-b1d5-5839-a4f0-59265aa25b31, skipping ID generation
2026-03-26 22:45:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bef7e0b6-b1d5-5839-a4f0-59265aa25b31 with scrape type 1
2026-03-26 22:45:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item bef7e0b6-b1d5-5839-a4f0-59265aa25b31 sending to next pipeline
2026-03-26 22:45:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: bef7e0b6-b1d5-5839-a4f0-59265aa25b31, identifier: 1986030
2026-03-26 22:45:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c75e10>
2026-03-26 22:45:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f8c10ba7-dcda-584c-b6d0-87c4bf987176/f8c10ba7-dcda-584c-b6d0-87c4bf987176_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1uq%252F050ba0a64c3e4e17b40825de497728ef%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1uq/050ba0a64c3e4e17b40825de497728ef/images/large/3.jpg saved to cache
2026-03-26 22:45:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item f8c10ba7-dcda-584c-b6d0-87c4bf987176
2026-03-26 22:45:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1vu/9b7ddb97a28f4899b10f5ea87306b7d0/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1vu/9b7ddb97a28f4899b10f5ea87306b7d0/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1we%252Ff03c39eaeb884932912013040822ffea%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1we/f03c39eaeb884932912013040822ffea/images/large/10.jpg not downloaded yet
2026-03-26 22:45:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: bef7e0b6-b1d5-5839-a4f0-59265aa25b31 with identifier: 1986030
2026-03-26 22:45:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: bef7e0b6-b1d5-5839-a4f0-59265aa25b31 with identifier: 1986030
2026-03-26 22:45:34 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: bef7e0b6-b1d5-5839-a4f0-59265aa25b31 with identifier: 1986030 to the API
2026-03-26 22:45:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:45:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:45:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/1ug/bb06516bcce948e997bd3eaee2f3435f/images/large/1.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'diesel',
'id': 'bef7e0b6-b1d5-5839-a4f0-59265aa25b31',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'FORD',
'model': 'TRANSIT 2T 350M FOU MWB HR DSL',
'odometer': 117305,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 14,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bef7e0b6-b1d5-5839-a4f0-59265aa25b31/bef7e0b6-b1d5-5839-a4f0-59265aa25b31_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 424727,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1ug/bb06516bcce948e997bd3eaee2f3435f/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bef7e0b6-b1d5-5839-a4f0-59265aa25b31/bef7e0b6-b1d5-5839-a4f0-59265aa25b31_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 438954,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1ug/bb06516bcce948e997bd3eaee2f3435f/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bef7e0b6-b1d5-5839-a4f0-59265aa25b31/bef7e0b6-b1d5-5839-a4f0-59265aa25b31_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 555117,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1ug/bb06516bcce948e997bd3eaee2f3435f/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bef7e0b6-b1d5-5839-a4f0-59265aa25b31/bef7e0b6-b1d5-5839-a4f0-59265aa25b31_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 554463,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1ug/bb06516bcce948e997bd3eaee2f3435f/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bef7e0b6-b1d5-5839-a4f0-59265aa25b31/bef7e0b6-b1d5-5839-a4f0-59265aa25b31_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 479586,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1ug/bb06516bcce948e997bd3eaee2f3435f/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bef7e0b6-b1d5-5839-a4f0-59265aa25b31/bef7e0b6-b1d5-5839-a4f0-59265aa25b31_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 306983,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1ug/bb06516bcce948e997bd3eaee2f3435f/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bef7e0b6-b1d5-5839-a4f0-59265aa25b31/bef7e0b6-b1d5-5839-a4f0-59265aa25b31_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 404325,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1ug/bb06516bcce948e997bd3eaee2f3435f/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bef7e0b6-b1d5-5839-a4f0-59265aa25b31/bef7e0b6-b1d5-5839-a4f0-59265aa25b31_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 482083,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1ug/bb06516bcce948e997bd3eaee2f3435f/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bef7e0b6-b1d5-5839-a4f0-59265aa25b31/bef7e0b6-b1d5-5839-a4f0-59265aa25b31_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 392833,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1ug/bb06516bcce948e997bd3eaee2f3435f/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bef7e0b6-b1d5-5839-a4f0-59265aa25b31/bef7e0b6-b1d5-5839-a4f0-59265aa25b31_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 421747,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1ug/bb06516bcce948e997bd3eaee2f3435f/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-05-08',
'seats_number': 3,
'seller_name': None,
'title': 'FORD TRANSIT 2T 350M FOU MWB HR DSL 2.0 TDCi L2H2 Trend',
'transmission': 'manual',
'trim': '2.0 TDCi L2H2 Trend',
'vin': None,
'year': 2018}
2026-03-26 22:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986030%27 HTTP/1.1" 200 None
2026-03-26 22:45:34 [ayvens.be] INFO: Saving data for 1986030: {'created_time': 1774565134.638848, 'last_price_update_time': 1774565134.638859, 'auction_closing_time': 1775028600.0}
2026-03-26 22:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986030') HTTP/1.1" 204 0
2026-03-26 22:45:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1uq/050ba0a64c3e4e17b40825de497728ef/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1vu/9b7ddb97a28f4899b10f5ea87306b7d0/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:34 [ayvens.be] INFO: Found listing with ID: 1986034
2026-03-26 22:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986034%27 HTTP/1.1" 200 None
2026-03-26 22:45:34 [ayvens.be] INFO: Scrape type for 1986034: 1
2026-03-26 22:45:34 [ayvens.be] INFO: Extracting data for car ID: 1986034
2026-03-26 22:45:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 274ec52a-7bd4-5d37-b9e6-692b9194f3b0 with identifier: 1986034
2026-03-26 22:45:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 274ec52a-7bd4-5d37-b9e6-692b9194f3b0 with scrape type 1
2026-03-26 22:45:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 274ec52a-7bd4-5d37-b9e6-692b9194f3b0
2026-03-26 22:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bf%252F0b409d9e577849b4bc1dea34a18003da%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bf/0b409d9e577849b4bc1dea34a18003da/images/large/1.jpg not downloaded yet
2026-03-26 22:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bf%252F0b409d9e577849b4bc1dea34a18003da%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bf/0b409d9e577849b4bc1dea34a18003da/images/large/2.jpg not downloaded yet
2026-03-26 22:45:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5ca5850>
2026-03-26 22:45:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f8c10ba7-dcda-584c-b6d0-87c4bf987176/f8c10ba7-dcda-584c-b6d0-87c4bf987176_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1uq%252F050ba0a64c3e4e17b40825de497728ef%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1uq/050ba0a64c3e4e17b40825de497728ef/images/large/5.jpg saved to cache
2026-03-26 22:45:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item f8c10ba7-dcda-584c-b6d0-87c4bf987176
2026-03-26 22:45:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b784d850>
2026-03-26 22:45:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f8c10ba7-dcda-584c-b6d0-87c4bf987176/f8c10ba7-dcda-584c-b6d0-87c4bf987176_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1uq%252F050ba0a64c3e4e17b40825de497728ef%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1uq/050ba0a64c3e4e17b40825de497728ef/images/large/6.jpg saved to cache
2026-03-26 22:45:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item f8c10ba7-dcda-584c-b6d0-87c4bf987176
2026-03-26 22:45:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b777b2d0>
2026-03-26 22:45:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2cb1b635-e8bd-5d2b-b2e9-f8ab404a9da8/2cb1b635-e8bd-5d2b-b2e9-f8ab404a9da8_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1vu%252F9b7ddb97a28f4899b10f5ea87306b7d0%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1vu/9b7ddb97a28f4899b10f5ea87306b7d0/images/large/3.jpg saved to cache
2026-03-26 22:45:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 2cb1b635-e8bd-5d2b-b2e9-f8ab404a9da8
2026-03-26 22:45:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b75036d0>
2026-03-26 22:45:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2cb1b635-e8bd-5d2b-b2e9-f8ab404a9da8/2cb1b635-e8bd-5d2b-b2e9-f8ab404a9da8_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1vu%252F9b7ddb97a28f4899b10f5ea87306b7d0%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1vu/9b7ddb97a28f4899b10f5ea87306b7d0/images/large/6.jpg saved to cache
2026-03-26 22:45:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 2cb1b635-e8bd-5d2b-b2e9-f8ab404a9da8
2026-03-26 22:45:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7500e50>
2026-03-26 22:45:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2cb1b635-e8bd-5d2b-b2e9-f8ab404a9da8/2cb1b635-e8bd-5d2b-b2e9-f8ab404a9da8_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1vu%252F9b7ddb97a28f4899b10f5ea87306b7d0%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1vu/9b7ddb97a28f4899b10f5ea87306b7d0/images/large/8.jpg saved to cache
2026-03-26 22:45:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 2cb1b635-e8bd-5d2b-b2e9-f8ab404a9da8
2026-03-26 22:45:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76e0e50>
2026-03-26 22:45:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2cb1b635-e8bd-5d2b-b2e9-f8ab404a9da8/2cb1b635-e8bd-5d2b-b2e9-f8ab404a9da8_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1vu%252F9b7ddb97a28f4899b10f5ea87306b7d0%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1vu/9b7ddb97a28f4899b10f5ea87306b7d0/images/large/4.jpg saved to cache
2026-03-26 22:45:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 2cb1b635-e8bd-5d2b-b2e9-f8ab404a9da8
2026-03-26 22:45:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1vu/9b7ddb97a28f4899b10f5ea87306b7d0/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bf%252F0b409d9e577849b4bc1dea34a18003da%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bf/0b409d9e577849b4bc1dea34a18003da/images/large/3.jpg not downloaded yet
2026-03-26 22:45:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1we/f03c39eaeb884932912013040822ffea/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1we/f03c39eaeb884932912013040822ffea/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bf%252F0b409d9e577849b4bc1dea34a18003da%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bf/0b409d9e577849b4bc1dea34a18003da/images/large/4.jpg not downloaded yet
2026-03-26 22:45:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7590210>
2026-03-26 22:45:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f8c10ba7-dcda-584c-b6d0-87c4bf987176/f8c10ba7-dcda-584c-b6d0-87c4bf987176_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1uq%252F050ba0a64c3e4e17b40825de497728ef%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1uq/050ba0a64c3e4e17b40825de497728ef/images/large/4.jpg saved to cache
2026-03-26 22:45:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item f8c10ba7-dcda-584c-b6d0-87c4bf987176
2026-03-26 22:45:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7400610>
2026-03-26 22:45:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2cb1b635-e8bd-5d2b-b2e9-f8ab404a9da8/2cb1b635-e8bd-5d2b-b2e9-f8ab404a9da8_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1vu%252F9b7ddb97a28f4899b10f5ea87306b7d0%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1vu/9b7ddb97a28f4899b10f5ea87306b7d0/images/large/7.jpg saved to cache
2026-03-26 22:45:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 2cb1b635-e8bd-5d2b-b2e9-f8ab404a9da8
2026-03-26 22:45:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1we/f03c39eaeb884932912013040822ffea/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1vu/9b7ddb97a28f4899b10f5ea87306b7d0/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1vu/9b7ddb97a28f4899b10f5ea87306b7d0/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bf%252F0b409d9e577849b4bc1dea34a18003da%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bf/0b409d9e577849b4bc1dea34a18003da/images/large/5.jpg not downloaded yet
2026-03-26 22:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bf%252F0b409d9e577849b4bc1dea34a18003da%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bf/0b409d9e577849b4bc1dea34a18003da/images/large/6.jpg not downloaded yet
2026-03-26 22:45:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1we/f03c39eaeb884932912013040822ffea/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1we/f03c39eaeb884932912013040822ffea/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bf%252F0b409d9e577849b4bc1dea34a18003da%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bf/0b409d9e577849b4bc1dea34a18003da/images/large/7.jpg not downloaded yet
2026-03-26 22:45:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7425e50>
2026-03-26 22:45:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2cb1b635-e8bd-5d2b-b2e9-f8ab404a9da8/2cb1b635-e8bd-5d2b-b2e9-f8ab404a9da8_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1vu%252F9b7ddb97a28f4899b10f5ea87306b7d0%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1vu/9b7ddb97a28f4899b10f5ea87306b7d0/images/large/10.jpg saved to cache
2026-03-26 22:45:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 2cb1b635-e8bd-5d2b-b2e9-f8ab404a9da8
2026-03-26 22:45:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e3d450>
2026-03-26 22:45:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d534795d-7047-5bbb-884f-a5faa15342d5/d534795d-7047-5bbb-884f-a5faa15342d5_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1we%252Ff03c39eaeb884932912013040822ffea%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1we/f03c39eaeb884932912013040822ffea/images/large/2.jpg saved to cache
2026-03-26 22:45:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item d534795d-7047-5bbb-884f-a5faa15342d5
2026-03-26 22:45:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7429b10>
2026-03-26 22:45:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d534795d-7047-5bbb-884f-a5faa15342d5/d534795d-7047-5bbb-884f-a5faa15342d5_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1we%252Ff03c39eaeb884932912013040822ffea%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1we/f03c39eaeb884932912013040822ffea/images/large/1.jpg saved to cache
2026-03-26 22:45:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item d534795d-7047-5bbb-884f-a5faa15342d5
2026-03-26 22:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bf%252F0b409d9e577849b4bc1dea34a18003da%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bf/0b409d9e577849b4bc1dea34a18003da/images/large/8.jpg not downloaded yet
2026-03-26 22:45:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1we/f03c39eaeb884932912013040822ffea/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bf%252F0b409d9e577849b4bc1dea34a18003da%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bf/0b409d9e577849b4bc1dea34a18003da/images/large/9.jpg not downloaded yet
2026-03-26 22:45:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1we/f03c39eaeb884932912013040822ffea/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1vu/9b7ddb97a28f4899b10f5ea87306b7d0/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7475150>
2026-03-26 22:45:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d534795d-7047-5bbb-884f-a5faa15342d5/d534795d-7047-5bbb-884f-a5faa15342d5_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1we%252Ff03c39eaeb884932912013040822ffea%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1we/f03c39eaeb884932912013040822ffea/images/large/3.jpg saved to cache
2026-03-26 22:45:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item d534795d-7047-5bbb-884f-a5faa15342d5
2026-03-26 22:45:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7778410>
2026-03-26 22:45:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2cb1b635-e8bd-5d2b-b2e9-f8ab404a9da8/2cb1b635-e8bd-5d2b-b2e9-f8ab404a9da8_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1vu%252F9b7ddb97a28f4899b10f5ea87306b7d0%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1vu/9b7ddb97a28f4899b10f5ea87306b7d0/images/large/5.jpg saved to cache
2026-03-26 22:45:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 2cb1b635-e8bd-5d2b-b2e9-f8ab404a9da8
2026-03-26 22:45:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e4dc50>
2026-03-26 22:45:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2cb1b635-e8bd-5d2b-b2e9-f8ab404a9da8/2cb1b635-e8bd-5d2b-b2e9-f8ab404a9da8_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1vu%252F9b7ddb97a28f4899b10f5ea87306b7d0%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1vu/9b7ddb97a28f4899b10f5ea87306b7d0/images/large/9.jpg saved to cache
2026-03-26 22:45:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 2cb1b635-e8bd-5d2b-b2e9-f8ab404a9da8
2026-03-26 22:45:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c82250>
2026-03-26 22:45:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d534795d-7047-5bbb-884f-a5faa15342d5/d534795d-7047-5bbb-884f-a5faa15342d5_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1we%252Ff03c39eaeb884932912013040822ffea%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1we/f03c39eaeb884932912013040822ffea/images/large/5.jpg saved to cache
2026-03-26 22:45:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item d534795d-7047-5bbb-884f-a5faa15342d5
2026-03-26 22:45:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5ca7450>
2026-03-26 22:45:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d534795d-7047-5bbb-884f-a5faa15342d5/d534795d-7047-5bbb-884f-a5faa15342d5_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1we%252Ff03c39eaeb884932912013040822ffea%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1we/f03c39eaeb884932912013040822ffea/images/large/4.jpg saved to cache
2026-03-26 22:45:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item d534795d-7047-5bbb-884f-a5faa15342d5
2026-03-26 22:45:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1vu/9b7ddb97a28f4899b10f5ea87306b7d0/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bf%252F0b409d9e577849b4bc1dea34a18003da%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bf/0b409d9e577849b4bc1dea34a18003da/images/large/10.jpg not downloaded yet
2026-03-26 22:45:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1we/f03c39eaeb884932912013040822ffea/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:36 [ayvens.be] INFO: Found listing with ID: 1986035
2026-03-26 22:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986035%27 HTTP/1.1" 200 None
2026-03-26 22:45:36 [ayvens.be] INFO: Scrape type for 1986035: 1
2026-03-26 22:45:36 [ayvens.be] INFO: Extracting data for car ID: 1986035
2026-03-26 22:45:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 989f5ad8-eedf-5233-b3f7-d3719562d97e with identifier: 1986035
2026-03-26 22:45:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 989f5ad8-eedf-5233-b3f7-d3719562d97e with scrape type 1
2026-03-26 22:45:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 989f5ad8-eedf-5233-b3f7-d3719562d97e
2026-03-26 22:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252F716ad00bc0ee4ed38c9ee8e872bd7084%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/716ad00bc0ee4ed38c9ee8e872bd7084/images/large/1.jpg not downloaded yet
2026-03-26 22:45:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1we/f03c39eaeb884932912013040822ffea/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252F716ad00bc0ee4ed38c9ee8e872bd7084%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/716ad00bc0ee4ed38c9ee8e872bd7084/images/large/2.jpg not downloaded yet
2026-03-26 22:45:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5ca7a50>
2026-03-26 22:45:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d534795d-7047-5bbb-884f-a5faa15342d5/d534795d-7047-5bbb-884f-a5faa15342d5_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1we%252Ff03c39eaeb884932912013040822ffea%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1we/f03c39eaeb884932912013040822ffea/images/large/7.jpg saved to cache
2026-03-26 22:45:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item d534795d-7047-5bbb-884f-a5faa15342d5
2026-03-26 22:45:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7b15a50>
2026-03-26 22:45:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d534795d-7047-5bbb-884f-a5faa15342d5/d534795d-7047-5bbb-884f-a5faa15342d5_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1we%252Ff03c39eaeb884932912013040822ffea%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1we/f03c39eaeb884932912013040822ffea/images/large/6.jpg saved to cache
2026-03-26 22:45:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item d534795d-7047-5bbb-884f-a5faa15342d5
2026-03-26 22:45:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7451bd0>
2026-03-26 22:45:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2cb1b635-e8bd-5d2b-b2e9-f8ab404a9da8/2cb1b635-e8bd-5d2b-b2e9-f8ab404a9da8_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1vu%252F9b7ddb97a28f4899b10f5ea87306b7d0%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1vu/9b7ddb97a28f4899b10f5ea87306b7d0/images/large/1.jpg saved to cache
2026-03-26 22:45:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 2cb1b635-e8bd-5d2b-b2e9-f8ab404a9da8
2026-03-26 22:45:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1we/f03c39eaeb884932912013040822ffea/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252F716ad00bc0ee4ed38c9ee8e872bd7084%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/716ad00bc0ee4ed38c9ee8e872bd7084/images/large/3.jpg not downloaded yet
2026-03-26 22:45:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1uq/050ba0a64c3e4e17b40825de497728ef/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252F716ad00bc0ee4ed38c9ee8e872bd7084%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/716ad00bc0ee4ed38c9ee8e872bd7084/images/large/4.jpg not downloaded yet
2026-03-26 22:45:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c6a6d0>
2026-03-26 22:45:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2cb1b635-e8bd-5d2b-b2e9-f8ab404a9da8/2cb1b635-e8bd-5d2b-b2e9-f8ab404a9da8_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1vu%252F9b7ddb97a28f4899b10f5ea87306b7d0%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1vu/9b7ddb97a28f4899b10f5ea87306b7d0/images/large/2.jpg saved to cache
2026-03-26 22:45:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 2cb1b635-e8bd-5d2b-b2e9-f8ab404a9da8
2026-03-26 22:45:37 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2cb1b635-e8bd-5d2b-b2e9-f8ab404a9da8, skipping ID generation
2026-03-26 22:45:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2cb1b635-e8bd-5d2b-b2e9-f8ab404a9da8 with scrape type 1
2026-03-26 22:45:37 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2cb1b635-e8bd-5d2b-b2e9-f8ab404a9da8 sending to next pipeline
2026-03-26 22:45:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 2cb1b635-e8bd-5d2b-b2e9-f8ab404a9da8, identifier: 1986032
2026-03-26 22:45:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b746e690>
2026-03-26 22:45:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d534795d-7047-5bbb-884f-a5faa15342d5/d534795d-7047-5bbb-884f-a5faa15342d5_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1we%252Ff03c39eaeb884932912013040822ffea%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1we/f03c39eaeb884932912013040822ffea/images/large/9.jpg saved to cache
2026-03-26 22:45:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item d534795d-7047-5bbb-884f-a5faa15342d5
2026-03-26 22:45:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e12850>
2026-03-26 22:45:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d534795d-7047-5bbb-884f-a5faa15342d5/d534795d-7047-5bbb-884f-a5faa15342d5_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1we%252Ff03c39eaeb884932912013040822ffea%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1we/f03c39eaeb884932912013040822ffea/images/large/8.jpg saved to cache
2026-03-26 22:45:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item d534795d-7047-5bbb-884f-a5faa15342d5
2026-03-26 22:45:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 2cb1b635-e8bd-5d2b-b2e9-f8ab404a9da8 with identifier: 1986032
2026-03-26 22:45:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 2cb1b635-e8bd-5d2b-b2e9-f8ab404a9da8 with identifier: 1986032
2026-03-26 22:45:37 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 2cb1b635-e8bd-5d2b-b2e9-f8ab404a9da8 with identifier: 1986032 to the API
2026-03-26 22:45:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:45:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:45:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/1vu/9b7ddb97a28f4899b10f5ea87306b7d0/images/large/2.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'diesel',
'id': '2cb1b635-e8bd-5d2b-b2e9-f8ab404a9da8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'FORD',
'model': 'TRANSIT 2T 350M FOU MWB HR DSL',
'odometer': 92238,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 14,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2cb1b635-e8bd-5d2b-b2e9-f8ab404a9da8/2cb1b635-e8bd-5d2b-b2e9-f8ab404a9da8_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 259800,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1vu/9b7ddb97a28f4899b10f5ea87306b7d0/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2cb1b635-e8bd-5d2b-b2e9-f8ab404a9da8/2cb1b635-e8bd-5d2b-b2e9-f8ab404a9da8_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 261493,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1vu/9b7ddb97a28f4899b10f5ea87306b7d0/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2cb1b635-e8bd-5d2b-b2e9-f8ab404a9da8/2cb1b635-e8bd-5d2b-b2e9-f8ab404a9da8_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 281755,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1vu/9b7ddb97a28f4899b10f5ea87306b7d0/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2cb1b635-e8bd-5d2b-b2e9-f8ab404a9da8/2cb1b635-e8bd-5d2b-b2e9-f8ab404a9da8_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 279222,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1vu/9b7ddb97a28f4899b10f5ea87306b7d0/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2cb1b635-e8bd-5d2b-b2e9-f8ab404a9da8/2cb1b635-e8bd-5d2b-b2e9-f8ab404a9da8_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 265376,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1vu/9b7ddb97a28f4899b10f5ea87306b7d0/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2cb1b635-e8bd-5d2b-b2e9-f8ab404a9da8/2cb1b635-e8bd-5d2b-b2e9-f8ab404a9da8_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 218571,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1vu/9b7ddb97a28f4899b10f5ea87306b7d0/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2cb1b635-e8bd-5d2b-b2e9-f8ab404a9da8/2cb1b635-e8bd-5d2b-b2e9-f8ab404a9da8_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 426868,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1vu/9b7ddb97a28f4899b10f5ea87306b7d0/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2cb1b635-e8bd-5d2b-b2e9-f8ab404a9da8/2cb1b635-e8bd-5d2b-b2e9-f8ab404a9da8_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 293671,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1vu/9b7ddb97a28f4899b10f5ea87306b7d0/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2cb1b635-e8bd-5d2b-b2e9-f8ab404a9da8/2cb1b635-e8bd-5d2b-b2e9-f8ab404a9da8_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 285532,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1vu/9b7ddb97a28f4899b10f5ea87306b7d0/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2cb1b635-e8bd-5d2b-b2e9-f8ab404a9da8/2cb1b635-e8bd-5d2b-b2e9-f8ab404a9da8_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 298878,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1vu/9b7ddb97a28f4899b10f5ea87306b7d0/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-03-05',
'seats_number': 3,
'seller_name': None,
'title': 'FORD TRANSIT 2T 350M FOU MWB HR DSL 2.0 TDCi L2H2 Trend',
'transmission': 'manual',
'trim': '2.0 TDCi L2H2 Trend',
'vin': None,
'year': 2019}
2026-03-26 22:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986032%27 HTTP/1.1" 200 None
2026-03-26 22:45:37 [ayvens.be] INFO: Saving data for 1986032: {'created_time': 1774565137.768081, 'last_price_update_time': 1774565137.768091, 'auction_closing_time': 1775028600.0}
2026-03-26 22:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986032') HTTP/1.1" 204 0
2026-03-26 22:45:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bf/0b409d9e577849b4bc1dea34a18003da/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252F716ad00bc0ee4ed38c9ee8e872bd7084%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/716ad00bc0ee4ed38c9ee8e872bd7084/images/large/5.jpg not downloaded yet
2026-03-26 22:45:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bf/0b409d9e577849b4bc1dea34a18003da/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1uq/050ba0a64c3e4e17b40825de497728ef/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252F716ad00bc0ee4ed38c9ee8e872bd7084%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/716ad00bc0ee4ed38c9ee8e872bd7084/images/large/6.jpg not downloaded yet
2026-03-26 22:45:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b75a7c90>
2026-03-26 22:45:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d534795d-7047-5bbb-884f-a5faa15342d5/d534795d-7047-5bbb-884f-a5faa15342d5_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1we%252Ff03c39eaeb884932912013040822ffea%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1we/f03c39eaeb884932912013040822ffea/images/large/10.jpg saved to cache
2026-03-26 22:45:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item d534795d-7047-5bbb-884f-a5faa15342d5
2026-03-26 22:45:37 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d534795d-7047-5bbb-884f-a5faa15342d5, skipping ID generation
2026-03-26 22:45:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d534795d-7047-5bbb-884f-a5faa15342d5 with scrape type 1
2026-03-26 22:45:37 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d534795d-7047-5bbb-884f-a5faa15342d5 sending to next pipeline
2026-03-26 22:45:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: d534795d-7047-5bbb-884f-a5faa15342d5, identifier: 1986033
2026-03-26 22:45:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e37050>
2026-03-26 22:45:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f8c10ba7-dcda-584c-b6d0-87c4bf987176/f8c10ba7-dcda-584c-b6d0-87c4bf987176_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1uq%252F050ba0a64c3e4e17b40825de497728ef%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1uq/050ba0a64c3e4e17b40825de497728ef/images/large/10.jpg saved to cache
2026-03-26 22:45:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item f8c10ba7-dcda-584c-b6d0-87c4bf987176
2026-03-26 22:45:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bf/0b409d9e577849b4bc1dea34a18003da/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bf/0b409d9e577849b4bc1dea34a18003da/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252F716ad00bc0ee4ed38c9ee8e872bd7084%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/716ad00bc0ee4ed38c9ee8e872bd7084/images/large/7.jpg not downloaded yet
2026-03-26 22:45:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: d534795d-7047-5bbb-884f-a5faa15342d5 with identifier: 1986033
2026-03-26 22:45:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: d534795d-7047-5bbb-884f-a5faa15342d5 with identifier: 1986033
2026-03-26 22:45:38 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: d534795d-7047-5bbb-884f-a5faa15342d5 with identifier: 1986033 to the API
2026-03-26 22:45:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:45:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:45:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/1we/f03c39eaeb884932912013040822ffea/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'diesel',
'id': 'd534795d-7047-5bbb-884f-a5faa15342d5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'FORD',
'model': 'TRANSIT 2T 350M FOU MWB HR DSL',
'odometer': 95016,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 14,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d534795d-7047-5bbb-884f-a5faa15342d5/d534795d-7047-5bbb-884f-a5faa15342d5_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 503433,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1we/f03c39eaeb884932912013040822ffea/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d534795d-7047-5bbb-884f-a5faa15342d5/d534795d-7047-5bbb-884f-a5faa15342d5_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 379137,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1we/f03c39eaeb884932912013040822ffea/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d534795d-7047-5bbb-884f-a5faa15342d5/d534795d-7047-5bbb-884f-a5faa15342d5_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 576524,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1we/f03c39eaeb884932912013040822ffea/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d534795d-7047-5bbb-884f-a5faa15342d5/d534795d-7047-5bbb-884f-a5faa15342d5_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 552657,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1we/f03c39eaeb884932912013040822ffea/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d534795d-7047-5bbb-884f-a5faa15342d5/d534795d-7047-5bbb-884f-a5faa15342d5_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 473520,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1we/f03c39eaeb884932912013040822ffea/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d534795d-7047-5bbb-884f-a5faa15342d5/d534795d-7047-5bbb-884f-a5faa15342d5_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 333348,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1we/f03c39eaeb884932912013040822ffea/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d534795d-7047-5bbb-884f-a5faa15342d5/d534795d-7047-5bbb-884f-a5faa15342d5_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 451175,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1we/f03c39eaeb884932912013040822ffea/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d534795d-7047-5bbb-884f-a5faa15342d5/d534795d-7047-5bbb-884f-a5faa15342d5_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 507100,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1we/f03c39eaeb884932912013040822ffea/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d534795d-7047-5bbb-884f-a5faa15342d5/d534795d-7047-5bbb-884f-a5faa15342d5_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 401253,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1we/f03c39eaeb884932912013040822ffea/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d534795d-7047-5bbb-884f-a5faa15342d5/d534795d-7047-5bbb-884f-a5faa15342d5_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 363039,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1we/f03c39eaeb884932912013040822ffea/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-05-14',
'seats_number': 3,
'seller_name': None,
'title': 'FORD TRANSIT 2T 350M FOU MWB HR DSL 2.0 TDCi L2H2 Trend',
'transmission': 'manual',
'trim': '2.0 TDCi L2H2 Trend',
'vin': None,
'year': 2019}
2026-03-26 22:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986033%27 HTTP/1.1" 200 None
2026-03-26 22:45:38 [ayvens.be] INFO: Saving data for 1986033: {'created_time': 1774565138.457957, 'last_price_update_time': 1774565138.457968, 'auction_closing_time': 1775028600.0}
2026-03-26 22:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986033') HTTP/1.1" 204 0
2026-03-26 22:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252F716ad00bc0ee4ed38c9ee8e872bd7084%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/716ad00bc0ee4ed38c9ee8e872bd7084/images/large/8.jpg not downloaded yet
2026-03-26 22:45:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd3c41d0>
2026-03-26 22:45:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_274ec52a-7bd4-5d37-b9e6-692b9194f3b0/274ec52a-7bd4-5d37-b9e6-692b9194f3b0_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bf%252F0b409d9e577849b4bc1dea34a18003da%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bf/0b409d9e577849b4bc1dea34a18003da/images/large/2.jpg saved to cache
2026-03-26 22:45:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 274ec52a-7bd4-5d37-b9e6-692b9194f3b0
2026-03-26 22:45:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7565dd0>
2026-03-26 22:45:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_274ec52a-7bd4-5d37-b9e6-692b9194f3b0/274ec52a-7bd4-5d37-b9e6-692b9194f3b0_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bf%252F0b409d9e577849b4bc1dea34a18003da%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bf/0b409d9e577849b4bc1dea34a18003da/images/large/3.jpg saved to cache
2026-03-26 22:45:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 274ec52a-7bd4-5d37-b9e6-692b9194f3b0
2026-03-26 22:45:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7410f10>
2026-03-26 22:45:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f8c10ba7-dcda-584c-b6d0-87c4bf987176/f8c10ba7-dcda-584c-b6d0-87c4bf987176_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1uq%252F050ba0a64c3e4e17b40825de497728ef%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1uq/050ba0a64c3e4e17b40825de497728ef/images/large/9.jpg saved to cache
2026-03-26 22:45:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item f8c10ba7-dcda-584c-b6d0-87c4bf987176
2026-03-26 22:45:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1uq/050ba0a64c3e4e17b40825de497728ef/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bf/0b409d9e577849b4bc1dea34a18003da/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bf/0b409d9e577849b4bc1dea34a18003da/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252F716ad00bc0ee4ed38c9ee8e872bd7084%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/716ad00bc0ee4ed38c9ee8e872bd7084/images/large/9.jpg not downloaded yet
2026-03-26 22:45:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e1e490>
2026-03-26 22:45:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_274ec52a-7bd4-5d37-b9e6-692b9194f3b0/274ec52a-7bd4-5d37-b9e6-692b9194f3b0_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bf%252F0b409d9e577849b4bc1dea34a18003da%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bf/0b409d9e577849b4bc1dea34a18003da/images/large/1.jpg saved to cache
2026-03-26 22:45:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 274ec52a-7bd4-5d37-b9e6-692b9194f3b0
2026-03-26 22:45:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c5ce90>
2026-03-26 22:45:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_274ec52a-7bd4-5d37-b9e6-692b9194f3b0/274ec52a-7bd4-5d37-b9e6-692b9194f3b0_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bf%252F0b409d9e577849b4bc1dea34a18003da%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bf/0b409d9e577849b4bc1dea34a18003da/images/large/4.jpg saved to cache
2026-03-26 22:45:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 274ec52a-7bd4-5d37-b9e6-692b9194f3b0
2026-03-26 22:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252F716ad00bc0ee4ed38c9ee8e872bd7084%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/716ad00bc0ee4ed38c9ee8e872bd7084/images/large/10.jpg not downloaded yet
2026-03-26 22:45:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1uq/050ba0a64c3e4e17b40825de497728ef/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:39 [ayvens.be] INFO: Found listing with ID: 1986036
2026-03-26 22:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986036%27 HTTP/1.1" 200 None
2026-03-26 22:45:39 [ayvens.be] INFO: Scrape type for 1986036: 1
2026-03-26 22:45:39 [ayvens.be] INFO: Extracting data for car ID: 1986036
2026-03-26 22:45:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c9c31b26-dc78-56c7-b825-76271aa2099c with identifier: 1986036
2026-03-26 22:45:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c9c31b26-dc78-56c7-b825-76271aa2099c with scrape type 1
2026-03-26 22:45:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item c9c31b26-dc78-56c7-b825-76271aa2099c
2026-03-26 22:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bd%252Fba3720cd0d1340b8b03120b4e36effb6%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bd/ba3720cd0d1340b8b03120b4e36effb6/images/large/1.jpg not downloaded yet
2026-03-26 22:45:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7401e10>
2026-03-26 22:45:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f8c10ba7-dcda-584c-b6d0-87c4bf987176/f8c10ba7-dcda-584c-b6d0-87c4bf987176_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1uq%252F050ba0a64c3e4e17b40825de497728ef%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1uq/050ba0a64c3e4e17b40825de497728ef/images/large/8.jpg saved to cache
2026-03-26 22:45:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item f8c10ba7-dcda-584c-b6d0-87c4bf987176
2026-03-26 22:45:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd3b5a50>
2026-03-26 22:45:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_274ec52a-7bd4-5d37-b9e6-692b9194f3b0/274ec52a-7bd4-5d37-b9e6-692b9194f3b0_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bf%252F0b409d9e577849b4bc1dea34a18003da%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bf/0b409d9e577849b4bc1dea34a18003da/images/large/6.jpg saved to cache
2026-03-26 22:45:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 274ec52a-7bd4-5d37-b9e6-692b9194f3b0
2026-03-26 22:45:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e4d090>
2026-03-26 22:45:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_274ec52a-7bd4-5d37-b9e6-692b9194f3b0/274ec52a-7bd4-5d37-b9e6-692b9194f3b0_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bf%252F0b409d9e577849b4bc1dea34a18003da%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bf/0b409d9e577849b4bc1dea34a18003da/images/large/5.jpg saved to cache
2026-03-26 22:45:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 274ec52a-7bd4-5d37-b9e6-692b9194f3b0
2026-03-26 22:45:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bf/0b409d9e577849b4bc1dea34a18003da/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bf/0b409d9e577849b4bc1dea34a18003da/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bd%252Fba3720cd0d1340b8b03120b4e36effb6%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bd/ba3720cd0d1340b8b03120b4e36effb6/images/large/2.jpg not downloaded yet
2026-03-26 22:45:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bf/0b409d9e577849b4bc1dea34a18003da/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bd%252Fba3720cd0d1340b8b03120b4e36effb6%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bd/ba3720cd0d1340b8b03120b4e36effb6/images/large/3.jpg not downloaded yet
2026-03-26 22:45:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c63690>
2026-03-26 22:45:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f8c10ba7-dcda-584c-b6d0-87c4bf987176/f8c10ba7-dcda-584c-b6d0-87c4bf987176_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1uq%252F050ba0a64c3e4e17b40825de497728ef%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1uq/050ba0a64c3e4e17b40825de497728ef/images/large/7.jpg saved to cache
2026-03-26 22:45:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item f8c10ba7-dcda-584c-b6d0-87c4bf987176
2026-03-26 22:45:39 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f8c10ba7-dcda-584c-b6d0-87c4bf987176, skipping ID generation
2026-03-26 22:45:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f8c10ba7-dcda-584c-b6d0-87c4bf987176 with scrape type 1
2026-03-26 22:45:39 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f8c10ba7-dcda-584c-b6d0-87c4bf987176 sending to next pipeline
2026-03-26 22:45:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: f8c10ba7-dcda-584c-b6d0-87c4bf987176, identifier: 1986031
2026-03-26 22:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bd%252Fba3720cd0d1340b8b03120b4e36effb6%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bd/ba3720cd0d1340b8b03120b4e36effb6/images/large/4.jpg not downloaded yet
2026-03-26 22:45:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: f8c10ba7-dcda-584c-b6d0-87c4bf987176 with identifier: 1986031
2026-03-26 22:45:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: f8c10ba7-dcda-584c-b6d0-87c4bf987176 with identifier: 1986031
2026-03-26 22:45:39 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: f8c10ba7-dcda-584c-b6d0-87c4bf987176 with identifier: 1986031 to the API
2026-03-26 22:45:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:45:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:45:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/1uq/050ba0a64c3e4e17b40825de497728ef/images/large/7.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'diesel',
'id': 'f8c10ba7-dcda-584c-b6d0-87c4bf987176',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'FORD',
'model': 'TRANSIT 2T 350M FOU MWB HR DSL',
'odometer': 67891,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 14,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f8c10ba7-dcda-584c-b6d0-87c4bf987176/f8c10ba7-dcda-584c-b6d0-87c4bf987176_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 426753,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1uq/050ba0a64c3e4e17b40825de497728ef/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f8c10ba7-dcda-584c-b6d0-87c4bf987176/f8c10ba7-dcda-584c-b6d0-87c4bf987176_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 442342,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1uq/050ba0a64c3e4e17b40825de497728ef/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f8c10ba7-dcda-584c-b6d0-87c4bf987176/f8c10ba7-dcda-584c-b6d0-87c4bf987176_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 594379,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1uq/050ba0a64c3e4e17b40825de497728ef/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f8c10ba7-dcda-584c-b6d0-87c4bf987176/f8c10ba7-dcda-584c-b6d0-87c4bf987176_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 585424,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1uq/050ba0a64c3e4e17b40825de497728ef/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f8c10ba7-dcda-584c-b6d0-87c4bf987176/f8c10ba7-dcda-584c-b6d0-87c4bf987176_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 512292,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1uq/050ba0a64c3e4e17b40825de497728ef/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f8c10ba7-dcda-584c-b6d0-87c4bf987176/f8c10ba7-dcda-584c-b6d0-87c4bf987176_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 418671,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1uq/050ba0a64c3e4e17b40825de497728ef/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f8c10ba7-dcda-584c-b6d0-87c4bf987176/f8c10ba7-dcda-584c-b6d0-87c4bf987176_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 434079,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1uq/050ba0a64c3e4e17b40825de497728ef/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f8c10ba7-dcda-584c-b6d0-87c4bf987176/f8c10ba7-dcda-584c-b6d0-87c4bf987176_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 505185,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1uq/050ba0a64c3e4e17b40825de497728ef/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f8c10ba7-dcda-584c-b6d0-87c4bf987176/f8c10ba7-dcda-584c-b6d0-87c4bf987176_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 440628,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1uq/050ba0a64c3e4e17b40825de497728ef/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f8c10ba7-dcda-584c-b6d0-87c4bf987176/f8c10ba7-dcda-584c-b6d0-87c4bf987176_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 412568,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1uq/050ba0a64c3e4e17b40825de497728ef/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-07-10',
'seats_number': 3,
'seller_name': None,
'title': 'FORD TRANSIT 2T 350M FOU MWB HR DSL 2.0 TDCi L2H2 Trend',
'transmission': 'manual',
'trim': '2.0 TDCi L2H2 Trend',
'vin': None,
'year': 2018}
2026-03-26 22:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986031%27 HTTP/1.1" 200 None
2026-03-26 22:45:40 [ayvens.be] INFO: Saving data for 1986031: {'created_time': 1774565140.133907, 'last_price_update_time': 1774565140.133917, 'auction_closing_time': 1775028600.0}
2026-03-26 22:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986031') HTTP/1.1" 204 0
2026-03-26 22:45:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bf/0b409d9e577849b4bc1dea34a18003da/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bd%252Fba3720cd0d1340b8b03120b4e36effb6%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bd/ba3720cd0d1340b8b03120b4e36effb6/images/large/5.jpg not downloaded yet
2026-03-26 22:45:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b782fc50>
2026-03-26 22:45:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_274ec52a-7bd4-5d37-b9e6-692b9194f3b0/274ec52a-7bd4-5d37-b9e6-692b9194f3b0_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bf%252F0b409d9e577849b4bc1dea34a18003da%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bf/0b409d9e577849b4bc1dea34a18003da/images/large/7.jpg saved to cache
2026-03-26 22:45:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 274ec52a-7bd4-5d37-b9e6-692b9194f3b0
2026-03-26 22:45:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b72efc50>
2026-03-26 22:45:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_274ec52a-7bd4-5d37-b9e6-692b9194f3b0/274ec52a-7bd4-5d37-b9e6-692b9194f3b0_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bf%252F0b409d9e577849b4bc1dea34a18003da%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bf/0b409d9e577849b4bc1dea34a18003da/images/large/10.jpg saved to cache
2026-03-26 22:45:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 274ec52a-7bd4-5d37-b9e6-692b9194f3b0
2026-03-26 22:45:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b787e910>
2026-03-26 22:45:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_274ec52a-7bd4-5d37-b9e6-692b9194f3b0/274ec52a-7bd4-5d37-b9e6-692b9194f3b0_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bf%252F0b409d9e577849b4bc1dea34a18003da%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bf/0b409d9e577849b4bc1dea34a18003da/images/large/9.jpg saved to cache
2026-03-26 22:45:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 274ec52a-7bd4-5d37-b9e6-692b9194f3b0
2026-03-26 22:45:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bn/716ad00bc0ee4ed38c9ee8e872bd7084/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bd%252Fba3720cd0d1340b8b03120b4e36effb6%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bd/ba3720cd0d1340b8b03120b4e36effb6/images/large/6.jpg not downloaded yet
2026-03-26 22:45:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bn/716ad00bc0ee4ed38c9ee8e872bd7084/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bd%252Fba3720cd0d1340b8b03120b4e36effb6%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bd/ba3720cd0d1340b8b03120b4e36effb6/images/large/7.jpg not downloaded yet
2026-03-26 22:45:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7425b10>
2026-03-26 22:45:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_274ec52a-7bd4-5d37-b9e6-692b9194f3b0/274ec52a-7bd4-5d37-b9e6-692b9194f3b0_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bf%252F0b409d9e577849b4bc1dea34a18003da%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bf/0b409d9e577849b4bc1dea34a18003da/images/large/8.jpg saved to cache
2026-03-26 22:45:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 274ec52a-7bd4-5d37-b9e6-692b9194f3b0
2026-03-26 22:45:40 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 274ec52a-7bd4-5d37-b9e6-692b9194f3b0, skipping ID generation
2026-03-26 22:45:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 274ec52a-7bd4-5d37-b9e6-692b9194f3b0 with scrape type 1
2026-03-26 22:45:40 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 274ec52a-7bd4-5d37-b9e6-692b9194f3b0 sending to next pipeline
2026-03-26 22:45:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 274ec52a-7bd4-5d37-b9e6-692b9194f3b0, identifier: 1986034
2026-03-26 22:45:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bn/716ad00bc0ee4ed38c9ee8e872bd7084/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 274ec52a-7bd4-5d37-b9e6-692b9194f3b0 with identifier: 1986034
2026-03-26 22:45:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 274ec52a-7bd4-5d37-b9e6-692b9194f3b0 with identifier: 1986034
2026-03-26 22:45:40 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 274ec52a-7bd4-5d37-b9e6-692b9194f3b0 with identifier: 1986034 to the API
2026-03-26 22:45:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:45:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:45:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bf/0b409d9e577849b4bc1dea34a18003da/images/large/8.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'diesel',
'id': '274ec52a-7bd4-5d37-b9e6-692b9194f3b0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'CITROAu2039N',
'model': 'GRAND C4 SPACETOURER',
'odometer': 107725,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 16,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_274ec52a-7bd4-5d37-b9e6-692b9194f3b0/274ec52a-7bd4-5d37-b9e6-692b9194f3b0_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 594956,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bf/0b409d9e577849b4bc1dea34a18003da/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_274ec52a-7bd4-5d37-b9e6-692b9194f3b0/274ec52a-7bd4-5d37-b9e6-692b9194f3b0_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 595309,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bf/0b409d9e577849b4bc1dea34a18003da/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_274ec52a-7bd4-5d37-b9e6-692b9194f3b0/274ec52a-7bd4-5d37-b9e6-692b9194f3b0_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 547396,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bf/0b409d9e577849b4bc1dea34a18003da/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_274ec52a-7bd4-5d37-b9e6-692b9194f3b0/274ec52a-7bd4-5d37-b9e6-692b9194f3b0_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 614668,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bf/0b409d9e577849b4bc1dea34a18003da/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_274ec52a-7bd4-5d37-b9e6-692b9194f3b0/274ec52a-7bd4-5d37-b9e6-692b9194f3b0_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 528522,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bf/0b409d9e577849b4bc1dea34a18003da/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_274ec52a-7bd4-5d37-b9e6-692b9194f3b0/274ec52a-7bd4-5d37-b9e6-692b9194f3b0_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 567700,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bf/0b409d9e577849b4bc1dea34a18003da/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_274ec52a-7bd4-5d37-b9e6-692b9194f3b0/274ec52a-7bd4-5d37-b9e6-692b9194f3b0_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 582831,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bf/0b409d9e577849b4bc1dea34a18003da/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_274ec52a-7bd4-5d37-b9e6-692b9194f3b0/274ec52a-7bd4-5d37-b9e6-692b9194f3b0_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 631034,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bf/0b409d9e577849b4bc1dea34a18003da/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_274ec52a-7bd4-5d37-b9e6-692b9194f3b0/274ec52a-7bd4-5d37-b9e6-692b9194f3b0_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 477028,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bf/0b409d9e577849b4bc1dea34a18003da/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_274ec52a-7bd4-5d37-b9e6-692b9194f3b0/274ec52a-7bd4-5d37-b9e6-692b9194f3b0_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 512679,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bf/0b409d9e577849b4bc1dea34a18003da/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-09',
'seats_number': 7,
'seller_name': None,
'title': 'CITROAu2039N GRAND C4 SPACETOURER 1.5 BLUEHDI 130 S-S FEEL AUTO',
'transmission': 'automatic',
'trim': '1.5 BLUEHDI 130 S-S FEEL AUTO',
'vin': None,
'year': 2021}
2026-03-26 22:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986034%27 HTTP/1.1" 200 None
2026-03-26 22:45:41 [ayvens.be] INFO: Saving data for 1986034: {'created_time': 1774565141.238941, 'last_price_update_time': 1774565141.238953, 'auction_closing_time': 1775028600.0}
2026-03-26 22:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986034') HTTP/1.1" 204 0
2026-03-26 22:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bd%252Fba3720cd0d1340b8b03120b4e36effb6%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bd/ba3720cd0d1340b8b03120b4e36effb6/images/large/8.jpg not downloaded yet
2026-03-26 22:45:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bn/716ad00bc0ee4ed38c9ee8e872bd7084/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bn/716ad00bc0ee4ed38c9ee8e872bd7084/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bd%252Fba3720cd0d1340b8b03120b4e36effb6%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bd/ba3720cd0d1340b8b03120b4e36effb6/images/large/9.jpg not downloaded yet
2026-03-26 22:45:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7279ad0>
2026-03-26 22:45:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_989f5ad8-eedf-5233-b3f7-d3719562d97e/989f5ad8-eedf-5233-b3f7-d3719562d97e_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252F716ad00bc0ee4ed38c9ee8e872bd7084%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/716ad00bc0ee4ed38c9ee8e872bd7084/images/large/1.jpg saved to cache
2026-03-26 22:45:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 989f5ad8-eedf-5233-b3f7-d3719562d97e
2026-03-26 22:45:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e132d0>
2026-03-26 22:45:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_989f5ad8-eedf-5233-b3f7-d3719562d97e/989f5ad8-eedf-5233-b3f7-d3719562d97e_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252F716ad00bc0ee4ed38c9ee8e872bd7084%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/716ad00bc0ee4ed38c9ee8e872bd7084/images/large/3.jpg saved to cache
2026-03-26 22:45:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 989f5ad8-eedf-5233-b3f7-d3719562d97e
2026-03-26 22:45:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7403090>
2026-03-26 22:45:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_989f5ad8-eedf-5233-b3f7-d3719562d97e/989f5ad8-eedf-5233-b3f7-d3719562d97e_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252F716ad00bc0ee4ed38c9ee8e872bd7084%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/716ad00bc0ee4ed38c9ee8e872bd7084/images/large/2.jpg saved to cache
2026-03-26 22:45:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 989f5ad8-eedf-5233-b3f7-d3719562d97e
2026-03-26 22:45:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bn/716ad00bc0ee4ed38c9ee8e872bd7084/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bn/716ad00bc0ee4ed38c9ee8e872bd7084/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bd%252Fba3720cd0d1340b8b03120b4e36effb6%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bd/ba3720cd0d1340b8b03120b4e36effb6/images/large/10.jpg not downloaded yet
2026-03-26 22:45:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd4d0410>
2026-03-26 22:45:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_989f5ad8-eedf-5233-b3f7-d3719562d97e/989f5ad8-eedf-5233-b3f7-d3719562d97e_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252F716ad00bc0ee4ed38c9ee8e872bd7084%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/716ad00bc0ee4ed38c9ee8e872bd7084/images/large/7.jpg saved to cache
2026-03-26 22:45:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 989f5ad8-eedf-5233-b3f7-d3719562d97e
2026-03-26 22:45:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e3df90>
2026-03-26 22:45:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_989f5ad8-eedf-5233-b3f7-d3719562d97e/989f5ad8-eedf-5233-b3f7-d3719562d97e_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252F716ad00bc0ee4ed38c9ee8e872bd7084%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/716ad00bc0ee4ed38c9ee8e872bd7084/images/large/5.jpg saved to cache
2026-03-26 22:45:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 989f5ad8-eedf-5233-b3f7-d3719562d97e
2026-03-26 22:45:41 [ayvens.be] INFO: Found listing with ID: 1986037
2026-03-26 22:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986037%27 HTTP/1.1" 200 None
2026-03-26 22:45:41 [ayvens.be] INFO: Scrape type for 1986037: 1
2026-03-26 22:45:41 [ayvens.be] INFO: Extracting data for car ID: 1986037
2026-03-26 22:45:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8c7d428a-e542-54a6-9d6b-4241d510c1db with identifier: 1986037
2026-03-26 22:45:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c7d428a-e542-54a6-9d6b-4241d510c1db with scrape type 1
2026-03-26 22:45:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 8c7d428a-e542-54a6-9d6b-4241d510c1db
2026-03-26 22:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yv%252Ff3a9365bb8a94c4eb3c85ba31b43d646%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yv/f3a9365bb8a94c4eb3c85ba31b43d646/images/large/1.jpg not downloaded yet
2026-03-26 22:45:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bn/716ad00bc0ee4ed38c9ee8e872bd7084/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bn/716ad00bc0ee4ed38c9ee8e872bd7084/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yv%252Ff3a9365bb8a94c4eb3c85ba31b43d646%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yv/f3a9365bb8a94c4eb3c85ba31b43d646/images/large/2.jpg not downloaded yet
2026-03-26 22:45:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5ca7450>
2026-03-26 22:45:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_989f5ad8-eedf-5233-b3f7-d3719562d97e/989f5ad8-eedf-5233-b3f7-d3719562d97e_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252F716ad00bc0ee4ed38c9ee8e872bd7084%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/716ad00bc0ee4ed38c9ee8e872bd7084/images/large/6.jpg saved to cache
2026-03-26 22:45:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 989f5ad8-eedf-5233-b3f7-d3719562d97e
2026-03-26 22:45:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cbd690>
2026-03-26 22:45:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_989f5ad8-eedf-5233-b3f7-d3719562d97e/989f5ad8-eedf-5233-b3f7-d3719562d97e_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252F716ad00bc0ee4ed38c9ee8e872bd7084%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/716ad00bc0ee4ed38c9ee8e872bd7084/images/large/4.jpg saved to cache
2026-03-26 22:45:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 989f5ad8-eedf-5233-b3f7-d3719562d97e
2026-03-26 22:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yv%252Ff3a9365bb8a94c4eb3c85ba31b43d646%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yv/f3a9365bb8a94c4eb3c85ba31b43d646/images/large/3.jpg not downloaded yet
2026-03-26 22:45:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bn/716ad00bc0ee4ed38c9ee8e872bd7084/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yv%252Ff3a9365bb8a94c4eb3c85ba31b43d646%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yv/f3a9365bb8a94c4eb3c85ba31b43d646/images/large/4.jpg not downloaded yet
2026-03-26 22:45:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e28b90>
2026-03-26 22:45:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_989f5ad8-eedf-5233-b3f7-d3719562d97e/989f5ad8-eedf-5233-b3f7-d3719562d97e_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252F716ad00bc0ee4ed38c9ee8e872bd7084%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/716ad00bc0ee4ed38c9ee8e872bd7084/images/large/8.jpg saved to cache
2026-03-26 22:45:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 989f5ad8-eedf-5233-b3f7-d3719562d97e
2026-03-26 22:45:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b746c9d0>
2026-03-26 22:45:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_989f5ad8-eedf-5233-b3f7-d3719562d97e/989f5ad8-eedf-5233-b3f7-d3719562d97e_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252F716ad00bc0ee4ed38c9ee8e872bd7084%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/716ad00bc0ee4ed38c9ee8e872bd7084/images/large/9.jpg saved to cache
2026-03-26 22:45:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 989f5ad8-eedf-5233-b3f7-d3719562d97e
2026-03-26 22:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yv%252Ff3a9365bb8a94c4eb3c85ba31b43d646%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yv/f3a9365bb8a94c4eb3c85ba31b43d646/images/large/5.jpg not downloaded yet
2026-03-26 22:45:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bd/ba3720cd0d1340b8b03120b4e36effb6/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yv%252Ff3a9365bb8a94c4eb3c85ba31b43d646%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yv/f3a9365bb8a94c4eb3c85ba31b43d646/images/large/6.jpg not downloaded yet
2026-03-26 22:45:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bd/ba3720cd0d1340b8b03120b4e36effb6/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bd/ba3720cd0d1340b8b03120b4e36effb6/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yv%252Ff3a9365bb8a94c4eb3c85ba31b43d646%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yv/f3a9365bb8a94c4eb3c85ba31b43d646/images/large/7.jpg not downloaded yet
2026-03-26 22:45:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74257d0>
2026-03-26 22:45:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_989f5ad8-eedf-5233-b3f7-d3719562d97e/989f5ad8-eedf-5233-b3f7-d3719562d97e_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252F716ad00bc0ee4ed38c9ee8e872bd7084%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/716ad00bc0ee4ed38c9ee8e872bd7084/images/large/10.jpg saved to cache
2026-03-26 22:45:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 989f5ad8-eedf-5233-b3f7-d3719562d97e
2026-03-26 22:45:42 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 989f5ad8-eedf-5233-b3f7-d3719562d97e, skipping ID generation
2026-03-26 22:45:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 989f5ad8-eedf-5233-b3f7-d3719562d97e with scrape type 1
2026-03-26 22:45:42 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 989f5ad8-eedf-5233-b3f7-d3719562d97e sending to next pipeline
2026-03-26 22:45:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 989f5ad8-eedf-5233-b3f7-d3719562d97e, identifier: 1986035
2026-03-26 22:45:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bd/ba3720cd0d1340b8b03120b4e36effb6/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 989f5ad8-eedf-5233-b3f7-d3719562d97e with identifier: 1986035
2026-03-26 22:45:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 989f5ad8-eedf-5233-b3f7-d3719562d97e with identifier: 1986035
2026-03-26 22:45:42 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 989f5ad8-eedf-5233-b3f7-d3719562d97e with identifier: 1986035 to the API
2026-03-26 22:45:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:45:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:45:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bn/716ad00bc0ee4ed38c9ee8e872bd7084/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.9L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'diesel',
'id': '989f5ad8-eedf-5233-b3f7-d3719562d97e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'E-CLASS BREAK',
'odometer': 156232,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 17,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_989f5ad8-eedf-5233-b3f7-d3719562d97e/989f5ad8-eedf-5233-b3f7-d3719562d97e_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 776924,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bn/716ad00bc0ee4ed38c9ee8e872bd7084/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_989f5ad8-eedf-5233-b3f7-d3719562d97e/989f5ad8-eedf-5233-b3f7-d3719562d97e_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 757711,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bn/716ad00bc0ee4ed38c9ee8e872bd7084/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_989f5ad8-eedf-5233-b3f7-d3719562d97e/989f5ad8-eedf-5233-b3f7-d3719562d97e_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 674107,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bn/716ad00bc0ee4ed38c9ee8e872bd7084/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_989f5ad8-eedf-5233-b3f7-d3719562d97e/989f5ad8-eedf-5233-b3f7-d3719562d97e_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 765929,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bn/716ad00bc0ee4ed38c9ee8e872bd7084/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_989f5ad8-eedf-5233-b3f7-d3719562d97e/989f5ad8-eedf-5233-b3f7-d3719562d97e_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 602014,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bn/716ad00bc0ee4ed38c9ee8e872bd7084/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_989f5ad8-eedf-5233-b3f7-d3719562d97e/989f5ad8-eedf-5233-b3f7-d3719562d97e_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 698022,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bn/716ad00bc0ee4ed38c9ee8e872bd7084/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_989f5ad8-eedf-5233-b3f7-d3719562d97e/989f5ad8-eedf-5233-b3f7-d3719562d97e_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 563527,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bn/716ad00bc0ee4ed38c9ee8e872bd7084/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_989f5ad8-eedf-5233-b3f7-d3719562d97e/989f5ad8-eedf-5233-b3f7-d3719562d97e_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 751821,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bn/716ad00bc0ee4ed38c9ee8e872bd7084/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_989f5ad8-eedf-5233-b3f7-d3719562d97e/989f5ad8-eedf-5233-b3f7-d3719562d97e_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 539953,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bn/716ad00bc0ee4ed38c9ee8e872bd7084/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_989f5ad8-eedf-5233-b3f7-d3719562d97e/989f5ad8-eedf-5233-b3f7-d3719562d97e_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 670145,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bn/716ad00bc0ee4ed38c9ee8e872bd7084/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-20',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ E-CLASS BREAK 2.0 E 300 DE AUTO BUSINESS SOL AUTO 4MT',
'transmission': 'automatic',
'trim': '2.0 E 300 DE AUTO BUSINESS SOL AUTO 4MT',
'vin': None,
'year': 2022}
2026-03-26 22:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986035%27 HTTP/1.1" 200 None
2026-03-26 22:45:42 [ayvens.be] INFO: Saving data for 1986035: {'created_time': 1774565142.827526, 'last_price_update_time': 1774565142.82754, 'auction_closing_time': 1775028600.0}
2026-03-26 22:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986035') HTTP/1.1" 204 0
2026-03-26 22:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yv%252Ff3a9365bb8a94c4eb3c85ba31b43d646%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yv/f3a9365bb8a94c4eb3c85ba31b43d646/images/large/8.jpg not downloaded yet
2026-03-26 22:45:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bd/ba3720cd0d1340b8b03120b4e36effb6/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yv%252Ff3a9365bb8a94c4eb3c85ba31b43d646%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yv/f3a9365bb8a94c4eb3c85ba31b43d646/images/large/9.jpg not downloaded yet
2026-03-26 22:45:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7436ad0>
2026-03-26 22:45:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c9c31b26-dc78-56c7-b825-76271aa2099c/c9c31b26-dc78-56c7-b825-76271aa2099c_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bd%252Fba3720cd0d1340b8b03120b4e36effb6%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bd/ba3720cd0d1340b8b03120b4e36effb6/images/large/1.jpg saved to cache
2026-03-26 22:45:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item c9c31b26-dc78-56c7-b825-76271aa2099c
2026-03-26 22:45:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b787e450>
2026-03-26 22:45:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c9c31b26-dc78-56c7-b825-76271aa2099c/c9c31b26-dc78-56c7-b825-76271aa2099c_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bd%252Fba3720cd0d1340b8b03120b4e36effb6%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bd/ba3720cd0d1340b8b03120b4e36effb6/images/large/3.jpg saved to cache
2026-03-26 22:45:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item c9c31b26-dc78-56c7-b825-76271aa2099c
2026-03-26 22:45:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74a49d0>
2026-03-26 22:45:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c9c31b26-dc78-56c7-b825-76271aa2099c/c9c31b26-dc78-56c7-b825-76271aa2099c_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bd%252Fba3720cd0d1340b8b03120b4e36effb6%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bd/ba3720cd0d1340b8b03120b4e36effb6/images/large/4.jpg saved to cache
2026-03-26 22:45:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item c9c31b26-dc78-56c7-b825-76271aa2099c
2026-03-26 22:45:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7268d50>
2026-03-26 22:45:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c9c31b26-dc78-56c7-b825-76271aa2099c/c9c31b26-dc78-56c7-b825-76271aa2099c_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bd%252Fba3720cd0d1340b8b03120b4e36effb6%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bd/ba3720cd0d1340b8b03120b4e36effb6/images/large/2.jpg saved to cache
2026-03-26 22:45:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item c9c31b26-dc78-56c7-b825-76271aa2099c
2026-03-26 22:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yv%252Ff3a9365bb8a94c4eb3c85ba31b43d646%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yv/f3a9365bb8a94c4eb3c85ba31b43d646/images/large/10.jpg not downloaded yet
2026-03-26 22:45:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bd/ba3720cd0d1340b8b03120b4e36effb6/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bd/ba3720cd0d1340b8b03120b4e36effb6/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:43 [ayvens.be] INFO: Found listing with ID: 1986038
2026-03-26 22:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986038%27 HTTP/1.1" 200 None
2026-03-26 22:45:43 [ayvens.be] INFO: Scrape type for 1986038: 1
2026-03-26 22:45:43 [ayvens.be] INFO: Extracting data for car ID: 1986038
2026-03-26 22:45:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a785095c-c896-5b3b-9fac-f87b2e173115 with identifier: 1986038
2026-03-26 22:45:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a785095c-c896-5b3b-9fac-f87b2e173115 with scrape type 1
2026-03-26 22:45:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item a785095c-c896-5b3b-9fac-f87b2e173115
2026-03-26 22:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2au%252Fb4ee761506504f42bcc30c4636d70bd1%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2au/b4ee761506504f42bcc30c4636d70bd1/images/large/1.jpg not downloaded yet
2026-03-26 22:45:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7778b50>
2026-03-26 22:45:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c9c31b26-dc78-56c7-b825-76271aa2099c/c9c31b26-dc78-56c7-b825-76271aa2099c_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bd%252Fba3720cd0d1340b8b03120b4e36effb6%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bd/ba3720cd0d1340b8b03120b4e36effb6/images/large/5.jpg saved to cache
2026-03-26 22:45:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item c9c31b26-dc78-56c7-b825-76271aa2099c
2026-03-26 22:45:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yv/f3a9365bb8a94c4eb3c85ba31b43d646/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bd/ba3720cd0d1340b8b03120b4e36effb6/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2au%252Fb4ee761506504f42bcc30c4636d70bd1%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2au/b4ee761506504f42bcc30c4636d70bd1/images/large/2.jpg not downloaded yet
2026-03-26 22:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2au%252Fb4ee761506504f42bcc30c4636d70bd1%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2au/b4ee761506504f42bcc30c4636d70bd1/images/large/3.jpg not downloaded yet
2026-03-26 22:45:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yv/f3a9365bb8a94c4eb3c85ba31b43d646/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b727b310>
2026-03-26 22:45:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c9c31b26-dc78-56c7-b825-76271aa2099c/c9c31b26-dc78-56c7-b825-76271aa2099c_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bd%252Fba3720cd0d1340b8b03120b4e36effb6%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bd/ba3720cd0d1340b8b03120b4e36effb6/images/large/7.jpg saved to cache
2026-03-26 22:45:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item c9c31b26-dc78-56c7-b825-76271aa2099c
2026-03-26 22:45:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7482ad0>
2026-03-26 22:45:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c9c31b26-dc78-56c7-b825-76271aa2099c/c9c31b26-dc78-56c7-b825-76271aa2099c_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bd%252Fba3720cd0d1340b8b03120b4e36effb6%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bd/ba3720cd0d1340b8b03120b4e36effb6/images/large/8.jpg saved to cache
2026-03-26 22:45:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item c9c31b26-dc78-56c7-b825-76271aa2099c
2026-03-26 22:45:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bd/ba3720cd0d1340b8b03120b4e36effb6/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bd/ba3720cd0d1340b8b03120b4e36effb6/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2au%252Fb4ee761506504f42bcc30c4636d70bd1%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2au/b4ee761506504f42bcc30c4636d70bd1/images/large/4.jpg not downloaded yet
2026-03-26 22:45:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yv/f3a9365bb8a94c4eb3c85ba31b43d646/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2au%252Fb4ee761506504f42bcc30c4636d70bd1%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2au/b4ee761506504f42bcc30c4636d70bd1/images/large/5.jpg not downloaded yet
2026-03-26 22:45:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yv/f3a9365bb8a94c4eb3c85ba31b43d646/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2au%252Fb4ee761506504f42bcc30c4636d70bd1%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2au/b4ee761506504f42bcc30c4636d70bd1/images/large/6.jpg not downloaded yet
2026-03-26 22:45:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b75a46d0>
2026-03-26 22:45:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8c7d428a-e542-54a6-9d6b-4241d510c1db/8c7d428a-e542-54a6-9d6b-4241d510c1db_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yv%252Ff3a9365bb8a94c4eb3c85ba31b43d646%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yv/f3a9365bb8a94c4eb3c85ba31b43d646/images/large/1.jpg saved to cache
2026-03-26 22:45:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 8c7d428a-e542-54a6-9d6b-4241d510c1db
2026-03-26 22:45:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7434590>
2026-03-26 22:45:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c9c31b26-dc78-56c7-b825-76271aa2099c/c9c31b26-dc78-56c7-b825-76271aa2099c_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bd%252Fba3720cd0d1340b8b03120b4e36effb6%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bd/ba3720cd0d1340b8b03120b4e36effb6/images/large/6.jpg saved to cache
2026-03-26 22:45:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item c9c31b26-dc78-56c7-b825-76271aa2099c
2026-03-26 22:45:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74e5810>
2026-03-26 22:45:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8c7d428a-e542-54a6-9d6b-4241d510c1db/8c7d428a-e542-54a6-9d6b-4241d510c1db_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yv%252Ff3a9365bb8a94c4eb3c85ba31b43d646%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yv/f3a9365bb8a94c4eb3c85ba31b43d646/images/large/2.jpg saved to cache
2026-03-26 22:45:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 8c7d428a-e542-54a6-9d6b-4241d510c1db
2026-03-26 22:45:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yv/f3a9365bb8a94c4eb3c85ba31b43d646/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yv/f3a9365bb8a94c4eb3c85ba31b43d646/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2au%252Fb4ee761506504f42bcc30c4636d70bd1%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2au/b4ee761506504f42bcc30c4636d70bd1/images/large/7.jpg not downloaded yet
2026-03-26 22:45:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yv/f3a9365bb8a94c4eb3c85ba31b43d646/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2au%252Fb4ee761506504f42bcc30c4636d70bd1%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2au/b4ee761506504f42bcc30c4636d70bd1/images/large/8.jpg not downloaded yet
2026-03-26 22:45:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b72ef410>
2026-03-26 22:45:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c9c31b26-dc78-56c7-b825-76271aa2099c/c9c31b26-dc78-56c7-b825-76271aa2099c_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bd%252Fba3720cd0d1340b8b03120b4e36effb6%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bd/ba3720cd0d1340b8b03120b4e36effb6/images/large/10.jpg saved to cache
2026-03-26 22:45:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item c9c31b26-dc78-56c7-b825-76271aa2099c
2026-03-26 22:45:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7660710>
2026-03-26 22:45:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c9c31b26-dc78-56c7-b825-76271aa2099c/c9c31b26-dc78-56c7-b825-76271aa2099c_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bd%252Fba3720cd0d1340b8b03120b4e36effb6%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bd/ba3720cd0d1340b8b03120b4e36effb6/images/large/9.jpg saved to cache
2026-03-26 22:45:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item c9c31b26-dc78-56c7-b825-76271aa2099c
2026-03-26 22:45:44 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c9c31b26-dc78-56c7-b825-76271aa2099c, skipping ID generation
2026-03-26 22:45:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c9c31b26-dc78-56c7-b825-76271aa2099c with scrape type 1
2026-03-26 22:45:44 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c9c31b26-dc78-56c7-b825-76271aa2099c sending to next pipeline
2026-03-26 22:45:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: c9c31b26-dc78-56c7-b825-76271aa2099c, identifier: 1986036
2026-03-26 22:45:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c83390>
2026-03-26 22:45:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8c7d428a-e542-54a6-9d6b-4241d510c1db/8c7d428a-e542-54a6-9d6b-4241d510c1db_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yv%252Ff3a9365bb8a94c4eb3c85ba31b43d646%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yv/f3a9365bb8a94c4eb3c85ba31b43d646/images/large/3.jpg saved to cache
2026-03-26 22:45:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 8c7d428a-e542-54a6-9d6b-4241d510c1db
2026-03-26 22:45:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e4dc50>
2026-03-26 22:45:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8c7d428a-e542-54a6-9d6b-4241d510c1db/8c7d428a-e542-54a6-9d6b-4241d510c1db_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yv%252Ff3a9365bb8a94c4eb3c85ba31b43d646%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yv/f3a9365bb8a94c4eb3c85ba31b43d646/images/large/7.jpg saved to cache
2026-03-26 22:45:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 8c7d428a-e542-54a6-9d6b-4241d510c1db
2026-03-26 22:45:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yv/f3a9365bb8a94c4eb3c85ba31b43d646/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yv/f3a9365bb8a94c4eb3c85ba31b43d646/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2au%252Fb4ee761506504f42bcc30c4636d70bd1%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2au/b4ee761506504f42bcc30c4636d70bd1/images/large/9.jpg not downloaded yet
2026-03-26 22:45:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: c9c31b26-dc78-56c7-b825-76271aa2099c with identifier: 1986036
2026-03-26 22:45:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: c9c31b26-dc78-56c7-b825-76271aa2099c with identifier: 1986036
2026-03-26 22:45:44 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: c9c31b26-dc78-56c7-b825-76271aa2099c with identifier: 1986036 to the API
2026-03-26 22:45:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:45:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:45:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bd/ba3720cd0d1340b8b03120b4e36effb6/images/large/9.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.9L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'diesel',
'id': 'c9c31b26-dc78-56c7-b825-76271aa2099c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'GLB',
'odometer': 131190,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 22,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c9c31b26-dc78-56c7-b825-76271aa2099c/c9c31b26-dc78-56c7-b825-76271aa2099c_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 762259,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bd/ba3720cd0d1340b8b03120b4e36effb6/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c9c31b26-dc78-56c7-b825-76271aa2099c/c9c31b26-dc78-56c7-b825-76271aa2099c_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 766055,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bd/ba3720cd0d1340b8b03120b4e36effb6/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c9c31b26-dc78-56c7-b825-76271aa2099c/c9c31b26-dc78-56c7-b825-76271aa2099c_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 777713,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bd/ba3720cd0d1340b8b03120b4e36effb6/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c9c31b26-dc78-56c7-b825-76271aa2099c/c9c31b26-dc78-56c7-b825-76271aa2099c_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 782377,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bd/ba3720cd0d1340b8b03120b4e36effb6/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c9c31b26-dc78-56c7-b825-76271aa2099c/c9c31b26-dc78-56c7-b825-76271aa2099c_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 814843,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bd/ba3720cd0d1340b8b03120b4e36effb6/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c9c31b26-dc78-56c7-b825-76271aa2099c/c9c31b26-dc78-56c7-b825-76271aa2099c_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 781599,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bd/ba3720cd0d1340b8b03120b4e36effb6/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c9c31b26-dc78-56c7-b825-76271aa2099c/c9c31b26-dc78-56c7-b825-76271aa2099c_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 702947,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bd/ba3720cd0d1340b8b03120b4e36effb6/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c9c31b26-dc78-56c7-b825-76271aa2099c/c9c31b26-dc78-56c7-b825-76271aa2099c_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 767373,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bd/ba3720cd0d1340b8b03120b4e36effb6/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c9c31b26-dc78-56c7-b825-76271aa2099c/c9c31b26-dc78-56c7-b825-76271aa2099c_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 730268,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bd/ba3720cd0d1340b8b03120b4e36effb6/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c9c31b26-dc78-56c7-b825-76271aa2099c/c9c31b26-dc78-56c7-b825-76271aa2099c_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 801280,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bd/ba3720cd0d1340b8b03120b4e36effb6/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-13',
'seats_number': 7,
'seller_name': None,
'title': 'MERCEDES-BENZ GLB 2.0 GLB 180 D BUSINESS SOLUTION',
'transmission': 'automatic',
'trim': '2.0 GLB 180 D BUSINESS SOLUTION',
'vin': None,
'year': 2021}
2026-03-26 22:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986036%27 HTTP/1.1" 200 None
2026-03-26 22:45:45 [ayvens.be] INFO: Saving data for 1986036: {'created_time': 1774565145.033028, 'last_price_update_time': 1774565145.033038, 'auction_closing_time': 1775028600.0}
2026-03-26 22:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986036') HTTP/1.1" 204 0
2026-03-26 22:45:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yv/f3a9365bb8a94c4eb3c85ba31b43d646/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2au/b4ee761506504f42bcc30c4636d70bd1/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2au%252Fb4ee761506504f42bcc30c4636d70bd1%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2au/b4ee761506504f42bcc30c4636d70bd1/images/large/10.jpg not downloaded yet
2026-03-26 22:45:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7482e90>
2026-03-26 22:45:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8c7d428a-e542-54a6-9d6b-4241d510c1db/8c7d428a-e542-54a6-9d6b-4241d510c1db_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yv%252Ff3a9365bb8a94c4eb3c85ba31b43d646%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yv/f3a9365bb8a94c4eb3c85ba31b43d646/images/large/6.jpg saved to cache
2026-03-26 22:45:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 8c7d428a-e542-54a6-9d6b-4241d510c1db
2026-03-26 22:45:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74b7850>
2026-03-26 22:45:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8c7d428a-e542-54a6-9d6b-4241d510c1db/8c7d428a-e542-54a6-9d6b-4241d510c1db_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yv%252Ff3a9365bb8a94c4eb3c85ba31b43d646%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yv/f3a9365bb8a94c4eb3c85ba31b43d646/images/large/5.jpg saved to cache
2026-03-26 22:45:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 8c7d428a-e542-54a6-9d6b-4241d510c1db
2026-03-26 22:45:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7b98410>
2026-03-26 22:45:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8c7d428a-e542-54a6-9d6b-4241d510c1db/8c7d428a-e542-54a6-9d6b-4241d510c1db_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yv%252Ff3a9365bb8a94c4eb3c85ba31b43d646%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yv/f3a9365bb8a94c4eb3c85ba31b43d646/images/large/4.jpg saved to cache
2026-03-26 22:45:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 8c7d428a-e542-54a6-9d6b-4241d510c1db
2026-03-26 22:45:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5ccae90>
2026-03-26 22:45:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8c7d428a-e542-54a6-9d6b-4241d510c1db/8c7d428a-e542-54a6-9d6b-4241d510c1db_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yv%252Ff3a9365bb8a94c4eb3c85ba31b43d646%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yv/f3a9365bb8a94c4eb3c85ba31b43d646/images/large/9.jpg saved to cache
2026-03-26 22:45:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 8c7d428a-e542-54a6-9d6b-4241d510c1db
2026-03-26 22:45:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7587210>
2026-03-26 22:45:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8c7d428a-e542-54a6-9d6b-4241d510c1db/8c7d428a-e542-54a6-9d6b-4241d510c1db_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yv%252Ff3a9365bb8a94c4eb3c85ba31b43d646%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yv/f3a9365bb8a94c4eb3c85ba31b43d646/images/large/10.jpg saved to cache
2026-03-26 22:45:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 8c7d428a-e542-54a6-9d6b-4241d510c1db
2026-03-26 22:45:45 [ayvens.be] INFO: Found listing with ID: 1986039
2026-03-26 22:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986039%27 HTTP/1.1" 200 None
2026-03-26 22:45:45 [ayvens.be] INFO: Scrape type for 1986039: 1
2026-03-26 22:45:45 [ayvens.be] INFO: Extracting data for car ID: 1986039
2026-03-26 22:45:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a8b13729-051a-5f0f-82ed-76c5c3e0e89b with identifier: 1986039
2026-03-26 22:45:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a8b13729-051a-5f0f-82ed-76c5c3e0e89b with scrape type 1
2026-03-26 22:45:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item a8b13729-051a-5f0f-82ed-76c5c3e0e89b
2026-03-26 22:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2em%252F7aa792483a9f44daa88653c1f21ea3d0%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2em/7aa792483a9f44daa88653c1f21ea3d0/images/large/1.jpg not downloaded yet
2026-03-26 22:45:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2au/b4ee761506504f42bcc30c4636d70bd1/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2au/b4ee761506504f42bcc30c4636d70bd1/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2au/b4ee761506504f42bcc30c4636d70bd1/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2em%252F7aa792483a9f44daa88653c1f21ea3d0%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2em/7aa792483a9f44daa88653c1f21ea3d0/images/large/2.jpg not downloaded yet
2026-03-26 22:45:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cc9d10>
2026-03-26 22:45:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8c7d428a-e542-54a6-9d6b-4241d510c1db/8c7d428a-e542-54a6-9d6b-4241d510c1db_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yv%252Ff3a9365bb8a94c4eb3c85ba31b43d646%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yv/f3a9365bb8a94c4eb3c85ba31b43d646/images/large/8.jpg saved to cache
2026-03-26 22:45:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 8c7d428a-e542-54a6-9d6b-4241d510c1db
2026-03-26 22:45:45 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8c7d428a-e542-54a6-9d6b-4241d510c1db, skipping ID generation
2026-03-26 22:45:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c7d428a-e542-54a6-9d6b-4241d510c1db with scrape type 1
2026-03-26 22:45:45 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8c7d428a-e542-54a6-9d6b-4241d510c1db sending to next pipeline
2026-03-26 22:45:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 8c7d428a-e542-54a6-9d6b-4241d510c1db, identifier: 1986037
2026-03-26 22:45:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7584310>
2026-03-26 22:45:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a785095c-c896-5b3b-9fac-f87b2e173115/a785095c-c896-5b3b-9fac-f87b2e173115_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2au%252Fb4ee761506504f42bcc30c4636d70bd1%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2au/b4ee761506504f42bcc30c4636d70bd1/images/large/1.jpg saved to cache
2026-03-26 22:45:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item a785095c-c896-5b3b-9fac-f87b2e173115
2026-03-26 22:45:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2au/b4ee761506504f42bcc30c4636d70bd1/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 8c7d428a-e542-54a6-9d6b-4241d510c1db with identifier: 1986037
2026-03-26 22:45:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 8c7d428a-e542-54a6-9d6b-4241d510c1db with identifier: 1986037
2026-03-26 22:45:45 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 8c7d428a-e542-54a6-9d6b-4241d510c1db with identifier: 1986037 to the API
2026-03-26 22:45:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:45:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:45:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/1yv/f3a9365bb8a94c4eb3c85ba31b43d646/images/large/8.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'diesel',
'id': '8c7d428a-e542-54a6-9d6b-4241d510c1db',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '5 SERIES BERLINE',
'odometer': 97195,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 15,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8c7d428a-e542-54a6-9d6b-4241d510c1db/8c7d428a-e542-54a6-9d6b-4241d510c1db_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 436290,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yv/f3a9365bb8a94c4eb3c85ba31b43d646/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8c7d428a-e542-54a6-9d6b-4241d510c1db/8c7d428a-e542-54a6-9d6b-4241d510c1db_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 454418,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yv/f3a9365bb8a94c4eb3c85ba31b43d646/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8c7d428a-e542-54a6-9d6b-4241d510c1db/8c7d428a-e542-54a6-9d6b-4241d510c1db_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 398145,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yv/f3a9365bb8a94c4eb3c85ba31b43d646/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8c7d428a-e542-54a6-9d6b-4241d510c1db/8c7d428a-e542-54a6-9d6b-4241d510c1db_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 450359,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yv/f3a9365bb8a94c4eb3c85ba31b43d646/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8c7d428a-e542-54a6-9d6b-4241d510c1db/8c7d428a-e542-54a6-9d6b-4241d510c1db_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 367371,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yv/f3a9365bb8a94c4eb3c85ba31b43d646/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8c7d428a-e542-54a6-9d6b-4241d510c1db/8c7d428a-e542-54a6-9d6b-4241d510c1db_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 290393,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yv/f3a9365bb8a94c4eb3c85ba31b43d646/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8c7d428a-e542-54a6-9d6b-4241d510c1db/8c7d428a-e542-54a6-9d6b-4241d510c1db_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 252834,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yv/f3a9365bb8a94c4eb3c85ba31b43d646/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8c7d428a-e542-54a6-9d6b-4241d510c1db/8c7d428a-e542-54a6-9d6b-4241d510c1db_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 347916,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yv/f3a9365bb8a94c4eb3c85ba31b43d646/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8c7d428a-e542-54a6-9d6b-4241d510c1db/8c7d428a-e542-54a6-9d6b-4241d510c1db_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 268492,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yv/f3a9365bb8a94c4eb3c85ba31b43d646/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8c7d428a-e542-54a6-9d6b-4241d510c1db/8c7d428a-e542-54a6-9d6b-4241d510c1db_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 325849,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yv/f3a9365bb8a94c4eb3c85ba31b43d646/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-05',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 5 SERIES BERLINE 2.0 518D 100KW AUTO',
'transmission': 'automatic',
'trim': '2.0 518D 100KW AUTO',
'vin': None,
'year': 2021}
2026-03-26 22:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986037%27 HTTP/1.1" 200 None
2026-03-26 22:45:46 [ayvens.be] INFO: Saving data for 1986037: {'created_time': 1774565146.082988, 'last_price_update_time': 1774565146.082997, 'auction_closing_time': 1775028600.0}
2026-03-26 22:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986037') HTTP/1.1" 204 0
2026-03-26 22:45:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2au/b4ee761506504f42bcc30c4636d70bd1/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2em%252F7aa792483a9f44daa88653c1f21ea3d0%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2em/7aa792483a9f44daa88653c1f21ea3d0/images/large/3.jpg not downloaded yet
2026-03-26 22:45:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2au/b4ee761506504f42bcc30c4636d70bd1/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e1c190>
2026-03-26 22:45:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a785095c-c896-5b3b-9fac-f87b2e173115/a785095c-c896-5b3b-9fac-f87b2e173115_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2au%252Fb4ee761506504f42bcc30c4636d70bd1%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2au/b4ee761506504f42bcc30c4636d70bd1/images/large/3.jpg saved to cache
2026-03-26 22:45:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item a785095c-c896-5b3b-9fac-f87b2e173115
2026-03-26 22:45:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7875c90>
2026-03-26 22:45:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a785095c-c896-5b3b-9fac-f87b2e173115/a785095c-c896-5b3b-9fac-f87b2e173115_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2au%252Fb4ee761506504f42bcc30c4636d70bd1%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2au/b4ee761506504f42bcc30c4636d70bd1/images/large/5.jpg saved to cache
2026-03-26 22:45:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item a785095c-c896-5b3b-9fac-f87b2e173115
2026-03-26 22:45:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7cccb50>
2026-03-26 22:45:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a785095c-c896-5b3b-9fac-f87b2e173115/a785095c-c896-5b3b-9fac-f87b2e173115_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2au%252Fb4ee761506504f42bcc30c4636d70bd1%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2au/b4ee761506504f42bcc30c4636d70bd1/images/large/2.jpg saved to cache
2026-03-26 22:45:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item a785095c-c896-5b3b-9fac-f87b2e173115
2026-03-26 22:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2em%252F7aa792483a9f44daa88653c1f21ea3d0%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2em/7aa792483a9f44daa88653c1f21ea3d0/images/large/4.jpg not downloaded yet
2026-03-26 22:45:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2au/b4ee761506504f42bcc30c4636d70bd1/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7875950>
2026-03-26 22:45:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a785095c-c896-5b3b-9fac-f87b2e173115/a785095c-c896-5b3b-9fac-f87b2e173115_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2au%252Fb4ee761506504f42bcc30c4636d70bd1%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2au/b4ee761506504f42bcc30c4636d70bd1/images/large/4.jpg saved to cache
2026-03-26 22:45:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item a785095c-c896-5b3b-9fac-f87b2e173115
2026-03-26 22:45:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2au/b4ee761506504f42bcc30c4636d70bd1/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2em%252F7aa792483a9f44daa88653c1f21ea3d0%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2em/7aa792483a9f44daa88653c1f21ea3d0/images/large/5.jpg not downloaded yet
2026-03-26 22:45:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7663290>
2026-03-26 22:45:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a785095c-c896-5b3b-9fac-f87b2e173115/a785095c-c896-5b3b-9fac-f87b2e173115_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2au%252Fb4ee761506504f42bcc30c4636d70bd1%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2au/b4ee761506504f42bcc30c4636d70bd1/images/large/7.jpg saved to cache
2026-03-26 22:45:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item a785095c-c896-5b3b-9fac-f87b2e173115
2026-03-26 22:45:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b728fc50>
2026-03-26 22:45:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a785095c-c896-5b3b-9fac-f87b2e173115/a785095c-c896-5b3b-9fac-f87b2e173115_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2au%252Fb4ee761506504f42bcc30c4636d70bd1%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2au/b4ee761506504f42bcc30c4636d70bd1/images/large/6.jpg saved to cache
2026-03-26 22:45:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item a785095c-c896-5b3b-9fac-f87b2e173115
2026-03-26 22:45:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2au/b4ee761506504f42bcc30c4636d70bd1/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2em/7aa792483a9f44daa88653c1f21ea3d0/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2em%252F7aa792483a9f44daa88653c1f21ea3d0%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2em/7aa792483a9f44daa88653c1f21ea3d0/images/large/6.jpg not downloaded yet
2026-03-26 22:45:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76cf850>
2026-03-26 22:45:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a785095c-c896-5b3b-9fac-f87b2e173115/a785095c-c896-5b3b-9fac-f87b2e173115_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2au%252Fb4ee761506504f42bcc30c4636d70bd1%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2au/b4ee761506504f42bcc30c4636d70bd1/images/large/8.jpg saved to cache
2026-03-26 22:45:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item a785095c-c896-5b3b-9fac-f87b2e173115
2026-03-26 22:45:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7448250>
2026-03-26 22:45:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a785095c-c896-5b3b-9fac-f87b2e173115/a785095c-c896-5b3b-9fac-f87b2e173115_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2au%252Fb4ee761506504f42bcc30c4636d70bd1%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2au/b4ee761506504f42bcc30c4636d70bd1/images/large/9.jpg saved to cache
2026-03-26 22:45:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item a785095c-c896-5b3b-9fac-f87b2e173115
2026-03-26 22:45:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2em/7aa792483a9f44daa88653c1f21ea3d0/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2em%252F7aa792483a9f44daa88653c1f21ea3d0%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2em/7aa792483a9f44daa88653c1f21ea3d0/images/large/7.jpg not downloaded yet
2026-03-26 22:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2em%252F7aa792483a9f44daa88653c1f21ea3d0%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2em/7aa792483a9f44daa88653c1f21ea3d0/images/large/8.jpg not downloaded yet
2026-03-26 22:45:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6d82d10>
2026-03-26 22:45:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a785095c-c896-5b3b-9fac-f87b2e173115/a785095c-c896-5b3b-9fac-f87b2e173115_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2au%252Fb4ee761506504f42bcc30c4636d70bd1%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2au/b4ee761506504f42bcc30c4636d70bd1/images/large/10.jpg saved to cache
2026-03-26 22:45:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item a785095c-c896-5b3b-9fac-f87b2e173115
2026-03-26 22:45:46 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a785095c-c896-5b3b-9fac-f87b2e173115, skipping ID generation
2026-03-26 22:45:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a785095c-c896-5b3b-9fac-f87b2e173115 with scrape type 1
2026-03-26 22:45:46 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a785095c-c896-5b3b-9fac-f87b2e173115 sending to next pipeline
2026-03-26 22:45:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: a785095c-c896-5b3b-9fac-f87b2e173115, identifier: 1986038
2026-03-26 22:45:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e1d990>
2026-03-26 22:45:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a8b13729-051a-5f0f-82ed-76c5c3e0e89b/a8b13729-051a-5f0f-82ed-76c5c3e0e89b_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2em%252F7aa792483a9f44daa88653c1f21ea3d0%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2em/7aa792483a9f44daa88653c1f21ea3d0/images/large/1.jpg saved to cache
2026-03-26 22:45:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item a8b13729-051a-5f0f-82ed-76c5c3e0e89b
2026-03-26 22:45:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2em/7aa792483a9f44daa88653c1f21ea3d0/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: a785095c-c896-5b3b-9fac-f87b2e173115 with identifier: 1986038
2026-03-26 22:45:47 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 22:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-26 22:45:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: a785095c-c896-5b3b-9fac-f87b2e173115 with identifier: 1986038
2026-03-26 22:45:47 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: a785095c-c896-5b3b-9fac-f87b2e173115 with identifier: 1986038 to the API
2026-03-26 22:45:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:45:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:45:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2au/b4ee761506504f42bcc30c4636d70bd1/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'petrol',
'id': 'a785095c-c896-5b3b-9fac-f87b2e173115',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'SEAT',
'model': 'LEON ST',
'odometer': 48154,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 14,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a785095c-c896-5b3b-9fac-f87b2e173115/a785095c-c896-5b3b-9fac-f87b2e173115_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 341325,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2au/b4ee761506504f42bcc30c4636d70bd1/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a785095c-c896-5b3b-9fac-f87b2e173115/a785095c-c896-5b3b-9fac-f87b2e173115_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 373540,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2au/b4ee761506504f42bcc30c4636d70bd1/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a785095c-c896-5b3b-9fac-f87b2e173115/a785095c-c896-5b3b-9fac-f87b2e173115_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 367116,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2au/b4ee761506504f42bcc30c4636d70bd1/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a785095c-c896-5b3b-9fac-f87b2e173115/a785095c-c896-5b3b-9fac-f87b2e173115_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 399533,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2au/b4ee761506504f42bcc30c4636d70bd1/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a785095c-c896-5b3b-9fac-f87b2e173115/a785095c-c896-5b3b-9fac-f87b2e173115_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 376450,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2au/b4ee761506504f42bcc30c4636d70bd1/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a785095c-c896-5b3b-9fac-f87b2e173115/a785095c-c896-5b3b-9fac-f87b2e173115_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 266816,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2au/b4ee761506504f42bcc30c4636d70bd1/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a785095c-c896-5b3b-9fac-f87b2e173115/a785095c-c896-5b3b-9fac-f87b2e173115_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 222777,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2au/b4ee761506504f42bcc30c4636d70bd1/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a785095c-c896-5b3b-9fac-f87b2e173115/a785095c-c896-5b3b-9fac-f87b2e173115_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 428078,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2au/b4ee761506504f42bcc30c4636d70bd1/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a785095c-c896-5b3b-9fac-f87b2e173115/a785095c-c896-5b3b-9fac-f87b2e173115_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 323588,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2au/b4ee761506504f42bcc30c4636d70bd1/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a785095c-c896-5b3b-9fac-f87b2e173115/a785095c-c896-5b3b-9fac-f87b2e173115_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 308518,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2au/b4ee761506504f42bcc30c4636d70bd1/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-22',
'seats_number': 5,
'seller_name': None,
'title': 'SEAT LEON ST 1.5 TSI 130 MOVE!',
'transmission': 'manual',
'trim': '1.5 TSI 130 MOVE!',
'vin': None,
'year': 2021}
2026-03-26 22:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986038%27 HTTP/1.1" 200 None
2026-03-26 22:45:47 [ayvens.be] INFO: Saving data for 1986038: {'created_time': 1774565147.428513, 'last_price_update_time': 1774565147.428523, 'auction_closing_time': 1775028600.0}
2026-03-26 22:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986038') HTTP/1.1" 204 0
2026-03-26 22:45:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2em/7aa792483a9f44daa88653c1f21ea3d0/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2em%252F7aa792483a9f44daa88653c1f21ea3d0%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2em/7aa792483a9f44daa88653c1f21ea3d0/images/large/9.jpg not downloaded yet
2026-03-26 22:45:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e3ee50>
2026-03-26 22:45:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a8b13729-051a-5f0f-82ed-76c5c3e0e89b/a8b13729-051a-5f0f-82ed-76c5c3e0e89b_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2em%252F7aa792483a9f44daa88653c1f21ea3d0%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2em/7aa792483a9f44daa88653c1f21ea3d0/images/large/2.jpg saved to cache
2026-03-26 22:45:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item a8b13729-051a-5f0f-82ed-76c5c3e0e89b
2026-03-26 22:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2em%252F7aa792483a9f44daa88653c1f21ea3d0%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2em/7aa792483a9f44daa88653c1f21ea3d0/images/large/10.jpg not downloaded yet
2026-03-26 22:45:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2em/7aa792483a9f44daa88653c1f21ea3d0/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cc9810>
2026-03-26 22:45:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a8b13729-051a-5f0f-82ed-76c5c3e0e89b/a8b13729-051a-5f0f-82ed-76c5c3e0e89b_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2em%252F7aa792483a9f44daa88653c1f21ea3d0%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2em/7aa792483a9f44daa88653c1f21ea3d0/images/large/3.jpg saved to cache
2026-03-26 22:45:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item a8b13729-051a-5f0f-82ed-76c5c3e0e89b
2026-03-26 22:45:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2em/7aa792483a9f44daa88653c1f21ea3d0/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:47 [ayvens.be] INFO: Found listing with ID: 1986040
2026-03-26 22:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986040%27 HTTP/1.1" 200 None
2026-03-26 22:45:47 [ayvens.be] INFO: Scrape type for 1986040: 1
2026-03-26 22:45:47 [ayvens.be] INFO: Extracting data for car ID: 1986040
2026-03-26 22:45:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b7d88768-9bf6-5f29-90de-1b51ec377c95 with identifier: 1986040
2026-03-26 22:45:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b7d88768-9bf6-5f29-90de-1b51ec377c95 with scrape type 1
2026-03-26 22:45:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item b7d88768-9bf6-5f29-90de-1b51ec377c95
2026-03-26 22:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cl%252F389a15ad4b374c9b974d0a116678093b%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cl/389a15ad4b374c9b974d0a116678093b/images/large/1.jpg not downloaded yet
2026-03-26 22:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cl%252F389a15ad4b374c9b974d0a116678093b%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cl/389a15ad4b374c9b974d0a116678093b/images/large/2.jpg not downloaded yet
2026-03-26 22:45:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7b34f50>
2026-03-26 22:45:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a8b13729-051a-5f0f-82ed-76c5c3e0e89b/a8b13729-051a-5f0f-82ed-76c5c3e0e89b_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2em%252F7aa792483a9f44daa88653c1f21ea3d0%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2em/7aa792483a9f44daa88653c1f21ea3d0/images/large/4.jpg saved to cache
2026-03-26 22:45:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item a8b13729-051a-5f0f-82ed-76c5c3e0e89b
2026-03-26 22:45:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76ef590>
2026-03-26 22:45:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a8b13729-051a-5f0f-82ed-76c5c3e0e89b/a8b13729-051a-5f0f-82ed-76c5c3e0e89b_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2em%252F7aa792483a9f44daa88653c1f21ea3d0%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2em/7aa792483a9f44daa88653c1f21ea3d0/images/large/6.jpg saved to cache
2026-03-26 22:45:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item a8b13729-051a-5f0f-82ed-76c5c3e0e89b
2026-03-26 22:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cl%252F389a15ad4b374c9b974d0a116678093b%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cl/389a15ad4b374c9b974d0a116678093b/images/large/3.jpg not downloaded yet
2026-03-26 22:45:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76ed790>
2026-03-26 22:45:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a8b13729-051a-5f0f-82ed-76c5c3e0e89b/a8b13729-051a-5f0f-82ed-76c5c3e0e89b_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2em%252F7aa792483a9f44daa88653c1f21ea3d0%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2em/7aa792483a9f44daa88653c1f21ea3d0/images/large/5.jpg saved to cache
2026-03-26 22:45:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item a8b13729-051a-5f0f-82ed-76c5c3e0e89b
2026-03-26 22:45:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2em/7aa792483a9f44daa88653c1f21ea3d0/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cl%252F389a15ad4b374c9b974d0a116678093b%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cl/389a15ad4b374c9b974d0a116678093b/images/large/4.jpg not downloaded yet
2026-03-26 22:45:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2em/7aa792483a9f44daa88653c1f21ea3d0/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cl%252F389a15ad4b374c9b974d0a116678093b%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cl/389a15ad4b374c9b974d0a116678093b/images/large/5.jpg not downloaded yet
2026-03-26 22:45:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2em/7aa792483a9f44daa88653c1f21ea3d0/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cl%252F389a15ad4b374c9b974d0a116678093b%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cl/389a15ad4b374c9b974d0a116678093b/images/large/6.jpg not downloaded yet
2026-03-26 22:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cl%252F389a15ad4b374c9b974d0a116678093b%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cl/389a15ad4b374c9b974d0a116678093b/images/large/7.jpg not downloaded yet
2026-03-26 22:45:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2em/7aa792483a9f44daa88653c1f21ea3d0/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cl%252F389a15ad4b374c9b974d0a116678093b%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cl/389a15ad4b374c9b974d0a116678093b/images/large/8.jpg not downloaded yet
2026-03-26 22:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cl%252F389a15ad4b374c9b974d0a116678093b%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cl/389a15ad4b374c9b974d0a116678093b/images/large/9.jpg not downloaded yet
2026-03-26 22:45:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76cdd90>
2026-03-26 22:45:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a8b13729-051a-5f0f-82ed-76c5c3e0e89b/a8b13729-051a-5f0f-82ed-76c5c3e0e89b_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2em%252F7aa792483a9f44daa88653c1f21ea3d0%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2em/7aa792483a9f44daa88653c1f21ea3d0/images/large/7.jpg saved to cache
2026-03-26 22:45:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item a8b13729-051a-5f0f-82ed-76c5c3e0e89b
2026-03-26 22:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cl%252F389a15ad4b374c9b974d0a116678093b%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cl/389a15ad4b374c9b974d0a116678093b/images/large/10.jpg not downloaded yet
2026-03-26 22:45:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7874450>
2026-03-26 22:45:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a8b13729-051a-5f0f-82ed-76c5c3e0e89b/a8b13729-051a-5f0f-82ed-76c5c3e0e89b_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2em%252F7aa792483a9f44daa88653c1f21ea3d0%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2em/7aa792483a9f44daa88653c1f21ea3d0/images/large/8.jpg saved to cache
2026-03-26 22:45:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item a8b13729-051a-5f0f-82ed-76c5c3e0e89b
2026-03-26 22:45:48 [ayvens.be] INFO: Found listing with ID: 1986041
2026-03-26 22:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986041%27 HTTP/1.1" 200 None
2026-03-26 22:45:48 [ayvens.be] INFO: Scrape type for 1986041: 1
2026-03-26 22:45:48 [ayvens.be] INFO: Extracting data for car ID: 1986041
2026-03-26 22:45:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 773e2031-4730-5eec-ada3-05f112376a35 with identifier: 1986041
2026-03-26 22:45:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 773e2031-4730-5eec-ada3-05f112376a35 with scrape type 1
2026-03-26 22:45:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 773e2031-4730-5eec-ada3-05f112376a35
2026-03-26 22:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252Fa48e18b761144587a9e48f2d4b8aa5b9%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/a48e18b761144587a9e48f2d4b8aa5b9/images/large/1.jpg not downloaded yet
2026-03-26 22:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252Fa48e18b761144587a9e48f2d4b8aa5b9%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/a48e18b761144587a9e48f2d4b8aa5b9/images/large/2.jpg not downloaded yet
2026-03-26 22:45:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b741c6d0>
2026-03-26 22:45:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a8b13729-051a-5f0f-82ed-76c5c3e0e89b/a8b13729-051a-5f0f-82ed-76c5c3e0e89b_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2em%252F7aa792483a9f44daa88653c1f21ea3d0%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2em/7aa792483a9f44daa88653c1f21ea3d0/images/large/9.jpg saved to cache
2026-03-26 22:45:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item a8b13729-051a-5f0f-82ed-76c5c3e0e89b
2026-03-26 22:45:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c5c990>
2026-03-26 22:45:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a8b13729-051a-5f0f-82ed-76c5c3e0e89b/a8b13729-051a-5f0f-82ed-76c5c3e0e89b_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2em%252F7aa792483a9f44daa88653c1f21ea3d0%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2em/7aa792483a9f44daa88653c1f21ea3d0/images/large/10.jpg saved to cache
2026-03-26 22:45:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item a8b13729-051a-5f0f-82ed-76c5c3e0e89b
2026-03-26 22:45:48 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a8b13729-051a-5f0f-82ed-76c5c3e0e89b, skipping ID generation
2026-03-26 22:45:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a8b13729-051a-5f0f-82ed-76c5c3e0e89b with scrape type 1
2026-03-26 22:45:48 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a8b13729-051a-5f0f-82ed-76c5c3e0e89b sending to next pipeline
2026-03-26 22:45:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: a8b13729-051a-5f0f-82ed-76c5c3e0e89b, identifier: 1986039
2026-03-26 22:45:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: a8b13729-051a-5f0f-82ed-76c5c3e0e89b with identifier: 1986039
2026-03-26 22:45:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: a8b13729-051a-5f0f-82ed-76c5c3e0e89b with identifier: 1986039
2026-03-26 22:45:48 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: a8b13729-051a-5f0f-82ed-76c5c3e0e89b with identifier: 1986039 to the API
2026-03-26 22:45:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:45:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:45:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2em/7aa792483a9f44daa88653c1f21ea3d0/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'petrol',
'id': 'a8b13729-051a-5f0f-82ed-76c5c3e0e89b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'OPEL',
'model': 'CROSSLAND',
'odometer': 50993,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 14,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8b13729-051a-5f0f-82ed-76c5c3e0e89b/a8b13729-051a-5f0f-82ed-76c5c3e0e89b_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 203589,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2em/7aa792483a9f44daa88653c1f21ea3d0/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8b13729-051a-5f0f-82ed-76c5c3e0e89b/a8b13729-051a-5f0f-82ed-76c5c3e0e89b_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 226182,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2em/7aa792483a9f44daa88653c1f21ea3d0/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8b13729-051a-5f0f-82ed-76c5c3e0e89b/a8b13729-051a-5f0f-82ed-76c5c3e0e89b_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 246407,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2em/7aa792483a9f44daa88653c1f21ea3d0/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8b13729-051a-5f0f-82ed-76c5c3e0e89b/a8b13729-051a-5f0f-82ed-76c5c3e0e89b_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 235290,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2em/7aa792483a9f44daa88653c1f21ea3d0/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8b13729-051a-5f0f-82ed-76c5c3e0e89b/a8b13729-051a-5f0f-82ed-76c5c3e0e89b_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 279104,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2em/7aa792483a9f44daa88653c1f21ea3d0/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8b13729-051a-5f0f-82ed-76c5c3e0e89b/a8b13729-051a-5f0f-82ed-76c5c3e0e89b_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 256487,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2em/7aa792483a9f44daa88653c1f21ea3d0/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8b13729-051a-5f0f-82ed-76c5c3e0e89b/a8b13729-051a-5f0f-82ed-76c5c3e0e89b_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 264159,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2em/7aa792483a9f44daa88653c1f21ea3d0/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8b13729-051a-5f0f-82ed-76c5c3e0e89b/a8b13729-051a-5f0f-82ed-76c5c3e0e89b_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 311236,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2em/7aa792483a9f44daa88653c1f21ea3d0/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8b13729-051a-5f0f-82ed-76c5c3e0e89b/a8b13729-051a-5f0f-82ed-76c5c3e0e89b_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 385313,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2em/7aa792483a9f44daa88653c1f21ea3d0/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8b13729-051a-5f0f-82ed-76c5c3e0e89b/a8b13729-051a-5f0f-82ed-76c5c3e0e89b_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 329784,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2em/7aa792483a9f44daa88653c1f21ea3d0/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-11-27',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL CROSSLAND 1.2 81KW TURBO S-S GS Driving SchoolrnDouble Pedal',
'transmission': 'manual',
'trim': '1.2 81KW TURBO S-S GS Driving SchoolrnDouble Pedal',
'vin': None,
'year': 2023}
2026-03-26 22:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986039%27 HTTP/1.1" 200 None
2026-03-26 22:45:48 [ayvens.be] INFO: Saving data for 1986039: {'created_time': 1774565148.890421, 'last_price_update_time': 1774565148.890432, 'auction_closing_time': 1775028600.0}
2026-03-26 22:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986039') HTTP/1.1" 204 0
2026-03-26 22:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252Fa48e18b761144587a9e48f2d4b8aa5b9%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/a48e18b761144587a9e48f2d4b8aa5b9/images/large/3.jpg not downloaded yet
2026-03-26 22:45:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cl/389a15ad4b374c9b974d0a116678093b/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cl/389a15ad4b374c9b974d0a116678093b/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cl/389a15ad4b374c9b974d0a116678093b/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cl/389a15ad4b374c9b974d0a116678093b/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cl/389a15ad4b374c9b974d0a116678093b/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cl/389a15ad4b374c9b974d0a116678093b/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252Fa48e18b761144587a9e48f2d4b8aa5b9%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/a48e18b761144587a9e48f2d4b8aa5b9/images/large/4.jpg not downloaded yet
2026-03-26 22:45:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cl/389a15ad4b374c9b974d0a116678093b/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252Fa48e18b761144587a9e48f2d4b8aa5b9%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/a48e18b761144587a9e48f2d4b8aa5b9/images/large/5.jpg not downloaded yet
2026-03-26 22:45:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cl/389a15ad4b374c9b974d0a116678093b/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252Fa48e18b761144587a9e48f2d4b8aa5b9%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/a48e18b761144587a9e48f2d4b8aa5b9/images/large/6.jpg not downloaded yet
2026-03-26 22:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252Fa48e18b761144587a9e48f2d4b8aa5b9%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/a48e18b761144587a9e48f2d4b8aa5b9/images/large/7.jpg not downloaded yet
2026-03-26 22:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252Fa48e18b761144587a9e48f2d4b8aa5b9%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/a48e18b761144587a9e48f2d4b8aa5b9/images/large/8.jpg not downloaded yet
2026-03-26 22:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252Fa48e18b761144587a9e48f2d4b8aa5b9%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/a48e18b761144587a9e48f2d4b8aa5b9/images/large/9.jpg not downloaded yet
2026-03-26 22:45:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74dd4d0>
2026-03-26 22:45:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b7d88768-9bf6-5f29-90de-1b51ec377c95/b7d88768-9bf6-5f29-90de-1b51ec377c95_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cl%252F389a15ad4b374c9b974d0a116678093b%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cl/389a15ad4b374c9b974d0a116678093b/images/large/1.jpg saved to cache
2026-03-26 22:45:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item b7d88768-9bf6-5f29-90de-1b51ec377c95
2026-03-26 22:45:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c5d850>
2026-03-26 22:45:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b7d88768-9bf6-5f29-90de-1b51ec377c95/b7d88768-9bf6-5f29-90de-1b51ec377c95_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cl%252F389a15ad4b374c9b974d0a116678093b%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cl/389a15ad4b374c9b974d0a116678093b/images/large/6.jpg saved to cache
2026-03-26 22:45:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item b7d88768-9bf6-5f29-90de-1b51ec377c95
2026-03-26 22:45:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd3bb3d0>
2026-03-26 22:45:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b7d88768-9bf6-5f29-90de-1b51ec377c95/b7d88768-9bf6-5f29-90de-1b51ec377c95_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cl%252F389a15ad4b374c9b974d0a116678093b%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cl/389a15ad4b374c9b974d0a116678093b/images/large/3.jpg saved to cache
2026-03-26 22:45:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item b7d88768-9bf6-5f29-90de-1b51ec377c95
2026-03-26 22:45:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7501c90>
2026-03-26 22:45:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b7d88768-9bf6-5f29-90de-1b51ec377c95/b7d88768-9bf6-5f29-90de-1b51ec377c95_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cl%252F389a15ad4b374c9b974d0a116678093b%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cl/389a15ad4b374c9b974d0a116678093b/images/large/2.jpg saved to cache
2026-03-26 22:45:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item b7d88768-9bf6-5f29-90de-1b51ec377c95
2026-03-26 22:45:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd8e0450>
2026-03-26 22:45:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b7d88768-9bf6-5f29-90de-1b51ec377c95/b7d88768-9bf6-5f29-90de-1b51ec377c95_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cl%252F389a15ad4b374c9b974d0a116678093b%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cl/389a15ad4b374c9b974d0a116678093b/images/large/5.jpg saved to cache
2026-03-26 22:45:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item b7d88768-9bf6-5f29-90de-1b51ec377c95
2026-03-26 22:45:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c759d0>
2026-03-26 22:45:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b7d88768-9bf6-5f29-90de-1b51ec377c95/b7d88768-9bf6-5f29-90de-1b51ec377c95_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cl%252F389a15ad4b374c9b974d0a116678093b%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cl/389a15ad4b374c9b974d0a116678093b/images/large/8.jpg saved to cache
2026-03-26 22:45:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item b7d88768-9bf6-5f29-90de-1b51ec377c95
2026-03-26 22:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252Fa48e18b761144587a9e48f2d4b8aa5b9%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/a48e18b761144587a9e48f2d4b8aa5b9/images/large/10.jpg not downloaded yet
2026-03-26 22:45:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76c56d0>
2026-03-26 22:45:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b7d88768-9bf6-5f29-90de-1b51ec377c95/b7d88768-9bf6-5f29-90de-1b51ec377c95_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cl%252F389a15ad4b374c9b974d0a116678093b%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cl/389a15ad4b374c9b974d0a116678093b/images/large/4.jpg saved to cache
2026-03-26 22:45:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item b7d88768-9bf6-5f29-90de-1b51ec377c95
2026-03-26 22:45:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cl/389a15ad4b374c9b974d0a116678093b/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:49 [ayvens.be] INFO: Found listing with ID: 1986042
2026-03-26 22:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986042%27 HTTP/1.1" 200 None
2026-03-26 22:45:49 [ayvens.be] INFO: Scrape type for 1986042: 1
2026-03-26 22:45:49 [ayvens.be] INFO: Extracting data for car ID: 1986042
2026-03-26 22:45:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1a1e8f7a-cfd5-5e93-972a-c31d8d2ba8ed with identifier: 1986042
2026-03-26 22:45:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a1e8f7a-cfd5-5e93-972a-c31d8d2ba8ed with scrape type 1
2026-03-26 22:45:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 1a1e8f7a-cfd5-5e93-972a-c31d8d2ba8ed
2026-03-26 22:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252F027f18fe5b6b4c37b7522ca0aed8c0ae%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/027f18fe5b6b4c37b7522ca0aed8c0ae/images/large/1.jpg not downloaded yet
2026-03-26 22:45:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd3c45d0>
2026-03-26 22:45:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b7d88768-9bf6-5f29-90de-1b51ec377c95/b7d88768-9bf6-5f29-90de-1b51ec377c95_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cl%252F389a15ad4b374c9b974d0a116678093b%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cl/389a15ad4b374c9b974d0a116678093b/images/large/7.jpg saved to cache
2026-03-26 22:45:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item b7d88768-9bf6-5f29-90de-1b51ec377c95
2026-03-26 22:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252F027f18fe5b6b4c37b7522ca0aed8c0ae%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/027f18fe5b6b4c37b7522ca0aed8c0ae/images/large/2.jpg not downloaded yet
2026-03-26 22:45:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cl/389a15ad4b374c9b974d0a116678093b/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252F027f18fe5b6b4c37b7522ca0aed8c0ae%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/027f18fe5b6b4c37b7522ca0aed8c0ae/images/large/3.jpg not downloaded yet
2026-03-26 22:45:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e122d0>
2026-03-26 22:45:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b7d88768-9bf6-5f29-90de-1b51ec377c95/b7d88768-9bf6-5f29-90de-1b51ec377c95_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cl%252F389a15ad4b374c9b974d0a116678093b%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cl/389a15ad4b374c9b974d0a116678093b/images/large/10.jpg saved to cache
2026-03-26 22:45:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item b7d88768-9bf6-5f29-90de-1b51ec377c95
2026-03-26 22:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252F027f18fe5b6b4c37b7522ca0aed8c0ae%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/027f18fe5b6b4c37b7522ca0aed8c0ae/images/large/4.jpg not downloaded yet
2026-03-26 22:45:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bn/a48e18b761144587a9e48f2d4b8aa5b9/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bn/a48e18b761144587a9e48f2d4b8aa5b9/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bn/a48e18b761144587a9e48f2d4b8aa5b9/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bn/a48e18b761144587a9e48f2d4b8aa5b9/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252F027f18fe5b6b4c37b7522ca0aed8c0ae%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/027f18fe5b6b4c37b7522ca0aed8c0ae/images/large/5.jpg not downloaded yet
2026-03-26 22:45:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bn/a48e18b761144587a9e48f2d4b8aa5b9/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b727bb50>
2026-03-26 22:45:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b7d88768-9bf6-5f29-90de-1b51ec377c95/b7d88768-9bf6-5f29-90de-1b51ec377c95_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cl%252F389a15ad4b374c9b974d0a116678093b%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cl/389a15ad4b374c9b974d0a116678093b/images/large/9.jpg saved to cache
2026-03-26 22:45:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item b7d88768-9bf6-5f29-90de-1b51ec377c95
2026-03-26 22:45:50 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b7d88768-9bf6-5f29-90de-1b51ec377c95, skipping ID generation
2026-03-26 22:45:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b7d88768-9bf6-5f29-90de-1b51ec377c95 with scrape type 1
2026-03-26 22:45:50 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b7d88768-9bf6-5f29-90de-1b51ec377c95 sending to next pipeline
2026-03-26 22:45:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: b7d88768-9bf6-5f29-90de-1b51ec377c95, identifier: 1986040
2026-03-26 22:45:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bn/a48e18b761144587a9e48f2d4b8aa5b9/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252F027f18fe5b6b4c37b7522ca0aed8c0ae%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/027f18fe5b6b4c37b7522ca0aed8c0ae/images/large/6.jpg not downloaded yet
2026-03-26 22:45:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: b7d88768-9bf6-5f29-90de-1b51ec377c95 with identifier: 1986040
2026-03-26 22:45:50 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 22:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-26 22:45:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: b7d88768-9bf6-5f29-90de-1b51ec377c95 with identifier: 1986040
2026-03-26 22:45:50 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: b7d88768-9bf6-5f29-90de-1b51ec377c95 with identifier: 1986040 to the API
2026-03-26 22:45:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:45:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:45:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2cl/389a15ad4b374c9b974d0a116678093b/images/large/9.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'electric',
'id': 'b7d88768-9bf6-5f29-90de-1b51ec377c95',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'E-TRON',
'odometer': 77898,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 14,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b7d88768-9bf6-5f29-90de-1b51ec377c95/b7d88768-9bf6-5f29-90de-1b51ec377c95_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 522753,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cl/389a15ad4b374c9b974d0a116678093b/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b7d88768-9bf6-5f29-90de-1b51ec377c95/b7d88768-9bf6-5f29-90de-1b51ec377c95_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 496874,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cl/389a15ad4b374c9b974d0a116678093b/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b7d88768-9bf6-5f29-90de-1b51ec377c95/b7d88768-9bf6-5f29-90de-1b51ec377c95_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 501009,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cl/389a15ad4b374c9b974d0a116678093b/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b7d88768-9bf6-5f29-90de-1b51ec377c95/b7d88768-9bf6-5f29-90de-1b51ec377c95_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 540448,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cl/389a15ad4b374c9b974d0a116678093b/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b7d88768-9bf6-5f29-90de-1b51ec377c95/b7d88768-9bf6-5f29-90de-1b51ec377c95_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 338073,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cl/389a15ad4b374c9b974d0a116678093b/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b7d88768-9bf6-5f29-90de-1b51ec377c95/b7d88768-9bf6-5f29-90de-1b51ec377c95_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 309069,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cl/389a15ad4b374c9b974d0a116678093b/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b7d88768-9bf6-5f29-90de-1b51ec377c95/b7d88768-9bf6-5f29-90de-1b51ec377c95_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 352425,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cl/389a15ad4b374c9b974d0a116678093b/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b7d88768-9bf6-5f29-90de-1b51ec377c95/b7d88768-9bf6-5f29-90de-1b51ec377c95_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 292005,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cl/389a15ad4b374c9b974d0a116678093b/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b7d88768-9bf6-5f29-90de-1b51ec377c95/b7d88768-9bf6-5f29-90de-1b51ec377c95_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 333578,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cl/389a15ad4b374c9b974d0a116678093b/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b7d88768-9bf6-5f29-90de-1b51ec377c95/b7d88768-9bf6-5f29-90de-1b51ec377c95_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 296912,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cl/389a15ad4b374c9b974d0a116678093b/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-01',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI E-TRON BEV 71KWH 50 QUATTRO S-LINE',
'transmission': 'automatic',
'trim': 'BEV 71KWH 50 QUATTRO S-LINE',
'vin': None,
'year': 2022}
2026-03-26 22:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986040%27 HTTP/1.1" 200 None
2026-03-26 22:45:50 [ayvens.be] INFO: Saving data for 1986040: {'created_time': 1774565150.63926, 'last_price_update_time': 1774565150.639268, 'auction_closing_time': 1775028600.0}
2026-03-26 22:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986040') HTTP/1.1" 204 0
2026-03-26 22:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252F027f18fe5b6b4c37b7522ca0aed8c0ae%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/027f18fe5b6b4c37b7522ca0aed8c0ae/images/large/7.jpg not downloaded yet
2026-03-26 22:45:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76637d0>
2026-03-26 22:45:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_773e2031-4730-5eec-ada3-05f112376a35/773e2031-4730-5eec-ada3-05f112376a35_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252Fa48e18b761144587a9e48f2d4b8aa5b9%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/a48e18b761144587a9e48f2d4b8aa5b9/images/large/2.jpg saved to cache
2026-03-26 22:45:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 773e2031-4730-5eec-ada3-05f112376a35
2026-03-26 22:45:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76ce590>
2026-03-26 22:45:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_773e2031-4730-5eec-ada3-05f112376a35/773e2031-4730-5eec-ada3-05f112376a35_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252Fa48e18b761144587a9e48f2d4b8aa5b9%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/a48e18b761144587a9e48f2d4b8aa5b9/images/large/4.jpg saved to cache
2026-03-26 22:45:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 773e2031-4730-5eec-ada3-05f112376a35
2026-03-26 22:45:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7572290>
2026-03-26 22:45:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_773e2031-4730-5eec-ada3-05f112376a35/773e2031-4730-5eec-ada3-05f112376a35_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252Fa48e18b761144587a9e48f2d4b8aa5b9%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/a48e18b761144587a9e48f2d4b8aa5b9/images/large/1.jpg saved to cache
2026-03-26 22:45:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 773e2031-4730-5eec-ada3-05f112376a35
2026-03-26 22:45:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e1cbd0>
2026-03-26 22:45:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_773e2031-4730-5eec-ada3-05f112376a35/773e2031-4730-5eec-ada3-05f112376a35_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252Fa48e18b761144587a9e48f2d4b8aa5b9%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/a48e18b761144587a9e48f2d4b8aa5b9/images/large/3.jpg saved to cache
2026-03-26 22:45:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 773e2031-4730-5eec-ada3-05f112376a35
2026-03-26 22:45:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76ed650>
2026-03-26 22:45:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_773e2031-4730-5eec-ada3-05f112376a35/773e2031-4730-5eec-ada3-05f112376a35_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252Fa48e18b761144587a9e48f2d4b8aa5b9%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/a48e18b761144587a9e48f2d4b8aa5b9/images/large/5.jpg saved to cache
2026-03-26 22:45:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 773e2031-4730-5eec-ada3-05f112376a35
2026-03-26 22:45:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c7d1d0>
2026-03-26 22:45:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_773e2031-4730-5eec-ada3-05f112376a35/773e2031-4730-5eec-ada3-05f112376a35_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252Fa48e18b761144587a9e48f2d4b8aa5b9%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/a48e18b761144587a9e48f2d4b8aa5b9/images/large/6.jpg saved to cache
2026-03-26 22:45:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 773e2031-4730-5eec-ada3-05f112376a35
2026-03-26 22:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252F027f18fe5b6b4c37b7522ca0aed8c0ae%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/027f18fe5b6b4c37b7522ca0aed8c0ae/images/large/8.jpg not downloaded yet
2026-03-26 22:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252F027f18fe5b6b4c37b7522ca0aed8c0ae%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/027f18fe5b6b4c37b7522ca0aed8c0ae/images/large/9.jpg not downloaded yet
2026-03-26 22:45:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bn/027f18fe5b6b4c37b7522ca0aed8c0ae/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bn/027f18fe5b6b4c37b7522ca0aed8c0ae/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bn/027f18fe5b6b4c37b7522ca0aed8c0ae/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252F027f18fe5b6b4c37b7522ca0aed8c0ae%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/027f18fe5b6b4c37b7522ca0aed8c0ae/images/large/10.jpg not downloaded yet
2026-03-26 22:45:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bn/a48e18b761144587a9e48f2d4b8aa5b9/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:51 [ayvens.be] INFO: Found listing with ID: 1986043
2026-03-26 22:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986043%27 HTTP/1.1" 200 None
2026-03-26 22:45:51 [ayvens.be] INFO: Scrape type for 1986043: 1
2026-03-26 22:45:51 [ayvens.be] INFO: Extracting data for car ID: 1986043
2026-03-26 22:45:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a75d91fb-83ba-554c-931a-fd5238a3de47 with identifier: 1986043
2026-03-26 22:45:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a75d91fb-83ba-554c-931a-fd5238a3de47 with scrape type 1
2026-03-26 22:45:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item a75d91fb-83ba-554c-931a-fd5238a3de47
2026-03-26 22:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2fs%252F9d9081947f1543f89c1797a8fd2e435a%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2fs/9d9081947f1543f89c1797a8fd2e435a/images/large/1.jpg not downloaded yet
2026-03-26 22:45:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bn/027f18fe5b6b4c37b7522ca0aed8c0ae/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2fs%252F9d9081947f1543f89c1797a8fd2e435a%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2fs/9d9081947f1543f89c1797a8fd2e435a/images/large/2.jpg not downloaded yet
2026-03-26 22:45:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bn/a48e18b761144587a9e48f2d4b8aa5b9/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76cf810>
2026-03-26 22:45:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1a1e8f7a-cfd5-5e93-972a-c31d8d2ba8ed/1a1e8f7a-cfd5-5e93-972a-c31d8d2ba8ed_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252F027f18fe5b6b4c37b7522ca0aed8c0ae%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/027f18fe5b6b4c37b7522ca0aed8c0ae/images/large/2.jpg saved to cache
2026-03-26 22:45:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 1a1e8f7a-cfd5-5e93-972a-c31d8d2ba8ed
2026-03-26 22:45:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7567910>
2026-03-26 22:45:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1a1e8f7a-cfd5-5e93-972a-c31d8d2ba8ed/1a1e8f7a-cfd5-5e93-972a-c31d8d2ba8ed_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252F027f18fe5b6b4c37b7522ca0aed8c0ae%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/027f18fe5b6b4c37b7522ca0aed8c0ae/images/large/1.jpg saved to cache
2026-03-26 22:45:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 1a1e8f7a-cfd5-5e93-972a-c31d8d2ba8ed
2026-03-26 22:45:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7585850>
2026-03-26 22:45:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1a1e8f7a-cfd5-5e93-972a-c31d8d2ba8ed/1a1e8f7a-cfd5-5e93-972a-c31d8d2ba8ed_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252F027f18fe5b6b4c37b7522ca0aed8c0ae%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/027f18fe5b6b4c37b7522ca0aed8c0ae/images/large/3.jpg saved to cache
2026-03-26 22:45:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 1a1e8f7a-cfd5-5e93-972a-c31d8d2ba8ed
2026-03-26 22:45:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bn/a48e18b761144587a9e48f2d4b8aa5b9/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bn/a48e18b761144587a9e48f2d4b8aa5b9/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2fs%252F9d9081947f1543f89c1797a8fd2e435a%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2fs/9d9081947f1543f89c1797a8fd2e435a/images/large/3.jpg not downloaded yet
2026-03-26 22:45:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cb07d0>
2026-03-26 22:45:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_773e2031-4730-5eec-ada3-05f112376a35/773e2031-4730-5eec-ada3-05f112376a35_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252Fa48e18b761144587a9e48f2d4b8aa5b9%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/a48e18b761144587a9e48f2d4b8aa5b9/images/large/7.jpg saved to cache
2026-03-26 22:45:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 773e2031-4730-5eec-ada3-05f112376a35
2026-03-26 22:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2fs%252F9d9081947f1543f89c1797a8fd2e435a%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2fs/9d9081947f1543f89c1797a8fd2e435a/images/large/4.jpg not downloaded yet
2026-03-26 22:45:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bn/027f18fe5b6b4c37b7522ca0aed8c0ae/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2fs%252F9d9081947f1543f89c1797a8fd2e435a%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2fs/9d9081947f1543f89c1797a8fd2e435a/images/large/5.jpg not downloaded yet
2026-03-26 22:45:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b742aa10>
2026-03-26 22:45:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1a1e8f7a-cfd5-5e93-972a-c31d8d2ba8ed/1a1e8f7a-cfd5-5e93-972a-c31d8d2ba8ed_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252F027f18fe5b6b4c37b7522ca0aed8c0ae%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/027f18fe5b6b4c37b7522ca0aed8c0ae/images/large/4.jpg saved to cache
2026-03-26 22:45:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 1a1e8f7a-cfd5-5e93-972a-c31d8d2ba8ed
2026-03-26 22:45:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e28410>
2026-03-26 22:45:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_773e2031-4730-5eec-ada3-05f112376a35/773e2031-4730-5eec-ada3-05f112376a35_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252Fa48e18b761144587a9e48f2d4b8aa5b9%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/a48e18b761144587a9e48f2d4b8aa5b9/images/large/9.jpg saved to cache
2026-03-26 22:45:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 773e2031-4730-5eec-ada3-05f112376a35
2026-03-26 22:45:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bn/027f18fe5b6b4c37b7522ca0aed8c0ae/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bn/027f18fe5b6b4c37b7522ca0aed8c0ae/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bn/027f18fe5b6b4c37b7522ca0aed8c0ae/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bn/027f18fe5b6b4c37b7522ca0aed8c0ae/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2fs%252F9d9081947f1543f89c1797a8fd2e435a%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2fs/9d9081947f1543f89c1797a8fd2e435a/images/large/6.jpg not downloaded yet
2026-03-26 22:45:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b727b7d0>
2026-03-26 22:45:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_773e2031-4730-5eec-ada3-05f112376a35/773e2031-4730-5eec-ada3-05f112376a35_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252Fa48e18b761144587a9e48f2d4b8aa5b9%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/a48e18b761144587a9e48f2d4b8aa5b9/images/large/8.jpg saved to cache
2026-03-26 22:45:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 773e2031-4730-5eec-ada3-05f112376a35
2026-03-26 22:45:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e2bc10>
2026-03-26 22:45:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_773e2031-4730-5eec-ada3-05f112376a35/773e2031-4730-5eec-ada3-05f112376a35_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252Fa48e18b761144587a9e48f2d4b8aa5b9%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/a48e18b761144587a9e48f2d4b8aa5b9/images/large/10.jpg saved to cache
2026-03-26 22:45:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 773e2031-4730-5eec-ada3-05f112376a35
2026-03-26 22:45:52 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 773e2031-4730-5eec-ada3-05f112376a35, skipping ID generation
2026-03-26 22:45:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 773e2031-4730-5eec-ada3-05f112376a35 with scrape type 1
2026-03-26 22:45:52 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 773e2031-4730-5eec-ada3-05f112376a35 sending to next pipeline
2026-03-26 22:45:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 773e2031-4730-5eec-ada3-05f112376a35, identifier: 1986041
2026-03-26 22:45:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 773e2031-4730-5eec-ada3-05f112376a35 with identifier: 1986041
2026-03-26 22:45:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 773e2031-4730-5eec-ada3-05f112376a35 with identifier: 1986041
2026-03-26 22:45:52 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 773e2031-4730-5eec-ada3-05f112376a35 with identifier: 1986041 to the API
2026-03-26 22:45:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:45:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:45:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bn/a48e18b761144587a9e48f2d4b8aa5b9/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.3L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'petrol',
'id': '773e2031-4730-5eec-ada3-05f112376a35',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'CLASS A (W177)',
'odometer': 77912,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 23,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_773e2031-4730-5eec-ada3-05f112376a35/773e2031-4730-5eec-ada3-05f112376a35_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 686370,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bn/a48e18b761144587a9e48f2d4b8aa5b9/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_773e2031-4730-5eec-ada3-05f112376a35/773e2031-4730-5eec-ada3-05f112376a35_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 724738,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bn/a48e18b761144587a9e48f2d4b8aa5b9/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_773e2031-4730-5eec-ada3-05f112376a35/773e2031-4730-5eec-ada3-05f112376a35_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 700961,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bn/a48e18b761144587a9e48f2d4b8aa5b9/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_773e2031-4730-5eec-ada3-05f112376a35/773e2031-4730-5eec-ada3-05f112376a35_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 756380,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bn/a48e18b761144587a9e48f2d4b8aa5b9/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_773e2031-4730-5eec-ada3-05f112376a35/773e2031-4730-5eec-ada3-05f112376a35_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 739059,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bn/a48e18b761144587a9e48f2d4b8aa5b9/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_773e2031-4730-5eec-ada3-05f112376a35/773e2031-4730-5eec-ada3-05f112376a35_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 820418,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bn/a48e18b761144587a9e48f2d4b8aa5b9/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_773e2031-4730-5eec-ada3-05f112376a35/773e2031-4730-5eec-ada3-05f112376a35_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 641169,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bn/a48e18b761144587a9e48f2d4b8aa5b9/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_773e2031-4730-5eec-ada3-05f112376a35/773e2031-4730-5eec-ada3-05f112376a35_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 854353,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bn/a48e18b761144587a9e48f2d4b8aa5b9/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_773e2031-4730-5eec-ada3-05f112376a35/773e2031-4730-5eec-ada3-05f112376a35_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 785614,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bn/a48e18b761144587a9e48f2d4b8aa5b9/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_773e2031-4730-5eec-ada3-05f112376a35/773e2031-4730-5eec-ada3-05f112376a35_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 825419,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bn/a48e18b761144587a9e48f2d4b8aa5b9/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-31',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLASS A (W177) A 250 e PHEV Business Solution',
'transmission': 'automatic',
'trim': 'A 250 e PHEV Business Solution',
'vin': None,
'year': 2022}
2026-03-26 22:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986041%27 HTTP/1.1" 200 None
2026-03-26 22:45:52 [ayvens.be] INFO: Saving data for 1986041: {'created_time': 1774565152.544676, 'last_price_update_time': 1774565152.544685, 'auction_closing_time': 1775028600.0}
2026-03-26 22:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986041') HTTP/1.1" 204 0
2026-03-26 22:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2fs%252F9d9081947f1543f89c1797a8fd2e435a%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2fs/9d9081947f1543f89c1797a8fd2e435a/images/large/7.jpg not downloaded yet
2026-03-26 22:45:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b787cf90>
2026-03-26 22:45:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1a1e8f7a-cfd5-5e93-972a-c31d8d2ba8ed/1a1e8f7a-cfd5-5e93-972a-c31d8d2ba8ed_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252F027f18fe5b6b4c37b7522ca0aed8c0ae%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/027f18fe5b6b4c37b7522ca0aed8c0ae/images/large/6.jpg saved to cache
2026-03-26 22:45:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 1a1e8f7a-cfd5-5e93-972a-c31d8d2ba8ed
2026-03-26 22:45:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7492290>
2026-03-26 22:45:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1a1e8f7a-cfd5-5e93-972a-c31d8d2ba8ed/1a1e8f7a-cfd5-5e93-972a-c31d8d2ba8ed_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252F027f18fe5b6b4c37b7522ca0aed8c0ae%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/027f18fe5b6b4c37b7522ca0aed8c0ae/images/large/9.jpg saved to cache
2026-03-26 22:45:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 1a1e8f7a-cfd5-5e93-972a-c31d8d2ba8ed
2026-03-26 22:45:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7500290>
2026-03-26 22:45:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1a1e8f7a-cfd5-5e93-972a-c31d8d2ba8ed/1a1e8f7a-cfd5-5e93-972a-c31d8d2ba8ed_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252F027f18fe5b6b4c37b7522ca0aed8c0ae%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/027f18fe5b6b4c37b7522ca0aed8c0ae/images/large/7.jpg saved to cache
2026-03-26 22:45:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 1a1e8f7a-cfd5-5e93-972a-c31d8d2ba8ed
2026-03-26 22:45:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7493210>
2026-03-26 22:45:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1a1e8f7a-cfd5-5e93-972a-c31d8d2ba8ed/1a1e8f7a-cfd5-5e93-972a-c31d8d2ba8ed_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252F027f18fe5b6b4c37b7522ca0aed8c0ae%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/027f18fe5b6b4c37b7522ca0aed8c0ae/images/large/5.jpg saved to cache
2026-03-26 22:45:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 1a1e8f7a-cfd5-5e93-972a-c31d8d2ba8ed
2026-03-26 22:45:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b741d750>
2026-03-26 22:45:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1a1e8f7a-cfd5-5e93-972a-c31d8d2ba8ed/1a1e8f7a-cfd5-5e93-972a-c31d8d2ba8ed_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252F027f18fe5b6b4c37b7522ca0aed8c0ae%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/027f18fe5b6b4c37b7522ca0aed8c0ae/images/large/8.jpg saved to cache
2026-03-26 22:45:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 1a1e8f7a-cfd5-5e93-972a-c31d8d2ba8ed
2026-03-26 22:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2fs%252F9d9081947f1543f89c1797a8fd2e435a%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2fs/9d9081947f1543f89c1797a8fd2e435a/images/large/8.jpg not downloaded yet
2026-03-26 22:45:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bn/027f18fe5b6b4c37b7522ca0aed8c0ae/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2fs%252F9d9081947f1543f89c1797a8fd2e435a%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2fs/9d9081947f1543f89c1797a8fd2e435a/images/large/9.jpg not downloaded yet
2026-03-26 22:45:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2fs/9d9081947f1543f89c1797a8fd2e435a/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2fs/9d9081947f1543f89c1797a8fd2e435a/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2fs%252F9d9081947f1543f89c1797a8fd2e435a%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2fs/9d9081947f1543f89c1797a8fd2e435a/images/large/10.jpg not downloaded yet
2026-03-26 22:45:53 [ayvens.be] INFO: Found listing with ID: 1986044
2026-03-26 22:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986044%27 HTTP/1.1" 200 None
2026-03-26 22:45:53 [ayvens.be] INFO: Scrape type for 1986044: 1
2026-03-26 22:45:53 [ayvens.be] INFO: Extracting data for car ID: 1986044
2026-03-26 22:45:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7d16ce74-aed5-5916-80bb-e5a1ac156184 with identifier: 1986044
2026-03-26 22:45:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7d16ce74-aed5-5916-80bb-e5a1ac156184 with scrape type 1
2026-03-26 22:45:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 7d16ce74-aed5-5916-80bb-e5a1ac156184
2026-03-26 22:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ar%252F76531d0ed07a41629163a03ceb057d96%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ar/76531d0ed07a41629163a03ceb057d96/images/large/1.jpg not downloaded yet
2026-03-26 22:45:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2fs/9d9081947f1543f89c1797a8fd2e435a/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2fs/9d9081947f1543f89c1797a8fd2e435a/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2fs/9d9081947f1543f89c1797a8fd2e435a/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ar%252F76531d0ed07a41629163a03ceb057d96%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ar/76531d0ed07a41629163a03ceb057d96/images/large/2.jpg not downloaded yet
2026-03-26 22:45:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74ac0d0>
2026-03-26 22:45:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1a1e8f7a-cfd5-5e93-972a-c31d8d2ba8ed/1a1e8f7a-cfd5-5e93-972a-c31d8d2ba8ed_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252F027f18fe5b6b4c37b7522ca0aed8c0ae%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/027f18fe5b6b4c37b7522ca0aed8c0ae/images/large/10.jpg saved to cache
2026-03-26 22:45:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 1a1e8f7a-cfd5-5e93-972a-c31d8d2ba8ed
2026-03-26 22:45:53 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1a1e8f7a-cfd5-5e93-972a-c31d8d2ba8ed, skipping ID generation
2026-03-26 22:45:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a1e8f7a-cfd5-5e93-972a-c31d8d2ba8ed with scrape type 1
2026-03-26 22:45:53 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1a1e8f7a-cfd5-5e93-972a-c31d8d2ba8ed sending to next pipeline
2026-03-26 22:45:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 1a1e8f7a-cfd5-5e93-972a-c31d8d2ba8ed, identifier: 1986042
2026-03-26 22:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ar%252F76531d0ed07a41629163a03ceb057d96%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ar/76531d0ed07a41629163a03ceb057d96/images/large/3.jpg not downloaded yet
2026-03-26 22:45:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 1a1e8f7a-cfd5-5e93-972a-c31d8d2ba8ed with identifier: 1986042
2026-03-26 22:45:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 1a1e8f7a-cfd5-5e93-972a-c31d8d2ba8ed with identifier: 1986042
2026-03-26 22:45:53 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 1a1e8f7a-cfd5-5e93-972a-c31d8d2ba8ed with identifier: 1986042 to the API
2026-03-26 22:45:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:45:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:45:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bn/027f18fe5b6b4c37b7522ca0aed8c0ae/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'petrol',
'id': '1a1e8f7a-cfd5-5e93-972a-c31d8d2ba8ed',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '3008',
'odometer': 100444,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 14,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1a1e8f7a-cfd5-5e93-972a-c31d8d2ba8ed/1a1e8f7a-cfd5-5e93-972a-c31d8d2ba8ed_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 380635,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bn/027f18fe5b6b4c37b7522ca0aed8c0ae/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1a1e8f7a-cfd5-5e93-972a-c31d8d2ba8ed/1a1e8f7a-cfd5-5e93-972a-c31d8d2ba8ed_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 362499,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bn/027f18fe5b6b4c37b7522ca0aed8c0ae/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1a1e8f7a-cfd5-5e93-972a-c31d8d2ba8ed/1a1e8f7a-cfd5-5e93-972a-c31d8d2ba8ed_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 432716,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bn/027f18fe5b6b4c37b7522ca0aed8c0ae/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1a1e8f7a-cfd5-5e93-972a-c31d8d2ba8ed/1a1e8f7a-cfd5-5e93-972a-c31d8d2ba8ed_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 403655,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bn/027f18fe5b6b4c37b7522ca0aed8c0ae/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1a1e8f7a-cfd5-5e93-972a-c31d8d2ba8ed/1a1e8f7a-cfd5-5e93-972a-c31d8d2ba8ed_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 354182,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bn/027f18fe5b6b4c37b7522ca0aed8c0ae/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1a1e8f7a-cfd5-5e93-972a-c31d8d2ba8ed/1a1e8f7a-cfd5-5e93-972a-c31d8d2ba8ed_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 241488,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bn/027f18fe5b6b4c37b7522ca0aed8c0ae/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1a1e8f7a-cfd5-5e93-972a-c31d8d2ba8ed/1a1e8f7a-cfd5-5e93-972a-c31d8d2ba8ed_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 370952,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bn/027f18fe5b6b4c37b7522ca0aed8c0ae/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1a1e8f7a-cfd5-5e93-972a-c31d8d2ba8ed/1a1e8f7a-cfd5-5e93-972a-c31d8d2ba8ed_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 343858,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bn/027f18fe5b6b4c37b7522ca0aed8c0ae/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1a1e8f7a-cfd5-5e93-972a-c31d8d2ba8ed/1a1e8f7a-cfd5-5e93-972a-c31d8d2ba8ed_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 278326,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bn/027f18fe5b6b4c37b7522ca0aed8c0ae/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1a1e8f7a-cfd5-5e93-972a-c31d8d2ba8ed/1a1e8f7a-cfd5-5e93-972a-c31d8d2ba8ed_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 371524,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bn/027f18fe5b6b4c37b7522ca0aed8c0ae/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-25',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 3008 1.6 PHEV 225 E-AUTO8 GT PACK',
'transmission': 'automatic',
'trim': '1.6 PHEV 225 E-AUTO8 GT PACK',
'vin': None,
'year': 2022}
2026-03-26 22:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986042%27 HTTP/1.1" 200 None
2026-03-26 22:45:53 [ayvens.be] INFO: Saving data for 1986042: {'created_time': 1774565153.697382, 'last_price_update_time': 1774565153.697391, 'auction_closing_time': 1775028600.0}
2026-03-26 22:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986042') HTTP/1.1" 204 0
2026-03-26 22:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ar%252F76531d0ed07a41629163a03ceb057d96%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ar/76531d0ed07a41629163a03ceb057d96/images/large/4.jpg not downloaded yet
2026-03-26 22:45:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7488410>
2026-03-26 22:45:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a75d91fb-83ba-554c-931a-fd5238a3de47/a75d91fb-83ba-554c-931a-fd5238a3de47_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2fs%252F9d9081947f1543f89c1797a8fd2e435a%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2fs/9d9081947f1543f89c1797a8fd2e435a/images/large/1.jpg saved to cache
2026-03-26 22:45:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item a75d91fb-83ba-554c-931a-fd5238a3de47
2026-03-26 22:45:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b75035d0>
2026-03-26 22:45:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a75d91fb-83ba-554c-931a-fd5238a3de47/a75d91fb-83ba-554c-931a-fd5238a3de47_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2fs%252F9d9081947f1543f89c1797a8fd2e435a%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2fs/9d9081947f1543f89c1797a8fd2e435a/images/large/2.jpg saved to cache
2026-03-26 22:45:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item a75d91fb-83ba-554c-931a-fd5238a3de47
2026-03-26 22:45:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b768a310>
2026-03-26 22:45:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a75d91fb-83ba-554c-931a-fd5238a3de47/a75d91fb-83ba-554c-931a-fd5238a3de47_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2fs%252F9d9081947f1543f89c1797a8fd2e435a%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2fs/9d9081947f1543f89c1797a8fd2e435a/images/large/3.jpg saved to cache
2026-03-26 22:45:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item a75d91fb-83ba-554c-931a-fd5238a3de47
2026-03-26 22:45:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b72903d0>
2026-03-26 22:45:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a75d91fb-83ba-554c-931a-fd5238a3de47/a75d91fb-83ba-554c-931a-fd5238a3de47_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2fs%252F9d9081947f1543f89c1797a8fd2e435a%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2fs/9d9081947f1543f89c1797a8fd2e435a/images/large/4.jpg saved to cache
2026-03-26 22:45:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item a75d91fb-83ba-554c-931a-fd5238a3de47
2026-03-26 22:45:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74888d0>
2026-03-26 22:45:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a75d91fb-83ba-554c-931a-fd5238a3de47/a75d91fb-83ba-554c-931a-fd5238a3de47_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2fs%252F9d9081947f1543f89c1797a8fd2e435a%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2fs/9d9081947f1543f89c1797a8fd2e435a/images/large/5.jpg saved to cache
2026-03-26 22:45:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item a75d91fb-83ba-554c-931a-fd5238a3de47
2026-03-26 22:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ar%252F76531d0ed07a41629163a03ceb057d96%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ar/76531d0ed07a41629163a03ceb057d96/images/large/5.jpg not downloaded yet
2026-03-26 22:45:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2fs/9d9081947f1543f89c1797a8fd2e435a/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ar%252F76531d0ed07a41629163a03ceb057d96%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ar/76531d0ed07a41629163a03ceb057d96/images/large/6.jpg not downloaded yet
2026-03-26 22:45:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2fs/9d9081947f1543f89c1797a8fd2e435a/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2fs/9d9081947f1543f89c1797a8fd2e435a/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2fs/9d9081947f1543f89c1797a8fd2e435a/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2fs/9d9081947f1543f89c1797a8fd2e435a/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ar%252F76531d0ed07a41629163a03ceb057d96%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ar/76531d0ed07a41629163a03ceb057d96/images/large/7.jpg not downloaded yet
2026-03-26 22:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ar%252F76531d0ed07a41629163a03ceb057d96%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ar/76531d0ed07a41629163a03ceb057d96/images/large/8.jpg not downloaded yet
2026-03-26 22:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ar%252F76531d0ed07a41629163a03ceb057d96%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ar/76531d0ed07a41629163a03ceb057d96/images/large/9.jpg not downloaded yet
2026-03-26 22:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ar%252F76531d0ed07a41629163a03ceb057d96%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ar/76531d0ed07a41629163a03ceb057d96/images/large/10.jpg not downloaded yet
2026-03-26 22:45:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ar/76531d0ed07a41629163a03ceb057d96/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ar/76531d0ed07a41629163a03ceb057d96/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:54 [ayvens.be] INFO: Found listing with ID: 1986045
2026-03-26 22:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986045%27 HTTP/1.1" 200 None
2026-03-26 22:45:54 [ayvens.be] INFO: Scrape type for 1986045: 1
2026-03-26 22:45:54 [ayvens.be] INFO: Extracting data for car ID: 1986045
2026-03-26 22:45:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d010e538-ecc5-5d8b-87d0-d392c7fd8842 with identifier: 1986045
2026-03-26 22:45:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d010e538-ecc5-5d8b-87d0-d392c7fd8842 with scrape type 1
2026-03-26 22:45:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item d010e538-ecc5-5d8b-87d0-d392c7fd8842
2026-03-26 22:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yp%252F786a70f29ae14639811fe53e5df11d5e%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yp/786a70f29ae14639811fe53e5df11d5e/images/large/1.jpg not downloaded yet
2026-03-26 22:45:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5ca5c90>
2026-03-26 22:45:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a75d91fb-83ba-554c-931a-fd5238a3de47/a75d91fb-83ba-554c-931a-fd5238a3de47_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2fs%252F9d9081947f1543f89c1797a8fd2e435a%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2fs/9d9081947f1543f89c1797a8fd2e435a/images/large/10.jpg saved to cache
2026-03-26 22:45:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item a75d91fb-83ba-554c-931a-fd5238a3de47
2026-03-26 22:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yp%252F786a70f29ae14639811fe53e5df11d5e%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yp/786a70f29ae14639811fe53e5df11d5e/images/large/2.jpg not downloaded yet
2026-03-26 22:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yp%252F786a70f29ae14639811fe53e5df11d5e%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yp/786a70f29ae14639811fe53e5df11d5e/images/large/3.jpg not downloaded yet
2026-03-26 22:45:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e2ba50>
2026-03-26 22:45:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a75d91fb-83ba-554c-931a-fd5238a3de47/a75d91fb-83ba-554c-931a-fd5238a3de47_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2fs%252F9d9081947f1543f89c1797a8fd2e435a%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2fs/9d9081947f1543f89c1797a8fd2e435a/images/large/6.jpg saved to cache
2026-03-26 22:45:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item a75d91fb-83ba-554c-931a-fd5238a3de47
2026-03-26 22:45:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7401390>
2026-03-26 22:45:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a75d91fb-83ba-554c-931a-fd5238a3de47/a75d91fb-83ba-554c-931a-fd5238a3de47_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2fs%252F9d9081947f1543f89c1797a8fd2e435a%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2fs/9d9081947f1543f89c1797a8fd2e435a/images/large/7.jpg saved to cache
2026-03-26 22:45:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item a75d91fb-83ba-554c-931a-fd5238a3de47
2026-03-26 22:45:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7875e50>
2026-03-26 22:45:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a75d91fb-83ba-554c-931a-fd5238a3de47/a75d91fb-83ba-554c-931a-fd5238a3de47_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2fs%252F9d9081947f1543f89c1797a8fd2e435a%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2fs/9d9081947f1543f89c1797a8fd2e435a/images/large/8.jpg saved to cache
2026-03-26 22:45:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item a75d91fb-83ba-554c-931a-fd5238a3de47
2026-03-26 22:45:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74b7050>
2026-03-26 22:45:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a75d91fb-83ba-554c-931a-fd5238a3de47/a75d91fb-83ba-554c-931a-fd5238a3de47_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2fs%252F9d9081947f1543f89c1797a8fd2e435a%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2fs/9d9081947f1543f89c1797a8fd2e435a/images/large/9.jpg saved to cache
2026-03-26 22:45:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item a75d91fb-83ba-554c-931a-fd5238a3de47
2026-03-26 22:45:55 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a75d91fb-83ba-554c-931a-fd5238a3de47, skipping ID generation
2026-03-26 22:45:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a75d91fb-83ba-554c-931a-fd5238a3de47 with scrape type 1
2026-03-26 22:45:55 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a75d91fb-83ba-554c-931a-fd5238a3de47 sending to next pipeline
2026-03-26 22:45:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: a75d91fb-83ba-554c-931a-fd5238a3de47, identifier: 1986043
2026-03-26 22:45:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7475350>
2026-03-26 22:45:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7d16ce74-aed5-5916-80bb-e5a1ac156184/7d16ce74-aed5-5916-80bb-e5a1ac156184_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ar%252F76531d0ed07a41629163a03ceb057d96%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ar/76531d0ed07a41629163a03ceb057d96/images/large/1.jpg saved to cache
2026-03-26 22:45:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 7d16ce74-aed5-5916-80bb-e5a1ac156184
2026-03-26 22:45:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7481c10>
2026-03-26 22:45:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7d16ce74-aed5-5916-80bb-e5a1ac156184/7d16ce74-aed5-5916-80bb-e5a1ac156184_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ar%252F76531d0ed07a41629163a03ceb057d96%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ar/76531d0ed07a41629163a03ceb057d96/images/large/2.jpg saved to cache
2026-03-26 22:45:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 7d16ce74-aed5-5916-80bb-e5a1ac156184
2026-03-26 22:45:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: a75d91fb-83ba-554c-931a-fd5238a3de47 with identifier: 1986043
2026-03-26 22:45:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: a75d91fb-83ba-554c-931a-fd5238a3de47 with identifier: 1986043
2026-03-26 22:45:55 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: a75d91fb-83ba-554c-931a-fd5238a3de47 with identifier: 1986043 to the API
2026-03-26 22:45:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:45:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:45:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2fs/9d9081947f1543f89c1797a8fd2e435a/images/large/9.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'electric',
'id': 'a75d91fb-83ba-554c-931a-fd5238a3de47',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'VOLVO',
'model': 'EX30',
'odometer': 16659,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 17,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a75d91fb-83ba-554c-931a-fd5238a3de47/a75d91fb-83ba-554c-931a-fd5238a3de47_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 554639,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2fs/9d9081947f1543f89c1797a8fd2e435a/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a75d91fb-83ba-554c-931a-fd5238a3de47/a75d91fb-83ba-554c-931a-fd5238a3de47_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 576088,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2fs/9d9081947f1543f89c1797a8fd2e435a/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a75d91fb-83ba-554c-931a-fd5238a3de47/a75d91fb-83ba-554c-931a-fd5238a3de47_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 598789,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2fs/9d9081947f1543f89c1797a8fd2e435a/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a75d91fb-83ba-554c-931a-fd5238a3de47/a75d91fb-83ba-554c-931a-fd5238a3de47_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 575276,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2fs/9d9081947f1543f89c1797a8fd2e435a/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a75d91fb-83ba-554c-931a-fd5238a3de47/a75d91fb-83ba-554c-931a-fd5238a3de47_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 545665,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2fs/9d9081947f1543f89c1797a8fd2e435a/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a75d91fb-83ba-554c-931a-fd5238a3de47/a75d91fb-83ba-554c-931a-fd5238a3de47_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 490866,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2fs/9d9081947f1543f89c1797a8fd2e435a/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a75d91fb-83ba-554c-931a-fd5238a3de47/a75d91fb-83ba-554c-931a-fd5238a3de47_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 623358,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2fs/9d9081947f1543f89c1797a8fd2e435a/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a75d91fb-83ba-554c-931a-fd5238a3de47/a75d91fb-83ba-554c-931a-fd5238a3de47_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 566681,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2fs/9d9081947f1543f89c1797a8fd2e435a/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a75d91fb-83ba-554c-931a-fd5238a3de47/a75d91fb-83ba-554c-931a-fd5238a3de47_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 467209,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2fs/9d9081947f1543f89c1797a8fd2e435a/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a75d91fb-83ba-554c-931a-fd5238a3de47/a75d91fb-83ba-554c-931a-fd5238a3de47_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 386246,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2fs/9d9081947f1543f89c1797a8fd2e435a/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-07-31',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO EX30 BEV 69KWH SINGLE MOTOR EXT. RANGE CORE',
'transmission': 'automatic',
'trim': 'BEV 69KWH SINGLE MOTOR EXT. RANGE CORE',
'vin': None,
'year': 2024}
2026-03-26 22:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986043%27 HTTP/1.1" 200 None
2026-03-26 22:45:55 [ayvens.be] INFO: Saving data for 1986043: {'created_time': 1774565155.759483, 'last_price_update_time': 1774565155.759493, 'auction_closing_time': 1775028600.0}
2026-03-26 22:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986043') HTTP/1.1" 204 0
2026-03-26 22:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yp%252F786a70f29ae14639811fe53e5df11d5e%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yp/786a70f29ae14639811fe53e5df11d5e/images/large/4.jpg not downloaded yet
2026-03-26 22:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yp%252F786a70f29ae14639811fe53e5df11d5e%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yp/786a70f29ae14639811fe53e5df11d5e/images/large/5.jpg not downloaded yet
2026-03-26 22:45:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ar/76531d0ed07a41629163a03ceb057d96/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yp%252F786a70f29ae14639811fe53e5df11d5e%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yp/786a70f29ae14639811fe53e5df11d5e/images/large/6.jpg not downloaded yet
2026-03-26 22:45:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ar/76531d0ed07a41629163a03ceb057d96/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ar/76531d0ed07a41629163a03ceb057d96/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yp%252F786a70f29ae14639811fe53e5df11d5e%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yp/786a70f29ae14639811fe53e5df11d5e/images/large/7.jpg not downloaded yet
2026-03-26 22:45:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ar/76531d0ed07a41629163a03ceb057d96/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ar/76531d0ed07a41629163a03ceb057d96/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yp%252F786a70f29ae14639811fe53e5df11d5e%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yp/786a70f29ae14639811fe53e5df11d5e/images/large/8.jpg not downloaded yet
2026-03-26 22:45:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7476bd0>
2026-03-26 22:45:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7d16ce74-aed5-5916-80bb-e5a1ac156184/7d16ce74-aed5-5916-80bb-e5a1ac156184_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ar%252F76531d0ed07a41629163a03ceb057d96%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ar/76531d0ed07a41629163a03ceb057d96/images/large/3.jpg saved to cache
2026-03-26 22:45:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 7d16ce74-aed5-5916-80bb-e5a1ac156184
2026-03-26 22:45:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cc35d0>
2026-03-26 22:45:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7d16ce74-aed5-5916-80bb-e5a1ac156184/7d16ce74-aed5-5916-80bb-e5a1ac156184_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ar%252F76531d0ed07a41629163a03ceb057d96%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ar/76531d0ed07a41629163a03ceb057d96/images/large/4.jpg saved to cache
2026-03-26 22:45:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 7d16ce74-aed5-5916-80bb-e5a1ac156184
2026-03-26 22:45:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e4ff10>
2026-03-26 22:45:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7d16ce74-aed5-5916-80bb-e5a1ac156184/7d16ce74-aed5-5916-80bb-e5a1ac156184_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ar%252F76531d0ed07a41629163a03ceb057d96%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ar/76531d0ed07a41629163a03ceb057d96/images/large/7.jpg saved to cache
2026-03-26 22:45:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 7d16ce74-aed5-5916-80bb-e5a1ac156184
2026-03-26 22:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yp%252F786a70f29ae14639811fe53e5df11d5e%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yp/786a70f29ae14639811fe53e5df11d5e/images/large/9.jpg not downloaded yet
2026-03-26 22:45:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ar/76531d0ed07a41629163a03ceb057d96/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ar/76531d0ed07a41629163a03ceb057d96/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ar/76531d0ed07a41629163a03ceb057d96/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yp%252F786a70f29ae14639811fe53e5df11d5e%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yp/786a70f29ae14639811fe53e5df11d5e/images/large/10.jpg not downloaded yet
2026-03-26 22:45:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7571d10>
2026-03-26 22:45:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7d16ce74-aed5-5916-80bb-e5a1ac156184/7d16ce74-aed5-5916-80bb-e5a1ac156184_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ar%252F76531d0ed07a41629163a03ceb057d96%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ar/76531d0ed07a41629163a03ceb057d96/images/large/5.jpg saved to cache
2026-03-26 22:45:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 7d16ce74-aed5-5916-80bb-e5a1ac156184
2026-03-26 22:45:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e12150>
2026-03-26 22:45:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7d16ce74-aed5-5916-80bb-e5a1ac156184/7d16ce74-aed5-5916-80bb-e5a1ac156184_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ar%252F76531d0ed07a41629163a03ceb057d96%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ar/76531d0ed07a41629163a03ceb057d96/images/large/8.jpg saved to cache
2026-03-26 22:45:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 7d16ce74-aed5-5916-80bb-e5a1ac156184
2026-03-26 22:45:56 [ayvens.be] INFO: Found listing with ID: 1986046
2026-03-26 22:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986046%27 HTTP/1.1" 200 None
2026-03-26 22:45:56 [ayvens.be] INFO: Scrape type for 1986046: 1
2026-03-26 22:45:56 [ayvens.be] INFO: Extracting data for car ID: 1986046
2026-03-26 22:45:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c32ddf75-f711-5d8e-88f4-e2a8637663cd with identifier: 1986046
2026-03-26 22:45:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c32ddf75-f711-5d8e-88f4-e2a8637663cd with scrape type 1
2026-03-26 22:45:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item c32ddf75-f711-5d8e-88f4-e2a8637663cd
2026-03-26 22:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cw%252F700b49f150f24f55886f58a0d9457393%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cw/700b49f150f24f55886f58a0d9457393/images/large/1.jpg not downloaded yet
2026-03-26 22:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cw%252F700b49f150f24f55886f58a0d9457393%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cw/700b49f150f24f55886f58a0d9457393/images/large/2.jpg not downloaded yet
2026-03-26 22:45:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yp/786a70f29ae14639811fe53e5df11d5e/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yp/786a70f29ae14639811fe53e5df11d5e/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yp/786a70f29ae14639811fe53e5df11d5e/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cw%252F700b49f150f24f55886f58a0d9457393%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cw/700b49f150f24f55886f58a0d9457393/images/large/3.jpg not downloaded yet
2026-03-26 22:45:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cc8790>
2026-03-26 22:45:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7d16ce74-aed5-5916-80bb-e5a1ac156184/7d16ce74-aed5-5916-80bb-e5a1ac156184_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ar%252F76531d0ed07a41629163a03ceb057d96%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ar/76531d0ed07a41629163a03ceb057d96/images/large/9.jpg saved to cache
2026-03-26 22:45:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 7d16ce74-aed5-5916-80bb-e5a1ac156184
2026-03-26 22:45:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e45b90>
2026-03-26 22:45:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7d16ce74-aed5-5916-80bb-e5a1ac156184/7d16ce74-aed5-5916-80bb-e5a1ac156184_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ar%252F76531d0ed07a41629163a03ceb057d96%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ar/76531d0ed07a41629163a03ceb057d96/images/large/6.jpg saved to cache
2026-03-26 22:45:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 7d16ce74-aed5-5916-80bb-e5a1ac156184
2026-03-26 22:45:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74e7ed0>
2026-03-26 22:45:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7d16ce74-aed5-5916-80bb-e5a1ac156184/7d16ce74-aed5-5916-80bb-e5a1ac156184_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ar%252F76531d0ed07a41629163a03ceb057d96%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ar/76531d0ed07a41629163a03ceb057d96/images/large/10.jpg saved to cache
2026-03-26 22:45:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 7d16ce74-aed5-5916-80bb-e5a1ac156184
2026-03-26 22:45:56 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7d16ce74-aed5-5916-80bb-e5a1ac156184, skipping ID generation
2026-03-26 22:45:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7d16ce74-aed5-5916-80bb-e5a1ac156184 with scrape type 1
2026-03-26 22:45:56 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7d16ce74-aed5-5916-80bb-e5a1ac156184 sending to next pipeline
2026-03-26 22:45:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 7d16ce74-aed5-5916-80bb-e5a1ac156184, identifier: 1986044
2026-03-26 22:45:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yp/786a70f29ae14639811fe53e5df11d5e/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 7d16ce74-aed5-5916-80bb-e5a1ac156184 with identifier: 1986044
2026-03-26 22:45:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 7d16ce74-aed5-5916-80bb-e5a1ac156184 with identifier: 1986044
2026-03-26 22:45:57 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 7d16ce74-aed5-5916-80bb-e5a1ac156184 with identifier: 1986044 to the API
2026-03-26 22:45:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:45:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:45:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2ar/76531d0ed07a41629163a03ceb057d96/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'petrol',
'id': '7d16ce74-aed5-5916-80bb-e5a1ac156184',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'SKODA',
'model': 'OCTAVIA COMBI',
'odometer': 164594,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 23,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7d16ce74-aed5-5916-80bb-e5a1ac156184/7d16ce74-aed5-5916-80bb-e5a1ac156184_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 741405,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ar/76531d0ed07a41629163a03ceb057d96/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7d16ce74-aed5-5916-80bb-e5a1ac156184/7d16ce74-aed5-5916-80bb-e5a1ac156184_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 743268,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ar/76531d0ed07a41629163a03ceb057d96/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7d16ce74-aed5-5916-80bb-e5a1ac156184/7d16ce74-aed5-5916-80bb-e5a1ac156184_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 734844,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ar/76531d0ed07a41629163a03ceb057d96/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7d16ce74-aed5-5916-80bb-e5a1ac156184/7d16ce74-aed5-5916-80bb-e5a1ac156184_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 806321,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ar/76531d0ed07a41629163a03ceb057d96/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7d16ce74-aed5-5916-80bb-e5a1ac156184/7d16ce74-aed5-5916-80bb-e5a1ac156184_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 789861,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ar/76531d0ed07a41629163a03ceb057d96/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7d16ce74-aed5-5916-80bb-e5a1ac156184/7d16ce74-aed5-5916-80bb-e5a1ac156184_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 762845,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ar/76531d0ed07a41629163a03ceb057d96/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7d16ce74-aed5-5916-80bb-e5a1ac156184/7d16ce74-aed5-5916-80bb-e5a1ac156184_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 717324,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ar/76531d0ed07a41629163a03ceb057d96/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7d16ce74-aed5-5916-80bb-e5a1ac156184/7d16ce74-aed5-5916-80bb-e5a1ac156184_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 827582,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ar/76531d0ed07a41629163a03ceb057d96/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7d16ce74-aed5-5916-80bb-e5a1ac156184/7d16ce74-aed5-5916-80bb-e5a1ac156184_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 734321,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ar/76531d0ed07a41629163a03ceb057d96/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7d16ce74-aed5-5916-80bb-e5a1ac156184/7d16ce74-aed5-5916-80bb-e5a1ac156184_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 845683,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ar/76531d0ed07a41629163a03ceb057d96/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-18',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA OCTAVIA COMBI 1.4 TSI PHEV 150KW DSG CLEVER',
'transmission': 'automatic',
'trim': '1.4 TSI PHEV 150KW DSG CLEVER',
'vin': None,
'year': 2021}
2026-03-26 22:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986044%27 HTTP/1.1" 200 None
2026-03-26 22:45:57 [ayvens.be] INFO: Saving data for 1986044: {'created_time': 1774565157.404658, 'last_price_update_time': 1774565157.40467, 'auction_closing_time': 1775028600.0}
2026-03-26 22:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986044') HTTP/1.1" 204 0
2026-03-26 22:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cw%252F700b49f150f24f55886f58a0d9457393%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cw/700b49f150f24f55886f58a0d9457393/images/large/4.jpg not downloaded yet
2026-03-26 22:45:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yp/786a70f29ae14639811fe53e5df11d5e/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cw%252F700b49f150f24f55886f58a0d9457393%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cw/700b49f150f24f55886f58a0d9457393/images/large/5.jpg not downloaded yet
2026-03-26 22:45:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c76e90>
2026-03-26 22:45:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d010e538-ecc5-5d8b-87d0-d392c7fd8842/d010e538-ecc5-5d8b-87d0-d392c7fd8842_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yp%252F786a70f29ae14639811fe53e5df11d5e%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yp/786a70f29ae14639811fe53e5df11d5e/images/large/1.jpg saved to cache
2026-03-26 22:45:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item d010e538-ecc5-5d8b-87d0-d392c7fd8842
2026-03-26 22:45:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b748b590>
2026-03-26 22:45:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d010e538-ecc5-5d8b-87d0-d392c7fd8842/d010e538-ecc5-5d8b-87d0-d392c7fd8842_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yp%252F786a70f29ae14639811fe53e5df11d5e%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yp/786a70f29ae14639811fe53e5df11d5e/images/large/4.jpg saved to cache
2026-03-26 22:45:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item d010e538-ecc5-5d8b-87d0-d392c7fd8842
2026-03-26 22:45:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74bead0>
2026-03-26 22:45:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d010e538-ecc5-5d8b-87d0-d392c7fd8842/d010e538-ecc5-5d8b-87d0-d392c7fd8842_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yp%252F786a70f29ae14639811fe53e5df11d5e%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yp/786a70f29ae14639811fe53e5df11d5e/images/large/2.jpg saved to cache
2026-03-26 22:45:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item d010e538-ecc5-5d8b-87d0-d392c7fd8842
2026-03-26 22:45:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7592250>
2026-03-26 22:45:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d010e538-ecc5-5d8b-87d0-d392c7fd8842/d010e538-ecc5-5d8b-87d0-d392c7fd8842_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yp%252F786a70f29ae14639811fe53e5df11d5e%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yp/786a70f29ae14639811fe53e5df11d5e/images/large/3.jpg saved to cache
2026-03-26 22:45:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item d010e538-ecc5-5d8b-87d0-d392c7fd8842
2026-03-26 22:45:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yp/786a70f29ae14639811fe53e5df11d5e/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cw%252F700b49f150f24f55886f58a0d9457393%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cw/700b49f150f24f55886f58a0d9457393/images/large/6.jpg not downloaded yet
2026-03-26 22:45:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yp/786a70f29ae14639811fe53e5df11d5e/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yp/786a70f29ae14639811fe53e5df11d5e/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cw%252F700b49f150f24f55886f58a0d9457393%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cw/700b49f150f24f55886f58a0d9457393/images/large/7.jpg not downloaded yet
2026-03-26 22:45:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74e6a90>
2026-03-26 22:45:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d010e538-ecc5-5d8b-87d0-d392c7fd8842/d010e538-ecc5-5d8b-87d0-d392c7fd8842_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yp%252F786a70f29ae14639811fe53e5df11d5e%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yp/786a70f29ae14639811fe53e5df11d5e/images/large/5.jpg saved to cache
2026-03-26 22:45:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item d010e538-ecc5-5d8b-87d0-d392c7fd8842
2026-03-26 22:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cw%252F700b49f150f24f55886f58a0d9457393%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cw/700b49f150f24f55886f58a0d9457393/images/large/8.jpg not downloaded yet
2026-03-26 22:45:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yp/786a70f29ae14639811fe53e5df11d5e/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76a5550>
2026-03-26 22:45:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d010e538-ecc5-5d8b-87d0-d392c7fd8842/d010e538-ecc5-5d8b-87d0-d392c7fd8842_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yp%252F786a70f29ae14639811fe53e5df11d5e%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yp/786a70f29ae14639811fe53e5df11d5e/images/large/6.jpg saved to cache
2026-03-26 22:45:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item d010e538-ecc5-5d8b-87d0-d392c7fd8842
2026-03-26 22:45:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7483990>
2026-03-26 22:45:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d010e538-ecc5-5d8b-87d0-d392c7fd8842/d010e538-ecc5-5d8b-87d0-d392c7fd8842_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yp%252F786a70f29ae14639811fe53e5df11d5e%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yp/786a70f29ae14639811fe53e5df11d5e/images/large/7.jpg saved to cache
2026-03-26 22:45:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item d010e538-ecc5-5d8b-87d0-d392c7fd8842
2026-03-26 22:45:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7cce0d0>
2026-03-26 22:45:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d010e538-ecc5-5d8b-87d0-d392c7fd8842/d010e538-ecc5-5d8b-87d0-d392c7fd8842_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yp%252F786a70f29ae14639811fe53e5df11d5e%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yp/786a70f29ae14639811fe53e5df11d5e/images/large/9.jpg saved to cache
2026-03-26 22:45:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item d010e538-ecc5-5d8b-87d0-d392c7fd8842
2026-03-26 22:45:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yp/786a70f29ae14639811fe53e5df11d5e/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cw%252F700b49f150f24f55886f58a0d9457393%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cw/700b49f150f24f55886f58a0d9457393/images/large/9.jpg not downloaded yet
2026-03-26 22:45:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cw/700b49f150f24f55886f58a0d9457393/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cw%252F700b49f150f24f55886f58a0d9457393%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cw/700b49f150f24f55886f58a0d9457393/images/large/10.jpg not downloaded yet
2026-03-26 22:45:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74a6e90>
2026-03-26 22:45:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d010e538-ecc5-5d8b-87d0-d392c7fd8842/d010e538-ecc5-5d8b-87d0-d392c7fd8842_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yp%252F786a70f29ae14639811fe53e5df11d5e%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yp/786a70f29ae14639811fe53e5df11d5e/images/large/10.jpg saved to cache
2026-03-26 22:45:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item d010e538-ecc5-5d8b-87d0-d392c7fd8842
2026-03-26 22:45:58 [ayvens.be] INFO: Found listing with ID: 1986047
2026-03-26 22:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986047%27 HTTP/1.1" 200 None
2026-03-26 22:45:58 [ayvens.be] INFO: Scrape type for 1986047: 1
2026-03-26 22:45:58 [ayvens.be] INFO: Extracting data for car ID: 1986047
2026-03-26 22:45:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c35c4e19-ff8a-52ec-beab-c502dd7d84cf with identifier: 1986047
2026-03-26 22:45:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c35c4e19-ff8a-52ec-beab-c502dd7d84cf with scrape type 1
2026-03-26 22:45:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item c35c4e19-ff8a-52ec-beab-c502dd7d84cf
2026-03-26 22:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1ye%252F18839000aa524dfe8eb0b5a1b507a265%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1ye/18839000aa524dfe8eb0b5a1b507a265/images/large/1.jpg not downloaded yet
2026-03-26 22:45:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cw/700b49f150f24f55886f58a0d9457393/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1ye%252F18839000aa524dfe8eb0b5a1b507a265%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1ye/18839000aa524dfe8eb0b5a1b507a265/images/large/2.jpg not downloaded yet
2026-03-26 22:45:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e11910>
2026-03-26 22:45:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d010e538-ecc5-5d8b-87d0-d392c7fd8842/d010e538-ecc5-5d8b-87d0-d392c7fd8842_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yp%252F786a70f29ae14639811fe53e5df11d5e%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yp/786a70f29ae14639811fe53e5df11d5e/images/large/8.jpg saved to cache
2026-03-26 22:45:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item d010e538-ecc5-5d8b-87d0-d392c7fd8842
2026-03-26 22:45:58 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d010e538-ecc5-5d8b-87d0-d392c7fd8842, skipping ID generation
2026-03-26 22:45:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d010e538-ecc5-5d8b-87d0-d392c7fd8842 with scrape type 1
2026-03-26 22:45:58 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d010e538-ecc5-5d8b-87d0-d392c7fd8842 sending to next pipeline
2026-03-26 22:45:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: d010e538-ecc5-5d8b-87d0-d392c7fd8842, identifier: 1986045
2026-03-26 22:45:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76a57d0>
2026-03-26 22:45:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c32ddf75-f711-5d8e-88f4-e2a8637663cd/c32ddf75-f711-5d8e-88f4-e2a8637663cd_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cw%252F700b49f150f24f55886f58a0d9457393%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cw/700b49f150f24f55886f58a0d9457393/images/large/1.jpg saved to cache
2026-03-26 22:45:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item c32ddf75-f711-5d8e-88f4-e2a8637663cd
2026-03-26 22:45:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: d010e538-ecc5-5d8b-87d0-d392c7fd8842 with identifier: 1986045
2026-03-26 22:45:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: d010e538-ecc5-5d8b-87d0-d392c7fd8842 with identifier: 1986045
2026-03-26 22:45:58 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: d010e538-ecc5-5d8b-87d0-d392c7fd8842 with identifier: 1986045 to the API
2026-03-26 22:45:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:45:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:45:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/1yp/786a70f29ae14639811fe53e5df11d5e/images/large/8.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'diesel',
'id': 'd010e538-ecc5-5d8b-87d0-d392c7fd8842',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'CRAFTER 35 FOURGON MWB HR DSL',
'odometer': 114878,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 15,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d010e538-ecc5-5d8b-87d0-d392c7fd8842/d010e538-ecc5-5d8b-87d0-d392c7fd8842_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 589760,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yp/786a70f29ae14639811fe53e5df11d5e/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d010e538-ecc5-5d8b-87d0-d392c7fd8842/d010e538-ecc5-5d8b-87d0-d392c7fd8842_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 522286,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yp/786a70f29ae14639811fe53e5df11d5e/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d010e538-ecc5-5d8b-87d0-d392c7fd8842/d010e538-ecc5-5d8b-87d0-d392c7fd8842_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 538667,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yp/786a70f29ae14639811fe53e5df11d5e/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d010e538-ecc5-5d8b-87d0-d392c7fd8842/d010e538-ecc5-5d8b-87d0-d392c7fd8842_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 512302,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yp/786a70f29ae14639811fe53e5df11d5e/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d010e538-ecc5-5d8b-87d0-d392c7fd8842/d010e538-ecc5-5d8b-87d0-d392c7fd8842_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 469489,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yp/786a70f29ae14639811fe53e5df11d5e/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d010e538-ecc5-5d8b-87d0-d392c7fd8842/d010e538-ecc5-5d8b-87d0-d392c7fd8842_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 636870,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yp/786a70f29ae14639811fe53e5df11d5e/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d010e538-ecc5-5d8b-87d0-d392c7fd8842/d010e538-ecc5-5d8b-87d0-d392c7fd8842_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 653900,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yp/786a70f29ae14639811fe53e5df11d5e/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d010e538-ecc5-5d8b-87d0-d392c7fd8842/d010e538-ecc5-5d8b-87d0-d392c7fd8842_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 588098,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yp/786a70f29ae14639811fe53e5df11d5e/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d010e538-ecc5-5d8b-87d0-d392c7fd8842/d010e538-ecc5-5d8b-87d0-d392c7fd8842_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 483836,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yp/786a70f29ae14639811fe53e5df11d5e/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d010e538-ecc5-5d8b-87d0-d392c7fd8842/d010e538-ecc5-5d8b-87d0-d392c7fd8842_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 555733,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yp/786a70f29ae14639811fe53e5df11d5e/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-19',
'seats_number': 3,
'seller_name': None,
'title': 'VOLKSWAGEN CRAFTER 35 FOURGON MWB HR DSL 2.0 CR TDi L3H3 '
'Automatic-8 STOCK',
'transmission': 'automatic',
'trim': '2.0 CR TDi L3H3 Automatic-8 STOCK',
'vin': None,
'year': 2020}
2026-03-26 22:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986045%27 HTTP/1.1" 200 None
2026-03-26 22:45:59 [ayvens.be] INFO: Saving data for 1986045: {'created_time': 1774565159.237657, 'last_price_update_time': 1774565159.237667, 'auction_closing_time': 1775028600.0}
2026-03-26 22:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986045') HTTP/1.1" 204 0
2026-03-26 22:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1ye%252F18839000aa524dfe8eb0b5a1b507a265%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1ye/18839000aa524dfe8eb0b5a1b507a265/images/large/3.jpg not downloaded yet
2026-03-26 22:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1ye%252F18839000aa524dfe8eb0b5a1b507a265%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1ye/18839000aa524dfe8eb0b5a1b507a265/images/large/4.jpg not downloaded yet
2026-03-26 22:45:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cw/700b49f150f24f55886f58a0d9457393/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cw/700b49f150f24f55886f58a0d9457393/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5ccb550>
2026-03-26 22:45:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c32ddf75-f711-5d8e-88f4-e2a8637663cd/c32ddf75-f711-5d8e-88f4-e2a8637663cd_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cw%252F700b49f150f24f55886f58a0d9457393%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cw/700b49f150f24f55886f58a0d9457393/images/large/2.jpg saved to cache
2026-03-26 22:45:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item c32ddf75-f711-5d8e-88f4-e2a8637663cd
2026-03-26 22:45:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cw/700b49f150f24f55886f58a0d9457393/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cw/700b49f150f24f55886f58a0d9457393/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1ye%252F18839000aa524dfe8eb0b5a1b507a265%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1ye/18839000aa524dfe8eb0b5a1b507a265/images/large/5.jpg not downloaded yet
2026-03-26 22:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1ye%252F18839000aa524dfe8eb0b5a1b507a265%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1ye/18839000aa524dfe8eb0b5a1b507a265/images/large/6.jpg not downloaded yet
2026-03-26 22:45:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cw/700b49f150f24f55886f58a0d9457393/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1ye%252F18839000aa524dfe8eb0b5a1b507a265%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1ye/18839000aa524dfe8eb0b5a1b507a265/images/large/7.jpg not downloaded yet
2026-03-26 22:45:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7570a90>
2026-03-26 22:45:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c32ddf75-f711-5d8e-88f4-e2a8637663cd/c32ddf75-f711-5d8e-88f4-e2a8637663cd_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cw%252F700b49f150f24f55886f58a0d9457393%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cw/700b49f150f24f55886f58a0d9457393/images/large/3.jpg saved to cache
2026-03-26 22:45:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item c32ddf75-f711-5d8e-88f4-e2a8637663cd
2026-03-26 22:45:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74dde10>
2026-03-26 22:45:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c32ddf75-f711-5d8e-88f4-e2a8637663cd/c32ddf75-f711-5d8e-88f4-e2a8637663cd_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cw%252F700b49f150f24f55886f58a0d9457393%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cw/700b49f150f24f55886f58a0d9457393/images/large/6.jpg saved to cache
2026-03-26 22:45:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item c32ddf75-f711-5d8e-88f4-e2a8637663cd
2026-03-26 22:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1ye%252F18839000aa524dfe8eb0b5a1b507a265%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1ye/18839000aa524dfe8eb0b5a1b507a265/images/large/8.jpg not downloaded yet
2026-03-26 22:45:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cw/700b49f150f24f55886f58a0d9457393/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cw/700b49f150f24f55886f58a0d9457393/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1ye%252F18839000aa524dfe8eb0b5a1b507a265%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:45:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1ye/18839000aa524dfe8eb0b5a1b507a265/images/large/9.jpg not downloaded yet
2026-03-26 22:45:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cw/700b49f150f24f55886f58a0d9457393/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1ye/18839000aa524dfe8eb0b5a1b507a265/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1ye/18839000aa524dfe8eb0b5a1b507a265/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1ye/18839000aa524dfe8eb0b5a1b507a265/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1ye/18839000aa524dfe8eb0b5a1b507a265/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:45:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76e1690>
2026-03-26 22:45:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c32ddf75-f711-5d8e-88f4-e2a8637663cd/c32ddf75-f711-5d8e-88f4-e2a8637663cd_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cw%252F700b49f150f24f55886f58a0d9457393%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cw/700b49f150f24f55886f58a0d9457393/images/large/4.jpg saved to cache
2026-03-26 22:45:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item c32ddf75-f711-5d8e-88f4-e2a8637663cd
2026-03-26 22:45:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c7e110>
2026-03-26 22:45:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:45:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c32ddf75-f711-5d8e-88f4-e2a8637663cd/c32ddf75-f711-5d8e-88f4-e2a8637663cd_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cw%252F700b49f150f24f55886f58a0d9457393%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:45:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cw/700b49f150f24f55886f58a0d9457393/images/large/5.jpg saved to cache
2026-03-26 22:45:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item c32ddf75-f711-5d8e-88f4-e2a8637663cd
2026-03-26 22:45:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:45:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7451650>
2026-03-26 22:45:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:45:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:45:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c32ddf75-f711-5d8e-88f4-e2a8637663cd/c32ddf75-f711-5d8e-88f4-e2a8637663cd_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cw%252F700b49f150f24f55886f58a0d9457393%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cw/700b49f150f24f55886f58a0d9457393/images/large/7.jpg saved to cache
2026-03-26 22:46:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item c32ddf75-f711-5d8e-88f4-e2a8637663cd
2026-03-26 22:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1ye%252F18839000aa524dfe8eb0b5a1b507a265%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1ye/18839000aa524dfe8eb0b5a1b507a265/images/large/10.jpg not downloaded yet
2026-03-26 22:46:00 [ayvens.be] INFO: Found listing with ID: 1986048
2026-03-26 22:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986048%27 HTTP/1.1" 200 None
2026-03-26 22:46:00 [ayvens.be] INFO: Scrape type for 1986048: 1
2026-03-26 22:46:00 [ayvens.be] INFO: Extracting data for car ID: 1986048
2026-03-26 22:46:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1077883c-b0c1-5767-992f-d0213ab4e1c7 with identifier: 1986048
2026-03-26 22:46:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1077883c-b0c1-5767-992f-d0213ab4e1c7 with scrape type 1
2026-03-26 22:46:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 1077883c-b0c1-5767-992f-d0213ab4e1c7
2026-03-26 22:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252Fc4ac88bc63c4498e9352cf19705fbdd1%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/c4ac88bc63c4498e9352cf19705fbdd1/images/large/1.jpg not downloaded yet
2026-03-26 22:46:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c69dd0>
2026-03-26 22:46:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c32ddf75-f711-5d8e-88f4-e2a8637663cd/c32ddf75-f711-5d8e-88f4-e2a8637663cd_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cw%252F700b49f150f24f55886f58a0d9457393%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cw/700b49f150f24f55886f58a0d9457393/images/large/8.jpg saved to cache
2026-03-26 22:46:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item c32ddf75-f711-5d8e-88f4-e2a8637663cd
2026-03-26 22:46:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b764afd0>
2026-03-26 22:46:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c32ddf75-f711-5d8e-88f4-e2a8637663cd/c32ddf75-f711-5d8e-88f4-e2a8637663cd_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cw%252F700b49f150f24f55886f58a0d9457393%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cw/700b49f150f24f55886f58a0d9457393/images/large/10.jpg saved to cache
2026-03-26 22:46:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item c32ddf75-f711-5d8e-88f4-e2a8637663cd
2026-03-26 22:46:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77e80d0>
2026-03-26 22:46:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c32ddf75-f711-5d8e-88f4-e2a8637663cd/c32ddf75-f711-5d8e-88f4-e2a8637663cd_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cw%252F700b49f150f24f55886f58a0d9457393%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cw/700b49f150f24f55886f58a0d9457393/images/large/9.jpg saved to cache
2026-03-26 22:46:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item c32ddf75-f711-5d8e-88f4-e2a8637663cd
2026-03-26 22:46:00 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c32ddf75-f711-5d8e-88f4-e2a8637663cd, skipping ID generation
2026-03-26 22:46:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c32ddf75-f711-5d8e-88f4-e2a8637663cd with scrape type 1
2026-03-26 22:46:00 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c32ddf75-f711-5d8e-88f4-e2a8637663cd sending to next pipeline
2026-03-26 22:46:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: c32ddf75-f711-5d8e-88f4-e2a8637663cd, identifier: 1986046
2026-03-26 22:46:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7b35b50>
2026-03-26 22:46:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c35c4e19-ff8a-52ec-beab-c502dd7d84cf/c35c4e19-ff8a-52ec-beab-c502dd7d84cf_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1ye%252F18839000aa524dfe8eb0b5a1b507a265%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1ye/18839000aa524dfe8eb0b5a1b507a265/images/large/2.jpg saved to cache
2026-03-26 22:46:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item c35c4e19-ff8a-52ec-beab-c502dd7d84cf
2026-03-26 22:46:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7453250>
2026-03-26 22:46:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c35c4e19-ff8a-52ec-beab-c502dd7d84cf/c35c4e19-ff8a-52ec-beab-c502dd7d84cf_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1ye%252F18839000aa524dfe8eb0b5a1b507a265%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1ye/18839000aa524dfe8eb0b5a1b507a265/images/large/3.jpg saved to cache
2026-03-26 22:46:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item c35c4e19-ff8a-52ec-beab-c502dd7d84cf
2026-03-26 22:46:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b727bc10>
2026-03-26 22:46:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c35c4e19-ff8a-52ec-beab-c502dd7d84cf/c35c4e19-ff8a-52ec-beab-c502dd7d84cf_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1ye%252F18839000aa524dfe8eb0b5a1b507a265%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1ye/18839000aa524dfe8eb0b5a1b507a265/images/large/1.jpg saved to cache
2026-03-26 22:46:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item c35c4e19-ff8a-52ec-beab-c502dd7d84cf
2026-03-26 22:46:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7452310>
2026-03-26 22:46:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c35c4e19-ff8a-52ec-beab-c502dd7d84cf/c35c4e19-ff8a-52ec-beab-c502dd7d84cf_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1ye%252F18839000aa524dfe8eb0b5a1b507a265%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1ye/18839000aa524dfe8eb0b5a1b507a265/images/large/4.jpg saved to cache
2026-03-26 22:46:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item c35c4e19-ff8a-52ec-beab-c502dd7d84cf
2026-03-26 22:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252Fc4ac88bc63c4498e9352cf19705fbdd1%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/c4ac88bc63c4498e9352cf19705fbdd1/images/large/2.jpg not downloaded yet
2026-03-26 22:46:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: c32ddf75-f711-5d8e-88f4-e2a8637663cd with identifier: 1986046
2026-03-26 22:46:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: c32ddf75-f711-5d8e-88f4-e2a8637663cd with identifier: 1986046
2026-03-26 22:46:00 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: c32ddf75-f711-5d8e-88f4-e2a8637663cd with identifier: 1986046 to the API
2026-03-26 22:46:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:46:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:46:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2cw/700b49f150f24f55886f58a0d9457393/images/large/9.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'petrol',
'id': 'c32ddf75-f711-5d8e-88f4-e2a8637663cd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '5 SERIES TOURING',
'odometer': 144843,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 23,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c32ddf75-f711-5d8e-88f4-e2a8637663cd/c32ddf75-f711-5d8e-88f4-e2a8637663cd_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 706501,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cw/700b49f150f24f55886f58a0d9457393/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c32ddf75-f711-5d8e-88f4-e2a8637663cd/c32ddf75-f711-5d8e-88f4-e2a8637663cd_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 687862,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cw/700b49f150f24f55886f58a0d9457393/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c32ddf75-f711-5d8e-88f4-e2a8637663cd/c32ddf75-f711-5d8e-88f4-e2a8637663cd_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 707749,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cw/700b49f150f24f55886f58a0d9457393/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c32ddf75-f711-5d8e-88f4-e2a8637663cd/c32ddf75-f711-5d8e-88f4-e2a8637663cd_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 734115,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cw/700b49f150f24f55886f58a0d9457393/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c32ddf75-f711-5d8e-88f4-e2a8637663cd/c32ddf75-f711-5d8e-88f4-e2a8637663cd_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 725988,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cw/700b49f150f24f55886f58a0d9457393/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c32ddf75-f711-5d8e-88f4-e2a8637663cd/c32ddf75-f711-5d8e-88f4-e2a8637663cd_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 687139,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cw/700b49f150f24f55886f58a0d9457393/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c32ddf75-f711-5d8e-88f4-e2a8637663cd/c32ddf75-f711-5d8e-88f4-e2a8637663cd_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 660936,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cw/700b49f150f24f55886f58a0d9457393/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c32ddf75-f711-5d8e-88f4-e2a8637663cd/c32ddf75-f711-5d8e-88f4-e2a8637663cd_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 840521,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cw/700b49f150f24f55886f58a0d9457393/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c32ddf75-f711-5d8e-88f4-e2a8637663cd/c32ddf75-f711-5d8e-88f4-e2a8637663cd_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 910539,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cw/700b49f150f24f55886f58a0d9457393/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c32ddf75-f711-5d8e-88f4-e2a8637663cd/c32ddf75-f711-5d8e-88f4-e2a8637663cd_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 720789,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cw/700b49f150f24f55886f58a0d9457393/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-27',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 5 SERIES TOURING 2.0 530E 170KW XDRIVE AUTO TOURING',
'transmission': 'automatic',
'trim': '2.0 530E 170KW XDRIVE AUTO TOURING',
'vin': None,
'year': 2022}
2026-03-26 22:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986046%27 HTTP/1.1" 200 None
2026-03-26 22:46:01 [ayvens.be] INFO: Saving data for 1986046: {'created_time': 1774565161.143158, 'last_price_update_time': 1774565161.143169, 'auction_closing_time': 1775028600.0}
2026-03-26 22:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986046') HTTP/1.1" 204 0
2026-03-26 22:46:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1ye/18839000aa524dfe8eb0b5a1b507a265/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252Fc4ac88bc63c4498e9352cf19705fbdd1%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/c4ac88bc63c4498e9352cf19705fbdd1/images/large/3.jpg not downloaded yet
2026-03-26 22:46:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1ye/18839000aa524dfe8eb0b5a1b507a265/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1ye/18839000aa524dfe8eb0b5a1b507a265/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252Fc4ac88bc63c4498e9352cf19705fbdd1%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/c4ac88bc63c4498e9352cf19705fbdd1/images/large/4.jpg not downloaded yet
2026-03-26 22:46:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1ye/18839000aa524dfe8eb0b5a1b507a265/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252Fc4ac88bc63c4498e9352cf19705fbdd1%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/c4ac88bc63c4498e9352cf19705fbdd1/images/large/5.jpg not downloaded yet
2026-03-26 22:46:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1ye/18839000aa524dfe8eb0b5a1b507a265/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1ye/18839000aa524dfe8eb0b5a1b507a265/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252Fc4ac88bc63c4498e9352cf19705fbdd1%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/c4ac88bc63c4498e9352cf19705fbdd1/images/large/6.jpg not downloaded yet
2026-03-26 22:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252Fc4ac88bc63c4498e9352cf19705fbdd1%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/c4ac88bc63c4498e9352cf19705fbdd1/images/large/7.jpg not downloaded yet
2026-03-26 22:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252Fc4ac88bc63c4498e9352cf19705fbdd1%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/c4ac88bc63c4498e9352cf19705fbdd1/images/large/8.jpg not downloaded yet
2026-03-26 22:46:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6ded610>
2026-03-26 22:46:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c35c4e19-ff8a-52ec-beab-c502dd7d84cf/c35c4e19-ff8a-52ec-beab-c502dd7d84cf_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1ye%252F18839000aa524dfe8eb0b5a1b507a265%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1ye/18839000aa524dfe8eb0b5a1b507a265/images/large/5.jpg saved to cache
2026-03-26 22:46:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item c35c4e19-ff8a-52ec-beab-c502dd7d84cf
2026-03-26 22:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252Fc4ac88bc63c4498e9352cf19705fbdd1%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/c4ac88bc63c4498e9352cf19705fbdd1/images/large/9.jpg not downloaded yet
2026-03-26 22:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252Fc4ac88bc63c4498e9352cf19705fbdd1%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/c4ac88bc63c4498e9352cf19705fbdd1/images/large/10.jpg not downloaded yet
2026-03-26 22:46:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cbed90>
2026-03-26 22:46:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c35c4e19-ff8a-52ec-beab-c502dd7d84cf/c35c4e19-ff8a-52ec-beab-c502dd7d84cf_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1ye%252F18839000aa524dfe8eb0b5a1b507a265%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1ye/18839000aa524dfe8eb0b5a1b507a265/images/large/6.jpg saved to cache
2026-03-26 22:46:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item c35c4e19-ff8a-52ec-beab-c502dd7d84cf
2026-03-26 22:46:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7497550>
2026-03-26 22:46:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c35c4e19-ff8a-52ec-beab-c502dd7d84cf/c35c4e19-ff8a-52ec-beab-c502dd7d84cf_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1ye%252F18839000aa524dfe8eb0b5a1b507a265%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1ye/18839000aa524dfe8eb0b5a1b507a265/images/large/7.jpg saved to cache
2026-03-26 22:46:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item c35c4e19-ff8a-52ec-beab-c502dd7d84cf
2026-03-26 22:46:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7b98690>
2026-03-26 22:46:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c35c4e19-ff8a-52ec-beab-c502dd7d84cf/c35c4e19-ff8a-52ec-beab-c502dd7d84cf_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1ye%252F18839000aa524dfe8eb0b5a1b507a265%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1ye/18839000aa524dfe8eb0b5a1b507a265/images/large/10.jpg saved to cache
2026-03-26 22:46:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item c35c4e19-ff8a-52ec-beab-c502dd7d84cf
2026-03-26 22:46:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e44350>
2026-03-26 22:46:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c35c4e19-ff8a-52ec-beab-c502dd7d84cf/c35c4e19-ff8a-52ec-beab-c502dd7d84cf_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1ye%252F18839000aa524dfe8eb0b5a1b507a265%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1ye/18839000aa524dfe8eb0b5a1b507a265/images/large/8.jpg saved to cache
2026-03-26 22:46:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item c35c4e19-ff8a-52ec-beab-c502dd7d84cf
2026-03-26 22:46:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c5edd0>
2026-03-26 22:46:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c35c4e19-ff8a-52ec-beab-c502dd7d84cf/c35c4e19-ff8a-52ec-beab-c502dd7d84cf_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1ye%252F18839000aa524dfe8eb0b5a1b507a265%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1ye/18839000aa524dfe8eb0b5a1b507a265/images/large/9.jpg saved to cache
2026-03-26 22:46:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item c35c4e19-ff8a-52ec-beab-c502dd7d84cf
2026-03-26 22:46:01 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c35c4e19-ff8a-52ec-beab-c502dd7d84cf, skipping ID generation
2026-03-26 22:46:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c35c4e19-ff8a-52ec-beab-c502dd7d84cf with scrape type 1
2026-03-26 22:46:01 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c35c4e19-ff8a-52ec-beab-c502dd7d84cf sending to next pipeline
2026-03-26 22:46:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: c35c4e19-ff8a-52ec-beab-c502dd7d84cf, identifier: 1986047
2026-03-26 22:46:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: c35c4e19-ff8a-52ec-beab-c502dd7d84cf with identifier: 1986047
2026-03-26 22:46:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: c35c4e19-ff8a-52ec-beab-c502dd7d84cf with identifier: 1986047
2026-03-26 22:46:01 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: c35c4e19-ff8a-52ec-beab-c502dd7d84cf with identifier: 1986047 to the API
2026-03-26 22:46:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:46:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:46:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/1ye/18839000aa524dfe8eb0b5a1b507a265/images/large/9.jpg>
{'auction_title': '',
'c_o_2_emission_value': 99,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'petrol',
'id': 'c35c4e19-ff8a-52ec-beab-c502dd7d84cf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'FORD',
'model': 'Puma',
'odometer': 95935,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 14,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c35c4e19-ff8a-52ec-beab-c502dd7d84cf/c35c4e19-ff8a-52ec-beab-c502dd7d84cf_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 229582,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1ye/18839000aa524dfe8eb0b5a1b507a265/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c35c4e19-ff8a-52ec-beab-c502dd7d84cf/c35c4e19-ff8a-52ec-beab-c502dd7d84cf_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 216167,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1ye/18839000aa524dfe8eb0b5a1b507a265/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c35c4e19-ff8a-52ec-beab-c502dd7d84cf/c35c4e19-ff8a-52ec-beab-c502dd7d84cf_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 222810,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1ye/18839000aa524dfe8eb0b5a1b507a265/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c35c4e19-ff8a-52ec-beab-c502dd7d84cf/c35c4e19-ff8a-52ec-beab-c502dd7d84cf_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 215339,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1ye/18839000aa524dfe8eb0b5a1b507a265/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c35c4e19-ff8a-52ec-beab-c502dd7d84cf/c35c4e19-ff8a-52ec-beab-c502dd7d84cf_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 286107,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1ye/18839000aa524dfe8eb0b5a1b507a265/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c35c4e19-ff8a-52ec-beab-c502dd7d84cf/c35c4e19-ff8a-52ec-beab-c502dd7d84cf_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 260053,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1ye/18839000aa524dfe8eb0b5a1b507a265/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c35c4e19-ff8a-52ec-beab-c502dd7d84cf/c35c4e19-ff8a-52ec-beab-c502dd7d84cf_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 268184,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1ye/18839000aa524dfe8eb0b5a1b507a265/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c35c4e19-ff8a-52ec-beab-c502dd7d84cf/c35c4e19-ff8a-52ec-beab-c502dd7d84cf_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 349266,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1ye/18839000aa524dfe8eb0b5a1b507a265/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c35c4e19-ff8a-52ec-beab-c502dd7d84cf/c35c4e19-ff8a-52ec-beab-c502dd7d84cf_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 434191,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1ye/18839000aa524dfe8eb0b5a1b507a265/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c35c4e19-ff8a-52ec-beab-c502dd7d84cf/c35c4e19-ff8a-52ec-beab-c502dd7d84cf_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 267241,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1ye/18839000aa524dfe8eb0b5a1b507a265/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-08-10',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Puma 1.0 ECOBOOST MHEV 92KW TITANIUM X',
'transmission': 'manual',
'trim': '1.0 ECOBOOST MHEV 92KW TITANIUM X',
'vin': None,
'year': 2020}
2026-03-26 22:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986047%27 HTTP/1.1" 200 None
2026-03-26 22:46:02 [ayvens.be] INFO: Saving data for 1986047: {'created_time': 1774565162.216637, 'last_price_update_time': 1774565162.216647, 'auction_closing_time': 1775028600.0}
2026-03-26 22:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986047') HTTP/1.1" 204 0
2026-03-26 22:46:02 [ayvens.be] INFO: Found listing with ID: 1986049
2026-03-26 22:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986049%27 HTTP/1.1" 200 None
2026-03-26 22:46:02 [ayvens.be] INFO: Scrape type for 1986049: 1
2026-03-26 22:46:02 [ayvens.be] INFO: Extracting data for car ID: 1986049
2026-03-26 22:46:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 55de8cbe-2247-5b6f-b8d2-39ad91e6d17c with identifier: 1986049
2026-03-26 22:46:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 55de8cbe-2247-5b6f-b8d2-39ad91e6d17c with scrape type 1
2026-03-26 22:46:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 55de8cbe-2247-5b6f-b8d2-39ad91e6d17c
2026-03-26 22:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ct%252Ff3d90b861fbb45ef93349ea33fc198fa%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ct/f3d90b861fbb45ef93349ea33fc198fa/images/large/1.jpg not downloaded yet
2026-03-26 22:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ct%252Ff3d90b861fbb45ef93349ea33fc198fa%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ct/f3d90b861fbb45ef93349ea33fc198fa/images/large/2.jpg not downloaded yet
2026-03-26 22:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ct%252Ff3d90b861fbb45ef93349ea33fc198fa%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ct/f3d90b861fbb45ef93349ea33fc198fa/images/large/3.jpg not downloaded yet
2026-03-26 22:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ct%252Ff3d90b861fbb45ef93349ea33fc198fa%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ct/f3d90b861fbb45ef93349ea33fc198fa/images/large/4.jpg not downloaded yet
2026-03-26 22:46:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/c4ac88bc63c4498e9352cf19705fbdd1/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ct%252Ff3d90b861fbb45ef93349ea33fc198fa%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ct/f3d90b861fbb45ef93349ea33fc198fa/images/large/5.jpg not downloaded yet
2026-03-26 22:46:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/c4ac88bc63c4498e9352cf19705fbdd1/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/c4ac88bc63c4498e9352cf19705fbdd1/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/c4ac88bc63c4498e9352cf19705fbdd1/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/c4ac88bc63c4498e9352cf19705fbdd1/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/c4ac88bc63c4498e9352cf19705fbdd1/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ct%252Ff3d90b861fbb45ef93349ea33fc198fa%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ct/f3d90b861fbb45ef93349ea33fc198fa/images/large/6.jpg not downloaded yet
2026-03-26 22:46:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/c4ac88bc63c4498e9352cf19705fbdd1/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/c4ac88bc63c4498e9352cf19705fbdd1/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ct%252Ff3d90b861fbb45ef93349ea33fc198fa%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ct/f3d90b861fbb45ef93349ea33fc198fa/images/large/7.jpg not downloaded yet
2026-03-26 22:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ct%252Ff3d90b861fbb45ef93349ea33fc198fa%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ct/f3d90b861fbb45ef93349ea33fc198fa/images/large/8.jpg not downloaded yet
2026-03-26 22:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ct%252Ff3d90b861fbb45ef93349ea33fc198fa%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ct/f3d90b861fbb45ef93349ea33fc198fa/images/large/9.jpg not downloaded yet
2026-03-26 22:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ct%252Ff3d90b861fbb45ef93349ea33fc198fa%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ct/f3d90b861fbb45ef93349ea33fc198fa/images/large/10.jpg not downloaded yet
2026-03-26 22:46:02 [ayvens.be] INFO: Found listing with ID: 1986050
2026-03-26 22:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986050%27 HTTP/1.1" 200 None
2026-03-26 22:46:02 [ayvens.be] INFO: Scrape type for 1986050: 1
2026-03-26 22:46:02 [ayvens.be] INFO: Extracting data for car ID: 1986050
2026-03-26 22:46:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 00349aad-9198-5bb8-b310-8af076348f0e with identifier: 1986050
2026-03-26 22:46:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 00349aad-9198-5bb8-b310-8af076348f0e with scrape type 1
2026-03-26 22:46:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 00349aad-9198-5bb8-b310-8af076348f0e
2026-03-26 22:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bk%252F2f36f274ea884c48aed0d5e185ac3c83%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bk/2f36f274ea884c48aed0d5e185ac3c83/images/large/1.jpg not downloaded yet
2026-03-26 22:46:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ct/f3d90b861fbb45ef93349ea33fc198fa/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7565210>
2026-03-26 22:46:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1077883c-b0c1-5767-992f-d0213ab4e1c7/1077883c-b0c1-5767-992f-d0213ab4e1c7_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252Fc4ac88bc63c4498e9352cf19705fbdd1%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/c4ac88bc63c4498e9352cf19705fbdd1/images/large/7.jpg saved to cache
2026-03-26 22:46:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 1077883c-b0c1-5767-992f-d0213ab4e1c7
2026-03-26 22:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bk%252F2f36f274ea884c48aed0d5e185ac3c83%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bk/2f36f274ea884c48aed0d5e185ac3c83/images/large/2.jpg not downloaded yet
2026-03-26 22:46:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74a7690>
2026-03-26 22:46:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1077883c-b0c1-5767-992f-d0213ab4e1c7/1077883c-b0c1-5767-992f-d0213ab4e1c7_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252Fc4ac88bc63c4498e9352cf19705fbdd1%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/c4ac88bc63c4498e9352cf19705fbdd1/images/large/5.jpg saved to cache
2026-03-26 22:46:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 1077883c-b0c1-5767-992f-d0213ab4e1c7
2026-03-26 22:46:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b728f110>
2026-03-26 22:46:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1077883c-b0c1-5767-992f-d0213ab4e1c7/1077883c-b0c1-5767-992f-d0213ab4e1c7_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252Fc4ac88bc63c4498e9352cf19705fbdd1%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/c4ac88bc63c4498e9352cf19705fbdd1/images/large/4.jpg saved to cache
2026-03-26 22:46:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 1077883c-b0c1-5767-992f-d0213ab4e1c7
2026-03-26 22:46:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cc3490>
2026-03-26 22:46:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1077883c-b0c1-5767-992f-d0213ab4e1c7/1077883c-b0c1-5767-992f-d0213ab4e1c7_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252Fc4ac88bc63c4498e9352cf19705fbdd1%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/c4ac88bc63c4498e9352cf19705fbdd1/images/large/1.jpg saved to cache
2026-03-26 22:46:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 1077883c-b0c1-5767-992f-d0213ab4e1c7
2026-03-26 22:46:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b787db50>
2026-03-26 22:46:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1077883c-b0c1-5767-992f-d0213ab4e1c7/1077883c-b0c1-5767-992f-d0213ab4e1c7_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252Fc4ac88bc63c4498e9352cf19705fbdd1%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/c4ac88bc63c4498e9352cf19705fbdd1/images/large/3.jpg saved to cache
2026-03-26 22:46:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 1077883c-b0c1-5767-992f-d0213ab4e1c7
2026-03-26 22:46:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cc9390>
2026-03-26 22:46:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1077883c-b0c1-5767-992f-d0213ab4e1c7/1077883c-b0c1-5767-992f-d0213ab4e1c7_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252Fc4ac88bc63c4498e9352cf19705fbdd1%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/c4ac88bc63c4498e9352cf19705fbdd1/images/large/8.jpg saved to cache
2026-03-26 22:46:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 1077883c-b0c1-5767-992f-d0213ab4e1c7
2026-03-26 22:46:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7565a90>
2026-03-26 22:46:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1077883c-b0c1-5767-992f-d0213ab4e1c7/1077883c-b0c1-5767-992f-d0213ab4e1c7_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252Fc4ac88bc63c4498e9352cf19705fbdd1%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/c4ac88bc63c4498e9352cf19705fbdd1/images/large/2.jpg saved to cache
2026-03-26 22:46:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 1077883c-b0c1-5767-992f-d0213ab4e1c7
2026-03-26 22:46:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cc2550>
2026-03-26 22:46:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1077883c-b0c1-5767-992f-d0213ab4e1c7/1077883c-b0c1-5767-992f-d0213ab4e1c7_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252Fc4ac88bc63c4498e9352cf19705fbdd1%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/c4ac88bc63c4498e9352cf19705fbdd1/images/large/6.jpg saved to cache
2026-03-26 22:46:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 1077883c-b0c1-5767-992f-d0213ab4e1c7
2026-03-26 22:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bk%252F2f36f274ea884c48aed0d5e185ac3c83%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bk/2f36f274ea884c48aed0d5e185ac3c83/images/large/3.jpg not downloaded yet
2026-03-26 22:46:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ct/f3d90b861fbb45ef93349ea33fc198fa/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ct/f3d90b861fbb45ef93349ea33fc198fa/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ct/f3d90b861fbb45ef93349ea33fc198fa/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bk%252F2f36f274ea884c48aed0d5e185ac3c83%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bk/2f36f274ea884c48aed0d5e185ac3c83/images/large/4.jpg not downloaded yet
2026-03-26 22:46:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76a5b90>
2026-03-26 22:46:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_55de8cbe-2247-5b6f-b8d2-39ad91e6d17c/55de8cbe-2247-5b6f-b8d2-39ad91e6d17c_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ct%252Ff3d90b861fbb45ef93349ea33fc198fa%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ct/f3d90b861fbb45ef93349ea33fc198fa/images/large/1.jpg saved to cache
2026-03-26 22:46:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 55de8cbe-2247-5b6f-b8d2-39ad91e6d17c
2026-03-26 22:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bk%252F2f36f274ea884c48aed0d5e185ac3c83%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bk/2f36f274ea884c48aed0d5e185ac3c83/images/large/5.jpg not downloaded yet
2026-03-26 22:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bk%252F2f36f274ea884c48aed0d5e185ac3c83%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bk/2f36f274ea884c48aed0d5e185ac3c83/images/large/6.jpg not downloaded yet
2026-03-26 22:46:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/c4ac88bc63c4498e9352cf19705fbdd1/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bk%252F2f36f274ea884c48aed0d5e185ac3c83%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bk/2f36f274ea884c48aed0d5e185ac3c83/images/large/7.jpg not downloaded yet
2026-03-26 22:46:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/c4ac88bc63c4498e9352cf19705fbdd1/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bk%252F2f36f274ea884c48aed0d5e185ac3c83%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bk/2f36f274ea884c48aed0d5e185ac3c83/images/large/8.jpg not downloaded yet
2026-03-26 22:46:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b777b290>
2026-03-26 22:46:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_55de8cbe-2247-5b6f-b8d2-39ad91e6d17c/55de8cbe-2247-5b6f-b8d2-39ad91e6d17c_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ct%252Ff3d90b861fbb45ef93349ea33fc198fa%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ct/f3d90b861fbb45ef93349ea33fc198fa/images/large/4.jpg saved to cache
2026-03-26 22:46:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 55de8cbe-2247-5b6f-b8d2-39ad91e6d17c
2026-03-26 22:46:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74afb10>
2026-03-26 22:46:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_55de8cbe-2247-5b6f-b8d2-39ad91e6d17c/55de8cbe-2247-5b6f-b8d2-39ad91e6d17c_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ct%252Ff3d90b861fbb45ef93349ea33fc198fa%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ct/f3d90b861fbb45ef93349ea33fc198fa/images/large/3.jpg saved to cache
2026-03-26 22:46:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 55de8cbe-2247-5b6f-b8d2-39ad91e6d17c
2026-03-26 22:46:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c61650>
2026-03-26 22:46:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_55de8cbe-2247-5b6f-b8d2-39ad91e6d17c/55de8cbe-2247-5b6f-b8d2-39ad91e6d17c_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ct%252Ff3d90b861fbb45ef93349ea33fc198fa%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ct/f3d90b861fbb45ef93349ea33fc198fa/images/large/2.jpg saved to cache
2026-03-26 22:46:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 55de8cbe-2247-5b6f-b8d2-39ad91e6d17c
2026-03-26 22:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bk%252F2f36f274ea884c48aed0d5e185ac3c83%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bk/2f36f274ea884c48aed0d5e185ac3c83/images/large/9.jpg not downloaded yet
2026-03-26 22:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bk%252F2f36f274ea884c48aed0d5e185ac3c83%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bk/2f36f274ea884c48aed0d5e185ac3c83/images/large/10.jpg not downloaded yet
2026-03-26 22:46:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ct/f3d90b861fbb45ef93349ea33fc198fa/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:04 [ayvens.be] INFO: Found listing with ID: 1986051
2026-03-26 22:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986051%27 HTTP/1.1" 200 None
2026-03-26 22:46:04 [ayvens.be] INFO: Scrape type for 1986051: 1
2026-03-26 22:46:04 [ayvens.be] INFO: Extracting data for car ID: 1986051
2026-03-26 22:46:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 735aded9-be81-558c-a6a9-efc2b66de218 with identifier: 1986051
2026-03-26 22:46:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 735aded9-be81-558c-a6a9-efc2b66de218 with scrape type 1
2026-03-26 22:46:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 735aded9-be81-558c-a6a9-efc2b66de218
2026-03-26 22:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F9c6ccb22ca754cacb4a023404dc45dcb%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/9c6ccb22ca754cacb4a023404dc45dcb/images/large/1.jpg not downloaded yet
2026-03-26 22:46:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd0c47d0>
2026-03-26 22:46:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1077883c-b0c1-5767-992f-d0213ab4e1c7/1077883c-b0c1-5767-992f-d0213ab4e1c7_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252Fc4ac88bc63c4498e9352cf19705fbdd1%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/c4ac88bc63c4498e9352cf19705fbdd1/images/large/10.jpg saved to cache
2026-03-26 22:46:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 1077883c-b0c1-5767-992f-d0213ab4e1c7
2026-03-26 22:46:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6dec410>
2026-03-26 22:46:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1077883c-b0c1-5767-992f-d0213ab4e1c7/1077883c-b0c1-5767-992f-d0213ab4e1c7_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252Fc4ac88bc63c4498e9352cf19705fbdd1%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/c4ac88bc63c4498e9352cf19705fbdd1/images/large/9.jpg saved to cache
2026-03-26 22:46:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 1077883c-b0c1-5767-992f-d0213ab4e1c7
2026-03-26 22:46:04 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1077883c-b0c1-5767-992f-d0213ab4e1c7, skipping ID generation
2026-03-26 22:46:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1077883c-b0c1-5767-992f-d0213ab4e1c7 with scrape type 1
2026-03-26 22:46:04 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1077883c-b0c1-5767-992f-d0213ab4e1c7 sending to next pipeline
2026-03-26 22:46:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 1077883c-b0c1-5767-992f-d0213ab4e1c7, identifier: 1986048
2026-03-26 22:46:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ct/f3d90b861fbb45ef93349ea33fc198fa/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ct/f3d90b861fbb45ef93349ea33fc198fa/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 1077883c-b0c1-5767-992f-d0213ab4e1c7 with identifier: 1986048
2026-03-26 22:46:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 1077883c-b0c1-5767-992f-d0213ab4e1c7 with identifier: 1986048
2026-03-26 22:46:04 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 1077883c-b0c1-5767-992f-d0213ab4e1c7 with identifier: 1986048 to the API
2026-03-26 22:46:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:46:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:46:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bq/c4ac88bc63c4498e9352cf19705fbdd1/images/large/9.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'petrol',
'id': '1077883c-b0c1-5767-992f-d0213ab4e1c7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'A3',
'odometer': 64116,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 21,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1077883c-b0c1-5767-992f-d0213ab4e1c7/1077883c-b0c1-5767-992f-d0213ab4e1c7_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 763475,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/c4ac88bc63c4498e9352cf19705fbdd1/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1077883c-b0c1-5767-992f-d0213ab4e1c7/1077883c-b0c1-5767-992f-d0213ab4e1c7_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 738317,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/c4ac88bc63c4498e9352cf19705fbdd1/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1077883c-b0c1-5767-992f-d0213ab4e1c7/1077883c-b0c1-5767-992f-d0213ab4e1c7_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 718615,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/c4ac88bc63c4498e9352cf19705fbdd1/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1077883c-b0c1-5767-992f-d0213ab4e1c7/1077883c-b0c1-5767-992f-d0213ab4e1c7_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 759629,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/c4ac88bc63c4498e9352cf19705fbdd1/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1077883c-b0c1-5767-992f-d0213ab4e1c7/1077883c-b0c1-5767-992f-d0213ab4e1c7_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 746861,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/c4ac88bc63c4498e9352cf19705fbdd1/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1077883c-b0c1-5767-992f-d0213ab4e1c7/1077883c-b0c1-5767-992f-d0213ab4e1c7_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 733623,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/c4ac88bc63c4498e9352cf19705fbdd1/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1077883c-b0c1-5767-992f-d0213ab4e1c7/1077883c-b0c1-5767-992f-d0213ab4e1c7_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 538354,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/c4ac88bc63c4498e9352cf19705fbdd1/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1077883c-b0c1-5767-992f-d0213ab4e1c7/1077883c-b0c1-5767-992f-d0213ab4e1c7_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 674792,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/c4ac88bc63c4498e9352cf19705fbdd1/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1077883c-b0c1-5767-992f-d0213ab4e1c7/1077883c-b0c1-5767-992f-d0213ab4e1c7_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 778003,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/c4ac88bc63c4498e9352cf19705fbdd1/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1077883c-b0c1-5767-992f-d0213ab4e1c7/1077883c-b0c1-5767-992f-d0213ab4e1c7_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 722243,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/c4ac88bc63c4498e9352cf19705fbdd1/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-10',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A3 1.4 40 TFSI E S TRON. ADVANCED SPORTBACK',
'transmission': 'automatic',
'trim': '1.4 40 TFSI E S TRON. ADVANCED SPORTBACK',
'vin': None,
'year': 2022}
2026-03-26 22:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986048%27 HTTP/1.1" 200 None
2026-03-26 22:46:04 [ayvens.be] INFO: Saving data for 1986048: {'created_time': 1774565164.968467, 'last_price_update_time': 1774565164.968476, 'auction_closing_time': 1775028600.0}
2026-03-26 22:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986048') HTTP/1.1" 204 0
2026-03-26 22:46:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ct/f3d90b861fbb45ef93349ea33fc198fa/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F9c6ccb22ca754cacb4a023404dc45dcb%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/9c6ccb22ca754cacb4a023404dc45dcb/images/large/2.jpg not downloaded yet
2026-03-26 22:46:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bk/2f36f274ea884c48aed0d5e185ac3c83/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bk/2f36f274ea884c48aed0d5e185ac3c83/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ct/f3d90b861fbb45ef93349ea33fc198fa/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F9c6ccb22ca754cacb4a023404dc45dcb%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/9c6ccb22ca754cacb4a023404dc45dcb/images/large/3.jpg not downloaded yet
2026-03-26 22:46:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b78aa810>
2026-03-26 22:46:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_55de8cbe-2247-5b6f-b8d2-39ad91e6d17c/55de8cbe-2247-5b6f-b8d2-39ad91e6d17c_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ct%252Ff3d90b861fbb45ef93349ea33fc198fa%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ct/f3d90b861fbb45ef93349ea33fc198fa/images/large/7.jpg saved to cache
2026-03-26 22:46:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 55de8cbe-2247-5b6f-b8d2-39ad91e6d17c
2026-03-26 22:46:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b768b490>
2026-03-26 22:46:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_55de8cbe-2247-5b6f-b8d2-39ad91e6d17c/55de8cbe-2247-5b6f-b8d2-39ad91e6d17c_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ct%252Ff3d90b861fbb45ef93349ea33fc198fa%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ct/f3d90b861fbb45ef93349ea33fc198fa/images/large/8.jpg saved to cache
2026-03-26 22:46:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 55de8cbe-2247-5b6f-b8d2-39ad91e6d17c
2026-03-26 22:46:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74cd4d0>
2026-03-26 22:46:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_55de8cbe-2247-5b6f-b8d2-39ad91e6d17c/55de8cbe-2247-5b6f-b8d2-39ad91e6d17c_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ct%252Ff3d90b861fbb45ef93349ea33fc198fa%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ct/f3d90b861fbb45ef93349ea33fc198fa/images/large/9.jpg saved to cache
2026-03-26 22:46:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 55de8cbe-2247-5b6f-b8d2-39ad91e6d17c
2026-03-26 22:46:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ct/f3d90b861fbb45ef93349ea33fc198fa/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F9c6ccb22ca754cacb4a023404dc45dcb%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/9c6ccb22ca754cacb4a023404dc45dcb/images/large/4.jpg not downloaded yet
2026-03-26 22:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F9c6ccb22ca754cacb4a023404dc45dcb%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/9c6ccb22ca754cacb4a023404dc45dcb/images/large/5.jpg not downloaded yet
2026-03-26 22:46:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7593d90>
2026-03-26 22:46:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_55de8cbe-2247-5b6f-b8d2-39ad91e6d17c/55de8cbe-2247-5b6f-b8d2-39ad91e6d17c_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ct%252Ff3d90b861fbb45ef93349ea33fc198fa%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ct/f3d90b861fbb45ef93349ea33fc198fa/images/large/10.jpg saved to cache
2026-03-26 22:46:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 55de8cbe-2247-5b6f-b8d2-39ad91e6d17c
2026-03-26 22:46:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77d6650>
2026-03-26 22:46:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_00349aad-9198-5bb8-b310-8af076348f0e/00349aad-9198-5bb8-b310-8af076348f0e_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bk%252F2f36f274ea884c48aed0d5e185ac3c83%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bk/2f36f274ea884c48aed0d5e185ac3c83/images/large/3.jpg saved to cache
2026-03-26 22:46:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 00349aad-9198-5bb8-b310-8af076348f0e
2026-03-26 22:46:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79f3510>
2026-03-26 22:46:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_00349aad-9198-5bb8-b310-8af076348f0e/00349aad-9198-5bb8-b310-8af076348f0e_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bk%252F2f36f274ea884c48aed0d5e185ac3c83%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bk/2f36f274ea884c48aed0d5e185ac3c83/images/large/2.jpg saved to cache
2026-03-26 22:46:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 00349aad-9198-5bb8-b310-8af076348f0e
2026-03-26 22:46:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c81f50>
2026-03-26 22:46:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_55de8cbe-2247-5b6f-b8d2-39ad91e6d17c/55de8cbe-2247-5b6f-b8d2-39ad91e6d17c_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ct%252Ff3d90b861fbb45ef93349ea33fc198fa%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ct/f3d90b861fbb45ef93349ea33fc198fa/images/large/6.jpg saved to cache
2026-03-26 22:46:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 55de8cbe-2247-5b6f-b8d2-39ad91e6d17c
2026-03-26 22:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F9c6ccb22ca754cacb4a023404dc45dcb%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/9c6ccb22ca754cacb4a023404dc45dcb/images/large/6.jpg not downloaded yet
2026-03-26 22:46:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bk/2f36f274ea884c48aed0d5e185ac3c83/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bk/2f36f274ea884c48aed0d5e185ac3c83/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bk/2f36f274ea884c48aed0d5e185ac3c83/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F9c6ccb22ca754cacb4a023404dc45dcb%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/9c6ccb22ca754cacb4a023404dc45dcb/images/large/7.jpg not downloaded yet
2026-03-26 22:46:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bk/2f36f274ea884c48aed0d5e185ac3c83/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b75a5310>
2026-03-26 22:46:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_55de8cbe-2247-5b6f-b8d2-39ad91e6d17c/55de8cbe-2247-5b6f-b8d2-39ad91e6d17c_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ct%252Ff3d90b861fbb45ef93349ea33fc198fa%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ct/f3d90b861fbb45ef93349ea33fc198fa/images/large/5.jpg saved to cache
2026-03-26 22:46:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 55de8cbe-2247-5b6f-b8d2-39ad91e6d17c
2026-03-26 22:46:05 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 55de8cbe-2247-5b6f-b8d2-39ad91e6d17c, skipping ID generation
2026-03-26 22:46:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 55de8cbe-2247-5b6f-b8d2-39ad91e6d17c with scrape type 1
2026-03-26 22:46:05 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 55de8cbe-2247-5b6f-b8d2-39ad91e6d17c sending to next pipeline
2026-03-26 22:46:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 55de8cbe-2247-5b6f-b8d2-39ad91e6d17c, identifier: 1986049
2026-03-26 22:46:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bk/2f36f274ea884c48aed0d5e185ac3c83/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F9c6ccb22ca754cacb4a023404dc45dcb%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/9c6ccb22ca754cacb4a023404dc45dcb/images/large/8.jpg not downloaded yet
2026-03-26 22:46:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 55de8cbe-2247-5b6f-b8d2-39ad91e6d17c with identifier: 1986049
2026-03-26 22:46:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 55de8cbe-2247-5b6f-b8d2-39ad91e6d17c with identifier: 1986049
2026-03-26 22:46:06 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 55de8cbe-2247-5b6f-b8d2-39ad91e6d17c with identifier: 1986049 to the API
2026-03-26 22:46:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:46:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:46:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2ct/f3d90b861fbb45ef93349ea33fc198fa/images/large/5.jpg>
{'auction_title': '',
'c_o_2_emission_value': 130,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'petrol',
'id': '55de8cbe-2247-5b6f-b8d2-39ad91e6d17c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'CAPTUR',
'odometer': 40253,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 15,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_55de8cbe-2247-5b6f-b8d2-39ad91e6d17c/55de8cbe-2247-5b6f-b8d2-39ad91e6d17c_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 245422,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ct/f3d90b861fbb45ef93349ea33fc198fa/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_55de8cbe-2247-5b6f-b8d2-39ad91e6d17c/55de8cbe-2247-5b6f-b8d2-39ad91e6d17c_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 249401,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ct/f3d90b861fbb45ef93349ea33fc198fa/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_55de8cbe-2247-5b6f-b8d2-39ad91e6d17c/55de8cbe-2247-5b6f-b8d2-39ad91e6d17c_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 262793,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ct/f3d90b861fbb45ef93349ea33fc198fa/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_55de8cbe-2247-5b6f-b8d2-39ad91e6d17c/55de8cbe-2247-5b6f-b8d2-39ad91e6d17c_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 255728,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ct/f3d90b861fbb45ef93349ea33fc198fa/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_55de8cbe-2247-5b6f-b8d2-39ad91e6d17c/55de8cbe-2247-5b6f-b8d2-39ad91e6d17c_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 246842,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ct/f3d90b861fbb45ef93349ea33fc198fa/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_55de8cbe-2247-5b6f-b8d2-39ad91e6d17c/55de8cbe-2247-5b6f-b8d2-39ad91e6d17c_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 234853,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ct/f3d90b861fbb45ef93349ea33fc198fa/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_55de8cbe-2247-5b6f-b8d2-39ad91e6d17c/55de8cbe-2247-5b6f-b8d2-39ad91e6d17c_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 256403,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ct/f3d90b861fbb45ef93349ea33fc198fa/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_55de8cbe-2247-5b6f-b8d2-39ad91e6d17c/55de8cbe-2247-5b6f-b8d2-39ad91e6d17c_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 369029,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ct/f3d90b861fbb45ef93349ea33fc198fa/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_55de8cbe-2247-5b6f-b8d2-39ad91e6d17c/55de8cbe-2247-5b6f-b8d2-39ad91e6d17c_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 311925,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ct/f3d90b861fbb45ef93349ea33fc198fa/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_55de8cbe-2247-5b6f-b8d2-39ad91e6d17c/55de8cbe-2247-5b6f-b8d2-39ad91e6d17c_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 345129,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ct/f3d90b861fbb45ef93349ea33fc198fa/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-25',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT CAPTUR 1.0 TCE 90 EQUILIBRE',
'transmission': 'manual',
'trim': '1.0 TCE 90 EQUILIBRE',
'vin': None,
'year': 2022}
2026-03-26 22:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986049%27 HTTP/1.1" 200 None
2026-03-26 22:46:06 [ayvens.be] INFO: Saving data for 1986049: {'created_time': 1774565166.295278, 'last_price_update_time': 1774565166.295287, 'auction_closing_time': 1775028600.0}
2026-03-26 22:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986049') HTTP/1.1" 204 0
2026-03-26 22:46:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bk/2f36f274ea884c48aed0d5e185ac3c83/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bk/2f36f274ea884c48aed0d5e185ac3c83/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F9c6ccb22ca754cacb4a023404dc45dcb%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/9c6ccb22ca754cacb4a023404dc45dcb/images/large/9.jpg not downloaded yet
2026-03-26 22:46:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c96d90>
2026-03-26 22:46:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_00349aad-9198-5bb8-b310-8af076348f0e/00349aad-9198-5bb8-b310-8af076348f0e_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bk%252F2f36f274ea884c48aed0d5e185ac3c83%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bk/2f36f274ea884c48aed0d5e185ac3c83/images/large/6.jpg saved to cache
2026-03-26 22:46:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 00349aad-9198-5bb8-b310-8af076348f0e
2026-03-26 22:46:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7688890>
2026-03-26 22:46:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_00349aad-9198-5bb8-b310-8af076348f0e/00349aad-9198-5bb8-b310-8af076348f0e_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bk%252F2f36f274ea884c48aed0d5e185ac3c83%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bk/2f36f274ea884c48aed0d5e185ac3c83/images/large/5.jpg saved to cache
2026-03-26 22:46:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 00349aad-9198-5bb8-b310-8af076348f0e
2026-03-26 22:46:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7586c90>
2026-03-26 22:46:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_00349aad-9198-5bb8-b310-8af076348f0e/00349aad-9198-5bb8-b310-8af076348f0e_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bk%252F2f36f274ea884c48aed0d5e185ac3c83%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bk/2f36f274ea884c48aed0d5e185ac3c83/images/large/7.jpg saved to cache
2026-03-26 22:46:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 00349aad-9198-5bb8-b310-8af076348f0e
2026-03-26 22:46:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c96d90>
2026-03-26 22:46:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_00349aad-9198-5bb8-b310-8af076348f0e/00349aad-9198-5bb8-b310-8af076348f0e_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bk%252F2f36f274ea884c48aed0d5e185ac3c83%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bk/2f36f274ea884c48aed0d5e185ac3c83/images/large/4.jpg saved to cache
2026-03-26 22:46:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 00349aad-9198-5bb8-b310-8af076348f0e
2026-03-26 22:46:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7b15e50>
2026-03-26 22:46:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_00349aad-9198-5bb8-b310-8af076348f0e/00349aad-9198-5bb8-b310-8af076348f0e_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bk%252F2f36f274ea884c48aed0d5e185ac3c83%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bk/2f36f274ea884c48aed0d5e185ac3c83/images/large/9.jpg saved to cache
2026-03-26 22:46:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 00349aad-9198-5bb8-b310-8af076348f0e
2026-03-26 22:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F9c6ccb22ca754cacb4a023404dc45dcb%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/9c6ccb22ca754cacb4a023404dc45dcb/images/large/10.jpg not downloaded yet
2026-03-26 22:46:06 [ayvens.be] INFO: Found listing with ID: 1986052
2026-03-26 22:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986052%27 HTTP/1.1" 200 None
2026-03-26 22:46:06 [ayvens.be] INFO: Scrape type for 1986052: 1
2026-03-26 22:46:06 [ayvens.be] INFO: Extracting data for car ID: 1986052
2026-03-26 22:46:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 25d49266-b07d-5698-9e45-925e342cd487 with identifier: 1986052
2026-03-26 22:46:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 25d49266-b07d-5698-9e45-925e342cd487 with scrape type 1
2026-03-26 22:46:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 25d49266-b07d-5698-9e45-925e342cd487
2026-03-26 22:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yr%252F4c45a29c8ecf4c018d8df256553a1faf%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yr/4c45a29c8ecf4c018d8df256553a1faf/images/large/1.jpg not downloaded yet
2026-03-26 22:46:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76e1f90>
2026-03-26 22:46:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_00349aad-9198-5bb8-b310-8af076348f0e/00349aad-9198-5bb8-b310-8af076348f0e_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bk%252F2f36f274ea884c48aed0d5e185ac3c83%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bk/2f36f274ea884c48aed0d5e185ac3c83/images/large/10.jpg saved to cache
2026-03-26 22:46:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 00349aad-9198-5bb8-b310-8af076348f0e
2026-03-26 22:46:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7570bd0>
2026-03-26 22:46:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_00349aad-9198-5bb8-b310-8af076348f0e/00349aad-9198-5bb8-b310-8af076348f0e_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bk%252F2f36f274ea884c48aed0d5e185ac3c83%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bk/2f36f274ea884c48aed0d5e185ac3c83/images/large/8.jpg saved to cache
2026-03-26 22:46:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 00349aad-9198-5bb8-b310-8af076348f0e
2026-03-26 22:46:06 [scrapy.extensions.logstats] INFO: Crawled 2 pages (at 2 pages/min), scraped 21 items (at 21 items/min)
2026-03-26 22:46:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 179MiB
2026-03-26 22:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yr%252F4c45a29c8ecf4c018d8df256553a1faf%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yr/4c45a29c8ecf4c018d8df256553a1faf/images/large/2.jpg not downloaded yet
2026-03-26 22:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yr%252F4c45a29c8ecf4c018d8df256553a1faf%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yr/4c45a29c8ecf4c018d8df256553a1faf/images/large/3.jpg not downloaded yet
2026-03-26 22:46:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/9c6ccb22ca754cacb4a023404dc45dcb/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/9c6ccb22ca754cacb4a023404dc45dcb/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bk/2f36f274ea884c48aed0d5e185ac3c83/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yr%252F4c45a29c8ecf4c018d8df256553a1faf%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yr/4c45a29c8ecf4c018d8df256553a1faf/images/large/4.jpg not downloaded yet
2026-03-26 22:46:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/9c6ccb22ca754cacb4a023404dc45dcb/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/9c6ccb22ca754cacb4a023404dc45dcb/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yr%252F4c45a29c8ecf4c018d8df256553a1faf%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yr/4c45a29c8ecf4c018d8df256553a1faf/images/large/5.jpg not downloaded yet
2026-03-26 22:46:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/9c6ccb22ca754cacb4a023404dc45dcb/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yr%252F4c45a29c8ecf4c018d8df256553a1faf%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yr/4c45a29c8ecf4c018d8df256553a1faf/images/large/6.jpg not downloaded yet
2026-03-26 22:46:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/9c6ccb22ca754cacb4a023404dc45dcb/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/9c6ccb22ca754cacb4a023404dc45dcb/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yr%252F4c45a29c8ecf4c018d8df256553a1faf%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yr/4c45a29c8ecf4c018d8df256553a1faf/images/large/7.jpg not downloaded yet
2026-03-26 22:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yr%252F4c45a29c8ecf4c018d8df256553a1faf%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yr/4c45a29c8ecf4c018d8df256553a1faf/images/large/8.jpg not downloaded yet
2026-03-26 22:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yr%252F4c45a29c8ecf4c018d8df256553a1faf%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yr/4c45a29c8ecf4c018d8df256553a1faf/images/large/9.jpg not downloaded yet
2026-03-26 22:46:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79f3d90>
2026-03-26 22:46:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_735aded9-be81-558c-a6a9-efc2b66de218/735aded9-be81-558c-a6a9-efc2b66de218_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F9c6ccb22ca754cacb4a023404dc45dcb%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/9c6ccb22ca754cacb4a023404dc45dcb/images/large/2.jpg saved to cache
2026-03-26 22:46:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 735aded9-be81-558c-a6a9-efc2b66de218
2026-03-26 22:46:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76a4c10>
2026-03-26 22:46:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_735aded9-be81-558c-a6a9-efc2b66de218/735aded9-be81-558c-a6a9-efc2b66de218_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F9c6ccb22ca754cacb4a023404dc45dcb%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/9c6ccb22ca754cacb4a023404dc45dcb/images/large/1.jpg saved to cache
2026-03-26 22:46:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 735aded9-be81-558c-a6a9-efc2b66de218
2026-03-26 22:46:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c75490>
2026-03-26 22:46:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_00349aad-9198-5bb8-b310-8af076348f0e/00349aad-9198-5bb8-b310-8af076348f0e_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bk%252F2f36f274ea884c48aed0d5e185ac3c83%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bk/2f36f274ea884c48aed0d5e185ac3c83/images/large/1.jpg saved to cache
2026-03-26 22:46:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 00349aad-9198-5bb8-b310-8af076348f0e
2026-03-26 22:46:07 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 00349aad-9198-5bb8-b310-8af076348f0e, skipping ID generation
2026-03-26 22:46:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 00349aad-9198-5bb8-b310-8af076348f0e with scrape type 1
2026-03-26 22:46:07 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 00349aad-9198-5bb8-b310-8af076348f0e sending to next pipeline
2026-03-26 22:46:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 00349aad-9198-5bb8-b310-8af076348f0e, identifier: 1986050
2026-03-26 22:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yr%252F4c45a29c8ecf4c018d8df256553a1faf%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yr/4c45a29c8ecf4c018d8df256553a1faf/images/large/10.jpg not downloaded yet
2026-03-26 22:46:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 00349aad-9198-5bb8-b310-8af076348f0e with identifier: 1986050
2026-03-26 22:46:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 00349aad-9198-5bb8-b310-8af076348f0e with identifier: 1986050
2026-03-26 22:46:07 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 00349aad-9198-5bb8-b310-8af076348f0e with identifier: 1986050 to the API
2026-03-26 22:46:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:46:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:46:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bk/2f36f274ea884c48aed0d5e185ac3c83/images/large/1.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.3L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'petrol',
'id': '00349aad-9198-5bb8-b310-8af076348f0e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'A-CLASS',
'odometer': 85166,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 14,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_00349aad-9198-5bb8-b310-8af076348f0e/00349aad-9198-5bb8-b310-8af076348f0e_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 484050,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bk/2f36f274ea884c48aed0d5e185ac3c83/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_00349aad-9198-5bb8-b310-8af076348f0e/00349aad-9198-5bb8-b310-8af076348f0e_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 476564,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bk/2f36f274ea884c48aed0d5e185ac3c83/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_00349aad-9198-5bb8-b310-8af076348f0e/00349aad-9198-5bb8-b310-8af076348f0e_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 433290,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bk/2f36f274ea884c48aed0d5e185ac3c83/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_00349aad-9198-5bb8-b310-8af076348f0e/00349aad-9198-5bb8-b310-8af076348f0e_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 447585,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bk/2f36f274ea884c48aed0d5e185ac3c83/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_00349aad-9198-5bb8-b310-8af076348f0e/00349aad-9198-5bb8-b310-8af076348f0e_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 300099,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bk/2f36f274ea884c48aed0d5e185ac3c83/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_00349aad-9198-5bb8-b310-8af076348f0e/00349aad-9198-5bb8-b310-8af076348f0e_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 267857,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bk/2f36f274ea884c48aed0d5e185ac3c83/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_00349aad-9198-5bb8-b310-8af076348f0e/00349aad-9198-5bb8-b310-8af076348f0e_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 379019,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bk/2f36f274ea884c48aed0d5e185ac3c83/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_00349aad-9198-5bb8-b310-8af076348f0e/00349aad-9198-5bb8-b310-8af076348f0e_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 431305,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bk/2f36f274ea884c48aed0d5e185ac3c83/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_00349aad-9198-5bb8-b310-8af076348f0e/00349aad-9198-5bb8-b310-8af076348f0e_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 319187,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bk/2f36f274ea884c48aed0d5e185ac3c83/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_00349aad-9198-5bb8-b310-8af076348f0e/00349aad-9198-5bb8-b310-8af076348f0e_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 334303,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bk/2f36f274ea884c48aed0d5e185ac3c83/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-24',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ A-CLASS 1.3 A 250 E DCT BUSINESS SOLUTION',
'transmission': 'automatic',
'trim': '1.3 A 250 E DCT BUSINESS SOLUTION',
'vin': None,
'year': 2021}
2026-03-26 22:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986050%27 HTTP/1.1" 200 None
2026-03-26 22:46:07 [ayvens.be] INFO: Saving data for 1986050: {'created_time': 1774565167.89063, 'last_price_update_time': 1774565167.890642, 'auction_closing_time': 1775028600.0}
2026-03-26 22:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986050') HTTP/1.1" 204 0
2026-03-26 22:46:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76cea10>
2026-03-26 22:46:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_735aded9-be81-558c-a6a9-efc2b66de218/735aded9-be81-558c-a6a9-efc2b66de218_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:46:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F9c6ccb22ca754cacb4a023404dc45dcb%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/9c6ccb22ca754cacb4a023404dc45dcb/images/large/4.jpg saved to cache
2026-03-26 22:46:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 735aded9-be81-558c-a6a9-efc2b66de218
2026-03-26 22:46:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e137d0>
2026-03-26 22:46:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_735aded9-be81-558c-a6a9-efc2b66de218/735aded9-be81-558c-a6a9-efc2b66de218_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:46:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F9c6ccb22ca754cacb4a023404dc45dcb%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/9c6ccb22ca754cacb4a023404dc45dcb/images/large/3.jpg saved to cache
2026-03-26 22:46:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 735aded9-be81-558c-a6a9-efc2b66de218
2026-03-26 22:46:08 [ayvens.be] INFO: Found listing with ID: 1986053
2026-03-26 22:46:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986053%27 HTTP/1.1" 200 None
2026-03-26 22:46:08 [ayvens.be] INFO: Scrape type for 1986053: 1
2026-03-26 22:46:08 [ayvens.be] INFO: Extracting data for car ID: 1986053
2026-03-26 22:46:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 903e1390-8721-55ae-9697-cc1db8002744 with identifier: 1986053
2026-03-26 22:46:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 903e1390-8721-55ae-9697-cc1db8002744 with scrape type 1
2026-03-26 22:46:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 903e1390-8721-55ae-9697-cc1db8002744
2026-03-26 22:46:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2an%252Fa4a23ad46bb447e385e4dcbc9b21006e%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2an/a4a23ad46bb447e385e4dcbc9b21006e/images/large/1.jpg not downloaded yet
2026-03-26 22:46:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7417090>
2026-03-26 22:46:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_735aded9-be81-558c-a6a9-efc2b66de218/735aded9-be81-558c-a6a9-efc2b66de218_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:46:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F9c6ccb22ca754cacb4a023404dc45dcb%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/9c6ccb22ca754cacb4a023404dc45dcb/images/large/5.jpg saved to cache
2026-03-26 22:46:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 735aded9-be81-558c-a6a9-efc2b66de218
2026-03-26 22:46:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7689f50>
2026-03-26 22:46:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_735aded9-be81-558c-a6a9-efc2b66de218/735aded9-be81-558c-a6a9-efc2b66de218_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:46:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F9c6ccb22ca754cacb4a023404dc45dcb%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/9c6ccb22ca754cacb4a023404dc45dcb/images/large/6.jpg saved to cache
2026-03-26 22:46:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 735aded9-be81-558c-a6a9-efc2b66de218
2026-03-26 22:46:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7400b50>
2026-03-26 22:46:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_735aded9-be81-558c-a6a9-efc2b66de218/735aded9-be81-558c-a6a9-efc2b66de218_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:46:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F9c6ccb22ca754cacb4a023404dc45dcb%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/9c6ccb22ca754cacb4a023404dc45dcb/images/large/7.jpg saved to cache
2026-03-26 22:46:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 735aded9-be81-558c-a6a9-efc2b66de218
2026-03-26 22:46:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2an%252Fa4a23ad46bb447e385e4dcbc9b21006e%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2an/a4a23ad46bb447e385e4dcbc9b21006e/images/large/2.jpg not downloaded yet
2026-03-26 22:46:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yr/4c45a29c8ecf4c018d8df256553a1faf/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yr/4c45a29c8ecf4c018d8df256553a1faf/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yr/4c45a29c8ecf4c018d8df256553a1faf/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yr/4c45a29c8ecf4c018d8df256553a1faf/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2an%252Fa4a23ad46bb447e385e4dcbc9b21006e%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2an/a4a23ad46bb447e385e4dcbc9b21006e/images/large/3.jpg not downloaded yet
2026-03-26 22:46:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2an%252Fa4a23ad46bb447e385e4dcbc9b21006e%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2an/a4a23ad46bb447e385e4dcbc9b21006e/images/large/4.jpg not downloaded yet
2026-03-26 22:46:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2an%252Fa4a23ad46bb447e385e4dcbc9b21006e%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2an/a4a23ad46bb447e385e4dcbc9b21006e/images/large/5.jpg not downloaded yet
2026-03-26 22:46:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/9c6ccb22ca754cacb4a023404dc45dcb/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/9c6ccb22ca754cacb4a023404dc45dcb/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/9c6ccb22ca754cacb4a023404dc45dcb/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2an%252Fa4a23ad46bb447e385e4dcbc9b21006e%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2an/a4a23ad46bb447e385e4dcbc9b21006e/images/large/6.jpg not downloaded yet
2026-03-26 22:46:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2an%252Fa4a23ad46bb447e385e4dcbc9b21006e%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2an/a4a23ad46bb447e385e4dcbc9b21006e/images/large/7.jpg not downloaded yet
2026-03-26 22:46:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2an%252Fa4a23ad46bb447e385e4dcbc9b21006e%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2an/a4a23ad46bb447e385e4dcbc9b21006e/images/large/8.jpg not downloaded yet
2026-03-26 22:46:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6dedf90>
2026-03-26 22:46:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_25d49266-b07d-5698-9e45-925e342cd487/25d49266-b07d-5698-9e45-925e342cd487_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:46:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yr%252F4c45a29c8ecf4c018d8df256553a1faf%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yr/4c45a29c8ecf4c018d8df256553a1faf/images/large/4.jpg saved to cache
2026-03-26 22:46:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 25d49266-b07d-5698-9e45-925e342cd487
2026-03-26 22:46:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7450110>
2026-03-26 22:46:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_25d49266-b07d-5698-9e45-925e342cd487/25d49266-b07d-5698-9e45-925e342cd487_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:46:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yr%252F4c45a29c8ecf4c018d8df256553a1faf%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yr/4c45a29c8ecf4c018d8df256553a1faf/images/large/2.jpg saved to cache
2026-03-26 22:46:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 25d49266-b07d-5698-9e45-925e342cd487
2026-03-26 22:46:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7587410>
2026-03-26 22:46:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_25d49266-b07d-5698-9e45-925e342cd487/25d49266-b07d-5698-9e45-925e342cd487_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yr%252F4c45a29c8ecf4c018d8df256553a1faf%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yr/4c45a29c8ecf4c018d8df256553a1faf/images/large/3.jpg saved to cache
2026-03-26 22:46:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 25d49266-b07d-5698-9e45-925e342cd487
2026-03-26 22:46:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e4de90>
2026-03-26 22:46:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_25d49266-b07d-5698-9e45-925e342cd487/25d49266-b07d-5698-9e45-925e342cd487_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yr%252F4c45a29c8ecf4c018d8df256553a1faf%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yr/4c45a29c8ecf4c018d8df256553a1faf/images/large/1.jpg saved to cache
2026-03-26 22:46:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 25d49266-b07d-5698-9e45-925e342cd487
2026-03-26 22:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2an%252Fa4a23ad46bb447e385e4dcbc9b21006e%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2an/a4a23ad46bb447e385e4dcbc9b21006e/images/large/9.jpg not downloaded yet
2026-03-26 22:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2an%252Fa4a23ad46bb447e385e4dcbc9b21006e%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2an/a4a23ad46bb447e385e4dcbc9b21006e/images/large/10.jpg not downloaded yet
2026-03-26 22:46:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yr/4c45a29c8ecf4c018d8df256553a1faf/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:09 [ayvens.be] INFO: Found listing with ID: 1986054
2026-03-26 22:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986054%27 HTTP/1.1" 200 None
2026-03-26 22:46:09 [ayvens.be] INFO: Scrape type for 1986054: 1
2026-03-26 22:46:09 [ayvens.be] INFO: Extracting data for car ID: 1986054
2026-03-26 22:46:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f30e219f-3220-5b64-b86f-01bce4968bbe with identifier: 1986054
2026-03-26 22:46:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f30e219f-3220-5b64-b86f-01bce4968bbe with scrape type 1
2026-03-26 22:46:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item f30e219f-3220-5b64-b86f-01bce4968bbe
2026-03-26 22:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ag%252Fcec88b0186f64c71bb25d7be8bc0b14f%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ag/cec88b0186f64c71bb25d7be8bc0b14f/images/large/1.jpg not downloaded yet
2026-03-26 22:46:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7661790>
2026-03-26 22:46:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_735aded9-be81-558c-a6a9-efc2b66de218/735aded9-be81-558c-a6a9-efc2b66de218_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F9c6ccb22ca754cacb4a023404dc45dcb%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/9c6ccb22ca754cacb4a023404dc45dcb/images/large/9.jpg saved to cache
2026-03-26 22:46:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 735aded9-be81-558c-a6a9-efc2b66de218
2026-03-26 22:46:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b784dbd0>
2026-03-26 22:46:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_735aded9-be81-558c-a6a9-efc2b66de218/735aded9-be81-558c-a6a9-efc2b66de218_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F9c6ccb22ca754cacb4a023404dc45dcb%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/9c6ccb22ca754cacb4a023404dc45dcb/images/large/10.jpg saved to cache
2026-03-26 22:46:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 735aded9-be81-558c-a6a9-efc2b66de218
2026-03-26 22:46:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b787e090>
2026-03-26 22:46:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_735aded9-be81-558c-a6a9-efc2b66de218/735aded9-be81-558c-a6a9-efc2b66de218_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F9c6ccb22ca754cacb4a023404dc45dcb%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/9c6ccb22ca754cacb4a023404dc45dcb/images/large/8.jpg saved to cache
2026-03-26 22:46:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 735aded9-be81-558c-a6a9-efc2b66de218
2026-03-26 22:46:09 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 735aded9-be81-558c-a6a9-efc2b66de218, skipping ID generation
2026-03-26 22:46:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 735aded9-be81-558c-a6a9-efc2b66de218 with scrape type 1
2026-03-26 22:46:09 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 735aded9-be81-558c-a6a9-efc2b66de218 sending to next pipeline
2026-03-26 22:46:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 735aded9-be81-558c-a6a9-efc2b66de218, identifier: 1986051
2026-03-26 22:46:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yr/4c45a29c8ecf4c018d8df256553a1faf/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yr/4c45a29c8ecf4c018d8df256553a1faf/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 735aded9-be81-558c-a6a9-efc2b66de218 with identifier: 1986051
2026-03-26 22:46:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 735aded9-be81-558c-a6a9-efc2b66de218 with identifier: 1986051
2026-03-26 22:46:09 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 735aded9-be81-558c-a6a9-efc2b66de218 with identifier: 1986051 to the API
2026-03-26 22:46:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:46:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:46:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bq/9c6ccb22ca754cacb4a023404dc45dcb/images/large/8.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.3L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'petrol',
'id': '735aded9-be81-558c-a6a9-efc2b66de218',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'B-CLASS',
'odometer': 128479,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 23,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_735aded9-be81-558c-a6a9-efc2b66de218/735aded9-be81-558c-a6a9-efc2b66de218_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 729993,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/9c6ccb22ca754cacb4a023404dc45dcb/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_735aded9-be81-558c-a6a9-efc2b66de218/735aded9-be81-558c-a6a9-efc2b66de218_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 735392,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/9c6ccb22ca754cacb4a023404dc45dcb/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_735aded9-be81-558c-a6a9-efc2b66de218/735aded9-be81-558c-a6a9-efc2b66de218_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 747302,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/9c6ccb22ca754cacb4a023404dc45dcb/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_735aded9-be81-558c-a6a9-efc2b66de218/735aded9-be81-558c-a6a9-efc2b66de218_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 764947,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/9c6ccb22ca754cacb4a023404dc45dcb/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_735aded9-be81-558c-a6a9-efc2b66de218/735aded9-be81-558c-a6a9-efc2b66de218_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 766453,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/9c6ccb22ca754cacb4a023404dc45dcb/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_735aded9-be81-558c-a6a9-efc2b66de218/735aded9-be81-558c-a6a9-efc2b66de218_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 797378,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/9c6ccb22ca754cacb4a023404dc45dcb/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_735aded9-be81-558c-a6a9-efc2b66de218/735aded9-be81-558c-a6a9-efc2b66de218_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 612898,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/9c6ccb22ca754cacb4a023404dc45dcb/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_735aded9-be81-558c-a6a9-efc2b66de218/735aded9-be81-558c-a6a9-efc2b66de218_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 754615,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/9c6ccb22ca754cacb4a023404dc45dcb/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_735aded9-be81-558c-a6a9-efc2b66de218/735aded9-be81-558c-a6a9-efc2b66de218_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 743910,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/9c6ccb22ca754cacb4a023404dc45dcb/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_735aded9-be81-558c-a6a9-efc2b66de218/735aded9-be81-558c-a6a9-efc2b66de218_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 752690,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/9c6ccb22ca754cacb4a023404dc45dcb/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-14',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ B-CLASS 1.3 B 250 E BUSINESS SOLUTION',
'transmission': 'automatic',
'trim': '1.3 B 250 E BUSINESS SOLUTION',
'vin': None,
'year': 2022}
2026-03-26 22:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986051%27 HTTP/1.1" 200 None
2026-03-26 22:46:09 [ayvens.be] INFO: Saving data for 1986051: {'created_time': 1774565169.953661, 'last_price_update_time': 1774565169.95367, 'auction_closing_time': 1775028600.0}
2026-03-26 22:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986051') HTTP/1.1" 204 0
2026-03-26 22:46:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yr/4c45a29c8ecf4c018d8df256553a1faf/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yr/4c45a29c8ecf4c018d8df256553a1faf/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2an/a4a23ad46bb447e385e4dcbc9b21006e/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yr/4c45a29c8ecf4c018d8df256553a1faf/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ag%252Fcec88b0186f64c71bb25d7be8bc0b14f%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ag/cec88b0186f64c71bb25d7be8bc0b14f/images/large/2.jpg not downloaded yet
2026-03-26 22:46:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2an/a4a23ad46bb447e385e4dcbc9b21006e/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ag%252Fcec88b0186f64c71bb25d7be8bc0b14f%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ag/cec88b0186f64c71bb25d7be8bc0b14f/images/large/3.jpg not downloaded yet
2026-03-26 22:46:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c76190>
2026-03-26 22:46:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_25d49266-b07d-5698-9e45-925e342cd487/25d49266-b07d-5698-9e45-925e342cd487_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yr%252F4c45a29c8ecf4c018d8df256553a1faf%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yr/4c45a29c8ecf4c018d8df256553a1faf/images/large/6.jpg saved to cache
2026-03-26 22:46:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 25d49266-b07d-5698-9e45-925e342cd487
2026-03-26 22:46:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cbcf10>
2026-03-26 22:46:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_25d49266-b07d-5698-9e45-925e342cd487/25d49266-b07d-5698-9e45-925e342cd487_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yr%252F4c45a29c8ecf4c018d8df256553a1faf%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yr/4c45a29c8ecf4c018d8df256553a1faf/images/large/8.jpg saved to cache
2026-03-26 22:46:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 25d49266-b07d-5698-9e45-925e342cd487
2026-03-26 22:46:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76a7c90>
2026-03-26 22:46:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_25d49266-b07d-5698-9e45-925e342cd487/25d49266-b07d-5698-9e45-925e342cd487_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yr%252F4c45a29c8ecf4c018d8df256553a1faf%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yr/4c45a29c8ecf4c018d8df256553a1faf/images/large/7.jpg saved to cache
2026-03-26 22:46:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 25d49266-b07d-5698-9e45-925e342cd487
2026-03-26 22:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ag%252Fcec88b0186f64c71bb25d7be8bc0b14f%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ag/cec88b0186f64c71bb25d7be8bc0b14f/images/large/4.jpg not downloaded yet
2026-03-26 22:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ag%252Fcec88b0186f64c71bb25d7be8bc0b14f%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ag/cec88b0186f64c71bb25d7be8bc0b14f/images/large/5.jpg not downloaded yet
2026-03-26 22:46:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b748af50>
2026-03-26 22:46:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_25d49266-b07d-5698-9e45-925e342cd487/25d49266-b07d-5698-9e45-925e342cd487_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yr%252F4c45a29c8ecf4c018d8df256553a1faf%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yr/4c45a29c8ecf4c018d8df256553a1faf/images/large/10.jpg saved to cache
2026-03-26 22:46:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 25d49266-b07d-5698-9e45-925e342cd487
2026-03-26 22:46:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6d80290>
2026-03-26 22:46:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_25d49266-b07d-5698-9e45-925e342cd487/25d49266-b07d-5698-9e45-925e342cd487_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yr%252F4c45a29c8ecf4c018d8df256553a1faf%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yr/4c45a29c8ecf4c018d8df256553a1faf/images/large/9.jpg saved to cache
2026-03-26 22:46:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 25d49266-b07d-5698-9e45-925e342cd487
2026-03-26 22:46:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b726a750>
2026-03-26 22:46:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_903e1390-8721-55ae-9697-cc1db8002744/903e1390-8721-55ae-9697-cc1db8002744_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2an%252Fa4a23ad46bb447e385e4dcbc9b21006e%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2an/a4a23ad46bb447e385e4dcbc9b21006e/images/large/1.jpg saved to cache
2026-03-26 22:46:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 903e1390-8721-55ae-9697-cc1db8002744
2026-03-26 22:46:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c94f50>
2026-03-26 22:46:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_25d49266-b07d-5698-9e45-925e342cd487/25d49266-b07d-5698-9e45-925e342cd487_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yr%252F4c45a29c8ecf4c018d8df256553a1faf%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yr/4c45a29c8ecf4c018d8df256553a1faf/images/large/5.jpg saved to cache
2026-03-26 22:46:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 25d49266-b07d-5698-9e45-925e342cd487
2026-03-26 22:46:10 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 25d49266-b07d-5698-9e45-925e342cd487, skipping ID generation
2026-03-26 22:46:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 25d49266-b07d-5698-9e45-925e342cd487 with scrape type 1
2026-03-26 22:46:10 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 25d49266-b07d-5698-9e45-925e342cd487 sending to next pipeline
2026-03-26 22:46:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 25d49266-b07d-5698-9e45-925e342cd487, identifier: 1986052
2026-03-26 22:46:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e11bd0>
2026-03-26 22:46:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_903e1390-8721-55ae-9697-cc1db8002744/903e1390-8721-55ae-9697-cc1db8002744_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2an%252Fa4a23ad46bb447e385e4dcbc9b21006e%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2an/a4a23ad46bb447e385e4dcbc9b21006e/images/large/2.jpg saved to cache
2026-03-26 22:46:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 903e1390-8721-55ae-9697-cc1db8002744
2026-03-26 22:46:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 25d49266-b07d-5698-9e45-925e342cd487 with identifier: 1986052
2026-03-26 22:46:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 25d49266-b07d-5698-9e45-925e342cd487 with identifier: 1986052
2026-03-26 22:46:10 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 25d49266-b07d-5698-9e45-925e342cd487 with identifier: 1986052 to the API
2026-03-26 22:46:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:46:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:46:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/1yr/4c45a29c8ecf4c018d8df256553a1faf/images/large/5.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'petrol',
'id': '25d49266-b07d-5698-9e45-925e342cd487',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'X1',
'odometer': 152141,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 14,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_25d49266-b07d-5698-9e45-925e342cd487/25d49266-b07d-5698-9e45-925e342cd487_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 359672,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yr/4c45a29c8ecf4c018d8df256553a1faf/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_25d49266-b07d-5698-9e45-925e342cd487/25d49266-b07d-5698-9e45-925e342cd487_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 363876,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yr/4c45a29c8ecf4c018d8df256553a1faf/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_25d49266-b07d-5698-9e45-925e342cd487/25d49266-b07d-5698-9e45-925e342cd487_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 377452,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yr/4c45a29c8ecf4c018d8df256553a1faf/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_25d49266-b07d-5698-9e45-925e342cd487/25d49266-b07d-5698-9e45-925e342cd487_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 364250,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yr/4c45a29c8ecf4c018d8df256553a1faf/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_25d49266-b07d-5698-9e45-925e342cd487/25d49266-b07d-5698-9e45-925e342cd487_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 342829,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yr/4c45a29c8ecf4c018d8df256553a1faf/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_25d49266-b07d-5698-9e45-925e342cd487/25d49266-b07d-5698-9e45-925e342cd487_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 256964,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yr/4c45a29c8ecf4c018d8df256553a1faf/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_25d49266-b07d-5698-9e45-925e342cd487/25d49266-b07d-5698-9e45-925e342cd487_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 316368,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yr/4c45a29c8ecf4c018d8df256553a1faf/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_25d49266-b07d-5698-9e45-925e342cd487/25d49266-b07d-5698-9e45-925e342cd487_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 347508,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yr/4c45a29c8ecf4c018d8df256553a1faf/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_25d49266-b07d-5698-9e45-925e342cd487/25d49266-b07d-5698-9e45-925e342cd487_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 377332,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yr/4c45a29c8ecf4c018d8df256553a1faf/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_25d49266-b07d-5698-9e45-925e342cd487/25d49266-b07d-5698-9e45-925e342cd487_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 332391,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yr/4c45a29c8ecf4c018d8df256553a1faf/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-17',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 1.5 XDRIVE25E PHEV 162KW)',
'transmission': 'automatic',
'trim': '1.5 XDRIVE25E PHEV 162KW)',
'vin': None,
'year': 2020}
2026-03-26 22:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986052%27 HTTP/1.1" 200 None
2026-03-26 22:46:11 [ayvens.be] INFO: Saving data for 1986052: {'created_time': 1774565171.17679, 'last_price_update_time': 1774565171.176801, 'auction_closing_time': 1775028600.0}
2026-03-26 22:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986052') HTTP/1.1" 204 0
2026-03-26 22:46:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2an/a4a23ad46bb447e385e4dcbc9b21006e/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2an/a4a23ad46bb447e385e4dcbc9b21006e/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ag%252Fcec88b0186f64c71bb25d7be8bc0b14f%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ag/cec88b0186f64c71bb25d7be8bc0b14f/images/large/6.jpg not downloaded yet
2026-03-26 22:46:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2an/a4a23ad46bb447e385e4dcbc9b21006e/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2an/a4a23ad46bb447e385e4dcbc9b21006e/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2an/a4a23ad46bb447e385e4dcbc9b21006e/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2an/a4a23ad46bb447e385e4dcbc9b21006e/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ag%252Fcec88b0186f64c71bb25d7be8bc0b14f%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ag/cec88b0186f64c71bb25d7be8bc0b14f/images/large/7.jpg not downloaded yet
2026-03-26 22:46:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2an/a4a23ad46bb447e385e4dcbc9b21006e/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ag%252Fcec88b0186f64c71bb25d7be8bc0b14f%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ag/cec88b0186f64c71bb25d7be8bc0b14f/images/large/8.jpg not downloaded yet
2026-03-26 22:46:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2an/a4a23ad46bb447e385e4dcbc9b21006e/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ag%252Fcec88b0186f64c71bb25d7be8bc0b14f%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ag/cec88b0186f64c71bb25d7be8bc0b14f/images/large/9.jpg not downloaded yet
2026-03-26 22:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ag%252Fcec88b0186f64c71bb25d7be8bc0b14f%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ag/cec88b0186f64c71bb25d7be8bc0b14f/images/large/10.jpg not downloaded yet
2026-03-26 22:46:11 [ayvens.be] INFO: Found listing with ID: 1986055
2026-03-26 22:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986055%27 HTTP/1.1" 200 None
2026-03-26 22:46:11 [ayvens.be] INFO: Scrape type for 1986055: 1
2026-03-26 22:46:11 [ayvens.be] INFO: Extracting data for car ID: 1986055
2026-03-26 22:46:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9141ae3d-f426-5d7e-8314-c2bb045d46a8 with identifier: 1986055
2026-03-26 22:46:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9141ae3d-f426-5d7e-8314-c2bb045d46a8 with scrape type 1
2026-03-26 22:46:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 9141ae3d-f426-5d7e-8314-c2bb045d46a8
2026-03-26 22:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ae%252F7e1c1fdd1cdc4245bf4c8c885358db52%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ae/7e1c1fdd1cdc4245bf4c8c885358db52/images/large/1.jpg not downloaded yet
2026-03-26 22:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ae%252F7e1c1fdd1cdc4245bf4c8c885358db52%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ae/7e1c1fdd1cdc4245bf4c8c885358db52/images/large/2.jpg not downloaded yet
2026-03-26 22:46:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7ceb110>
2026-03-26 22:46:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_903e1390-8721-55ae-9697-cc1db8002744/903e1390-8721-55ae-9697-cc1db8002744_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2an%252Fa4a23ad46bb447e385e4dcbc9b21006e%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2an/a4a23ad46bb447e385e4dcbc9b21006e/images/large/7.jpg saved to cache
2026-03-26 22:46:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 903e1390-8721-55ae-9697-cc1db8002744
2026-03-26 22:46:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b788e190>
2026-03-26 22:46:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_903e1390-8721-55ae-9697-cc1db8002744/903e1390-8721-55ae-9697-cc1db8002744_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2an%252Fa4a23ad46bb447e385e4dcbc9b21006e%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2an/a4a23ad46bb447e385e4dcbc9b21006e/images/large/5.jpg saved to cache
2026-03-26 22:46:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 903e1390-8721-55ae-9697-cc1db8002744
2026-03-26 22:46:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76cc1d0>
2026-03-26 22:46:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_903e1390-8721-55ae-9697-cc1db8002744/903e1390-8721-55ae-9697-cc1db8002744_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2an%252Fa4a23ad46bb447e385e4dcbc9b21006e%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2an/a4a23ad46bb447e385e4dcbc9b21006e/images/large/3.jpg saved to cache
2026-03-26 22:46:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 903e1390-8721-55ae-9697-cc1db8002744
2026-03-26 22:46:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74df210>
2026-03-26 22:46:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_903e1390-8721-55ae-9697-cc1db8002744/903e1390-8721-55ae-9697-cc1db8002744_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2an%252Fa4a23ad46bb447e385e4dcbc9b21006e%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2an/a4a23ad46bb447e385e4dcbc9b21006e/images/large/6.jpg saved to cache
2026-03-26 22:46:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 903e1390-8721-55ae-9697-cc1db8002744
2026-03-26 22:46:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77c93d0>
2026-03-26 22:46:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_903e1390-8721-55ae-9697-cc1db8002744/903e1390-8721-55ae-9697-cc1db8002744_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2an%252Fa4a23ad46bb447e385e4dcbc9b21006e%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2an/a4a23ad46bb447e385e4dcbc9b21006e/images/large/8.jpg saved to cache
2026-03-26 22:46:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 903e1390-8721-55ae-9697-cc1db8002744
2026-03-26 22:46:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b72efe90>
2026-03-26 22:46:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_903e1390-8721-55ae-9697-cc1db8002744/903e1390-8721-55ae-9697-cc1db8002744_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2an%252Fa4a23ad46bb447e385e4dcbc9b21006e%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2an/a4a23ad46bb447e385e4dcbc9b21006e/images/large/10.jpg saved to cache
2026-03-26 22:46:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 903e1390-8721-55ae-9697-cc1db8002744
2026-03-26 22:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ae%252F7e1c1fdd1cdc4245bf4c8c885358db52%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ae/7e1c1fdd1cdc4245bf4c8c885358db52/images/large/3.jpg not downloaded yet
2026-03-26 22:46:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd3c4710>
2026-03-26 22:46:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_903e1390-8721-55ae-9697-cc1db8002744/903e1390-8721-55ae-9697-cc1db8002744_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2an%252Fa4a23ad46bb447e385e4dcbc9b21006e%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2an/a4a23ad46bb447e385e4dcbc9b21006e/images/large/9.jpg saved to cache
2026-03-26 22:46:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 903e1390-8721-55ae-9697-cc1db8002744
2026-03-26 22:46:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b748a350>
2026-03-26 22:46:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_903e1390-8721-55ae-9697-cc1db8002744/903e1390-8721-55ae-9697-cc1db8002744_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2an%252Fa4a23ad46bb447e385e4dcbc9b21006e%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2an/a4a23ad46bb447e385e4dcbc9b21006e/images/large/4.jpg saved to cache
2026-03-26 22:46:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 903e1390-8721-55ae-9697-cc1db8002744
2026-03-26 22:46:11 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 903e1390-8721-55ae-9697-cc1db8002744, skipping ID generation
2026-03-26 22:46:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 903e1390-8721-55ae-9697-cc1db8002744 with scrape type 1
2026-03-26 22:46:11 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 903e1390-8721-55ae-9697-cc1db8002744 sending to next pipeline
2026-03-26 22:46:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 903e1390-8721-55ae-9697-cc1db8002744, identifier: 1986053
2026-03-26 22:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ae%252F7e1c1fdd1cdc4245bf4c8c885358db52%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ae/7e1c1fdd1cdc4245bf4c8c885358db52/images/large/4.jpg not downloaded yet
2026-03-26 22:46:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 903e1390-8721-55ae-9697-cc1db8002744 with identifier: 1986053
2026-03-26 22:46:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 903e1390-8721-55ae-9697-cc1db8002744 with identifier: 1986053
2026-03-26 22:46:12 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 903e1390-8721-55ae-9697-cc1db8002744 with identifier: 1986053 to the API
2026-03-26 22:46:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:46:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:46:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2an/a4a23ad46bb447e385e4dcbc9b21006e/images/large/4.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'petrol',
'id': '903e1390-8721-55ae-9697-cc1db8002744',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '3008',
'odometer': 86016,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 14,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_903e1390-8721-55ae-9697-cc1db8002744/903e1390-8721-55ae-9697-cc1db8002744_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 342583,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2an/a4a23ad46bb447e385e4dcbc9b21006e/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_903e1390-8721-55ae-9697-cc1db8002744/903e1390-8721-55ae-9697-cc1db8002744_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 453825,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2an/a4a23ad46bb447e385e4dcbc9b21006e/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_903e1390-8721-55ae-9697-cc1db8002744/903e1390-8721-55ae-9697-cc1db8002744_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 529881,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2an/a4a23ad46bb447e385e4dcbc9b21006e/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_903e1390-8721-55ae-9697-cc1db8002744/903e1390-8721-55ae-9697-cc1db8002744_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 536542,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2an/a4a23ad46bb447e385e4dcbc9b21006e/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_903e1390-8721-55ae-9697-cc1db8002744/903e1390-8721-55ae-9697-cc1db8002744_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 258993,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2an/a4a23ad46bb447e385e4dcbc9b21006e/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_903e1390-8721-55ae-9697-cc1db8002744/903e1390-8721-55ae-9697-cc1db8002744_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 325999,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2an/a4a23ad46bb447e385e4dcbc9b21006e/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_903e1390-8721-55ae-9697-cc1db8002744/903e1390-8721-55ae-9697-cc1db8002744_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 231471,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2an/a4a23ad46bb447e385e4dcbc9b21006e/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_903e1390-8721-55ae-9697-cc1db8002744/903e1390-8721-55ae-9697-cc1db8002744_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 377715,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2an/a4a23ad46bb447e385e4dcbc9b21006e/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_903e1390-8721-55ae-9697-cc1db8002744/903e1390-8721-55ae-9697-cc1db8002744_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 420944,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2an/a4a23ad46bb447e385e4dcbc9b21006e/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_903e1390-8721-55ae-9697-cc1db8002744/903e1390-8721-55ae-9697-cc1db8002744_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 389608,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2an/a4a23ad46bb447e385e4dcbc9b21006e/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-27',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 3008 1.6 HYBRID 225 E-AUTO8 GT PACK',
'transmission': 'automatic',
'trim': '1.6 HYBRID 225 E-AUTO8 GT PACK',
'vin': None,
'year': 2021}
2026-03-26 22:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986053%27 HTTP/1.1" 200 None
2026-03-26 22:46:12 [ayvens.be] INFO: Saving data for 1986053: {'created_time': 1774565172.41042, 'last_price_update_time': 1774565172.41043, 'auction_closing_time': 1775028600.0}
2026-03-26 22:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986053') HTTP/1.1" 204 0
2026-03-26 22:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ae%252F7e1c1fdd1cdc4245bf4c8c885358db52%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ae/7e1c1fdd1cdc4245bf4c8c885358db52/images/large/5.jpg not downloaded yet
2026-03-26 22:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ae%252F7e1c1fdd1cdc4245bf4c8c885358db52%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ae/7e1c1fdd1cdc4245bf4c8c885358db52/images/large/6.jpg not downloaded yet
2026-03-26 22:46:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ag/cec88b0186f64c71bb25d7be8bc0b14f/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ag/cec88b0186f64c71bb25d7be8bc0b14f/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ag/cec88b0186f64c71bb25d7be8bc0b14f/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ae%252F7e1c1fdd1cdc4245bf4c8c885358db52%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ae/7e1c1fdd1cdc4245bf4c8c885358db52/images/large/7.jpg not downloaded yet
2026-03-26 22:46:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ag/cec88b0186f64c71bb25d7be8bc0b14f/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ag/cec88b0186f64c71bb25d7be8bc0b14f/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ag/cec88b0186f64c71bb25d7be8bc0b14f/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ae%252F7e1c1fdd1cdc4245bf4c8c885358db52%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ae/7e1c1fdd1cdc4245bf4c8c885358db52/images/large/8.jpg not downloaded yet
2026-03-26 22:46:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ag/cec88b0186f64c71bb25d7be8bc0b14f/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ae%252F7e1c1fdd1cdc4245bf4c8c885358db52%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ae/7e1c1fdd1cdc4245bf4c8c885358db52/images/large/9.jpg not downloaded yet
2026-03-26 22:46:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ag/cec88b0186f64c71bb25d7be8bc0b14f/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ae%252F7e1c1fdd1cdc4245bf4c8c885358db52%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ae/7e1c1fdd1cdc4245bf4c8c885358db52/images/large/10.jpg not downloaded yet
2026-03-26 22:46:12 [ayvens.be] INFO: Found listing with ID: 1986056
2026-03-26 22:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986056%27 HTTP/1.1" 200 None
2026-03-26 22:46:12 [ayvens.be] INFO: Scrape type for 1986056: 1
2026-03-26 22:46:12 [ayvens.be] INFO: Extracting data for car ID: 1986056
2026-03-26 22:46:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 95f3edeb-a72e-5665-83c2-ec33099e72e1 with identifier: 1986056
2026-03-26 22:46:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 95f3edeb-a72e-5665-83c2-ec33099e72e1 with scrape type 1
2026-03-26 22:46:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 95f3edeb-a72e-5665-83c2-ec33099e72e1
2026-03-26 22:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252F8cc412c93e784a89b9a7edf7ecf94290%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/8cc412c93e784a89b9a7edf7ecf94290/images/large/1.jpg not downloaded yet
2026-03-26 22:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252F8cc412c93e784a89b9a7edf7ecf94290%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/8cc412c93e784a89b9a7edf7ecf94290/images/large/2.jpg not downloaded yet
2026-03-26 22:46:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6d83490>
2026-03-26 22:46:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f30e219f-3220-5b64-b86f-01bce4968bbe/f30e219f-3220-5b64-b86f-01bce4968bbe_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ag%252Fcec88b0186f64c71bb25d7be8bc0b14f%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ag/cec88b0186f64c71bb25d7be8bc0b14f/images/large/4.jpg saved to cache
2026-03-26 22:46:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item f30e219f-3220-5b64-b86f-01bce4968bbe
2026-03-26 22:46:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cbd010>
2026-03-26 22:46:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f30e219f-3220-5b64-b86f-01bce4968bbe/f30e219f-3220-5b64-b86f-01bce4968bbe_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ag%252Fcec88b0186f64c71bb25d7be8bc0b14f%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ag/cec88b0186f64c71bb25d7be8bc0b14f/images/large/1.jpg saved to cache
2026-03-26 22:46:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item f30e219f-3220-5b64-b86f-01bce4968bbe
2026-03-26 22:46:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e1efd0>
2026-03-26 22:46:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f30e219f-3220-5b64-b86f-01bce4968bbe/f30e219f-3220-5b64-b86f-01bce4968bbe_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ag%252Fcec88b0186f64c71bb25d7be8bc0b14f%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ag/cec88b0186f64c71bb25d7be8bc0b14f/images/large/2.jpg saved to cache
2026-03-26 22:46:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item f30e219f-3220-5b64-b86f-01bce4968bbe
2026-03-26 22:46:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6df0990>
2026-03-26 22:46:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f30e219f-3220-5b64-b86f-01bce4968bbe/f30e219f-3220-5b64-b86f-01bce4968bbe_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ag%252Fcec88b0186f64c71bb25d7be8bc0b14f%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ag/cec88b0186f64c71bb25d7be8bc0b14f/images/large/3.jpg saved to cache
2026-03-26 22:46:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item f30e219f-3220-5b64-b86f-01bce4968bbe
2026-03-26 22:46:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e3d2d0>
2026-03-26 22:46:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f30e219f-3220-5b64-b86f-01bce4968bbe/f30e219f-3220-5b64-b86f-01bce4968bbe_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ag%252Fcec88b0186f64c71bb25d7be8bc0b14f%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ag/cec88b0186f64c71bb25d7be8bc0b14f/images/large/5.jpg saved to cache
2026-03-26 22:46:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item f30e219f-3220-5b64-b86f-01bce4968bbe
2026-03-26 22:46:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5ca1d10>
2026-03-26 22:46:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f30e219f-3220-5b64-b86f-01bce4968bbe/f30e219f-3220-5b64-b86f-01bce4968bbe_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ag%252Fcec88b0186f64c71bb25d7be8bc0b14f%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ag/cec88b0186f64c71bb25d7be8bc0b14f/images/large/7.jpg saved to cache
2026-03-26 22:46:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item f30e219f-3220-5b64-b86f-01bce4968bbe
2026-03-26 22:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252F8cc412c93e784a89b9a7edf7ecf94290%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/8cc412c93e784a89b9a7edf7ecf94290/images/large/3.jpg not downloaded yet
2026-03-26 22:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252F8cc412c93e784a89b9a7edf7ecf94290%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/8cc412c93e784a89b9a7edf7ecf94290/images/large/4.jpg not downloaded yet
2026-03-26 22:46:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e4c490>
2026-03-26 22:46:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f30e219f-3220-5b64-b86f-01bce4968bbe/f30e219f-3220-5b64-b86f-01bce4968bbe_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ag%252Fcec88b0186f64c71bb25d7be8bc0b14f%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ag/cec88b0186f64c71bb25d7be8bc0b14f/images/large/6.jpg saved to cache
2026-03-26 22:46:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item f30e219f-3220-5b64-b86f-01bce4968bbe
2026-03-26 22:46:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e4e1d0>
2026-03-26 22:46:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f30e219f-3220-5b64-b86f-01bce4968bbe/f30e219f-3220-5b64-b86f-01bce4968bbe_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ag%252Fcec88b0186f64c71bb25d7be8bc0b14f%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ag/cec88b0186f64c71bb25d7be8bc0b14f/images/large/8.jpg saved to cache
2026-03-26 22:46:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item f30e219f-3220-5b64-b86f-01bce4968bbe
2026-03-26 22:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252F8cc412c93e784a89b9a7edf7ecf94290%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/8cc412c93e784a89b9a7edf7ecf94290/images/large/5.jpg not downloaded yet
2026-03-26 22:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252F8cc412c93e784a89b9a7edf7ecf94290%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/8cc412c93e784a89b9a7edf7ecf94290/images/large/6.jpg not downloaded yet
2026-03-26 22:46:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ae/7e1c1fdd1cdc4245bf4c8c885358db52/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ae/7e1c1fdd1cdc4245bf4c8c885358db52/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ae/7e1c1fdd1cdc4245bf4c8c885358db52/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ae/7e1c1fdd1cdc4245bf4c8c885358db52/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252F8cc412c93e784a89b9a7edf7ecf94290%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/8cc412c93e784a89b9a7edf7ecf94290/images/large/7.jpg not downloaded yet
2026-03-26 22:46:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ae/7e1c1fdd1cdc4245bf4c8c885358db52/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ae/7e1c1fdd1cdc4245bf4c8c885358db52/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252F8cc412c93e784a89b9a7edf7ecf94290%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/8cc412c93e784a89b9a7edf7ecf94290/images/large/8.jpg not downloaded yet
2026-03-26 22:46:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ag/cec88b0186f64c71bb25d7be8bc0b14f/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252F8cc412c93e784a89b9a7edf7ecf94290%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/8cc412c93e784a89b9a7edf7ecf94290/images/large/9.jpg not downloaded yet
2026-03-26 22:46:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ag/cec88b0186f64c71bb25d7be8bc0b14f/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252F8cc412c93e784a89b9a7edf7ecf94290%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/8cc412c93e784a89b9a7edf7ecf94290/images/large/10.jpg not downloaded yet
2026-03-26 22:46:13 [ayvens.be] INFO: Found listing with ID: 1986057
2026-03-26 22:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986057%27 HTTP/1.1" 200 None
2026-03-26 22:46:13 [ayvens.be] INFO: Scrape type for 1986057: 1
2026-03-26 22:46:13 [ayvens.be] INFO: Extracting data for car ID: 1986057
2026-03-26 22:46:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b349ff55-7466-590b-bffd-73237a1ae400 with identifier: 1986057
2026-03-26 22:46:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b349ff55-7466-590b-bffd-73237a1ae400 with scrape type 1
2026-03-26 22:46:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item b349ff55-7466-590b-bffd-73237a1ae400
2026-03-26 22:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252F33bb4cf5d1084472a2bc6e8d869f8614%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/33bb4cf5d1084472a2bc6e8d869f8614/images/large/1.jpg not downloaded yet
2026-03-26 22:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252F33bb4cf5d1084472a2bc6e8d869f8614%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/33bb4cf5d1084472a2bc6e8d869f8614/images/large/2.jpg not downloaded yet
2026-03-26 22:46:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7572650>
2026-03-26 22:46:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9141ae3d-f426-5d7e-8314-c2bb045d46a8/9141ae3d-f426-5d7e-8314-c2bb045d46a8_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ae%252F7e1c1fdd1cdc4245bf4c8c885358db52%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ae/7e1c1fdd1cdc4245bf4c8c885358db52/images/large/3.jpg saved to cache
2026-03-26 22:46:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 9141ae3d-f426-5d7e-8314-c2bb045d46a8
2026-03-26 22:46:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd0af890>
2026-03-26 22:46:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9141ae3d-f426-5d7e-8314-c2bb045d46a8/9141ae3d-f426-5d7e-8314-c2bb045d46a8_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ae%252F7e1c1fdd1cdc4245bf4c8c885358db52%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ae/7e1c1fdd1cdc4245bf4c8c885358db52/images/large/5.jpg saved to cache
2026-03-26 22:46:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 9141ae3d-f426-5d7e-8314-c2bb045d46a8
2026-03-26 22:46:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74bf250>
2026-03-26 22:46:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9141ae3d-f426-5d7e-8314-c2bb045d46a8/9141ae3d-f426-5d7e-8314-c2bb045d46a8_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ae%252F7e1c1fdd1cdc4245bf4c8c885358db52%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ae/7e1c1fdd1cdc4245bf4c8c885358db52/images/large/6.jpg saved to cache
2026-03-26 22:46:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 9141ae3d-f426-5d7e-8314-c2bb045d46a8
2026-03-26 22:46:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c6bd10>
2026-03-26 22:46:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9141ae3d-f426-5d7e-8314-c2bb045d46a8/9141ae3d-f426-5d7e-8314-c2bb045d46a8_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ae%252F7e1c1fdd1cdc4245bf4c8c885358db52%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ae/7e1c1fdd1cdc4245bf4c8c885358db52/images/large/4.jpg saved to cache
2026-03-26 22:46:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 9141ae3d-f426-5d7e-8314-c2bb045d46a8
2026-03-26 22:46:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76cf750>
2026-03-26 22:46:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9141ae3d-f426-5d7e-8314-c2bb045d46a8/9141ae3d-f426-5d7e-8314-c2bb045d46a8_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:46:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ae%252F7e1c1fdd1cdc4245bf4c8c885358db52%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ae/7e1c1fdd1cdc4245bf4c8c885358db52/images/large/1.jpg saved to cache
2026-03-26 22:46:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 9141ae3d-f426-5d7e-8314-c2bb045d46a8
2026-03-26 22:46:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c63090>
2026-03-26 22:46:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9141ae3d-f426-5d7e-8314-c2bb045d46a8/9141ae3d-f426-5d7e-8314-c2bb045d46a8_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:46:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ae%252F7e1c1fdd1cdc4245bf4c8c885358db52%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ae/7e1c1fdd1cdc4245bf4c8c885358db52/images/large/2.jpg saved to cache
2026-03-26 22:46:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 9141ae3d-f426-5d7e-8314-c2bb045d46a8
2026-03-26 22:46:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252F33bb4cf5d1084472a2bc6e8d869f8614%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/33bb4cf5d1084472a2bc6e8d869f8614/images/large/3.jpg not downloaded yet
2026-03-26 22:46:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c7c650>
2026-03-26 22:46:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f30e219f-3220-5b64-b86f-01bce4968bbe/f30e219f-3220-5b64-b86f-01bce4968bbe_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:46:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ag%252Fcec88b0186f64c71bb25d7be8bc0b14f%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ag/cec88b0186f64c71bb25d7be8bc0b14f/images/large/9.jpg saved to cache
2026-03-26 22:46:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item f30e219f-3220-5b64-b86f-01bce4968bbe
2026-03-26 22:46:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76c6790>
2026-03-26 22:46:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f30e219f-3220-5b64-b86f-01bce4968bbe/f30e219f-3220-5b64-b86f-01bce4968bbe_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:46:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ag%252Fcec88b0186f64c71bb25d7be8bc0b14f%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ag/cec88b0186f64c71bb25d7be8bc0b14f/images/large/10.jpg saved to cache
2026-03-26 22:46:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item f30e219f-3220-5b64-b86f-01bce4968bbe
2026-03-26 22:46:14 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f30e219f-3220-5b64-b86f-01bce4968bbe, skipping ID generation
2026-03-26 22:46:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f30e219f-3220-5b64-b86f-01bce4968bbe with scrape type 1
2026-03-26 22:46:14 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f30e219f-3220-5b64-b86f-01bce4968bbe sending to next pipeline
2026-03-26 22:46:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: f30e219f-3220-5b64-b86f-01bce4968bbe, identifier: 1986054
2026-03-26 22:46:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252F33bb4cf5d1084472a2bc6e8d869f8614%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/33bb4cf5d1084472a2bc6e8d869f8614/images/large/4.jpg not downloaded yet
2026-03-26 22:46:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: f30e219f-3220-5b64-b86f-01bce4968bbe with identifier: 1986054
2026-03-26 22:46:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: f30e219f-3220-5b64-b86f-01bce4968bbe with identifier: 1986054
2026-03-26 22:46:14 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: f30e219f-3220-5b64-b86f-01bce4968bbe with identifier: 1986054 to the API
2026-03-26 22:46:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:46:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:46:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2ag/cec88b0186f64c71bb25d7be8bc0b14f/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'diesel',
'id': 'f30e219f-3220-5b64-b86f-01bce4968bbe',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '3008',
'odometer': 130758,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 21,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f30e219f-3220-5b64-b86f-01bce4968bbe/f30e219f-3220-5b64-b86f-01bce4968bbe_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 655997,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ag/cec88b0186f64c71bb25d7be8bc0b14f/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f30e219f-3220-5b64-b86f-01bce4968bbe/f30e219f-3220-5b64-b86f-01bce4968bbe_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 675588,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ag/cec88b0186f64c71bb25d7be8bc0b14f/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f30e219f-3220-5b64-b86f-01bce4968bbe/f30e219f-3220-5b64-b86f-01bce4968bbe_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 639155,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ag/cec88b0186f64c71bb25d7be8bc0b14f/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f30e219f-3220-5b64-b86f-01bce4968bbe/f30e219f-3220-5b64-b86f-01bce4968bbe_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 672309,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ag/cec88b0186f64c71bb25d7be8bc0b14f/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f30e219f-3220-5b64-b86f-01bce4968bbe/f30e219f-3220-5b64-b86f-01bce4968bbe_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 638249,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ag/cec88b0186f64c71bb25d7be8bc0b14f/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f30e219f-3220-5b64-b86f-01bce4968bbe/f30e219f-3220-5b64-b86f-01bce4968bbe_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 688721,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ag/cec88b0186f64c71bb25d7be8bc0b14f/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f30e219f-3220-5b64-b86f-01bce4968bbe/f30e219f-3220-5b64-b86f-01bce4968bbe_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 619400,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ag/cec88b0186f64c71bb25d7be8bc0b14f/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f30e219f-3220-5b64-b86f-01bce4968bbe/f30e219f-3220-5b64-b86f-01bce4968bbe_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 835652,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ag/cec88b0186f64c71bb25d7be8bc0b14f/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f30e219f-3220-5b64-b86f-01bce4968bbe/f30e219f-3220-5b64-b86f-01bce4968bbe_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 777770,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ag/cec88b0186f64c71bb25d7be8bc0b14f/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f30e219f-3220-5b64-b86f-01bce4968bbe/f30e219f-3220-5b64-b86f-01bce4968bbe_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 847929,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ag/cec88b0186f64c71bb25d7be8bc0b14f/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-24',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 3008 1.5 BLUEHDI S&S EAT8 GT PACK',
'transmission': 'automatic',
'trim': '1.5 BLUEHDI S&S EAT8 GT PACK',
'vin': None,
'year': 2021}
2026-03-26 22:46:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986054%27 HTTP/1.1" 200 None
2026-03-26 22:46:14 [ayvens.be] INFO: Saving data for 1986054: {'created_time': 1774565174.981118, 'last_price_update_time': 1774565174.981127, 'auction_closing_time': 1775028600.0}
2026-03-26 22:46:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986054') HTTP/1.1" 204 0
2026-03-26 22:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252F33bb4cf5d1084472a2bc6e8d869f8614%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/33bb4cf5d1084472a2bc6e8d869f8614/images/large/5.jpg not downloaded yet
2026-03-26 22:46:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bj/8cc412c93e784a89b9a7edf7ecf94290/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252F33bb4cf5d1084472a2bc6e8d869f8614%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/33bb4cf5d1084472a2bc6e8d869f8614/images/large/6.jpg not downloaded yet
2026-03-26 22:46:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ae/7e1c1fdd1cdc4245bf4c8c885358db52/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bj/8cc412c93e784a89b9a7edf7ecf94290/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bj/8cc412c93e784a89b9a7edf7ecf94290/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ae/7e1c1fdd1cdc4245bf4c8c885358db52/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252F33bb4cf5d1084472a2bc6e8d869f8614%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/33bb4cf5d1084472a2bc6e8d869f8614/images/large/7.jpg not downloaded yet
2026-03-26 22:46:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bj/8cc412c93e784a89b9a7edf7ecf94290/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ae/7e1c1fdd1cdc4245bf4c8c885358db52/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252F33bb4cf5d1084472a2bc6e8d869f8614%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/33bb4cf5d1084472a2bc6e8d869f8614/images/large/8.jpg not downloaded yet
2026-03-26 22:46:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ae/7e1c1fdd1cdc4245bf4c8c885358db52/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252F33bb4cf5d1084472a2bc6e8d869f8614%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/33bb4cf5d1084472a2bc6e8d869f8614/images/large/9.jpg not downloaded yet
2026-03-26 22:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252F33bb4cf5d1084472a2bc6e8d869f8614%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/33bb4cf5d1084472a2bc6e8d869f8614/images/large/10.jpg not downloaded yet
2026-03-26 22:46:15 [ayvens.be] INFO: Found listing with ID: 1986058
2026-03-26 22:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986058%27 HTTP/1.1" 200 None
2026-03-26 22:46:15 [ayvens.be] INFO: Scrape type for 1986058: 1
2026-03-26 22:46:15 [ayvens.be] INFO: Extracting data for car ID: 1986058
2026-03-26 22:46:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9a03492f-3c74-5a66-9455-28bf6cc089f5 with identifier: 1986058
2026-03-26 22:46:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a03492f-3c74-5a66-9455-28bf6cc089f5 with scrape type 1
2026-03-26 22:46:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 9a03492f-3c74-5a66-9455-28bf6cc089f5
2026-03-26 22:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F229355a0a9ec49768d725df8f1bf134d%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/229355a0a9ec49768d725df8f1bf134d/images/large/1.jpg not downloaded yet
2026-03-26 22:46:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7585350>
2026-03-26 22:46:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_95f3edeb-a72e-5665-83c2-ec33099e72e1/95f3edeb-a72e-5665-83c2-ec33099e72e1_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252F8cc412c93e784a89b9a7edf7ecf94290%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/8cc412c93e784a89b9a7edf7ecf94290/images/large/3.jpg saved to cache
2026-03-26 22:46:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 95f3edeb-a72e-5665-83c2-ec33099e72e1
2026-03-26 22:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F229355a0a9ec49768d725df8f1bf134d%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/229355a0a9ec49768d725df8f1bf134d/images/large/2.jpg not downloaded yet
2026-03-26 22:46:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76ccc10>
2026-03-26 22:46:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9141ae3d-f426-5d7e-8314-c2bb045d46a8/9141ae3d-f426-5d7e-8314-c2bb045d46a8_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ae%252F7e1c1fdd1cdc4245bf4c8c885358db52%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ae/7e1c1fdd1cdc4245bf4c8c885358db52/images/large/10.jpg saved to cache
2026-03-26 22:46:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 9141ae3d-f426-5d7e-8314-c2bb045d46a8
2026-03-26 22:46:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b75671d0>
2026-03-26 22:46:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_95f3edeb-a72e-5665-83c2-ec33099e72e1/95f3edeb-a72e-5665-83c2-ec33099e72e1_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252F8cc412c93e784a89b9a7edf7ecf94290%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/8cc412c93e784a89b9a7edf7ecf94290/images/large/4.jpg saved to cache
2026-03-26 22:46:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 95f3edeb-a72e-5665-83c2-ec33099e72e1
2026-03-26 22:46:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7439710>
2026-03-26 22:46:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_95f3edeb-a72e-5665-83c2-ec33099e72e1/95f3edeb-a72e-5665-83c2-ec33099e72e1_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252F8cc412c93e784a89b9a7edf7ecf94290%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/8cc412c93e784a89b9a7edf7ecf94290/images/large/2.jpg saved to cache
2026-03-26 22:46:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 95f3edeb-a72e-5665-83c2-ec33099e72e1
2026-03-26 22:46:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76e2c10>
2026-03-26 22:46:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9141ae3d-f426-5d7e-8314-c2bb045d46a8/9141ae3d-f426-5d7e-8314-c2bb045d46a8_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ae%252F7e1c1fdd1cdc4245bf4c8c885358db52%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ae/7e1c1fdd1cdc4245bf4c8c885358db52/images/large/7.jpg saved to cache
2026-03-26 22:46:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 9141ae3d-f426-5d7e-8314-c2bb045d46a8
2026-03-26 22:46:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7495cd0>
2026-03-26 22:46:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_95f3edeb-a72e-5665-83c2-ec33099e72e1/95f3edeb-a72e-5665-83c2-ec33099e72e1_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252F8cc412c93e784a89b9a7edf7ecf94290%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/8cc412c93e784a89b9a7edf7ecf94290/images/large/1.jpg saved to cache
2026-03-26 22:46:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 95f3edeb-a72e-5665-83c2-ec33099e72e1
2026-03-26 22:46:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e35e10>
2026-03-26 22:46:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9141ae3d-f426-5d7e-8314-c2bb045d46a8/9141ae3d-f426-5d7e-8314-c2bb045d46a8_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ae%252F7e1c1fdd1cdc4245bf4c8c885358db52%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ae/7e1c1fdd1cdc4245bf4c8c885358db52/images/large/9.jpg saved to cache
2026-03-26 22:46:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 9141ae3d-f426-5d7e-8314-c2bb045d46a8
2026-03-26 22:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F229355a0a9ec49768d725df8f1bf134d%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/229355a0a9ec49768d725df8f1bf134d/images/large/3.jpg not downloaded yet
2026-03-26 22:46:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bj/8cc412c93e784a89b9a7edf7ecf94290/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bj/8cc412c93e784a89b9a7edf7ecf94290/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F229355a0a9ec49768d725df8f1bf134d%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/229355a0a9ec49768d725df8f1bf134d/images/large/4.jpg not downloaded yet
2026-03-26 22:46:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b787cd50>
2026-03-26 22:46:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9141ae3d-f426-5d7e-8314-c2bb045d46a8/9141ae3d-f426-5d7e-8314-c2bb045d46a8_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ae%252F7e1c1fdd1cdc4245bf4c8c885358db52%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ae/7e1c1fdd1cdc4245bf4c8c885358db52/images/large/8.jpg saved to cache
2026-03-26 22:46:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 9141ae3d-f426-5d7e-8314-c2bb045d46a8
2026-03-26 22:46:16 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9141ae3d-f426-5d7e-8314-c2bb045d46a8, skipping ID generation
2026-03-26 22:46:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9141ae3d-f426-5d7e-8314-c2bb045d46a8 with scrape type 1
2026-03-26 22:46:16 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9141ae3d-f426-5d7e-8314-c2bb045d46a8 sending to next pipeline
2026-03-26 22:46:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 9141ae3d-f426-5d7e-8314-c2bb045d46a8, identifier: 1986055
2026-03-26 22:46:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bj/8cc412c93e784a89b9a7edf7ecf94290/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 9141ae3d-f426-5d7e-8314-c2bb045d46a8 with identifier: 1986055
2026-03-26 22:46:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 9141ae3d-f426-5d7e-8314-c2bb045d46a8 with identifier: 1986055
2026-03-26 22:46:16 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 9141ae3d-f426-5d7e-8314-c2bb045d46a8 with identifier: 1986055 to the API
2026-03-26 22:46:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:46:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:46:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2ae/7e1c1fdd1cdc4245bf4c8c885358db52/images/large/8.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.3L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'petrol',
'id': '9141ae3d-f426-5d7e-8314-c2bb045d46a8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'NISSAN',
'model': 'QASHQAI',
'odometer': 49990,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 15,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9141ae3d-f426-5d7e-8314-c2bb045d46a8/9141ae3d-f426-5d7e-8314-c2bb045d46a8_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 617282,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ae/7e1c1fdd1cdc4245bf4c8c885358db52/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9141ae3d-f426-5d7e-8314-c2bb045d46a8/9141ae3d-f426-5d7e-8314-c2bb045d46a8_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 645248,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ae/7e1c1fdd1cdc4245bf4c8c885358db52/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9141ae3d-f426-5d7e-8314-c2bb045d46a8/9141ae3d-f426-5d7e-8314-c2bb045d46a8_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 611061,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ae/7e1c1fdd1cdc4245bf4c8c885358db52/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9141ae3d-f426-5d7e-8314-c2bb045d46a8/9141ae3d-f426-5d7e-8314-c2bb045d46a8_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 685730,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ae/7e1c1fdd1cdc4245bf4c8c885358db52/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9141ae3d-f426-5d7e-8314-c2bb045d46a8/9141ae3d-f426-5d7e-8314-c2bb045d46a8_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 596462,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ae/7e1c1fdd1cdc4245bf4c8c885358db52/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9141ae3d-f426-5d7e-8314-c2bb045d46a8/9141ae3d-f426-5d7e-8314-c2bb045d46a8_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 500205,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ae/7e1c1fdd1cdc4245bf4c8c885358db52/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9141ae3d-f426-5d7e-8314-c2bb045d46a8/9141ae3d-f426-5d7e-8314-c2bb045d46a8_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 661223,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ae/7e1c1fdd1cdc4245bf4c8c885358db52/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9141ae3d-f426-5d7e-8314-c2bb045d46a8/9141ae3d-f426-5d7e-8314-c2bb045d46a8_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 691599,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ae/7e1c1fdd1cdc4245bf4c8c885358db52/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9141ae3d-f426-5d7e-8314-c2bb045d46a8/9141ae3d-f426-5d7e-8314-c2bb045d46a8_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 603072,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ae/7e1c1fdd1cdc4245bf4c8c885358db52/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9141ae3d-f426-5d7e-8314-c2bb045d46a8/9141ae3d-f426-5d7e-8314-c2bb045d46a8_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 652602,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ae/7e1c1fdd1cdc4245bf4c8c885358db52/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-05',
'seats_number': 5,
'seller_name': None,
'title': 'NISSAN QASHQAI 1.3 DIG-T 140 EVAPO N-CONNECTA',
'transmission': 'manual',
'trim': '1.3 DIG-T 140 EVAPO N-CONNECTA',
'vin': None,
'year': 2021}
2026-03-26 22:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986055%27 HTTP/1.1" 200 None
2026-03-26 22:46:16 [ayvens.be] INFO: Saving data for 1986055: {'created_time': 1774565176.630935, 'last_price_update_time': 1774565176.630945, 'auction_closing_time': 1775028600.0}
2026-03-26 22:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986055') HTTP/1.1" 204 0
2026-03-26 22:46:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bj/8cc412c93e784a89b9a7edf7ecf94290/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F229355a0a9ec49768d725df8f1bf134d%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/229355a0a9ec49768d725df8f1bf134d/images/large/5.jpg not downloaded yet
2026-03-26 22:46:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bj/8cc412c93e784a89b9a7edf7ecf94290/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F229355a0a9ec49768d725df8f1bf134d%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/229355a0a9ec49768d725df8f1bf134d/images/large/6.jpg not downloaded yet
2026-03-26 22:46:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b741d090>
2026-03-26 22:46:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_95f3edeb-a72e-5665-83c2-ec33099e72e1/95f3edeb-a72e-5665-83c2-ec33099e72e1_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252F8cc412c93e784a89b9a7edf7ecf94290%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/8cc412c93e784a89b9a7edf7ecf94290/images/large/8.jpg saved to cache
2026-03-26 22:46:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 95f3edeb-a72e-5665-83c2-ec33099e72e1
2026-03-26 22:46:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74de0d0>
2026-03-26 22:46:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_95f3edeb-a72e-5665-83c2-ec33099e72e1/95f3edeb-a72e-5665-83c2-ec33099e72e1_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252F8cc412c93e784a89b9a7edf7ecf94290%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/8cc412c93e784a89b9a7edf7ecf94290/images/large/6.jpg saved to cache
2026-03-26 22:46:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 95f3edeb-a72e-5665-83c2-ec33099e72e1
2026-03-26 22:46:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e17510>
2026-03-26 22:46:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_95f3edeb-a72e-5665-83c2-ec33099e72e1/95f3edeb-a72e-5665-83c2-ec33099e72e1_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252F8cc412c93e784a89b9a7edf7ecf94290%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/8cc412c93e784a89b9a7edf7ecf94290/images/large/10.jpg saved to cache
2026-03-26 22:46:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 95f3edeb-a72e-5665-83c2-ec33099e72e1
2026-03-26 22:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F229355a0a9ec49768d725df8f1bf134d%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/229355a0a9ec49768d725df8f1bf134d/images/large/7.jpg not downloaded yet
2026-03-26 22:46:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bl/33bb4cf5d1084472a2bc6e8d869f8614/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b787ea50>
2026-03-26 22:46:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_95f3edeb-a72e-5665-83c2-ec33099e72e1/95f3edeb-a72e-5665-83c2-ec33099e72e1_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252F8cc412c93e784a89b9a7edf7ecf94290%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/8cc412c93e784a89b9a7edf7ecf94290/images/large/5.jpg saved to cache
2026-03-26 22:46:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 95f3edeb-a72e-5665-83c2-ec33099e72e1
2026-03-26 22:46:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7491810>
2026-03-26 22:46:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_95f3edeb-a72e-5665-83c2-ec33099e72e1/95f3edeb-a72e-5665-83c2-ec33099e72e1_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252F8cc412c93e784a89b9a7edf7ecf94290%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/8cc412c93e784a89b9a7edf7ecf94290/images/large/7.jpg saved to cache
2026-03-26 22:46:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 95f3edeb-a72e-5665-83c2-ec33099e72e1
2026-03-26 22:46:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bl/33bb4cf5d1084472a2bc6e8d869f8614/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F229355a0a9ec49768d725df8f1bf134d%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/229355a0a9ec49768d725df8f1bf134d/images/large/8.jpg not downloaded yet
2026-03-26 22:46:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bl/33bb4cf5d1084472a2bc6e8d869f8614/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bj/8cc412c93e784a89b9a7edf7ecf94290/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F229355a0a9ec49768d725df8f1bf134d%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/229355a0a9ec49768d725df8f1bf134d/images/large/9.jpg not downloaded yet
2026-03-26 22:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F229355a0a9ec49768d725df8f1bf134d%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/229355a0a9ec49768d725df8f1bf134d/images/large/10.jpg not downloaded yet
2026-03-26 22:46:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cbd290>
2026-03-26 22:46:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b349ff55-7466-590b-bffd-73237a1ae400/b349ff55-7466-590b-bffd-73237a1ae400_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252F33bb4cf5d1084472a2bc6e8d869f8614%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/33bb4cf5d1084472a2bc6e8d869f8614/images/large/3.jpg saved to cache
2026-03-26 22:46:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item b349ff55-7466-590b-bffd-73237a1ae400
2026-03-26 22:46:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bl/33bb4cf5d1084472a2bc6e8d869f8614/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bl/33bb4cf5d1084472a2bc6e8d869f8614/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:17 [ayvens.be] INFO: Found listing with ID: 1986059
2026-03-26 22:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986059%27 HTTP/1.1" 200 None
2026-03-26 22:46:17 [ayvens.be] INFO: Scrape type for 1986059: 1
2026-03-26 22:46:17 [ayvens.be] INFO: Extracting data for car ID: 1986059
2026-03-26 22:46:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6a197201-09a4-5914-9db7-b1acd397848f with identifier: 1986059
2026-03-26 22:46:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6a197201-09a4-5914-9db7-b1acd397848f with scrape type 1
2026-03-26 22:46:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 6a197201-09a4-5914-9db7-b1acd397848f
2026-03-26 22:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2aa%252F38f37bdafc5046809f180038daac16aa%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2aa/38f37bdafc5046809f180038daac16aa/images/large/1.jpg not downloaded yet
2026-03-26 22:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2aa%252F38f37bdafc5046809f180038daac16aa%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2aa/38f37bdafc5046809f180038daac16aa/images/large/2.jpg not downloaded yet
2026-03-26 22:46:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bl/33bb4cf5d1084472a2bc6e8d869f8614/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b782da90>
2026-03-26 22:46:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b349ff55-7466-590b-bffd-73237a1ae400/b349ff55-7466-590b-bffd-73237a1ae400_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252F33bb4cf5d1084472a2bc6e8d869f8614%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/33bb4cf5d1084472a2bc6e8d869f8614/images/large/2.jpg saved to cache
2026-03-26 22:46:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item b349ff55-7466-590b-bffd-73237a1ae400
2026-03-26 22:46:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b741c510>
2026-03-26 22:46:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b349ff55-7466-590b-bffd-73237a1ae400/b349ff55-7466-590b-bffd-73237a1ae400_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252F33bb4cf5d1084472a2bc6e8d869f8614%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/33bb4cf5d1084472a2bc6e8d869f8614/images/large/1.jpg saved to cache
2026-03-26 22:46:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item b349ff55-7466-590b-bffd-73237a1ae400
2026-03-26 22:46:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6dedb10>
2026-03-26 22:46:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_95f3edeb-a72e-5665-83c2-ec33099e72e1/95f3edeb-a72e-5665-83c2-ec33099e72e1_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252F8cc412c93e784a89b9a7edf7ecf94290%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/8cc412c93e784a89b9a7edf7ecf94290/images/large/9.jpg saved to cache
2026-03-26 22:46:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 95f3edeb-a72e-5665-83c2-ec33099e72e1
2026-03-26 22:46:17 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 95f3edeb-a72e-5665-83c2-ec33099e72e1, skipping ID generation
2026-03-26 22:46:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 95f3edeb-a72e-5665-83c2-ec33099e72e1 with scrape type 1
2026-03-26 22:46:17 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 95f3edeb-a72e-5665-83c2-ec33099e72e1 sending to next pipeline
2026-03-26 22:46:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 95f3edeb-a72e-5665-83c2-ec33099e72e1, identifier: 1986056
2026-03-26 22:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2aa%252F38f37bdafc5046809f180038daac16aa%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2aa/38f37bdafc5046809f180038daac16aa/images/large/3.jpg not downloaded yet
2026-03-26 22:46:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 95f3edeb-a72e-5665-83c2-ec33099e72e1 with identifier: 1986056
2026-03-26 22:46:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 95f3edeb-a72e-5665-83c2-ec33099e72e1 with identifier: 1986056
2026-03-26 22:46:17 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 95f3edeb-a72e-5665-83c2-ec33099e72e1 with identifier: 1986056 to the API
2026-03-26 22:46:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:46:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:46:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bj/8cc412c93e784a89b9a7edf7ecf94290/images/large/9.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'electric',
'id': '95f3edeb-a72e-5665-83c2-ec33099e72e1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'EQA',
'odometer': 79699,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 14,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_95f3edeb-a72e-5665-83c2-ec33099e72e1/95f3edeb-a72e-5665-83c2-ec33099e72e1_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 754804,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bj/8cc412c93e784a89b9a7edf7ecf94290/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_95f3edeb-a72e-5665-83c2-ec33099e72e1/95f3edeb-a72e-5665-83c2-ec33099e72e1_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 776277,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bj/8cc412c93e784a89b9a7edf7ecf94290/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_95f3edeb-a72e-5665-83c2-ec33099e72e1/95f3edeb-a72e-5665-83c2-ec33099e72e1_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 535427,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bj/8cc412c93e784a89b9a7edf7ecf94290/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_95f3edeb-a72e-5665-83c2-ec33099e72e1/95f3edeb-a72e-5665-83c2-ec33099e72e1_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 460231,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bj/8cc412c93e784a89b9a7edf7ecf94290/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_95f3edeb-a72e-5665-83c2-ec33099e72e1/95f3edeb-a72e-5665-83c2-ec33099e72e1_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 419840,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bj/8cc412c93e784a89b9a7edf7ecf94290/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_95f3edeb-a72e-5665-83c2-ec33099e72e1/95f3edeb-a72e-5665-83c2-ec33099e72e1_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 351238,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bj/8cc412c93e784a89b9a7edf7ecf94290/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_95f3edeb-a72e-5665-83c2-ec33099e72e1/95f3edeb-a72e-5665-83c2-ec33099e72e1_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 445958,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bj/8cc412c93e784a89b9a7edf7ecf94290/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_95f3edeb-a72e-5665-83c2-ec33099e72e1/95f3edeb-a72e-5665-83c2-ec33099e72e1_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 250401,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bj/8cc412c93e784a89b9a7edf7ecf94290/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_95f3edeb-a72e-5665-83c2-ec33099e72e1/95f3edeb-a72e-5665-83c2-ec33099e72e1_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 249000,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bj/8cc412c93e784a89b9a7edf7ecf94290/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_95f3edeb-a72e-5665-83c2-ec33099e72e1/95f3edeb-a72e-5665-83c2-ec33099e72e1_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 304855,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bj/8cc412c93e784a89b9a7edf7ecf94290/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-02',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ EQA BEV 67KWH EQA 250 BUSINESS SOLUTION LUX',
'transmission': 'automatic',
'trim': 'BEV 67KWH EQA 250 BUSINESS SOLUTION LUX',
'vin': None,
'year': 2021}
2026-03-26 22:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986056%27 HTTP/1.1" 200 None
2026-03-26 22:46:18 [ayvens.be] INFO: Saving data for 1986056: {'created_time': 1774565178.080415, 'last_price_update_time': 1774565178.080425, 'auction_closing_time': 1775028600.0}
2026-03-26 22:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986056') HTTP/1.1" 204 0
2026-03-26 22:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2aa%252F38f37bdafc5046809f180038daac16aa%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2aa/38f37bdafc5046809f180038daac16aa/images/large/4.jpg not downloaded yet
2026-03-26 22:46:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bl/33bb4cf5d1084472a2bc6e8d869f8614/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2aa%252F38f37bdafc5046809f180038daac16aa%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2aa/38f37bdafc5046809f180038daac16aa/images/large/5.jpg not downloaded yet
2026-03-26 22:46:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b787f690>
2026-03-26 22:46:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b349ff55-7466-590b-bffd-73237a1ae400/b349ff55-7466-590b-bffd-73237a1ae400_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252F33bb4cf5d1084472a2bc6e8d869f8614%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/33bb4cf5d1084472a2bc6e8d869f8614/images/large/5.jpg saved to cache
2026-03-26 22:46:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item b349ff55-7466-590b-bffd-73237a1ae400
2026-03-26 22:46:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77d5490>
2026-03-26 22:46:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b349ff55-7466-590b-bffd-73237a1ae400/b349ff55-7466-590b-bffd-73237a1ae400_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252F33bb4cf5d1084472a2bc6e8d869f8614%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/33bb4cf5d1084472a2bc6e8d869f8614/images/large/6.jpg saved to cache
2026-03-26 22:46:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item b349ff55-7466-590b-bffd-73237a1ae400
2026-03-26 22:46:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74f8ed0>
2026-03-26 22:46:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b349ff55-7466-590b-bffd-73237a1ae400/b349ff55-7466-590b-bffd-73237a1ae400_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252F33bb4cf5d1084472a2bc6e8d869f8614%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/33bb4cf5d1084472a2bc6e8d869f8614/images/large/4.jpg saved to cache
2026-03-26 22:46:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item b349ff55-7466-590b-bffd-73237a1ae400
2026-03-26 22:46:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ab/229355a0a9ec49768d725df8f1bf134d/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2aa%252F38f37bdafc5046809f180038daac16aa%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2aa/38f37bdafc5046809f180038daac16aa/images/large/6.jpg not downloaded yet
2026-03-26 22:46:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ab/229355a0a9ec49768d725df8f1bf134d/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2aa%252F38f37bdafc5046809f180038daac16aa%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2aa/38f37bdafc5046809f180038daac16aa/images/large/7.jpg not downloaded yet
2026-03-26 22:46:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ab/229355a0a9ec49768d725df8f1bf134d/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ab/229355a0a9ec49768d725df8f1bf134d/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cb10d0>
2026-03-26 22:46:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b349ff55-7466-590b-bffd-73237a1ae400/b349ff55-7466-590b-bffd-73237a1ae400_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252F33bb4cf5d1084472a2bc6e8d869f8614%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/33bb4cf5d1084472a2bc6e8d869f8614/images/large/7.jpg saved to cache
2026-03-26 22:46:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item b349ff55-7466-590b-bffd-73237a1ae400
2026-03-26 22:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2aa%252F38f37bdafc5046809f180038daac16aa%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2aa/38f37bdafc5046809f180038daac16aa/images/large/8.jpg not downloaded yet
2026-03-26 22:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2aa%252F38f37bdafc5046809f180038daac16aa%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2aa/38f37bdafc5046809f180038daac16aa/images/large/9.jpg not downloaded yet
2026-03-26 22:46:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bl/33bb4cf5d1084472a2bc6e8d869f8614/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bl/33bb4cf5d1084472a2bc6e8d869f8614/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2aa%252F38f37bdafc5046809f180038daac16aa%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2aa/38f37bdafc5046809f180038daac16aa/images/large/10.jpg not downloaded yet
2026-03-26 22:46:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7427cd0>
2026-03-26 22:46:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9a03492f-3c74-5a66-9455-28bf6cc089f5/9a03492f-3c74-5a66-9455-28bf6cc089f5_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F229355a0a9ec49768d725df8f1bf134d%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/229355a0a9ec49768d725df8f1bf134d/images/large/3.jpg saved to cache
2026-03-26 22:46:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 9a03492f-3c74-5a66-9455-28bf6cc089f5
2026-03-26 22:46:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e113d0>
2026-03-26 22:46:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9a03492f-3c74-5a66-9455-28bf6cc089f5/9a03492f-3c74-5a66-9455-28bf6cc089f5_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F229355a0a9ec49768d725df8f1bf134d%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/229355a0a9ec49768d725df8f1bf134d/images/large/4.jpg saved to cache
2026-03-26 22:46:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 9a03492f-3c74-5a66-9455-28bf6cc089f5
2026-03-26 22:46:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bl/33bb4cf5d1084472a2bc6e8d869f8614/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:18 [ayvens.be] INFO: Found listing with ID: 1986060
2026-03-26 22:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986060%27 HTTP/1.1" 200 None
2026-03-26 22:46:18 [ayvens.be] INFO: Scrape type for 1986060: 1
2026-03-26 22:46:18 [ayvens.be] INFO: Extracting data for car ID: 1986060
2026-03-26 22:46:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a3e5ac1e-7a7e-554b-b75c-63b3f5a59935 with identifier: 1986060
2026-03-26 22:46:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a3e5ac1e-7a7e-554b-b75c-63b3f5a59935 with scrape type 1
2026-03-26 22:46:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item a3e5ac1e-7a7e-554b-b75c-63b3f5a59935
2026-03-26 22:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ac%252F6a069b24116e4224a8830ae208926fb6%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ac/6a069b24116e4224a8830ae208926fb6/images/large/1.jpg not downloaded yet
2026-03-26 22:46:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c779d0>
2026-03-26 22:46:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9a03492f-3c74-5a66-9455-28bf6cc089f5/9a03492f-3c74-5a66-9455-28bf6cc089f5_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F229355a0a9ec49768d725df8f1bf134d%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/229355a0a9ec49768d725df8f1bf134d/images/large/2.jpg saved to cache
2026-03-26 22:46:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 9a03492f-3c74-5a66-9455-28bf6cc089f5
2026-03-26 22:46:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b782e5d0>
2026-03-26 22:46:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9a03492f-3c74-5a66-9455-28bf6cc089f5/9a03492f-3c74-5a66-9455-28bf6cc089f5_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F229355a0a9ec49768d725df8f1bf134d%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/229355a0a9ec49768d725df8f1bf134d/images/large/1.jpg saved to cache
2026-03-26 22:46:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 9a03492f-3c74-5a66-9455-28bf6cc089f5
2026-03-26 22:46:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ab/229355a0a9ec49768d725df8f1bf134d/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ab/229355a0a9ec49768d725df8f1bf134d/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ac%252F6a069b24116e4224a8830ae208926fb6%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ac/6a069b24116e4224a8830ae208926fb6/images/large/2.jpg not downloaded yet
2026-03-26 22:46:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7ccf010>
2026-03-26 22:46:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b349ff55-7466-590b-bffd-73237a1ae400/b349ff55-7466-590b-bffd-73237a1ae400_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252F33bb4cf5d1084472a2bc6e8d869f8614%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/33bb4cf5d1084472a2bc6e8d869f8614/images/large/9.jpg saved to cache
2026-03-26 22:46:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item b349ff55-7466-590b-bffd-73237a1ae400
2026-03-26 22:46:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b777a090>
2026-03-26 22:46:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b349ff55-7466-590b-bffd-73237a1ae400/b349ff55-7466-590b-bffd-73237a1ae400_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252F33bb4cf5d1084472a2bc6e8d869f8614%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/33bb4cf5d1084472a2bc6e8d869f8614/images/large/10.jpg saved to cache
2026-03-26 22:46:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item b349ff55-7466-590b-bffd-73237a1ae400
2026-03-26 22:46:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79f0350>
2026-03-26 22:46:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b349ff55-7466-590b-bffd-73237a1ae400/b349ff55-7466-590b-bffd-73237a1ae400_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252F33bb4cf5d1084472a2bc6e8d869f8614%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/33bb4cf5d1084472a2bc6e8d869f8614/images/large/8.jpg saved to cache
2026-03-26 22:46:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item b349ff55-7466-590b-bffd-73237a1ae400
2026-03-26 22:46:19 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b349ff55-7466-590b-bffd-73237a1ae400, skipping ID generation
2026-03-26 22:46:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b349ff55-7466-590b-bffd-73237a1ae400 with scrape type 1
2026-03-26 22:46:19 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b349ff55-7466-590b-bffd-73237a1ae400 sending to next pipeline
2026-03-26 22:46:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: b349ff55-7466-590b-bffd-73237a1ae400, identifier: 1986057
2026-03-26 22:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ac%252F6a069b24116e4224a8830ae208926fb6%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ac/6a069b24116e4224a8830ae208926fb6/images/large/3.jpg not downloaded yet
2026-03-26 22:46:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: b349ff55-7466-590b-bffd-73237a1ae400 with identifier: 1986057
2026-03-26 22:46:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: b349ff55-7466-590b-bffd-73237a1ae400 with identifier: 1986057
2026-03-26 22:46:19 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: b349ff55-7466-590b-bffd-73237a1ae400 with identifier: 1986057 to the API
2026-03-26 22:46:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:46:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:46:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bl/33bb4cf5d1084472a2bc6e8d869f8614/images/large/8.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'diesel',
'id': 'b349ff55-7466-590b-bffd-73237a1ae400',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '1 SERIES HATCH',
'odometer': 108100,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 22,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b349ff55-7466-590b-bffd-73237a1ae400/b349ff55-7466-590b-bffd-73237a1ae400_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 698510,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bl/33bb4cf5d1084472a2bc6e8d869f8614/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b349ff55-7466-590b-bffd-73237a1ae400/b349ff55-7466-590b-bffd-73237a1ae400_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 727218,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bl/33bb4cf5d1084472a2bc6e8d869f8614/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b349ff55-7466-590b-bffd-73237a1ae400/b349ff55-7466-590b-bffd-73237a1ae400_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 707100,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bl/33bb4cf5d1084472a2bc6e8d869f8614/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b349ff55-7466-590b-bffd-73237a1ae400/b349ff55-7466-590b-bffd-73237a1ae400_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 720354,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bl/33bb4cf5d1084472a2bc6e8d869f8614/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b349ff55-7466-590b-bffd-73237a1ae400/b349ff55-7466-590b-bffd-73237a1ae400_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 692289,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bl/33bb4cf5d1084472a2bc6e8d869f8614/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b349ff55-7466-590b-bffd-73237a1ae400/b349ff55-7466-590b-bffd-73237a1ae400_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 752409,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bl/33bb4cf5d1084472a2bc6e8d869f8614/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b349ff55-7466-590b-bffd-73237a1ae400/b349ff55-7466-590b-bffd-73237a1ae400_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 626303,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bl/33bb4cf5d1084472a2bc6e8d869f8614/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b349ff55-7466-590b-bffd-73237a1ae400/b349ff55-7466-590b-bffd-73237a1ae400_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 858959,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bl/33bb4cf5d1084472a2bc6e8d869f8614/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b349ff55-7466-590b-bffd-73237a1ae400/b349ff55-7466-590b-bffd-73237a1ae400_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 883598,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bl/33bb4cf5d1084472a2bc6e8d869f8614/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b349ff55-7466-590b-bffd-73237a1ae400/b349ff55-7466-590b-bffd-73237a1ae400_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 883598,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bl/33bb4cf5d1084472a2bc6e8d869f8614/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-04',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 1 SERIES HATCH 1.5 116D (85KW)',
'transmission': 'manual',
'trim': '1.5 116D (85KW)',
'vin': None,
'year': 2022}
2026-03-26 22:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986057%27 HTTP/1.1" 200 None
2026-03-26 22:46:19 [ayvens.be] INFO: Saving data for 1986057: {'created_time': 1774565179.857056, 'last_price_update_time': 1774565179.857065, 'auction_closing_time': 1775028600.0}
2026-03-26 22:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986057') HTTP/1.1" 204 0
2026-03-26 22:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ac%252F6a069b24116e4224a8830ae208926fb6%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ac/6a069b24116e4224a8830ae208926fb6/images/large/4.jpg not downloaded yet
2026-03-26 22:46:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6defa50>
2026-03-26 22:46:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9a03492f-3c74-5a66-9455-28bf6cc089f5/9a03492f-3c74-5a66-9455-28bf6cc089f5_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F229355a0a9ec49768d725df8f1bf134d%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/229355a0a9ec49768d725df8f1bf134d/images/large/6.jpg saved to cache
2026-03-26 22:46:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 9a03492f-3c74-5a66-9455-28bf6cc089f5
2026-03-26 22:46:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7453990>
2026-03-26 22:46:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9a03492f-3c74-5a66-9455-28bf6cc089f5/9a03492f-3c74-5a66-9455-28bf6cc089f5_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F229355a0a9ec49768d725df8f1bf134d%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/229355a0a9ec49768d725df8f1bf134d/images/large/5.jpg saved to cache
2026-03-26 22:46:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 9a03492f-3c74-5a66-9455-28bf6cc089f5
2026-03-26 22:46:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ab/229355a0a9ec49768d725df8f1bf134d/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ab/229355a0a9ec49768d725df8f1bf134d/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2aa/38f37bdafc5046809f180038daac16aa/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ac%252F6a069b24116e4224a8830ae208926fb6%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ac/6a069b24116e4224a8830ae208926fb6/images/large/5.jpg not downloaded yet
2026-03-26 22:46:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ab/229355a0a9ec49768d725df8f1bf134d/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ab/229355a0a9ec49768d725df8f1bf134d/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2aa/38f37bdafc5046809f180038daac16aa/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ac%252F6a069b24116e4224a8830ae208926fb6%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ac/6a069b24116e4224a8830ae208926fb6/images/large/6.jpg not downloaded yet
2026-03-26 22:46:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2aa/38f37bdafc5046809f180038daac16aa/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2aa/38f37bdafc5046809f180038daac16aa/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ac%252F6a069b24116e4224a8830ae208926fb6%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ac/6a069b24116e4224a8830ae208926fb6/images/large/7.jpg not downloaded yet
2026-03-26 22:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ac%252F6a069b24116e4224a8830ae208926fb6%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ac/6a069b24116e4224a8830ae208926fb6/images/large/8.jpg not downloaded yet
2026-03-26 22:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ac%252F6a069b24116e4224a8830ae208926fb6%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ac/6a069b24116e4224a8830ae208926fb6/images/large/9.jpg not downloaded yet
2026-03-26 22:46:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74dfcd0>
2026-03-26 22:46:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9a03492f-3c74-5a66-9455-28bf6cc089f5/9a03492f-3c74-5a66-9455-28bf6cc089f5_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F229355a0a9ec49768d725df8f1bf134d%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/229355a0a9ec49768d725df8f1bf134d/images/large/7.jpg saved to cache
2026-03-26 22:46:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 9a03492f-3c74-5a66-9455-28bf6cc089f5
2026-03-26 22:46:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77ea110>
2026-03-26 22:46:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9a03492f-3c74-5a66-9455-28bf6cc089f5/9a03492f-3c74-5a66-9455-28bf6cc089f5_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F229355a0a9ec49768d725df8f1bf134d%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/229355a0a9ec49768d725df8f1bf134d/images/large/9.jpg saved to cache
2026-03-26 22:46:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 9a03492f-3c74-5a66-9455-28bf6cc089f5
2026-03-26 22:46:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7768090>
2026-03-26 22:46:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6a197201-09a4-5914-9db7-b1acd397848f/6a197201-09a4-5914-9db7-b1acd397848f_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2aa%252F38f37bdafc5046809f180038daac16aa%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2aa/38f37bdafc5046809f180038daac16aa/images/large/1.jpg saved to cache
2026-03-26 22:46:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 6a197201-09a4-5914-9db7-b1acd397848f
2026-03-26 22:46:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7725410>
2026-03-26 22:46:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9a03492f-3c74-5a66-9455-28bf6cc089f5/9a03492f-3c74-5a66-9455-28bf6cc089f5_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F229355a0a9ec49768d725df8f1bf134d%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/229355a0a9ec49768d725df8f1bf134d/images/large/8.jpg saved to cache
2026-03-26 22:46:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 9a03492f-3c74-5a66-9455-28bf6cc089f5
2026-03-26 22:46:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77cbf50>
2026-03-26 22:46:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9a03492f-3c74-5a66-9455-28bf6cc089f5/9a03492f-3c74-5a66-9455-28bf6cc089f5_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F229355a0a9ec49768d725df8f1bf134d%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/229355a0a9ec49768d725df8f1bf134d/images/large/10.jpg saved to cache
2026-03-26 22:46:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 9a03492f-3c74-5a66-9455-28bf6cc089f5
2026-03-26 22:46:20 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9a03492f-3c74-5a66-9455-28bf6cc089f5, skipping ID generation
2026-03-26 22:46:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a03492f-3c74-5a66-9455-28bf6cc089f5 with scrape type 1
2026-03-26 22:46:20 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9a03492f-3c74-5a66-9455-28bf6cc089f5 sending to next pipeline
2026-03-26 22:46:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 9a03492f-3c74-5a66-9455-28bf6cc089f5, identifier: 1986058
2026-03-26 22:46:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77c9550>
2026-03-26 22:46:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6a197201-09a4-5914-9db7-b1acd397848f/6a197201-09a4-5914-9db7-b1acd397848f_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2aa%252F38f37bdafc5046809f180038daac16aa%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2aa/38f37bdafc5046809f180038daac16aa/images/large/5.jpg saved to cache
2026-03-26 22:46:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 6a197201-09a4-5914-9db7-b1acd397848f
2026-03-26 22:46:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7410090>
2026-03-26 22:46:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6a197201-09a4-5914-9db7-b1acd397848f/6a197201-09a4-5914-9db7-b1acd397848f_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2aa%252F38f37bdafc5046809f180038daac16aa%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2aa/38f37bdafc5046809f180038daac16aa/images/large/4.jpg saved to cache
2026-03-26 22:46:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 6a197201-09a4-5914-9db7-b1acd397848f
2026-03-26 22:46:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7727110>
2026-03-26 22:46:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6a197201-09a4-5914-9db7-b1acd397848f/6a197201-09a4-5914-9db7-b1acd397848f_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2aa%252F38f37bdafc5046809f180038daac16aa%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2aa/38f37bdafc5046809f180038daac16aa/images/large/2.jpg saved to cache
2026-03-26 22:46:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 6a197201-09a4-5914-9db7-b1acd397848f
2026-03-26 22:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ac%252F6a069b24116e4224a8830ae208926fb6%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ac/6a069b24116e4224a8830ae208926fb6/images/large/10.jpg not downloaded yet
2026-03-26 22:46:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 9a03492f-3c74-5a66-9455-28bf6cc089f5 with identifier: 1986058
2026-03-26 22:46:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 9a03492f-3c74-5a66-9455-28bf6cc089f5 with identifier: 1986058
2026-03-26 22:46:21 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 9a03492f-3c74-5a66-9455-28bf6cc089f5 with identifier: 1986058 to the API
2026-03-26 22:46:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:46:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:46:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2ab/229355a0a9ec49768d725df8f1bf134d/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 4,
'engine': '',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'electric',
'id': '9a03492f-3c74-5a66-9455-28bf6cc089f5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'TESLA',
'model': 'MODEL 3',
'odometer': 53759,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 18,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9a03492f-3c74-5a66-9455-28bf6cc089f5/9a03492f-3c74-5a66-9455-28bf6cc089f5_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 622163,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ab/229355a0a9ec49768d725df8f1bf134d/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9a03492f-3c74-5a66-9455-28bf6cc089f5/9a03492f-3c74-5a66-9455-28bf6cc089f5_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 600834,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ab/229355a0a9ec49768d725df8f1bf134d/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9a03492f-3c74-5a66-9455-28bf6cc089f5/9a03492f-3c74-5a66-9455-28bf6cc089f5_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 595427,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ab/229355a0a9ec49768d725df8f1bf134d/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9a03492f-3c74-5a66-9455-28bf6cc089f5/9a03492f-3c74-5a66-9455-28bf6cc089f5_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 519306,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ab/229355a0a9ec49768d725df8f1bf134d/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9a03492f-3c74-5a66-9455-28bf6cc089f5/9a03492f-3c74-5a66-9455-28bf6cc089f5_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 467084,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ab/229355a0a9ec49768d725df8f1bf134d/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9a03492f-3c74-5a66-9455-28bf6cc089f5/9a03492f-3c74-5a66-9455-28bf6cc089f5_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 495678,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ab/229355a0a9ec49768d725df8f1bf134d/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9a03492f-3c74-5a66-9455-28bf6cc089f5/9a03492f-3c74-5a66-9455-28bf6cc089f5_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 473110,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ab/229355a0a9ec49768d725df8f1bf134d/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9a03492f-3c74-5a66-9455-28bf6cc089f5/9a03492f-3c74-5a66-9455-28bf6cc089f5_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 632658,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ab/229355a0a9ec49768d725df8f1bf134d/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9a03492f-3c74-5a66-9455-28bf6cc089f5/9a03492f-3c74-5a66-9455-28bf6cc089f5_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 473092,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ab/229355a0a9ec49768d725df8f1bf134d/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9a03492f-3c74-5a66-9455-28bf6cc089f5/9a03492f-3c74-5a66-9455-28bf6cc089f5_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 560257,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ab/229355a0a9ec49768d725df8f1bf134d/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-11',
'seats_number': 5,
'seller_name': None,
'title': 'TESLA MODEL 3 BEV 50KWH STANDARD RWD PLUS AUTO',
'transmission': 'automatic',
'trim': 'BEV 50KWH STANDARD RWD PLUS AUTO',
'vin': None,
'year': 2021}
2026-03-26 22:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986058%27 HTTP/1.1" 200 None
2026-03-26 22:46:21 [ayvens.be] INFO: Saving data for 1986058: {'created_time': 1774565181.371903, 'last_price_update_time': 1774565181.371914, 'auction_closing_time': 1775028600.0}
2026-03-26 22:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986058') HTTP/1.1" 204 0
2026-03-26 22:46:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2aa/38f37bdafc5046809f180038daac16aa/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:21 [ayvens.be] INFO: Found listing with ID: 1986061
2026-03-26 22:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986061%27 HTTP/1.1" 200 None
2026-03-26 22:46:21 [ayvens.be] INFO: Scrape type for 1986061: 1
2026-03-26 22:46:21 [ayvens.be] INFO: Extracting data for car ID: 1986061
2026-03-26 22:46:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee42f577-0ba2-553b-8bfb-a6c2fba8c938 with identifier: 1986061
2026-03-26 22:46:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee42f577-0ba2-553b-8bfb-a6c2fba8c938 with scrape type 1
2026-03-26 22:46:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item ee42f577-0ba2-553b-8bfb-a6c2fba8c938
2026-03-26 22:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2an%252F3cbf7e66f1f44d54b014615130fd43e9%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2an/3cbf7e66f1f44d54b014615130fd43e9/images/large/1.jpg not downloaded yet
2026-03-26 22:46:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2aa/38f37bdafc5046809f180038daac16aa/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2an%252F3cbf7e66f1f44d54b014615130fd43e9%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2an/3cbf7e66f1f44d54b014615130fd43e9/images/large/2.jpg not downloaded yet
2026-03-26 22:46:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2aa/38f37bdafc5046809f180038daac16aa/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2aa/38f37bdafc5046809f180038daac16aa/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ac/6a069b24116e4224a8830ae208926fb6/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2an%252F3cbf7e66f1f44d54b014615130fd43e9%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2an/3cbf7e66f1f44d54b014615130fd43e9/images/large/3.jpg not downloaded yet
2026-03-26 22:46:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2aa/38f37bdafc5046809f180038daac16aa/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ac/6a069b24116e4224a8830ae208926fb6/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2an%252F3cbf7e66f1f44d54b014615130fd43e9%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2an/3cbf7e66f1f44d54b014615130fd43e9/images/large/4.jpg not downloaded yet
2026-03-26 22:46:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7925d90>
2026-03-26 22:46:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6a197201-09a4-5914-9db7-b1acd397848f/6a197201-09a4-5914-9db7-b1acd397848f_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2aa%252F38f37bdafc5046809f180038daac16aa%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2aa/38f37bdafc5046809f180038daac16aa/images/large/10.jpg saved to cache
2026-03-26 22:46:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 6a197201-09a4-5914-9db7-b1acd397848f
2026-03-26 22:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2an%252F3cbf7e66f1f44d54b014615130fd43e9%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2an/3cbf7e66f1f44d54b014615130fd43e9/images/large/5.jpg not downloaded yet
2026-03-26 22:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2an%252F3cbf7e66f1f44d54b014615130fd43e9%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2an/3cbf7e66f1f44d54b014615130fd43e9/images/large/6.jpg not downloaded yet
2026-03-26 22:46:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7571fd0>
2026-03-26 22:46:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6a197201-09a4-5914-9db7-b1acd397848f/6a197201-09a4-5914-9db7-b1acd397848f_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2aa%252F38f37bdafc5046809f180038daac16aa%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2aa/38f37bdafc5046809f180038daac16aa/images/large/7.jpg saved to cache
2026-03-26 22:46:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 6a197201-09a4-5914-9db7-b1acd397848f
2026-03-26 22:46:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cc8a10>
2026-03-26 22:46:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6a197201-09a4-5914-9db7-b1acd397848f/6a197201-09a4-5914-9db7-b1acd397848f_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2aa%252F38f37bdafc5046809f180038daac16aa%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2aa/38f37bdafc5046809f180038daac16aa/images/large/9.jpg saved to cache
2026-03-26 22:46:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 6a197201-09a4-5914-9db7-b1acd397848f
2026-03-26 22:46:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b725cb90>
2026-03-26 22:46:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6a197201-09a4-5914-9db7-b1acd397848f/6a197201-09a4-5914-9db7-b1acd397848f_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2aa%252F38f37bdafc5046809f180038daac16aa%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2aa/38f37bdafc5046809f180038daac16aa/images/large/6.jpg saved to cache
2026-03-26 22:46:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 6a197201-09a4-5914-9db7-b1acd397848f
2026-03-26 22:46:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b782f650>
2026-03-26 22:46:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a3e5ac1e-7a7e-554b-b75c-63b3f5a59935/a3e5ac1e-7a7e-554b-b75c-63b3f5a59935_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ac%252F6a069b24116e4224a8830ae208926fb6%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ac/6a069b24116e4224a8830ae208926fb6/images/large/1.jpg saved to cache
2026-03-26 22:46:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item a3e5ac1e-7a7e-554b-b75c-63b3f5a59935
2026-03-26 22:46:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7648410>
2026-03-26 22:46:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6a197201-09a4-5914-9db7-b1acd397848f/6a197201-09a4-5914-9db7-b1acd397848f_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2aa%252F38f37bdafc5046809f180038daac16aa%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2aa/38f37bdafc5046809f180038daac16aa/images/large/3.jpg saved to cache
2026-03-26 22:46:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 6a197201-09a4-5914-9db7-b1acd397848f
2026-03-26 22:46:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b75722d0>
2026-03-26 22:46:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a3e5ac1e-7a7e-554b-b75c-63b3f5a59935/a3e5ac1e-7a7e-554b-b75c-63b3f5a59935_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ac%252F6a069b24116e4224a8830ae208926fb6%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ac/6a069b24116e4224a8830ae208926fb6/images/large/2.jpg saved to cache
2026-03-26 22:46:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item a3e5ac1e-7a7e-554b-b75c-63b3f5a59935
2026-03-26 22:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2an%252F3cbf7e66f1f44d54b014615130fd43e9%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2an/3cbf7e66f1f44d54b014615130fd43e9/images/large/7.jpg not downloaded yet
2026-03-26 22:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2an%252F3cbf7e66f1f44d54b014615130fd43e9%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2an/3cbf7e66f1f44d54b014615130fd43e9/images/large/8.jpg not downloaded yet
2026-03-26 22:46:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ac/6a069b24116e4224a8830ae208926fb6/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2an%252F3cbf7e66f1f44d54b014615130fd43e9%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2an/3cbf7e66f1f44d54b014615130fd43e9/images/large/9.jpg not downloaded yet
2026-03-26 22:46:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ac/6a069b24116e4224a8830ae208926fb6/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ac/6a069b24116e4224a8830ae208926fb6/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ac/6a069b24116e4224a8830ae208926fb6/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ac/6a069b24116e4224a8830ae208926fb6/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2an%252F3cbf7e66f1f44d54b014615130fd43e9%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2an/3cbf7e66f1f44d54b014615130fd43e9/images/large/10.jpg not downloaded yet
2026-03-26 22:46:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ac/6a069b24116e4224a8830ae208926fb6/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ac/6a069b24116e4224a8830ae208926fb6/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:22 [ayvens.be] INFO: Found listing with ID: 1986062
2026-03-26 22:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986062%27 HTTP/1.1" 200 None
2026-03-26 22:46:22 [ayvens.be] INFO: Scrape type for 1986062: 1
2026-03-26 22:46:22 [ayvens.be] INFO: Extracting data for car ID: 1986062
2026-03-26 22:46:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a8bce15d-0997-5ef0-a16b-be412ce756f4 with identifier: 1986062
2026-03-26 22:46:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a8bce15d-0997-5ef0-a16b-be412ce756f4 with scrape type 1
2026-03-26 22:46:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item a8bce15d-0997-5ef0-a16b-be412ce756f4
2026-03-26 22:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wr%252Faa13ca66598b4635810c47ecb6c0fcf3%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wr/aa13ca66598b4635810c47ecb6c0fcf3/images/large/1.jpg not downloaded yet
2026-03-26 22:46:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2aa/38f37bdafc5046809f180038daac16aa/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wr%252Faa13ca66598b4635810c47ecb6c0fcf3%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wr/aa13ca66598b4635810c47ecb6c0fcf3/images/large/2.jpg not downloaded yet
2026-03-26 22:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wr%252Faa13ca66598b4635810c47ecb6c0fcf3%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wr/aa13ca66598b4635810c47ecb6c0fcf3/images/large/3.jpg not downloaded yet
2026-03-26 22:46:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e1e790>
2026-03-26 22:46:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a3e5ac1e-7a7e-554b-b75c-63b3f5a59935/a3e5ac1e-7a7e-554b-b75c-63b3f5a59935_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ac%252F6a069b24116e4224a8830ae208926fb6%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ac/6a069b24116e4224a8830ae208926fb6/images/large/7.jpg saved to cache
2026-03-26 22:46:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item a3e5ac1e-7a7e-554b-b75c-63b3f5a59935
2026-03-26 22:46:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76886d0>
2026-03-26 22:46:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a3e5ac1e-7a7e-554b-b75c-63b3f5a59935/a3e5ac1e-7a7e-554b-b75c-63b3f5a59935_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ac%252F6a069b24116e4224a8830ae208926fb6%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ac/6a069b24116e4224a8830ae208926fb6/images/large/4.jpg saved to cache
2026-03-26 22:46:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item a3e5ac1e-7a7e-554b-b75c-63b3f5a59935
2026-03-26 22:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wr%252Faa13ca66598b4635810c47ecb6c0fcf3%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wr/aa13ca66598b4635810c47ecb6c0fcf3/images/large/4.jpg not downloaded yet
2026-03-26 22:46:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ac/6a069b24116e4224a8830ae208926fb6/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79dcbd0>
2026-03-26 22:46:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a3e5ac1e-7a7e-554b-b75c-63b3f5a59935/a3e5ac1e-7a7e-554b-b75c-63b3f5a59935_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ac%252F6a069b24116e4224a8830ae208926fb6%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ac/6a069b24116e4224a8830ae208926fb6/images/large/5.jpg saved to cache
2026-03-26 22:46:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item a3e5ac1e-7a7e-554b-b75c-63b3f5a59935
2026-03-26 22:46:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd0d3c10>
2026-03-26 22:46:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a3e5ac1e-7a7e-554b-b75c-63b3f5a59935/a3e5ac1e-7a7e-554b-b75c-63b3f5a59935_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ac%252F6a069b24116e4224a8830ae208926fb6%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ac/6a069b24116e4224a8830ae208926fb6/images/large/9.jpg saved to cache
2026-03-26 22:46:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item a3e5ac1e-7a7e-554b-b75c-63b3f5a59935
2026-03-26 22:46:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e35410>
2026-03-26 22:46:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a3e5ac1e-7a7e-554b-b75c-63b3f5a59935/a3e5ac1e-7a7e-554b-b75c-63b3f5a59935_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ac%252F6a069b24116e4224a8830ae208926fb6%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ac/6a069b24116e4224a8830ae208926fb6/images/large/8.jpg saved to cache
2026-03-26 22:46:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item a3e5ac1e-7a7e-554b-b75c-63b3f5a59935
2026-03-26 22:46:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7405850>
2026-03-26 22:46:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a3e5ac1e-7a7e-554b-b75c-63b3f5a59935/a3e5ac1e-7a7e-554b-b75c-63b3f5a59935_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ac%252F6a069b24116e4224a8830ae208926fb6%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ac/6a069b24116e4224a8830ae208926fb6/images/large/3.jpg saved to cache
2026-03-26 22:46:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item a3e5ac1e-7a7e-554b-b75c-63b3f5a59935
2026-03-26 22:46:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7ccc690>
2026-03-26 22:46:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a3e5ac1e-7a7e-554b-b75c-63b3f5a59935/a3e5ac1e-7a7e-554b-b75c-63b3f5a59935_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ac%252F6a069b24116e4224a8830ae208926fb6%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ac/6a069b24116e4224a8830ae208926fb6/images/large/6.jpg saved to cache
2026-03-26 22:46:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item a3e5ac1e-7a7e-554b-b75c-63b3f5a59935
2026-03-26 22:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wr%252Faa13ca66598b4635810c47ecb6c0fcf3%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wr/aa13ca66598b4635810c47ecb6c0fcf3/images/large/5.jpg not downloaded yet
2026-03-26 22:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wr%252Faa13ca66598b4635810c47ecb6c0fcf3%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wr/aa13ca66598b4635810c47ecb6c0fcf3/images/large/6.jpg not downloaded yet
2026-03-26 22:46:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7458810>
2026-03-26 22:46:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6a197201-09a4-5914-9db7-b1acd397848f/6a197201-09a4-5914-9db7-b1acd397848f_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2aa%252F38f37bdafc5046809f180038daac16aa%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2aa/38f37bdafc5046809f180038daac16aa/images/large/8.jpg saved to cache
2026-03-26 22:46:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 6a197201-09a4-5914-9db7-b1acd397848f
2026-03-26 22:46:23 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6a197201-09a4-5914-9db7-b1acd397848f, skipping ID generation
2026-03-26 22:46:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6a197201-09a4-5914-9db7-b1acd397848f with scrape type 1
2026-03-26 22:46:23 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6a197201-09a4-5914-9db7-b1acd397848f sending to next pipeline
2026-03-26 22:46:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 6a197201-09a4-5914-9db7-b1acd397848f, identifier: 1986059
2026-03-26 22:46:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6df2550>
2026-03-26 22:46:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a3e5ac1e-7a7e-554b-b75c-63b3f5a59935/a3e5ac1e-7a7e-554b-b75c-63b3f5a59935_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ac%252F6a069b24116e4224a8830ae208926fb6%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ac/6a069b24116e4224a8830ae208926fb6/images/large/10.jpg saved to cache
2026-03-26 22:46:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item a3e5ac1e-7a7e-554b-b75c-63b3f5a59935
2026-03-26 22:46:23 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a3e5ac1e-7a7e-554b-b75c-63b3f5a59935, skipping ID generation
2026-03-26 22:46:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a3e5ac1e-7a7e-554b-b75c-63b3f5a59935 with scrape type 1
2026-03-26 22:46:23 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a3e5ac1e-7a7e-554b-b75c-63b3f5a59935 sending to next pipeline
2026-03-26 22:46:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: a3e5ac1e-7a7e-554b-b75c-63b3f5a59935, identifier: 1986060
2026-03-26 22:46:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2an/3cbf7e66f1f44d54b014615130fd43e9/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2an/3cbf7e66f1f44d54b014615130fd43e9/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 6a197201-09a4-5914-9db7-b1acd397848f with identifier: 1986059
2026-03-26 22:46:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 6a197201-09a4-5914-9db7-b1acd397848f with identifier: 1986059
2026-03-26 22:46:23 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 6a197201-09a4-5914-9db7-b1acd397848f with identifier: 1986059 to the API
2026-03-26 22:46:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:46:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:46:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2aa/38f37bdafc5046809f180038daac16aa/images/large/8.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'diesel',
'id': '6a197201-09a4-5914-9db7-b1acd397848f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'X1',
'odometer': 107928,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 14,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6a197201-09a4-5914-9db7-b1acd397848f/6a197201-09a4-5914-9db7-b1acd397848f_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 421340,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2aa/38f37bdafc5046809f180038daac16aa/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6a197201-09a4-5914-9db7-b1acd397848f/6a197201-09a4-5914-9db7-b1acd397848f_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 500283,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2aa/38f37bdafc5046809f180038daac16aa/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6a197201-09a4-5914-9db7-b1acd397848f/6a197201-09a4-5914-9db7-b1acd397848f_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 476817,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2aa/38f37bdafc5046809f180038daac16aa/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6a197201-09a4-5914-9db7-b1acd397848f/6a197201-09a4-5914-9db7-b1acd397848f_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 496482,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2aa/38f37bdafc5046809f180038daac16aa/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6a197201-09a4-5914-9db7-b1acd397848f/6a197201-09a4-5914-9db7-b1acd397848f_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 347735,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2aa/38f37bdafc5046809f180038daac16aa/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6a197201-09a4-5914-9db7-b1acd397848f/6a197201-09a4-5914-9db7-b1acd397848f_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 365683,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2aa/38f37bdafc5046809f180038daac16aa/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6a197201-09a4-5914-9db7-b1acd397848f/6a197201-09a4-5914-9db7-b1acd397848f_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 430440,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2aa/38f37bdafc5046809f180038daac16aa/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6a197201-09a4-5914-9db7-b1acd397848f/6a197201-09a4-5914-9db7-b1acd397848f_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 427192,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2aa/38f37bdafc5046809f180038daac16aa/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6a197201-09a4-5914-9db7-b1acd397848f/6a197201-09a4-5914-9db7-b1acd397848f_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 331027,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2aa/38f37bdafc5046809f180038daac16aa/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6a197201-09a4-5914-9db7-b1acd397848f/6a197201-09a4-5914-9db7-b1acd397848f_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 323500,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2aa/38f37bdafc5046809f180038daac16aa/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 2.0 SDRIVE18D (100KW)',
'transmission': 'manual',
'trim': '2.0 SDRIVE18D (100KW)',
'vin': None,
'year': 2021}
2026-03-26 22:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986059%27 HTTP/1.1" 200 None
2026-03-26 22:46:23 [ayvens.be] INFO: Saving data for 1986059: {'created_time': 1774565183.88021, 'last_price_update_time': 1774565183.88022, 'auction_closing_time': 1775028600.0}
2026-03-26 22:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986059') HTTP/1.1" 204 0
2026-03-26 22:46:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: a3e5ac1e-7a7e-554b-b75c-63b3f5a59935 with identifier: 1986060
2026-03-26 22:46:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: a3e5ac1e-7a7e-554b-b75c-63b3f5a59935 with identifier: 1986060
2026-03-26 22:46:23 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: a3e5ac1e-7a7e-554b-b75c-63b3f5a59935 with identifier: 1986060 to the API
2026-03-26 22:46:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:46:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:46:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2ac/6a069b24116e4224a8830ae208926fb6/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'petrol',
'id': 'a3e5ac1e-7a7e-554b-b75c-63b3f5a59935',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '1 SERIES HATCH',
'odometer': 57131,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 14,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a3e5ac1e-7a7e-554b-b75c-63b3f5a59935/a3e5ac1e-7a7e-554b-b75c-63b3f5a59935_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 537799,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ac/6a069b24116e4224a8830ae208926fb6/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a3e5ac1e-7a7e-554b-b75c-63b3f5a59935/a3e5ac1e-7a7e-554b-b75c-63b3f5a59935_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 450409,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ac/6a069b24116e4224a8830ae208926fb6/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a3e5ac1e-7a7e-554b-b75c-63b3f5a59935/a3e5ac1e-7a7e-554b-b75c-63b3f5a59935_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 509583,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ac/6a069b24116e4224a8830ae208926fb6/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a3e5ac1e-7a7e-554b-b75c-63b3f5a59935/a3e5ac1e-7a7e-554b-b75c-63b3f5a59935_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 593667,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ac/6a069b24116e4224a8830ae208926fb6/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a3e5ac1e-7a7e-554b-b75c-63b3f5a59935/a3e5ac1e-7a7e-554b-b75c-63b3f5a59935_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 415371,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ac/6a069b24116e4224a8830ae208926fb6/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a3e5ac1e-7a7e-554b-b75c-63b3f5a59935/a3e5ac1e-7a7e-554b-b75c-63b3f5a59935_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 412840,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ac/6a069b24116e4224a8830ae208926fb6/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a3e5ac1e-7a7e-554b-b75c-63b3f5a59935/a3e5ac1e-7a7e-554b-b75c-63b3f5a59935_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 561074,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ac/6a069b24116e4224a8830ae208926fb6/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a3e5ac1e-7a7e-554b-b75c-63b3f5a59935/a3e5ac1e-7a7e-554b-b75c-63b3f5a59935_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 377055,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ac/6a069b24116e4224a8830ae208926fb6/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a3e5ac1e-7a7e-554b-b75c-63b3f5a59935/a3e5ac1e-7a7e-554b-b75c-63b3f5a59935_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 357821,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ac/6a069b24116e4224a8830ae208926fb6/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a3e5ac1e-7a7e-554b-b75c-63b3f5a59935/a3e5ac1e-7a7e-554b-b75c-63b3f5a59935_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 260766,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ac/6a069b24116e4224a8830ae208926fb6/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-15',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 1 SERIES HATCH 1.5 118I (100KW)',
'transmission': 'manual',
'trim': '1.5 118I (100KW)',
'vin': None,
'year': 2021}
2026-03-26 22:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986060%27 HTTP/1.1" 200 None
2026-03-26 22:46:24 [ayvens.be] INFO: Saving data for 1986060: {'created_time': 1774565184.276873, 'last_price_update_time': 1774565184.276883, 'auction_closing_time': 1775028600.0}
2026-03-26 22:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986060') HTTP/1.1" 204 0
2026-03-26 22:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wr%252Faa13ca66598b4635810c47ecb6c0fcf3%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wr/aa13ca66598b4635810c47ecb6c0fcf3/images/large/7.jpg not downloaded yet
2026-03-26 22:46:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2an/3cbf7e66f1f44d54b014615130fd43e9/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2an/3cbf7e66f1f44d54b014615130fd43e9/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wr%252Faa13ca66598b4635810c47ecb6c0fcf3%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wr/aa13ca66598b4635810c47ecb6c0fcf3/images/large/8.jpg not downloaded yet
2026-03-26 22:46:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b72fd510>
2026-03-26 22:46:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ee42f577-0ba2-553b-8bfb-a6c2fba8c938/ee42f577-0ba2-553b-8bfb-a6c2fba8c938_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2an%252F3cbf7e66f1f44d54b014615130fd43e9%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2an/3cbf7e66f1f44d54b014615130fd43e9/images/large/3.jpg saved to cache
2026-03-26 22:46:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item ee42f577-0ba2-553b-8bfb-a6c2fba8c938
2026-03-26 22:46:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7564650>
2026-03-26 22:46:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ee42f577-0ba2-553b-8bfb-a6c2fba8c938/ee42f577-0ba2-553b-8bfb-a6c2fba8c938_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2an%252F3cbf7e66f1f44d54b014615130fd43e9%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2an/3cbf7e66f1f44d54b014615130fd43e9/images/large/4.jpg saved to cache
2026-03-26 22:46:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item ee42f577-0ba2-553b-8bfb-a6c2fba8c938
2026-03-26 22:46:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2an/3cbf7e66f1f44d54b014615130fd43e9/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2an/3cbf7e66f1f44d54b014615130fd43e9/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2an/3cbf7e66f1f44d54b014615130fd43e9/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wr%252Faa13ca66598b4635810c47ecb6c0fcf3%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wr/aa13ca66598b4635810c47ecb6c0fcf3/images/large/9.jpg not downloaded yet
2026-03-26 22:46:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c68110>
2026-03-26 22:46:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ee42f577-0ba2-553b-8bfb-a6c2fba8c938/ee42f577-0ba2-553b-8bfb-a6c2fba8c938_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2an%252F3cbf7e66f1f44d54b014615130fd43e9%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2an/3cbf7e66f1f44d54b014615130fd43e9/images/large/1.jpg saved to cache
2026-03-26 22:46:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item ee42f577-0ba2-553b-8bfb-a6c2fba8c938
2026-03-26 22:46:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76e1210>
2026-03-26 22:46:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ee42f577-0ba2-553b-8bfb-a6c2fba8c938/ee42f577-0ba2-553b-8bfb-a6c2fba8c938_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2an%252F3cbf7e66f1f44d54b014615130fd43e9%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2an/3cbf7e66f1f44d54b014615130fd43e9/images/large/6.jpg saved to cache
2026-03-26 22:46:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item ee42f577-0ba2-553b-8bfb-a6c2fba8c938
2026-03-26 22:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wr%252Faa13ca66598b4635810c47ecb6c0fcf3%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wr/aa13ca66598b4635810c47ecb6c0fcf3/images/large/10.jpg not downloaded yet
2026-03-26 22:46:24 [ayvens.be] INFO: Found listing with ID: 1986063
2026-03-26 22:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986063%27 HTTP/1.1" 200 None
2026-03-26 22:46:24 [ayvens.be] INFO: Scrape type for 1986063: 1
2026-03-26 22:46:24 [ayvens.be] INFO: Extracting data for car ID: 1986063
2026-03-26 22:46:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 54368680-60a6-5d28-a06b-cee42607ebff with identifier: 1986063
2026-03-26 22:46:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 54368680-60a6-5d28-a06b-cee42607ebff with scrape type 1
2026-03-26 22:46:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 54368680-60a6-5d28-a06b-cee42607ebff
2026-03-26 22:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252Ffc8446bbc2a54b868ff39327af630dab%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/fc8446bbc2a54b868ff39327af630dab/images/large/1.jpg not downloaded yet
2026-03-26 22:46:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7648c90>
2026-03-26 22:46:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ee42f577-0ba2-553b-8bfb-a6c2fba8c938/ee42f577-0ba2-553b-8bfb-a6c2fba8c938_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2an%252F3cbf7e66f1f44d54b014615130fd43e9%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2an/3cbf7e66f1f44d54b014615130fd43e9/images/large/7.jpg saved to cache
2026-03-26 22:46:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item ee42f577-0ba2-553b-8bfb-a6c2fba8c938
2026-03-26 22:46:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e29050>
2026-03-26 22:46:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ee42f577-0ba2-553b-8bfb-a6c2fba8c938/ee42f577-0ba2-553b-8bfb-a6c2fba8c938_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2an%252F3cbf7e66f1f44d54b014615130fd43e9%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2an/3cbf7e66f1f44d54b014615130fd43e9/images/large/2.jpg saved to cache
2026-03-26 22:46:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item ee42f577-0ba2-553b-8bfb-a6c2fba8c938
2026-03-26 22:46:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b726b610>
2026-03-26 22:46:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ee42f577-0ba2-553b-8bfb-a6c2fba8c938/ee42f577-0ba2-553b-8bfb-a6c2fba8c938_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2an%252F3cbf7e66f1f44d54b014615130fd43e9%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2an/3cbf7e66f1f44d54b014615130fd43e9/images/large/5.jpg saved to cache
2026-03-26 22:46:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item ee42f577-0ba2-553b-8bfb-a6c2fba8c938
2026-03-26 22:46:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2an/3cbf7e66f1f44d54b014615130fd43e9/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252Ffc8446bbc2a54b868ff39327af630dab%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/fc8446bbc2a54b868ff39327af630dab/images/large/2.jpg not downloaded yet
2026-03-26 22:46:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2an/3cbf7e66f1f44d54b014615130fd43e9/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252Ffc8446bbc2a54b868ff39327af630dab%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/fc8446bbc2a54b868ff39327af630dab/images/large/3.jpg not downloaded yet
2026-03-26 22:46:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2an/3cbf7e66f1f44d54b014615130fd43e9/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252Ffc8446bbc2a54b868ff39327af630dab%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/fc8446bbc2a54b868ff39327af630dab/images/large/4.jpg not downloaded yet
2026-03-26 22:46:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1wr/aa13ca66598b4635810c47ecb6c0fcf3/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252Ffc8446bbc2a54b868ff39327af630dab%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/fc8446bbc2a54b868ff39327af630dab/images/large/5.jpg not downloaded yet
2026-03-26 22:46:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1wr/aa13ca66598b4635810c47ecb6c0fcf3/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252Ffc8446bbc2a54b868ff39327af630dab%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/fc8446bbc2a54b868ff39327af630dab/images/large/6.jpg not downloaded yet
2026-03-26 22:46:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1wr/aa13ca66598b4635810c47ecb6c0fcf3/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1wr/aa13ca66598b4635810c47ecb6c0fcf3/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e01750>
2026-03-26 22:46:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ee42f577-0ba2-553b-8bfb-a6c2fba8c938/ee42f577-0ba2-553b-8bfb-a6c2fba8c938_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2an%252F3cbf7e66f1f44d54b014615130fd43e9%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2an/3cbf7e66f1f44d54b014615130fd43e9/images/large/8.jpg saved to cache
2026-03-26 22:46:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item ee42f577-0ba2-553b-8bfb-a6c2fba8c938
2026-03-26 22:46:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1wr/aa13ca66598b4635810c47ecb6c0fcf3/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252Ffc8446bbc2a54b868ff39327af630dab%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/fc8446bbc2a54b868ff39327af630dab/images/large/7.jpg not downloaded yet
2026-03-26 22:46:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b75a7dd0>
2026-03-26 22:46:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ee42f577-0ba2-553b-8bfb-a6c2fba8c938/ee42f577-0ba2-553b-8bfb-a6c2fba8c938_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2an%252F3cbf7e66f1f44d54b014615130fd43e9%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2an/3cbf7e66f1f44d54b014615130fd43e9/images/large/10.jpg saved to cache
2026-03-26 22:46:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item ee42f577-0ba2-553b-8bfb-a6c2fba8c938
2026-03-26 22:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252Ffc8446bbc2a54b868ff39327af630dab%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/fc8446bbc2a54b868ff39327af630dab/images/large/8.jpg not downloaded yet
2026-03-26 22:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252Ffc8446bbc2a54b868ff39327af630dab%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/fc8446bbc2a54b868ff39327af630dab/images/large/9.jpg not downloaded yet
2026-03-26 22:46:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7452810>
2026-03-26 22:46:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ee42f577-0ba2-553b-8bfb-a6c2fba8c938/ee42f577-0ba2-553b-8bfb-a6c2fba8c938_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2an%252F3cbf7e66f1f44d54b014615130fd43e9%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2an/3cbf7e66f1f44d54b014615130fd43e9/images/large/9.jpg saved to cache
2026-03-26 22:46:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item ee42f577-0ba2-553b-8bfb-a6c2fba8c938
2026-03-26 22:46:25 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ee42f577-0ba2-553b-8bfb-a6c2fba8c938, skipping ID generation
2026-03-26 22:46:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee42f577-0ba2-553b-8bfb-a6c2fba8c938 with scrape type 1
2026-03-26 22:46:25 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ee42f577-0ba2-553b-8bfb-a6c2fba8c938 sending to next pipeline
2026-03-26 22:46:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: ee42f577-0ba2-553b-8bfb-a6c2fba8c938, identifier: 1986061
2026-03-26 22:46:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7290dd0>
2026-03-26 22:46:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a8bce15d-0997-5ef0-a16b-be412ce756f4/a8bce15d-0997-5ef0-a16b-be412ce756f4_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wr%252Faa13ca66598b4635810c47ecb6c0fcf3%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wr/aa13ca66598b4635810c47ecb6c0fcf3/images/large/2.jpg saved to cache
2026-03-26 22:46:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item a8bce15d-0997-5ef0-a16b-be412ce756f4
2026-03-26 22:46:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd9ce550>
2026-03-26 22:46:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a8bce15d-0997-5ef0-a16b-be412ce756f4/a8bce15d-0997-5ef0-a16b-be412ce756f4_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wr%252Faa13ca66598b4635810c47ecb6c0fcf3%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wr/aa13ca66598b4635810c47ecb6c0fcf3/images/large/1.jpg saved to cache
2026-03-26 22:46:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item a8bce15d-0997-5ef0-a16b-be412ce756f4
2026-03-26 22:46:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7b17c90>
2026-03-26 22:46:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a8bce15d-0997-5ef0-a16b-be412ce756f4/a8bce15d-0997-5ef0-a16b-be412ce756f4_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wr%252Faa13ca66598b4635810c47ecb6c0fcf3%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wr/aa13ca66598b4635810c47ecb6c0fcf3/images/large/5.jpg saved to cache
2026-03-26 22:46:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item a8bce15d-0997-5ef0-a16b-be412ce756f4
2026-03-26 22:46:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74bf190>
2026-03-26 22:46:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a8bce15d-0997-5ef0-a16b-be412ce756f4/a8bce15d-0997-5ef0-a16b-be412ce756f4_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wr%252Faa13ca66598b4635810c47ecb6c0fcf3%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wr/aa13ca66598b4635810c47ecb6c0fcf3/images/large/3.jpg saved to cache
2026-03-26 22:46:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item a8bce15d-0997-5ef0-a16b-be412ce756f4
2026-03-26 22:46:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b764a210>
2026-03-26 22:46:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a8bce15d-0997-5ef0-a16b-be412ce756f4/a8bce15d-0997-5ef0-a16b-be412ce756f4_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wr%252Faa13ca66598b4635810c47ecb6c0fcf3%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wr/aa13ca66598b4635810c47ecb6c0fcf3/images/large/4.jpg saved to cache
2026-03-26 22:46:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item a8bce15d-0997-5ef0-a16b-be412ce756f4
2026-03-26 22:46:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: ee42f577-0ba2-553b-8bfb-a6c2fba8c938 with identifier: 1986061
2026-03-26 22:46:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: ee42f577-0ba2-553b-8bfb-a6c2fba8c938 with identifier: 1986061
2026-03-26 22:46:26 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: ee42f577-0ba2-553b-8bfb-a6c2fba8c938 with identifier: 1986061 to the API
2026-03-26 22:46:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:46:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:46:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2an/3cbf7e66f1f44d54b014615130fd43e9/images/large/9.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'petrol',
'id': 'ee42f577-0ba2-553b-8bfb-a6c2fba8c938',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'GOLF VIII',
'odometer': 79298,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 15,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ee42f577-0ba2-553b-8bfb-a6c2fba8c938/ee42f577-0ba2-553b-8bfb-a6c2fba8c938_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 622822,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2an/3cbf7e66f1f44d54b014615130fd43e9/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ee42f577-0ba2-553b-8bfb-a6c2fba8c938/ee42f577-0ba2-553b-8bfb-a6c2fba8c938_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 589591,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2an/3cbf7e66f1f44d54b014615130fd43e9/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ee42f577-0ba2-553b-8bfb-a6c2fba8c938/ee42f577-0ba2-553b-8bfb-a6c2fba8c938_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 616917,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2an/3cbf7e66f1f44d54b014615130fd43e9/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ee42f577-0ba2-553b-8bfb-a6c2fba8c938/ee42f577-0ba2-553b-8bfb-a6c2fba8c938_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 633356,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2an/3cbf7e66f1f44d54b014615130fd43e9/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ee42f577-0ba2-553b-8bfb-a6c2fba8c938/ee42f577-0ba2-553b-8bfb-a6c2fba8c938_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 598230,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2an/3cbf7e66f1f44d54b014615130fd43e9/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ee42f577-0ba2-553b-8bfb-a6c2fba8c938/ee42f577-0ba2-553b-8bfb-a6c2fba8c938_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 500098,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2an/3cbf7e66f1f44d54b014615130fd43e9/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ee42f577-0ba2-553b-8bfb-a6c2fba8c938/ee42f577-0ba2-553b-8bfb-a6c2fba8c938_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 631750,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2an/3cbf7e66f1f44d54b014615130fd43e9/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ee42f577-0ba2-553b-8bfb-a6c2fba8c938/ee42f577-0ba2-553b-8bfb-a6c2fba8c938_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 654605,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2an/3cbf7e66f1f44d54b014615130fd43e9/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ee42f577-0ba2-553b-8bfb-a6c2fba8c938/ee42f577-0ba2-553b-8bfb-a6c2fba8c938_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 536852,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2an/3cbf7e66f1f44d54b014615130fd43e9/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ee42f577-0ba2-553b-8bfb-a6c2fba8c938/ee42f577-0ba2-553b-8bfb-a6c2fba8c938_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 580933,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2an/3cbf7e66f1f44d54b014615130fd43e9/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-21',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN GOLF VIII 1.0 E-TSI 81KW LIFE DSG',
'transmission': 'automatic',
'trim': '1.0 E-TSI 81KW LIFE DSG',
'vin': None,
'year': 2021}
2026-03-26 22:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986061%27 HTTP/1.1" 200 None
2026-03-26 22:46:26 [ayvens.be] INFO: Saving data for 1986061: {'created_time': 1774565186.736512, 'last_price_update_time': 1774565186.736521, 'auction_closing_time': 1775028600.0}
2026-03-26 22:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986061') HTTP/1.1" 204 0
2026-03-26 22:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252Ffc8446bbc2a54b868ff39327af630dab%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/fc8446bbc2a54b868ff39327af630dab/images/large/10.jpg not downloaded yet
2026-03-26 22:46:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1wr/aa13ca66598b4635810c47ecb6c0fcf3/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:26 [ayvens.be] INFO: Found listing with ID: 1986064
2026-03-26 22:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986064%27 HTTP/1.1" 200 None
2026-03-26 22:46:26 [ayvens.be] INFO: Scrape type for 1986064: 1
2026-03-26 22:46:26 [ayvens.be] INFO: Extracting data for car ID: 1986064
2026-03-26 22:46:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9e70a0a4-0868-5521-9cb0-c4cc8d73a330 with identifier: 1986064
2026-03-26 22:46:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9e70a0a4-0868-5521-9cb0-c4cc8d73a330 with scrape type 1
2026-03-26 22:46:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 9e70a0a4-0868-5521-9cb0-c4cc8d73a330
2026-03-26 22:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cl%252F0d1ccc92bf1b421792d8e717c46b8553%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cl/0d1ccc92bf1b421792d8e717c46b8553/images/large/1.jpg not downloaded yet
2026-03-26 22:46:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1wr/aa13ca66598b4635810c47ecb6c0fcf3/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cl%252F0d1ccc92bf1b421792d8e717c46b8553%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cl/0d1ccc92bf1b421792d8e717c46b8553/images/large/2.jpg not downloaded yet
2026-03-26 22:46:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1wr/aa13ca66598b4635810c47ecb6c0fcf3/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1wr/aa13ca66598b4635810c47ecb6c0fcf3/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/fc8446bbc2a54b868ff39327af630dab/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cl%252F0d1ccc92bf1b421792d8e717c46b8553%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cl/0d1ccc92bf1b421792d8e717c46b8553/images/large/3.jpg not downloaded yet
2026-03-26 22:46:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1wr/aa13ca66598b4635810c47ecb6c0fcf3/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/fc8446bbc2a54b868ff39327af630dab/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cl%252F0d1ccc92bf1b421792d8e717c46b8553%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cl/0d1ccc92bf1b421792d8e717c46b8553/images/large/4.jpg not downloaded yet
2026-03-26 22:46:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/fc8446bbc2a54b868ff39327af630dab/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cl%252F0d1ccc92bf1b421792d8e717c46b8553%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cl/0d1ccc92bf1b421792d8e717c46b8553/images/large/5.jpg not downloaded yet
2026-03-26 22:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cl%252F0d1ccc92bf1b421792d8e717c46b8553%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cl/0d1ccc92bf1b421792d8e717c46b8553/images/large/6.jpg not downloaded yet
2026-03-26 22:46:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7725b10>
2026-03-26 22:46:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a8bce15d-0997-5ef0-a16b-be412ce756f4/a8bce15d-0997-5ef0-a16b-be412ce756f4_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wr%252Faa13ca66598b4635810c47ecb6c0fcf3%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wr/aa13ca66598b4635810c47ecb6c0fcf3/images/large/7.jpg saved to cache
2026-03-26 22:46:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item a8bce15d-0997-5ef0-a16b-be412ce756f4
2026-03-26 22:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cl%252F0d1ccc92bf1b421792d8e717c46b8553%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cl/0d1ccc92bf1b421792d8e717c46b8553/images/large/7.jpg not downloaded yet
2026-03-26 22:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cl%252F0d1ccc92bf1b421792d8e717c46b8553%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cl/0d1ccc92bf1b421792d8e717c46b8553/images/large/8.jpg not downloaded yet
2026-03-26 22:46:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/fc8446bbc2a54b868ff39327af630dab/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cl%252F0d1ccc92bf1b421792d8e717c46b8553%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cl/0d1ccc92bf1b421792d8e717c46b8553/images/large/9.jpg not downloaded yet
2026-03-26 22:46:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77e9750>
2026-03-26 22:46:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a8bce15d-0997-5ef0-a16b-be412ce756f4/a8bce15d-0997-5ef0-a16b-be412ce756f4_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wr%252Faa13ca66598b4635810c47ecb6c0fcf3%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wr/aa13ca66598b4635810c47ecb6c0fcf3/images/large/6.jpg saved to cache
2026-03-26 22:46:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item a8bce15d-0997-5ef0-a16b-be412ce756f4
2026-03-26 22:46:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c97110>
2026-03-26 22:46:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a8bce15d-0997-5ef0-a16b-be412ce756f4/a8bce15d-0997-5ef0-a16b-be412ce756f4_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wr%252Faa13ca66598b4635810c47ecb6c0fcf3%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wr/aa13ca66598b4635810c47ecb6c0fcf3/images/large/8.jpg saved to cache
2026-03-26 22:46:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item a8bce15d-0997-5ef0-a16b-be412ce756f4
2026-03-26 22:46:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7409990>
2026-03-26 22:46:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a8bce15d-0997-5ef0-a16b-be412ce756f4/a8bce15d-0997-5ef0-a16b-be412ce756f4_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wr%252Faa13ca66598b4635810c47ecb6c0fcf3%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wr/aa13ca66598b4635810c47ecb6c0fcf3/images/large/9.jpg saved to cache
2026-03-26 22:46:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item a8bce15d-0997-5ef0-a16b-be412ce756f4
2026-03-26 22:46:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b741f8d0>
2026-03-26 22:46:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_54368680-60a6-5d28-a06b-cee42607ebff/54368680-60a6-5d28-a06b-cee42607ebff_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252Ffc8446bbc2a54b868ff39327af630dab%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/fc8446bbc2a54b868ff39327af630dab/images/large/1.jpg saved to cache
2026-03-26 22:46:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 54368680-60a6-5d28-a06b-cee42607ebff
2026-03-26 22:46:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7b98310>
2026-03-26 22:46:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a8bce15d-0997-5ef0-a16b-be412ce756f4/a8bce15d-0997-5ef0-a16b-be412ce756f4_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wr%252Faa13ca66598b4635810c47ecb6c0fcf3%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wr/aa13ca66598b4635810c47ecb6c0fcf3/images/large/10.jpg saved to cache
2026-03-26 22:46:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item a8bce15d-0997-5ef0-a16b-be412ce756f4
2026-03-26 22:46:27 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a8bce15d-0997-5ef0-a16b-be412ce756f4, skipping ID generation
2026-03-26 22:46:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a8bce15d-0997-5ef0-a16b-be412ce756f4 with scrape type 1
2026-03-26 22:46:27 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a8bce15d-0997-5ef0-a16b-be412ce756f4 sending to next pipeline
2026-03-26 22:46:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: a8bce15d-0997-5ef0-a16b-be412ce756f4, identifier: 1986062
2026-03-26 22:46:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b72ef5d0>
2026-03-26 22:46:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_54368680-60a6-5d28-a06b-cee42607ebff/54368680-60a6-5d28-a06b-cee42607ebff_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252Ffc8446bbc2a54b868ff39327af630dab%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/fc8446bbc2a54b868ff39327af630dab/images/large/2.jpg saved to cache
2026-03-26 22:46:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 54368680-60a6-5d28-a06b-cee42607ebff
2026-03-26 22:46:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7410dd0>
2026-03-26 22:46:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_54368680-60a6-5d28-a06b-cee42607ebff/54368680-60a6-5d28-a06b-cee42607ebff_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252Ffc8446bbc2a54b868ff39327af630dab%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/fc8446bbc2a54b868ff39327af630dab/images/large/3.jpg saved to cache
2026-03-26 22:46:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 54368680-60a6-5d28-a06b-cee42607ebff
2026-03-26 22:46:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: a8bce15d-0997-5ef0-a16b-be412ce756f4 with identifier: 1986062
2026-03-26 22:46:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: a8bce15d-0997-5ef0-a16b-be412ce756f4 with identifier: 1986062
2026-03-26 22:46:27 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: a8bce15d-0997-5ef0-a16b-be412ce756f4 with identifier: 1986062 to the API
2026-03-26 22:46:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:46:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:46:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/1wr/aa13ca66598b4635810c47ecb6c0fcf3/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '2.8L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'diesel',
'id': 'a8bce15d-0997-5ef0-a16b-be412ce756f4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'TOYOTA',
'model': 'LAND CRUISER LWB DIESEL - 2017',
'odometer': 110608,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 22,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8bce15d-0997-5ef0-a16b-be412ce756f4/a8bce15d-0997-5ef0-a16b-be412ce756f4_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 664027,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1wr/aa13ca66598b4635810c47ecb6c0fcf3/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8bce15d-0997-5ef0-a16b-be412ce756f4/a8bce15d-0997-5ef0-a16b-be412ce756f4_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 652196,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1wr/aa13ca66598b4635810c47ecb6c0fcf3/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8bce15d-0997-5ef0-a16b-be412ce756f4/a8bce15d-0997-5ef0-a16b-be412ce756f4_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 627868,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1wr/aa13ca66598b4635810c47ecb6c0fcf3/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8bce15d-0997-5ef0-a16b-be412ce756f4/a8bce15d-0997-5ef0-a16b-be412ce756f4_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 663105,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1wr/aa13ca66598b4635810c47ecb6c0fcf3/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8bce15d-0997-5ef0-a16b-be412ce756f4/a8bce15d-0997-5ef0-a16b-be412ce756f4_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 637156,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1wr/aa13ca66598b4635810c47ecb6c0fcf3/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8bce15d-0997-5ef0-a16b-be412ce756f4/a8bce15d-0997-5ef0-a16b-be412ce756f4_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 733479,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1wr/aa13ca66598b4635810c47ecb6c0fcf3/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8bce15d-0997-5ef0-a16b-be412ce756f4/a8bce15d-0997-5ef0-a16b-be412ce756f4_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 574015,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1wr/aa13ca66598b4635810c47ecb6c0fcf3/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8bce15d-0997-5ef0-a16b-be412ce756f4/a8bce15d-0997-5ef0-a16b-be412ce756f4_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 692340,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1wr/aa13ca66598b4635810c47ecb6c0fcf3/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8bce15d-0997-5ef0-a16b-be412ce756f4/a8bce15d-0997-5ef0-a16b-be412ce756f4_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 727596,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1wr/aa13ca66598b4635810c47ecb6c0fcf3/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8bce15d-0997-5ef0-a16b-be412ce756f4/a8bce15d-0997-5ef0-a16b-be412ce756f4_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 788849,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1wr/aa13ca66598b4635810c47ecb6c0fcf3/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-08-26',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA LAND CRUISER LWB DIESEL - 2017 2.8 D-4D BM Transfo Van '
'Fluxys',
'transmission': 'manual',
'trim': '2.8 D-4D BM Transfo Van Fluxys',
'vin': None,
'year': 2019}
2026-03-26 22:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986062%27 HTTP/1.1" 200 None
2026-03-26 22:46:28 [ayvens.be] INFO: Saving data for 1986062: {'created_time': 1774565188.143502, 'last_price_update_time': 1774565188.143513, 'auction_closing_time': 1775028600.0}
2026-03-26 22:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986062') HTTP/1.1" 204 0
2026-03-26 22:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cl%252F0d1ccc92bf1b421792d8e717c46b8553%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cl/0d1ccc92bf1b421792d8e717c46b8553/images/large/10.jpg not downloaded yet
2026-03-26 22:46:28 [ayvens.be] INFO: Found listing with ID: 1986065
2026-03-26 22:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986065%27 HTTP/1.1" 200 None
2026-03-26 22:46:28 [ayvens.be] INFO: Scrape type for 1986065: 1
2026-03-26 22:46:28 [ayvens.be] INFO: Extracting data for car ID: 1986065
2026-03-26 22:46:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 97ab8ef2-8f9c-5049-a47a-20d0d7b4ea94 with identifier: 1986065
2026-03-26 22:46:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 97ab8ef2-8f9c-5049-a47a-20d0d7b4ea94 with scrape type 1
2026-03-26 22:46:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 97ab8ef2-8f9c-5049-a47a-20d0d7b4ea94
2026-03-26 22:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cf%252F4f9616451b3c44c59e92eb0f752ea8ba%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cf/4f9616451b3c44c59e92eb0f752ea8ba/images/large/1.jpg not downloaded yet
2026-03-26 22:46:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b726af10>
2026-03-26 22:46:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_54368680-60a6-5d28-a06b-cee42607ebff/54368680-60a6-5d28-a06b-cee42607ebff_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252Ffc8446bbc2a54b868ff39327af630dab%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/fc8446bbc2a54b868ff39327af630dab/images/large/4.jpg saved to cache
2026-03-26 22:46:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 54368680-60a6-5d28-a06b-cee42607ebff
2026-03-26 22:46:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/fc8446bbc2a54b868ff39327af630dab/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/fc8446bbc2a54b868ff39327af630dab/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cl/0d1ccc92bf1b421792d8e717c46b8553/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cf%252F4f9616451b3c44c59e92eb0f752ea8ba%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cf/4f9616451b3c44c59e92eb0f752ea8ba/images/large/2.jpg not downloaded yet
2026-03-26 22:46:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/fc8446bbc2a54b868ff39327af630dab/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/fc8446bbc2a54b868ff39327af630dab/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cf%252F4f9616451b3c44c59e92eb0f752ea8ba%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cf/4f9616451b3c44c59e92eb0f752ea8ba/images/large/3.jpg not downloaded yet
2026-03-26 22:46:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/fc8446bbc2a54b868ff39327af630dab/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cf%252F4f9616451b3c44c59e92eb0f752ea8ba%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cf/4f9616451b3c44c59e92eb0f752ea8ba/images/large/4.jpg not downloaded yet
2026-03-26 22:46:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/fc8446bbc2a54b868ff39327af630dab/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cf%252F4f9616451b3c44c59e92eb0f752ea8ba%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cf/4f9616451b3c44c59e92eb0f752ea8ba/images/large/5.jpg not downloaded yet
2026-03-26 22:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cf%252F4f9616451b3c44c59e92eb0f752ea8ba%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cf/4f9616451b3c44c59e92eb0f752ea8ba/images/large/6.jpg not downloaded yet
2026-03-26 22:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cf%252F4f9616451b3c44c59e92eb0f752ea8ba%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cf/4f9616451b3c44c59e92eb0f752ea8ba/images/large/7.jpg not downloaded yet
2026-03-26 22:46:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cl/0d1ccc92bf1b421792d8e717c46b8553/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76ee3d0>
2026-03-26 22:46:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_54368680-60a6-5d28-a06b-cee42607ebff/54368680-60a6-5d28-a06b-cee42607ebff_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252Ffc8446bbc2a54b868ff39327af630dab%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/fc8446bbc2a54b868ff39327af630dab/images/large/9.jpg saved to cache
2026-03-26 22:46:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 54368680-60a6-5d28-a06b-cee42607ebff
2026-03-26 22:46:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c75b90>
2026-03-26 22:46:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_54368680-60a6-5d28-a06b-cee42607ebff/54368680-60a6-5d28-a06b-cee42607ebff_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252Ffc8446bbc2a54b868ff39327af630dab%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/fc8446bbc2a54b868ff39327af630dab/images/large/10.jpg saved to cache
2026-03-26 22:46:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 54368680-60a6-5d28-a06b-cee42607ebff
2026-03-26 22:46:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74f8e50>
2026-03-26 22:46:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9e70a0a4-0868-5521-9cb0-c4cc8d73a330/9e70a0a4-0868-5521-9cb0-c4cc8d73a330_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cl%252F0d1ccc92bf1b421792d8e717c46b8553%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cl/0d1ccc92bf1b421792d8e717c46b8553/images/large/1.jpg saved to cache
2026-03-26 22:46:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 9e70a0a4-0868-5521-9cb0-c4cc8d73a330
2026-03-26 22:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cf%252F4f9616451b3c44c59e92eb0f752ea8ba%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cf/4f9616451b3c44c59e92eb0f752ea8ba/images/large/8.jpg not downloaded yet
2026-03-26 22:46:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cl/0d1ccc92bf1b421792d8e717c46b8553/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e16ad0>
2026-03-26 22:46:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_54368680-60a6-5d28-a06b-cee42607ebff/54368680-60a6-5d28-a06b-cee42607ebff_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252Ffc8446bbc2a54b868ff39327af630dab%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/fc8446bbc2a54b868ff39327af630dab/images/large/5.jpg saved to cache
2026-03-26 22:46:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 54368680-60a6-5d28-a06b-cee42607ebff
2026-03-26 22:46:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e2aed0>
2026-03-26 22:46:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_54368680-60a6-5d28-a06b-cee42607ebff/54368680-60a6-5d28-a06b-cee42607ebff_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252Ffc8446bbc2a54b868ff39327af630dab%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/fc8446bbc2a54b868ff39327af630dab/images/large/6.jpg saved to cache
2026-03-26 22:46:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 54368680-60a6-5d28-a06b-cee42607ebff
2026-03-26 22:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cf%252F4f9616451b3c44c59e92eb0f752ea8ba%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cf/4f9616451b3c44c59e92eb0f752ea8ba/images/large/9.jpg not downloaded yet
2026-03-26 22:46:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cl/0d1ccc92bf1b421792d8e717c46b8553/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cl/0d1ccc92bf1b421792d8e717c46b8553/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cf%252F4f9616451b3c44c59e92eb0f752ea8ba%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cf/4f9616451b3c44c59e92eb0f752ea8ba/images/large/10.jpg not downloaded yet
2026-03-26 22:46:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5ccb9d0>
2026-03-26 22:46:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_54368680-60a6-5d28-a06b-cee42607ebff/54368680-60a6-5d28-a06b-cee42607ebff_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252Ffc8446bbc2a54b868ff39327af630dab%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/fc8446bbc2a54b868ff39327af630dab/images/large/7.jpg saved to cache
2026-03-26 22:46:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 54368680-60a6-5d28-a06b-cee42607ebff
2026-03-26 22:46:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c62dd0>
2026-03-26 22:46:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_54368680-60a6-5d28-a06b-cee42607ebff/54368680-60a6-5d28-a06b-cee42607ebff_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252Ffc8446bbc2a54b868ff39327af630dab%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/fc8446bbc2a54b868ff39327af630dab/images/large/8.jpg saved to cache
2026-03-26 22:46:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 54368680-60a6-5d28-a06b-cee42607ebff
2026-03-26 22:46:29 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 54368680-60a6-5d28-a06b-cee42607ebff, skipping ID generation
2026-03-26 22:46:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 54368680-60a6-5d28-a06b-cee42607ebff with scrape type 1
2026-03-26 22:46:29 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 54368680-60a6-5d28-a06b-cee42607ebff sending to next pipeline
2026-03-26 22:46:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 54368680-60a6-5d28-a06b-cee42607ebff, identifier: 1986063
2026-03-26 22:46:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd5b2890>
2026-03-26 22:46:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9e70a0a4-0868-5521-9cb0-c4cc8d73a330/9e70a0a4-0868-5521-9cb0-c4cc8d73a330_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cl%252F0d1ccc92bf1b421792d8e717c46b8553%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cl/0d1ccc92bf1b421792d8e717c46b8553/images/large/6.jpg saved to cache
2026-03-26 22:46:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 9e70a0a4-0868-5521-9cb0-c4cc8d73a330
2026-03-26 22:46:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b78a8110>
2026-03-26 22:46:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9e70a0a4-0868-5521-9cb0-c4cc8d73a330/9e70a0a4-0868-5521-9cb0-c4cc8d73a330_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cl%252F0d1ccc92bf1b421792d8e717c46b8553%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cl/0d1ccc92bf1b421792d8e717c46b8553/images/large/9.jpg saved to cache
2026-03-26 22:46:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 9e70a0a4-0868-5521-9cb0-c4cc8d73a330
2026-03-26 22:46:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 54368680-60a6-5d28-a06b-cee42607ebff with identifier: 1986063
2026-03-26 22:46:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 54368680-60a6-5d28-a06b-cee42607ebff with identifier: 1986063
2026-03-26 22:46:29 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 54368680-60a6-5d28-a06b-cee42607ebff with identifier: 1986063 to the API
2026-03-26 22:46:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:46:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:46:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bq/fc8446bbc2a54b868ff39327af630dab/images/large/8.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'diesel',
'id': '54368680-60a6-5d28-a06b-cee42607ebff',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'X1',
'odometer': 122169,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 17,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_54368680-60a6-5d28-a06b-cee42607ebff/54368680-60a6-5d28-a06b-cee42607ebff_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 636581,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/fc8446bbc2a54b868ff39327af630dab/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_54368680-60a6-5d28-a06b-cee42607ebff/54368680-60a6-5d28-a06b-cee42607ebff_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 662221,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/fc8446bbc2a54b868ff39327af630dab/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_54368680-60a6-5d28-a06b-cee42607ebff/54368680-60a6-5d28-a06b-cee42607ebff_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 653914,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/fc8446bbc2a54b868ff39327af630dab/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_54368680-60a6-5d28-a06b-cee42607ebff/54368680-60a6-5d28-a06b-cee42607ebff_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 697648,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/fc8446bbc2a54b868ff39327af630dab/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_54368680-60a6-5d28-a06b-cee42607ebff/54368680-60a6-5d28-a06b-cee42607ebff_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 676361,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/fc8446bbc2a54b868ff39327af630dab/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_54368680-60a6-5d28-a06b-cee42607ebff/54368680-60a6-5d28-a06b-cee42607ebff_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 608639,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/fc8446bbc2a54b868ff39327af630dab/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_54368680-60a6-5d28-a06b-cee42607ebff/54368680-60a6-5d28-a06b-cee42607ebff_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 696350,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/fc8446bbc2a54b868ff39327af630dab/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_54368680-60a6-5d28-a06b-cee42607ebff/54368680-60a6-5d28-a06b-cee42607ebff_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 695750,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/fc8446bbc2a54b868ff39327af630dab/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_54368680-60a6-5d28-a06b-cee42607ebff/54368680-60a6-5d28-a06b-cee42607ebff_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 619895,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/fc8446bbc2a54b868ff39327af630dab/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_54368680-60a6-5d28-a06b-cee42607ebff/54368680-60a6-5d28-a06b-cee42607ebff_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 580105,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/fc8446bbc2a54b868ff39327af630dab/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-18',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 1.5 SDRIVE16DA',
'transmission': 'automatic',
'trim': '1.5 SDRIVE16DA',
'vin': None,
'year': 2022}
2026-03-26 22:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986063%27 HTTP/1.1" 200 None
2026-03-26 22:46:29 [ayvens.be] INFO: Saving data for 1986063: {'created_time': 1774565189.893553, 'last_price_update_time': 1774565189.893563, 'auction_closing_time': 1775028600.0}
2026-03-26 22:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986063') HTTP/1.1" 204 0
2026-03-26 22:46:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cl/0d1ccc92bf1b421792d8e717c46b8553/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cl/0d1ccc92bf1b421792d8e717c46b8553/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:29 [ayvens.be] INFO: Found listing with ID: 1986066
2026-03-26 22:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986066%27 HTTP/1.1" 200 None
2026-03-26 22:46:29 [ayvens.be] INFO: Scrape type for 1986066: 1
2026-03-26 22:46:29 [ayvens.be] INFO: Extracting data for car ID: 1986066
2026-03-26 22:46:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d62b895f-d287-5f27-989b-d256b02cf905 with identifier: 1986066
2026-03-26 22:46:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d62b895f-d287-5f27-989b-d256b02cf905 with scrape type 1
2026-03-26 22:46:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item d62b895f-d287-5f27-989b-d256b02cf905
2026-03-26 22:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cc%252F59f9115034174243b2063d81dcf3beab%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cc/59f9115034174243b2063d81dcf3beab/images/large/1.jpg not downloaded yet
2026-03-26 22:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cc%252F59f9115034174243b2063d81dcf3beab%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cc/59f9115034174243b2063d81dcf3beab/images/large/2.jpg not downloaded yet
2026-03-26 22:46:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cl/0d1ccc92bf1b421792d8e717c46b8553/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cl/0d1ccc92bf1b421792d8e717c46b8553/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cf/4f9616451b3c44c59e92eb0f752ea8ba/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7400d10>
2026-03-26 22:46:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9e70a0a4-0868-5521-9cb0-c4cc8d73a330/9e70a0a4-0868-5521-9cb0-c4cc8d73a330_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cl%252F0d1ccc92bf1b421792d8e717c46b8553%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cl/0d1ccc92bf1b421792d8e717c46b8553/images/large/7.jpg saved to cache
2026-03-26 22:46:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 9e70a0a4-0868-5521-9cb0-c4cc8d73a330
2026-03-26 22:46:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7436f10>
2026-03-26 22:46:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9e70a0a4-0868-5521-9cb0-c4cc8d73a330/9e70a0a4-0868-5521-9cb0-c4cc8d73a330_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cl%252F0d1ccc92bf1b421792d8e717c46b8553%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cl/0d1ccc92bf1b421792d8e717c46b8553/images/large/5.jpg saved to cache
2026-03-26 22:46:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 9e70a0a4-0868-5521-9cb0-c4cc8d73a330
2026-03-26 22:46:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cl/0d1ccc92bf1b421792d8e717c46b8553/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cf/4f9616451b3c44c59e92eb0f752ea8ba/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cf/4f9616451b3c44c59e92eb0f752ea8ba/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cc%252F59f9115034174243b2063d81dcf3beab%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cc/59f9115034174243b2063d81dcf3beab/images/large/3.jpg not downloaded yet
2026-03-26 22:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cc%252F59f9115034174243b2063d81dcf3beab%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cc/59f9115034174243b2063d81dcf3beab/images/large/4.jpg not downloaded yet
2026-03-26 22:46:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e11910>
2026-03-26 22:46:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9e70a0a4-0868-5521-9cb0-c4cc8d73a330/9e70a0a4-0868-5521-9cb0-c4cc8d73a330_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cl%252F0d1ccc92bf1b421792d8e717c46b8553%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cl/0d1ccc92bf1b421792d8e717c46b8553/images/large/8.jpg saved to cache
2026-03-26 22:46:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 9e70a0a4-0868-5521-9cb0-c4cc8d73a330
2026-03-26 22:46:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cb0590>
2026-03-26 22:46:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9e70a0a4-0868-5521-9cb0-c4cc8d73a330/9e70a0a4-0868-5521-9cb0-c4cc8d73a330_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cl%252F0d1ccc92bf1b421792d8e717c46b8553%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cl/0d1ccc92bf1b421792d8e717c46b8553/images/large/10.jpg saved to cache
2026-03-26 22:46:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 9e70a0a4-0868-5521-9cb0-c4cc8d73a330
2026-03-26 22:46:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b727ff10>
2026-03-26 22:46:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9e70a0a4-0868-5521-9cb0-c4cc8d73a330/9e70a0a4-0868-5521-9cb0-c4cc8d73a330_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cl%252F0d1ccc92bf1b421792d8e717c46b8553%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cl/0d1ccc92bf1b421792d8e717c46b8553/images/large/3.jpg saved to cache
2026-03-26 22:46:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 9e70a0a4-0868-5521-9cb0-c4cc8d73a330
2026-03-26 22:46:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cb0410>
2026-03-26 22:46:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9e70a0a4-0868-5521-9cb0-c4cc8d73a330/9e70a0a4-0868-5521-9cb0-c4cc8d73a330_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cl%252F0d1ccc92bf1b421792d8e717c46b8553%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cl/0d1ccc92bf1b421792d8e717c46b8553/images/large/4.jpg saved to cache
2026-03-26 22:46:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 9e70a0a4-0868-5521-9cb0-c4cc8d73a330
2026-03-26 22:46:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7875850>
2026-03-26 22:46:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_97ab8ef2-8f9c-5049-a47a-20d0d7b4ea94/97ab8ef2-8f9c-5049-a47a-20d0d7b4ea94_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cf%252F4f9616451b3c44c59e92eb0f752ea8ba%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cf/4f9616451b3c44c59e92eb0f752ea8ba/images/large/1.jpg saved to cache
2026-03-26 22:46:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 97ab8ef2-8f9c-5049-a47a-20d0d7b4ea94
2026-03-26 22:46:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cf/4f9616451b3c44c59e92eb0f752ea8ba/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cc%252F59f9115034174243b2063d81dcf3beab%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cc/59f9115034174243b2063d81dcf3beab/images/large/5.jpg not downloaded yet
2026-03-26 22:46:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cf/4f9616451b3c44c59e92eb0f752ea8ba/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cc%252F59f9115034174243b2063d81dcf3beab%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cc/59f9115034174243b2063d81dcf3beab/images/large/6.jpg not downloaded yet
2026-03-26 22:46:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cf/4f9616451b3c44c59e92eb0f752ea8ba/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c74a90>
2026-03-26 22:46:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9e70a0a4-0868-5521-9cb0-c4cc8d73a330/9e70a0a4-0868-5521-9cb0-c4cc8d73a330_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cl%252F0d1ccc92bf1b421792d8e717c46b8553%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cl/0d1ccc92bf1b421792d8e717c46b8553/images/large/2.jpg saved to cache
2026-03-26 22:46:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 9e70a0a4-0868-5521-9cb0-c4cc8d73a330
2026-03-26 22:46:30 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9e70a0a4-0868-5521-9cb0-c4cc8d73a330, skipping ID generation
2026-03-26 22:46:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9e70a0a4-0868-5521-9cb0-c4cc8d73a330 with scrape type 1
2026-03-26 22:46:30 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9e70a0a4-0868-5521-9cb0-c4cc8d73a330 sending to next pipeline
2026-03-26 22:46:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 9e70a0a4-0868-5521-9cb0-c4cc8d73a330, identifier: 1986064
2026-03-26 22:46:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd5b2910>
2026-03-26 22:46:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_97ab8ef2-8f9c-5049-a47a-20d0d7b4ea94/97ab8ef2-8f9c-5049-a47a-20d0d7b4ea94_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cf%252F4f9616451b3c44c59e92eb0f752ea8ba%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cf/4f9616451b3c44c59e92eb0f752ea8ba/images/large/3.jpg saved to cache
2026-03-26 22:46:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 97ab8ef2-8f9c-5049-a47a-20d0d7b4ea94
2026-03-26 22:46:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cb1650>
2026-03-26 22:46:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_97ab8ef2-8f9c-5049-a47a-20d0d7b4ea94/97ab8ef2-8f9c-5049-a47a-20d0d7b4ea94_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cf%252F4f9616451b3c44c59e92eb0f752ea8ba%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cf/4f9616451b3c44c59e92eb0f752ea8ba/images/large/2.jpg saved to cache
2026-03-26 22:46:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 97ab8ef2-8f9c-5049-a47a-20d0d7b4ea94
2026-03-26 22:46:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cf/4f9616451b3c44c59e92eb0f752ea8ba/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cf/4f9616451b3c44c59e92eb0f752ea8ba/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cc%252F59f9115034174243b2063d81dcf3beab%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cc/59f9115034174243b2063d81dcf3beab/images/large/7.jpg not downloaded yet
2026-03-26 22:46:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 9e70a0a4-0868-5521-9cb0-c4cc8d73a330 with identifier: 1986064
2026-03-26 22:46:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 9e70a0a4-0868-5521-9cb0-c4cc8d73a330 with identifier: 1986064
2026-03-26 22:46:31 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 9e70a0a4-0868-5521-9cb0-c4cc8d73a330 with identifier: 1986064 to the API
2026-03-26 22:46:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:46:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:46:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2cl/0d1ccc92bf1b421792d8e717c46b8553/images/large/2.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.3L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'petrol',
'id': '9e70a0a4-0868-5521-9cb0-c4cc8d73a330',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'NISSAN',
'model': 'QASHQAI',
'odometer': 174588,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 14,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9e70a0a4-0868-5521-9cb0-c4cc8d73a330/9e70a0a4-0868-5521-9cb0-c4cc8d73a330_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 564982,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cl/0d1ccc92bf1b421792d8e717c46b8553/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9e70a0a4-0868-5521-9cb0-c4cc8d73a330/9e70a0a4-0868-5521-9cb0-c4cc8d73a330_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 652648,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cl/0d1ccc92bf1b421792d8e717c46b8553/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9e70a0a4-0868-5521-9cb0-c4cc8d73a330/9e70a0a4-0868-5521-9cb0-c4cc8d73a330_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 551668,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cl/0d1ccc92bf1b421792d8e717c46b8553/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9e70a0a4-0868-5521-9cb0-c4cc8d73a330/9e70a0a4-0868-5521-9cb0-c4cc8d73a330_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 582159,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cl/0d1ccc92bf1b421792d8e717c46b8553/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9e70a0a4-0868-5521-9cb0-c4cc8d73a330/9e70a0a4-0868-5521-9cb0-c4cc8d73a330_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 413916,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cl/0d1ccc92bf1b421792d8e717c46b8553/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9e70a0a4-0868-5521-9cb0-c4cc8d73a330/9e70a0a4-0868-5521-9cb0-c4cc8d73a330_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 214045,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cl/0d1ccc92bf1b421792d8e717c46b8553/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9e70a0a4-0868-5521-9cb0-c4cc8d73a330/9e70a0a4-0868-5521-9cb0-c4cc8d73a330_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 389875,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cl/0d1ccc92bf1b421792d8e717c46b8553/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9e70a0a4-0868-5521-9cb0-c4cc8d73a330/9e70a0a4-0868-5521-9cb0-c4cc8d73a330_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 357640,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cl/0d1ccc92bf1b421792d8e717c46b8553/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9e70a0a4-0868-5521-9cb0-c4cc8d73a330/9e70a0a4-0868-5521-9cb0-c4cc8d73a330_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 360726,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cl/0d1ccc92bf1b421792d8e717c46b8553/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9e70a0a4-0868-5521-9cb0-c4cc8d73a330/9e70a0a4-0868-5521-9cb0-c4cc8d73a330_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 229370,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cl/0d1ccc92bf1b421792d8e717c46b8553/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-09',
'seats_number': 5,
'seller_name': None,
'title': 'NISSAN QASHQAI 1.3 MHEV 116KW N-CONNECTA XTRONIC',
'transmission': 'automatic',
'trim': '1.3 MHEV 116KW N-CONNECTA XTRONIC',
'vin': None,
'year': 2022}
2026-03-26 22:46:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986064%27 HTTP/1.1" 200 None
2026-03-26 22:46:31 [ayvens.be] INFO: Saving data for 1986064: {'created_time': 1774565191.567381, 'last_price_update_time': 1774565191.567391, 'auction_closing_time': 1775028600.0}
2026-03-26 22:46:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986064') HTTP/1.1" 204 0
2026-03-26 22:46:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cf/4f9616451b3c44c59e92eb0f752ea8ba/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cf/4f9616451b3c44c59e92eb0f752ea8ba/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cc%252F59f9115034174243b2063d81dcf3beab%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cc/59f9115034174243b2063d81dcf3beab/images/large/8.jpg not downloaded yet
2026-03-26 22:46:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7744050>
2026-03-26 22:46:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_97ab8ef2-8f9c-5049-a47a-20d0d7b4ea94/97ab8ef2-8f9c-5049-a47a-20d0d7b4ea94_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:46:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cf%252F4f9616451b3c44c59e92eb0f752ea8ba%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cf/4f9616451b3c44c59e92eb0f752ea8ba/images/large/4.jpg saved to cache
2026-03-26 22:46:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 97ab8ef2-8f9c-5049-a47a-20d0d7b4ea94
2026-03-26 22:46:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e15e10>
2026-03-26 22:46:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_97ab8ef2-8f9c-5049-a47a-20d0d7b4ea94/97ab8ef2-8f9c-5049-a47a-20d0d7b4ea94_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:46:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cf%252F4f9616451b3c44c59e92eb0f752ea8ba%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cf/4f9616451b3c44c59e92eb0f752ea8ba/images/large/5.jpg saved to cache
2026-03-26 22:46:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 97ab8ef2-8f9c-5049-a47a-20d0d7b4ea94
2026-03-26 22:46:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e2bf10>
2026-03-26 22:46:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_97ab8ef2-8f9c-5049-a47a-20d0d7b4ea94/97ab8ef2-8f9c-5049-a47a-20d0d7b4ea94_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:46:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cf%252F4f9616451b3c44c59e92eb0f752ea8ba%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cf/4f9616451b3c44c59e92eb0f752ea8ba/images/large/10.jpg saved to cache
2026-03-26 22:46:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 97ab8ef2-8f9c-5049-a47a-20d0d7b4ea94
2026-03-26 22:46:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77c9750>
2026-03-26 22:46:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_97ab8ef2-8f9c-5049-a47a-20d0d7b4ea94/97ab8ef2-8f9c-5049-a47a-20d0d7b4ea94_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cf%252F4f9616451b3c44c59e92eb0f752ea8ba%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cf/4f9616451b3c44c59e92eb0f752ea8ba/images/large/7.jpg saved to cache
2026-03-26 22:46:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 97ab8ef2-8f9c-5049-a47a-20d0d7b4ea94
2026-03-26 22:46:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7290990>
2026-03-26 22:46:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_97ab8ef2-8f9c-5049-a47a-20d0d7b4ea94/97ab8ef2-8f9c-5049-a47a-20d0d7b4ea94_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cf%252F4f9616451b3c44c59e92eb0f752ea8ba%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cf/4f9616451b3c44c59e92eb0f752ea8ba/images/large/6.jpg saved to cache
2026-03-26 22:46:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 97ab8ef2-8f9c-5049-a47a-20d0d7b4ea94
2026-03-26 22:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cc%252F59f9115034174243b2063d81dcf3beab%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cc/59f9115034174243b2063d81dcf3beab/images/large/9.jpg not downloaded yet
2026-03-26 22:46:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cc/59f9115034174243b2063d81dcf3beab/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cc%252F59f9115034174243b2063d81dcf3beab%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cc/59f9115034174243b2063d81dcf3beab/images/large/10.jpg not downloaded yet
2026-03-26 22:46:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74ad290>
2026-03-26 22:46:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_97ab8ef2-8f9c-5049-a47a-20d0d7b4ea94/97ab8ef2-8f9c-5049-a47a-20d0d7b4ea94_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cf%252F4f9616451b3c44c59e92eb0f752ea8ba%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cf/4f9616451b3c44c59e92eb0f752ea8ba/images/large/8.jpg saved to cache
2026-03-26 22:46:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 97ab8ef2-8f9c-5049-a47a-20d0d7b4ea94
2026-03-26 22:46:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e16110>
2026-03-26 22:46:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_97ab8ef2-8f9c-5049-a47a-20d0d7b4ea94/97ab8ef2-8f9c-5049-a47a-20d0d7b4ea94_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cf%252F4f9616451b3c44c59e92eb0f752ea8ba%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cf/4f9616451b3c44c59e92eb0f752ea8ba/images/large/9.jpg saved to cache
2026-03-26 22:46:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 97ab8ef2-8f9c-5049-a47a-20d0d7b4ea94
2026-03-26 22:46:32 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 97ab8ef2-8f9c-5049-a47a-20d0d7b4ea94, skipping ID generation
2026-03-26 22:46:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 97ab8ef2-8f9c-5049-a47a-20d0d7b4ea94 with scrape type 1
2026-03-26 22:46:32 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 97ab8ef2-8f9c-5049-a47a-20d0d7b4ea94 sending to next pipeline
2026-03-26 22:46:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 97ab8ef2-8f9c-5049-a47a-20d0d7b4ea94, identifier: 1986065
2026-03-26 22:46:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 97ab8ef2-8f9c-5049-a47a-20d0d7b4ea94 with identifier: 1986065
2026-03-26 22:46:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 97ab8ef2-8f9c-5049-a47a-20d0d7b4ea94 with identifier: 1986065
2026-03-26 22:46:32 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 97ab8ef2-8f9c-5049-a47a-20d0d7b4ea94 with identifier: 1986065 to the API
2026-03-26 22:46:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:46:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:46:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2cf/4f9616451b3c44c59e92eb0f752ea8ba/images/large/9.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'petrol',
'id': '97ab8ef2-8f9c-5049-a47a-20d0d7b4ea94',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'CITROAu2039N',
'model': 'C5 X',
'odometer': 50757,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 14,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_97ab8ef2-8f9c-5049-a47a-20d0d7b4ea94/97ab8ef2-8f9c-5049-a47a-20d0d7b4ea94_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 232465,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cf/4f9616451b3c44c59e92eb0f752ea8ba/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_97ab8ef2-8f9c-5049-a47a-20d0d7b4ea94/97ab8ef2-8f9c-5049-a47a-20d0d7b4ea94_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 225967,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cf/4f9616451b3c44c59e92eb0f752ea8ba/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_97ab8ef2-8f9c-5049-a47a-20d0d7b4ea94/97ab8ef2-8f9c-5049-a47a-20d0d7b4ea94_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 247676,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cf/4f9616451b3c44c59e92eb0f752ea8ba/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_97ab8ef2-8f9c-5049-a47a-20d0d7b4ea94/97ab8ef2-8f9c-5049-a47a-20d0d7b4ea94_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 248541,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cf/4f9616451b3c44c59e92eb0f752ea8ba/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_97ab8ef2-8f9c-5049-a47a-20d0d7b4ea94/97ab8ef2-8f9c-5049-a47a-20d0d7b4ea94_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 307129,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cf/4f9616451b3c44c59e92eb0f752ea8ba/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_97ab8ef2-8f9c-5049-a47a-20d0d7b4ea94/97ab8ef2-8f9c-5049-a47a-20d0d7b4ea94_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 274853,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cf/4f9616451b3c44c59e92eb0f752ea8ba/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_97ab8ef2-8f9c-5049-a47a-20d0d7b4ea94/97ab8ef2-8f9c-5049-a47a-20d0d7b4ea94_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 290222,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cf/4f9616451b3c44c59e92eb0f752ea8ba/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_97ab8ef2-8f9c-5049-a47a-20d0d7b4ea94/97ab8ef2-8f9c-5049-a47a-20d0d7b4ea94_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 328365,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cf/4f9616451b3c44c59e92eb0f752ea8ba/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_97ab8ef2-8f9c-5049-a47a-20d0d7b4ea94/97ab8ef2-8f9c-5049-a47a-20d0d7b4ea94_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 369598,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cf/4f9616451b3c44c59e92eb0f752ea8ba/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_97ab8ef2-8f9c-5049-a47a-20d0d7b4ea94/97ab8ef2-8f9c-5049-a47a-20d0d7b4ea94_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 205119,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cf/4f9616451b3c44c59e92eb0f752ea8ba/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-07-04',
'seats_number': 5,
'seller_name': None,
'title': 'CITROAu2039N C5 X 1.2 PURETECH 130 S&S EAT8 FEEL AT',
'transmission': 'automatic',
'trim': '1.2 PURETECH 130 S&S EAT8 FEEL AT',
'vin': None,
'year': 2022}
2026-03-26 22:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986065%27 HTTP/1.1" 200 None
2026-03-26 22:46:33 [ayvens.be] INFO: Saving data for 1986065: {'created_time': 1774565193.142312, 'last_price_update_time': 1774565193.142321, 'auction_closing_time': 1775028600.0}
2026-03-26 22:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986065') HTTP/1.1" 204 0
2026-03-26 22:46:33 [ayvens.be] INFO: Found listing with ID: 1986067
2026-03-26 22:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986067%27 HTTP/1.1" 200 None
2026-03-26 22:46:33 [ayvens.be] INFO: Scrape type for 1986067: 1
2026-03-26 22:46:33 [ayvens.be] INFO: Extracting data for car ID: 1986067
2026-03-26 22:46:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8fdd8846-38da-5d0c-b5c0-4240e4bdb3a8 with identifier: 1986067
2026-03-26 22:46:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8fdd8846-38da-5d0c-b5c0-4240e4bdb3a8 with scrape type 1
2026-03-26 22:46:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 8fdd8846-38da-5d0c-b5c0-4240e4bdb3a8
2026-03-26 22:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cq%252F74b02b4724104efe880a23715338f4de%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cq/74b02b4724104efe880a23715338f4de/images/large/1.jpg not downloaded yet
2026-03-26 22:46:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b75a42d0>
2026-03-26 22:46:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d62b895f-d287-5f27-989b-d256b02cf905/d62b895f-d287-5f27-989b-d256b02cf905_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cc%252F59f9115034174243b2063d81dcf3beab%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cc/59f9115034174243b2063d81dcf3beab/images/large/1.jpg saved to cache
2026-03-26 22:46:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item d62b895f-d287-5f27-989b-d256b02cf905
2026-03-26 22:46:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cc/59f9115034174243b2063d81dcf3beab/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cq%252F74b02b4724104efe880a23715338f4de%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cq/74b02b4724104efe880a23715338f4de/images/large/2.jpg not downloaded yet
2026-03-26 22:46:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cc/59f9115034174243b2063d81dcf3beab/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cq%252F74b02b4724104efe880a23715338f4de%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cq/74b02b4724104efe880a23715338f4de/images/large/3.jpg not downloaded yet
2026-03-26 22:46:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cc/59f9115034174243b2063d81dcf3beab/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cc/59f9115034174243b2063d81dcf3beab/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cc/59f9115034174243b2063d81dcf3beab/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cq%252F74b02b4724104efe880a23715338f4de%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cq/74b02b4724104efe880a23715338f4de/images/large/4.jpg not downloaded yet
2026-03-26 22:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cq%252F74b02b4724104efe880a23715338f4de%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cq/74b02b4724104efe880a23715338f4de/images/large/5.jpg not downloaded yet
2026-03-26 22:46:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cc/59f9115034174243b2063d81dcf3beab/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cq%252F74b02b4724104efe880a23715338f4de%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cq/74b02b4724104efe880a23715338f4de/images/large/6.jpg not downloaded yet
2026-03-26 22:46:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cc/59f9115034174243b2063d81dcf3beab/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cq%252F74b02b4724104efe880a23715338f4de%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cq/74b02b4724104efe880a23715338f4de/images/large/7.jpg not downloaded yet
2026-03-26 22:46:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cc/59f9115034174243b2063d81dcf3beab/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7ccd910>
2026-03-26 22:46:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d62b895f-d287-5f27-989b-d256b02cf905/d62b895f-d287-5f27-989b-d256b02cf905_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cc%252F59f9115034174243b2063d81dcf3beab%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cc/59f9115034174243b2063d81dcf3beab/images/large/3.jpg saved to cache
2026-03-26 22:46:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item d62b895f-d287-5f27-989b-d256b02cf905
2026-03-26 22:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cq%252F74b02b4724104efe880a23715338f4de%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cq/74b02b4724104efe880a23715338f4de/images/large/8.jpg not downloaded yet
2026-03-26 22:46:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7875210>
2026-03-26 22:46:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d62b895f-d287-5f27-989b-d256b02cf905/d62b895f-d287-5f27-989b-d256b02cf905_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cc%252F59f9115034174243b2063d81dcf3beab%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cc/59f9115034174243b2063d81dcf3beab/images/large/2.jpg saved to cache
2026-03-26 22:46:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item d62b895f-d287-5f27-989b-d256b02cf905
2026-03-26 22:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cq%252F74b02b4724104efe880a23715338f4de%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cq/74b02b4724104efe880a23715338f4de/images/large/9.jpg not downloaded yet
2026-03-26 22:46:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c7e3d0>
2026-03-26 22:46:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d62b895f-d287-5f27-989b-d256b02cf905/d62b895f-d287-5f27-989b-d256b02cf905_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cc%252F59f9115034174243b2063d81dcf3beab%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cc/59f9115034174243b2063d81dcf3beab/images/large/4.jpg saved to cache
2026-03-26 22:46:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item d62b895f-d287-5f27-989b-d256b02cf905
2026-03-26 22:46:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c7cb50>
2026-03-26 22:46:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d62b895f-d287-5f27-989b-d256b02cf905/d62b895f-d287-5f27-989b-d256b02cf905_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cc%252F59f9115034174243b2063d81dcf3beab%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cc/59f9115034174243b2063d81dcf3beab/images/large/6.jpg saved to cache
2026-03-26 22:46:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item d62b895f-d287-5f27-989b-d256b02cf905
2026-03-26 22:46:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7293410>
2026-03-26 22:46:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d62b895f-d287-5f27-989b-d256b02cf905/d62b895f-d287-5f27-989b-d256b02cf905_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cc%252F59f9115034174243b2063d81dcf3beab%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cc/59f9115034174243b2063d81dcf3beab/images/large/5.jpg saved to cache
2026-03-26 22:46:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item d62b895f-d287-5f27-989b-d256b02cf905
2026-03-26 22:46:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7401150>
2026-03-26 22:46:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d62b895f-d287-5f27-989b-d256b02cf905/d62b895f-d287-5f27-989b-d256b02cf905_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:46:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cc%252F59f9115034174243b2063d81dcf3beab%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cc/59f9115034174243b2063d81dcf3beab/images/large/7.jpg saved to cache
2026-03-26 22:46:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item d62b895f-d287-5f27-989b-d256b02cf905
2026-03-26 22:46:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b782e610>
2026-03-26 22:46:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d62b895f-d287-5f27-989b-d256b02cf905/d62b895f-d287-5f27-989b-d256b02cf905_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:46:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cc%252F59f9115034174243b2063d81dcf3beab%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cc/59f9115034174243b2063d81dcf3beab/images/large/8.jpg saved to cache
2026-03-26 22:46:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item d62b895f-d287-5f27-989b-d256b02cf905
2026-03-26 22:46:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7877690>
2026-03-26 22:46:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d62b895f-d287-5f27-989b-d256b02cf905/d62b895f-d287-5f27-989b-d256b02cf905_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:46:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cc%252F59f9115034174243b2063d81dcf3beab%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cc/59f9115034174243b2063d81dcf3beab/images/large/9.jpg saved to cache
2026-03-26 22:46:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item d62b895f-d287-5f27-989b-d256b02cf905
2026-03-26 22:46:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cq%252F74b02b4724104efe880a23715338f4de%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cq/74b02b4724104efe880a23715338f4de/images/large/10.jpg not downloaded yet
2026-03-26 22:46:34 [ayvens.be] INFO: Found listing with ID: 1986068
2026-03-26 22:46:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986068%27 HTTP/1.1" 200 None
2026-03-26 22:46:34 [ayvens.be] INFO: Scrape type for 1986068: 1
2026-03-26 22:46:34 [ayvens.be] INFO: Extracting data for car ID: 1986068
2026-03-26 22:46:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f6b9527f-99d2-56a6-90da-0ff54160ff73 with identifier: 1986068
2026-03-26 22:46:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f6b9527f-99d2-56a6-90da-0ff54160ff73 with scrape type 1
2026-03-26 22:46:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item f6b9527f-99d2-56a6-90da-0ff54160ff73
2026-03-26 22:46:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F0a4033d942754926968dc7938ff8fc44%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/0a4033d942754926968dc7938ff8fc44/images/large/1.jpg not downloaded yet
2026-03-26 22:46:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cc/59f9115034174243b2063d81dcf3beab/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F0a4033d942754926968dc7938ff8fc44%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/0a4033d942754926968dc7938ff8fc44/images/large/2.jpg not downloaded yet
2026-03-26 22:46:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cq/74b02b4724104efe880a23715338f4de/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cq/74b02b4724104efe880a23715338f4de/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cq/74b02b4724104efe880a23715338f4de/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cq/74b02b4724104efe880a23715338f4de/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cq/74b02b4724104efe880a23715338f4de/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F0a4033d942754926968dc7938ff8fc44%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/0a4033d942754926968dc7938ff8fc44/images/large/3.jpg not downloaded yet
2026-03-26 22:46:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F0a4033d942754926968dc7938ff8fc44%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/0a4033d942754926968dc7938ff8fc44/images/large/4.jpg not downloaded yet
2026-03-26 22:46:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F0a4033d942754926968dc7938ff8fc44%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/0a4033d942754926968dc7938ff8fc44/images/large/5.jpg not downloaded yet
2026-03-26 22:46:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cq/74b02b4724104efe880a23715338f4de/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F0a4033d942754926968dc7938ff8fc44%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/0a4033d942754926968dc7938ff8fc44/images/large/6.jpg not downloaded yet
2026-03-26 22:46:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F0a4033d942754926968dc7938ff8fc44%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/0a4033d942754926968dc7938ff8fc44/images/large/7.jpg not downloaded yet
2026-03-26 22:46:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F0a4033d942754926968dc7938ff8fc44%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/0a4033d942754926968dc7938ff8fc44/images/large/8.jpg not downloaded yet
2026-03-26 22:46:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b78a94d0>
2026-03-26 22:46:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d62b895f-d287-5f27-989b-d256b02cf905/d62b895f-d287-5f27-989b-d256b02cf905_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:46:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cc%252F59f9115034174243b2063d81dcf3beab%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cc/59f9115034174243b2063d81dcf3beab/images/large/10.jpg saved to cache
2026-03-26 22:46:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item d62b895f-d287-5f27-989b-d256b02cf905
2026-03-26 22:46:34 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d62b895f-d287-5f27-989b-d256b02cf905, skipping ID generation
2026-03-26 22:46:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d62b895f-d287-5f27-989b-d256b02cf905 with scrape type 1
2026-03-26 22:46:34 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d62b895f-d287-5f27-989b-d256b02cf905 sending to next pipeline
2026-03-26 22:46:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: d62b895f-d287-5f27-989b-d256b02cf905, identifier: 1986066
2026-03-26 22:46:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F0a4033d942754926968dc7938ff8fc44%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/0a4033d942754926968dc7938ff8fc44/images/large/9.jpg not downloaded yet
2026-03-26 22:46:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: d62b895f-d287-5f27-989b-d256b02cf905 with identifier: 1986066
2026-03-26 22:46:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: d62b895f-d287-5f27-989b-d256b02cf905 with identifier: 1986066
2026-03-26 22:46:34 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: d62b895f-d287-5f27-989b-d256b02cf905 with identifier: 1986066 to the API
2026-03-26 22:46:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:46:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:46:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2cc/59f9115034174243b2063d81dcf3beab/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'electric',
'id': 'd62b895f-d287-5f27-989b-d256b02cf905',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'SKODA',
'model': 'ENYAQ',
'odometer': 68699,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 16,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d62b895f-d287-5f27-989b-d256b02cf905/d62b895f-d287-5f27-989b-d256b02cf905_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 675046,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cc/59f9115034174243b2063d81dcf3beab/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d62b895f-d287-5f27-989b-d256b02cf905/d62b895f-d287-5f27-989b-d256b02cf905_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 689617,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cc/59f9115034174243b2063d81dcf3beab/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d62b895f-d287-5f27-989b-d256b02cf905/d62b895f-d287-5f27-989b-d256b02cf905_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 608083,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cc/59f9115034174243b2063d81dcf3beab/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d62b895f-d287-5f27-989b-d256b02cf905/d62b895f-d287-5f27-989b-d256b02cf905_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 725037,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cc/59f9115034174243b2063d81dcf3beab/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d62b895f-d287-5f27-989b-d256b02cf905/d62b895f-d287-5f27-989b-d256b02cf905_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 617768,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cc/59f9115034174243b2063d81dcf3beab/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d62b895f-d287-5f27-989b-d256b02cf905/d62b895f-d287-5f27-989b-d256b02cf905_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 562978,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cc/59f9115034174243b2063d81dcf3beab/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d62b895f-d287-5f27-989b-d256b02cf905/d62b895f-d287-5f27-989b-d256b02cf905_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 654536,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cc/59f9115034174243b2063d81dcf3beab/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d62b895f-d287-5f27-989b-d256b02cf905/d62b895f-d287-5f27-989b-d256b02cf905_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 718972,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cc/59f9115034174243b2063d81dcf3beab/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d62b895f-d287-5f27-989b-d256b02cf905/d62b895f-d287-5f27-989b-d256b02cf905_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 568645,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cc/59f9115034174243b2063d81dcf3beab/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d62b895f-d287-5f27-989b-d256b02cf905/d62b895f-d287-5f27-989b-d256b02cf905_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 627260,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cc/59f9115034174243b2063d81dcf3beab/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-08',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA ENYAQ 82KWH IV 80',
'transmission': 'automatic',
'trim': '82KWH IV 80',
'vin': None,
'year': 2022}
2026-03-26 22:46:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986066%27 HTTP/1.1" 200 None
2026-03-26 22:46:35 [ayvens.be] INFO: Saving data for 1986066: {'created_time': 1774565195.005, 'last_price_update_time': 1774565195.005009, 'auction_closing_time': 1775028600.0}
2026-03-26 22:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986066') HTTP/1.1" 204 0
2026-03-26 22:46:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5ca55d0>
2026-03-26 22:46:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8fdd8846-38da-5d0c-b5c0-4240e4bdb3a8/8fdd8846-38da-5d0c-b5c0-4240e4bdb3a8_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cq%252F74b02b4724104efe880a23715338f4de%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cq/74b02b4724104efe880a23715338f4de/images/large/2.jpg saved to cache
2026-03-26 22:46:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 8fdd8846-38da-5d0c-b5c0-4240e4bdb3a8
2026-03-26 22:46:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7435a10>
2026-03-26 22:46:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8fdd8846-38da-5d0c-b5c0-4240e4bdb3a8/8fdd8846-38da-5d0c-b5c0-4240e4bdb3a8_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cq%252F74b02b4724104efe880a23715338f4de%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cq/74b02b4724104efe880a23715338f4de/images/large/3.jpg saved to cache
2026-03-26 22:46:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 8fdd8846-38da-5d0c-b5c0-4240e4bdb3a8
2026-03-26 22:46:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7912810>
2026-03-26 22:46:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8fdd8846-38da-5d0c-b5c0-4240e4bdb3a8/8fdd8846-38da-5d0c-b5c0-4240e4bdb3a8_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cq%252F74b02b4724104efe880a23715338f4de%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cq/74b02b4724104efe880a23715338f4de/images/large/4.jpg saved to cache
2026-03-26 22:46:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 8fdd8846-38da-5d0c-b5c0-4240e4bdb3a8
2026-03-26 22:46:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79ddf50>
2026-03-26 22:46:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8fdd8846-38da-5d0c-b5c0-4240e4bdb3a8/8fdd8846-38da-5d0c-b5c0-4240e4bdb3a8_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cq%252F74b02b4724104efe880a23715338f4de%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cq/74b02b4724104efe880a23715338f4de/images/large/5.jpg saved to cache
2026-03-26 22:46:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 8fdd8846-38da-5d0c-b5c0-4240e4bdb3a8
2026-03-26 22:46:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5ca5950>
2026-03-26 22:46:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8fdd8846-38da-5d0c-b5c0-4240e4bdb3a8/8fdd8846-38da-5d0c-b5c0-4240e4bdb3a8_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cq%252F74b02b4724104efe880a23715338f4de%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cq/74b02b4724104efe880a23715338f4de/images/large/1.jpg saved to cache
2026-03-26 22:46:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 8fdd8846-38da-5d0c-b5c0-4240e4bdb3a8
2026-03-26 22:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F0a4033d942754926968dc7938ff8fc44%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/0a4033d942754926968dc7938ff8fc44/images/large/10.jpg not downloaded yet
2026-03-26 22:46:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/0a4033d942754926968dc7938ff8fc44/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b746ff50>
2026-03-26 22:46:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8fdd8846-38da-5d0c-b5c0-4240e4bdb3a8/8fdd8846-38da-5d0c-b5c0-4240e4bdb3a8_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cq%252F74b02b4724104efe880a23715338f4de%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cq/74b02b4724104efe880a23715338f4de/images/large/7.jpg saved to cache
2026-03-26 22:46:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 8fdd8846-38da-5d0c-b5c0-4240e4bdb3a8
2026-03-26 22:46:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/0a4033d942754926968dc7938ff8fc44/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:35 [ayvens.be] INFO: Found listing with ID: 1986069
2026-03-26 22:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986069%27 HTTP/1.1" 200 None
2026-03-26 22:46:35 [ayvens.be] INFO: Scrape type for 1986069: 1
2026-03-26 22:46:35 [ayvens.be] INFO: Extracting data for car ID: 1986069
2026-03-26 22:46:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 13f3b5cb-b2b3-534a-be68-e343ad7b86e7 with identifier: 1986069
2026-03-26 22:46:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 13f3b5cb-b2b3-534a-be68-e343ad7b86e7 with scrape type 1
2026-03-26 22:46:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 13f3b5cb-b2b3-534a-be68-e343ad7b86e7
2026-03-26 22:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F12c905d517de4e959bb4fc6dcd84d266%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/12c905d517de4e959bb4fc6dcd84d266/images/large/1.jpg not downloaded yet
2026-03-26 22:46:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/0a4033d942754926968dc7938ff8fc44/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/0a4033d942754926968dc7938ff8fc44/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cq/74b02b4724104efe880a23715338f4de/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F12c905d517de4e959bb4fc6dcd84d266%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/12c905d517de4e959bb4fc6dcd84d266/images/large/2.jpg not downloaded yet
2026-03-26 22:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F12c905d517de4e959bb4fc6dcd84d266%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/12c905d517de4e959bb4fc6dcd84d266/images/large/3.jpg not downloaded yet
2026-03-26 22:46:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b746c550>
2026-03-26 22:46:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f6b9527f-99d2-56a6-90da-0ff54160ff73/f6b9527f-99d2-56a6-90da-0ff54160ff73_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F0a4033d942754926968dc7938ff8fc44%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/0a4033d942754926968dc7938ff8fc44/images/large/1.jpg saved to cache
2026-03-26 22:46:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item f6b9527f-99d2-56a6-90da-0ff54160ff73
2026-03-26 22:46:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cq/74b02b4724104efe880a23715338f4de/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F12c905d517de4e959bb4fc6dcd84d266%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/12c905d517de4e959bb4fc6dcd84d266/images/large/4.jpg not downloaded yet
2026-03-26 22:46:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cq/74b02b4724104efe880a23715338f4de/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cq/74b02b4724104efe880a23715338f4de/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F12c905d517de4e959bb4fc6dcd84d266%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/12c905d517de4e959bb4fc6dcd84d266/images/large/5.jpg not downloaded yet
2026-03-26 22:46:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/0a4033d942754926968dc7938ff8fc44/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F12c905d517de4e959bb4fc6dcd84d266%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/12c905d517de4e959bb4fc6dcd84d266/images/large/6.jpg not downloaded yet
2026-03-26 22:46:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74bec90>
2026-03-26 22:46:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f6b9527f-99d2-56a6-90da-0ff54160ff73/f6b9527f-99d2-56a6-90da-0ff54160ff73_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F0a4033d942754926968dc7938ff8fc44%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/0a4033d942754926968dc7938ff8fc44/images/large/2.jpg saved to cache
2026-03-26 22:46:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item f6b9527f-99d2-56a6-90da-0ff54160ff73
2026-03-26 22:46:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7410190>
2026-03-26 22:46:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f6b9527f-99d2-56a6-90da-0ff54160ff73/f6b9527f-99d2-56a6-90da-0ff54160ff73_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F0a4033d942754926968dc7938ff8fc44%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/0a4033d942754926968dc7938ff8fc44/images/large/4.jpg saved to cache
2026-03-26 22:46:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item f6b9527f-99d2-56a6-90da-0ff54160ff73
2026-03-26 22:46:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c688d0>
2026-03-26 22:46:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f6b9527f-99d2-56a6-90da-0ff54160ff73/f6b9527f-99d2-56a6-90da-0ff54160ff73_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F0a4033d942754926968dc7938ff8fc44%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/0a4033d942754926968dc7938ff8fc44/images/large/3.jpg saved to cache
2026-03-26 22:46:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item f6b9527f-99d2-56a6-90da-0ff54160ff73
2026-03-26 22:46:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5ca27d0>
2026-03-26 22:46:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8fdd8846-38da-5d0c-b5c0-4240e4bdb3a8/8fdd8846-38da-5d0c-b5c0-4240e4bdb3a8_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cq%252F74b02b4724104efe880a23715338f4de%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cq/74b02b4724104efe880a23715338f4de/images/large/9.jpg saved to cache
2026-03-26 22:46:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 8fdd8846-38da-5d0c-b5c0-4240e4bdb3a8
2026-03-26 22:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F12c905d517de4e959bb4fc6dcd84d266%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/12c905d517de4e959bb4fc6dcd84d266/images/large/7.jpg not downloaded yet
2026-03-26 22:46:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/0a4033d942754926968dc7938ff8fc44/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/0a4033d942754926968dc7938ff8fc44/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F12c905d517de4e959bb4fc6dcd84d266%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/12c905d517de4e959bb4fc6dcd84d266/images/large/8.jpg not downloaded yet
2026-03-26 22:46:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/12c905d517de4e959bb4fc6dcd84d266/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/12c905d517de4e959bb4fc6dcd84d266/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7648450>
2026-03-26 22:46:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8fdd8846-38da-5d0c-b5c0-4240e4bdb3a8/8fdd8846-38da-5d0c-b5c0-4240e4bdb3a8_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cq%252F74b02b4724104efe880a23715338f4de%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cq/74b02b4724104efe880a23715338f4de/images/large/8.jpg saved to cache
2026-03-26 22:46:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 8fdd8846-38da-5d0c-b5c0-4240e4bdb3a8
2026-03-26 22:46:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74fba10>
2026-03-26 22:46:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8fdd8846-38da-5d0c-b5c0-4240e4bdb3a8/8fdd8846-38da-5d0c-b5c0-4240e4bdb3a8_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cq%252F74b02b4724104efe880a23715338f4de%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cq/74b02b4724104efe880a23715338f4de/images/large/10.jpg saved to cache
2026-03-26 22:46:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 8fdd8846-38da-5d0c-b5c0-4240e4bdb3a8
2026-03-26 22:46:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7688cd0>
2026-03-26 22:46:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8fdd8846-38da-5d0c-b5c0-4240e4bdb3a8/8fdd8846-38da-5d0c-b5c0-4240e4bdb3a8_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cq%252F74b02b4724104efe880a23715338f4de%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cq/74b02b4724104efe880a23715338f4de/images/large/6.jpg saved to cache
2026-03-26 22:46:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 8fdd8846-38da-5d0c-b5c0-4240e4bdb3a8
2026-03-26 22:46:36 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8fdd8846-38da-5d0c-b5c0-4240e4bdb3a8, skipping ID generation
2026-03-26 22:46:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8fdd8846-38da-5d0c-b5c0-4240e4bdb3a8 with scrape type 1
2026-03-26 22:46:36 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8fdd8846-38da-5d0c-b5c0-4240e4bdb3a8 sending to next pipeline
2026-03-26 22:46:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 8fdd8846-38da-5d0c-b5c0-4240e4bdb3a8, identifier: 1986067
2026-03-26 22:46:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cc9f50>
2026-03-26 22:46:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f6b9527f-99d2-56a6-90da-0ff54160ff73/f6b9527f-99d2-56a6-90da-0ff54160ff73_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F0a4033d942754926968dc7938ff8fc44%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/0a4033d942754926968dc7938ff8fc44/images/large/5.jpg saved to cache
2026-03-26 22:46:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item f6b9527f-99d2-56a6-90da-0ff54160ff73
2026-03-26 22:46:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/0a4033d942754926968dc7938ff8fc44/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/0a4033d942754926968dc7938ff8fc44/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F12c905d517de4e959bb4fc6dcd84d266%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/12c905d517de4e959bb4fc6dcd84d266/images/large/9.jpg not downloaded yet
2026-03-26 22:46:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 8fdd8846-38da-5d0c-b5c0-4240e4bdb3a8 with identifier: 1986067
2026-03-26 22:46:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 8fdd8846-38da-5d0c-b5c0-4240e4bdb3a8 with identifier: 1986067
2026-03-26 22:46:36 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 8fdd8846-38da-5d0c-b5c0-4240e4bdb3a8 with identifier: 1986067 to the API
2026-03-26 22:46:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:46:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:46:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2cq/74b02b4724104efe880a23715338f4de/images/large/6.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'electric',
'id': '8fdd8846-38da-5d0c-b5c0-4240e4bdb3a8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'POLESTAR',
'model': '2',
'odometer': 28964,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 23,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8fdd8846-38da-5d0c-b5c0-4240e4bdb3a8/8fdd8846-38da-5d0c-b5c0-4240e4bdb3a8_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 637608,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cq/74b02b4724104efe880a23715338f4de/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8fdd8846-38da-5d0c-b5c0-4240e4bdb3a8/8fdd8846-38da-5d0c-b5c0-4240e4bdb3a8_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 641722,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cq/74b02b4724104efe880a23715338f4de/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8fdd8846-38da-5d0c-b5c0-4240e4bdb3a8/8fdd8846-38da-5d0c-b5c0-4240e4bdb3a8_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 636090,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cq/74b02b4724104efe880a23715338f4de/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8fdd8846-38da-5d0c-b5c0-4240e4bdb3a8/8fdd8846-38da-5d0c-b5c0-4240e4bdb3a8_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 650728,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cq/74b02b4724104efe880a23715338f4de/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8fdd8846-38da-5d0c-b5c0-4240e4bdb3a8/8fdd8846-38da-5d0c-b5c0-4240e4bdb3a8_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 598455,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cq/74b02b4724104efe880a23715338f4de/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8fdd8846-38da-5d0c-b5c0-4240e4bdb3a8/8fdd8846-38da-5d0c-b5c0-4240e4bdb3a8_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 658776,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cq/74b02b4724104efe880a23715338f4de/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8fdd8846-38da-5d0c-b5c0-4240e4bdb3a8/8fdd8846-38da-5d0c-b5c0-4240e4bdb3a8_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 577949,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cq/74b02b4724104efe880a23715338f4de/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8fdd8846-38da-5d0c-b5c0-4240e4bdb3a8/8fdd8846-38da-5d0c-b5c0-4240e4bdb3a8_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 783573,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cq/74b02b4724104efe880a23715338f4de/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8fdd8846-38da-5d0c-b5c0-4240e4bdb3a8/8fdd8846-38da-5d0c-b5c0-4240e4bdb3a8_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 819507,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cq/74b02b4724104efe880a23715338f4de/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8fdd8846-38da-5d0c-b5c0-4240e4bdb3a8/8fdd8846-38da-5d0c-b5c0-4240e4bdb3a8_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 716202,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cq/74b02b4724104efe880a23715338f4de/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-14',
'seats_number': 5,
'seller_name': None,
'title': 'POLESTAR 2 BEV 78KWH DUAL MOTOR AUTO 4WD LONG RANGE',
'transmission': 'automatic',
'trim': 'BEV 78KWH DUAL MOTOR AUTO 4WD LONG RANGE',
'vin': None,
'year': 2022}
2026-03-26 22:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986067%27 HTTP/1.1" 200 None
2026-03-26 22:46:37 [ayvens.be] INFO: Saving data for 1986067: {'created_time': 1774565197.022482, 'last_price_update_time': 1774565197.022493, 'auction_closing_time': 1775028600.0}
2026-03-26 22:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986067') HTTP/1.1" 204 0
2026-03-26 22:46:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/0a4033d942754926968dc7938ff8fc44/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F12c905d517de4e959bb4fc6dcd84d266%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/12c905d517de4e959bb4fc6dcd84d266/images/large/10.jpg not downloaded yet
2026-03-26 22:46:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b746ded0>
2026-03-26 22:46:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f6b9527f-99d2-56a6-90da-0ff54160ff73/f6b9527f-99d2-56a6-90da-0ff54160ff73_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F0a4033d942754926968dc7938ff8fc44%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/0a4033d942754926968dc7938ff8fc44/images/large/7.jpg saved to cache
2026-03-26 22:46:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item f6b9527f-99d2-56a6-90da-0ff54160ff73
2026-03-26 22:46:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7770910>
2026-03-26 22:46:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f6b9527f-99d2-56a6-90da-0ff54160ff73/f6b9527f-99d2-56a6-90da-0ff54160ff73_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F0a4033d942754926968dc7938ff8fc44%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/0a4033d942754926968dc7938ff8fc44/images/large/8.jpg saved to cache
2026-03-26 22:46:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item f6b9527f-99d2-56a6-90da-0ff54160ff73
2026-03-26 22:46:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7ccd850>
2026-03-26 22:46:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_13f3b5cb-b2b3-534a-be68-e343ad7b86e7/13f3b5cb-b2b3-534a-be68-e343ad7b86e7_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F12c905d517de4e959bb4fc6dcd84d266%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/12c905d517de4e959bb4fc6dcd84d266/images/large/2.jpg saved to cache
2026-03-26 22:46:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 13f3b5cb-b2b3-534a-be68-e343ad7b86e7
2026-03-26 22:46:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c60510>
2026-03-26 22:46:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_13f3b5cb-b2b3-534a-be68-e343ad7b86e7/13f3b5cb-b2b3-534a-be68-e343ad7b86e7_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F12c905d517de4e959bb4fc6dcd84d266%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/12c905d517de4e959bb4fc6dcd84d266/images/large/1.jpg saved to cache
2026-03-26 22:46:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 13f3b5cb-b2b3-534a-be68-e343ad7b86e7
2026-03-26 22:46:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c6b550>
2026-03-26 22:46:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f6b9527f-99d2-56a6-90da-0ff54160ff73/f6b9527f-99d2-56a6-90da-0ff54160ff73_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F0a4033d942754926968dc7938ff8fc44%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/0a4033d942754926968dc7938ff8fc44/images/large/6.jpg saved to cache
2026-03-26 22:46:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item f6b9527f-99d2-56a6-90da-0ff54160ff73
2026-03-26 22:46:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7410d50>
2026-03-26 22:46:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f6b9527f-99d2-56a6-90da-0ff54160ff73/f6b9527f-99d2-56a6-90da-0ff54160ff73_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F0a4033d942754926968dc7938ff8fc44%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/0a4033d942754926968dc7938ff8fc44/images/large/10.jpg saved to cache
2026-03-26 22:46:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item f6b9527f-99d2-56a6-90da-0ff54160ff73
2026-03-26 22:46:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/12c905d517de4e959bb4fc6dcd84d266/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/12c905d517de4e959bb4fc6dcd84d266/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:37 [ayvens.be] INFO: Found listing with ID: 1986070
2026-03-26 22:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986070%27 HTTP/1.1" 200 None
2026-03-26 22:46:37 [ayvens.be] INFO: Scrape type for 1986070: 1
2026-03-26 22:46:37 [ayvens.be] INFO: Extracting data for car ID: 1986070
2026-03-26 22:46:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dc6db33d-5eeb-55e6-897a-3a94a462f6ee with identifier: 1986070
2026-03-26 22:46:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc6db33d-5eeb-55e6-897a-3a94a462f6ee with scrape type 1
2026-03-26 22:46:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item dc6db33d-5eeb-55e6-897a-3a94a462f6ee
2026-03-26 22:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Fd902a99f2fa04a149a1d5ab5c8526864%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/d902a99f2fa04a149a1d5ab5c8526864/images/large/1.jpg not downloaded yet
2026-03-26 22:46:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/12c905d517de4e959bb4fc6dcd84d266/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/12c905d517de4e959bb4fc6dcd84d266/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Fd902a99f2fa04a149a1d5ab5c8526864%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/d902a99f2fa04a149a1d5ab5c8526864/images/large/2.jpg not downloaded yet
2026-03-26 22:46:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e348d0>
2026-03-26 22:46:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f6b9527f-99d2-56a6-90da-0ff54160ff73/f6b9527f-99d2-56a6-90da-0ff54160ff73_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F0a4033d942754926968dc7938ff8fc44%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/0a4033d942754926968dc7938ff8fc44/images/large/9.jpg saved to cache
2026-03-26 22:46:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item f6b9527f-99d2-56a6-90da-0ff54160ff73
2026-03-26 22:46:37 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f6b9527f-99d2-56a6-90da-0ff54160ff73, skipping ID generation
2026-03-26 22:46:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f6b9527f-99d2-56a6-90da-0ff54160ff73 with scrape type 1
2026-03-26 22:46:37 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f6b9527f-99d2-56a6-90da-0ff54160ff73 sending to next pipeline
2026-03-26 22:46:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: f6b9527f-99d2-56a6-90da-0ff54160ff73, identifier: 1986068
2026-03-26 22:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Fd902a99f2fa04a149a1d5ab5c8526864%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/d902a99f2fa04a149a1d5ab5c8526864/images/large/3.jpg not downloaded yet
2026-03-26 22:46:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: f6b9527f-99d2-56a6-90da-0ff54160ff73 with identifier: 1986068
2026-03-26 22:46:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: f6b9527f-99d2-56a6-90da-0ff54160ff73 with identifier: 1986068
2026-03-26 22:46:37 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: f6b9527f-99d2-56a6-90da-0ff54160ff73 with identifier: 1986068 to the API
2026-03-26 22:46:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:46:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:46:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bm/0a4033d942754926968dc7938ff8fc44/images/large/9.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'diesel',
'id': 'f6b9527f-99d2-56a6-90da-0ff54160ff73',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'X1',
'odometer': 80233,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 16,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f6b9527f-99d2-56a6-90da-0ff54160ff73/f6b9527f-99d2-56a6-90da-0ff54160ff73_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 238892,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/0a4033d942754926968dc7938ff8fc44/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f6b9527f-99d2-56a6-90da-0ff54160ff73/f6b9527f-99d2-56a6-90da-0ff54160ff73_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 222213,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/0a4033d942754926968dc7938ff8fc44/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f6b9527f-99d2-56a6-90da-0ff54160ff73/f6b9527f-99d2-56a6-90da-0ff54160ff73_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 266215,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/0a4033d942754926968dc7938ff8fc44/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f6b9527f-99d2-56a6-90da-0ff54160ff73/f6b9527f-99d2-56a6-90da-0ff54160ff73_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 262431,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/0a4033d942754926968dc7938ff8fc44/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f6b9527f-99d2-56a6-90da-0ff54160ff73/f6b9527f-99d2-56a6-90da-0ff54160ff73_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 319211,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/0a4033d942754926968dc7938ff8fc44/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f6b9527f-99d2-56a6-90da-0ff54160ff73/f6b9527f-99d2-56a6-90da-0ff54160ff73_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 314061,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/0a4033d942754926968dc7938ff8fc44/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f6b9527f-99d2-56a6-90da-0ff54160ff73/f6b9527f-99d2-56a6-90da-0ff54160ff73_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 299493,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/0a4033d942754926968dc7938ff8fc44/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f6b9527f-99d2-56a6-90da-0ff54160ff73/f6b9527f-99d2-56a6-90da-0ff54160ff73_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 339128,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/0a4033d942754926968dc7938ff8fc44/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f6b9527f-99d2-56a6-90da-0ff54160ff73/f6b9527f-99d2-56a6-90da-0ff54160ff73_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 372823,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/0a4033d942754926968dc7938ff8fc44/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f6b9527f-99d2-56a6-90da-0ff54160ff73/f6b9527f-99d2-56a6-90da-0ff54160ff73_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 314491,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/0a4033d942754926968dc7938ff8fc44/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-11',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 1.5 SDRIVE16D',
'transmission': 'manual',
'trim': '1.5 SDRIVE16D',
'vin': None,
'year': 2022}
2026-03-26 22:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986068%27 HTTP/1.1" 200 None
2026-03-26 22:46:38 [ayvens.be] INFO: Saving data for 1986068: {'created_time': 1774565198.199446, 'last_price_update_time': 1774565198.199455, 'auction_closing_time': 1775028600.0}
2026-03-26 22:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986068') HTTP/1.1" 204 0
2026-03-26 22:46:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/12c905d517de4e959bb4fc6dcd84d266/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/12c905d517de4e959bb4fc6dcd84d266/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Fd902a99f2fa04a149a1d5ab5c8526864%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/d902a99f2fa04a149a1d5ab5c8526864/images/large/4.jpg not downloaded yet
2026-03-26 22:46:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b729c810>
2026-03-26 22:46:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_13f3b5cb-b2b3-534a-be68-e343ad7b86e7/13f3b5cb-b2b3-534a-be68-e343ad7b86e7_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F12c905d517de4e959bb4fc6dcd84d266%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/12c905d517de4e959bb4fc6dcd84d266/images/large/4.jpg saved to cache
2026-03-26 22:46:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 13f3b5cb-b2b3-534a-be68-e343ad7b86e7
2026-03-26 22:46:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76cdfd0>
2026-03-26 22:46:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_13f3b5cb-b2b3-534a-be68-e343ad7b86e7/13f3b5cb-b2b3-534a-be68-e343ad7b86e7_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F12c905d517de4e959bb4fc6dcd84d266%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/12c905d517de4e959bb4fc6dcd84d266/images/large/3.jpg saved to cache
2026-03-26 22:46:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 13f3b5cb-b2b3-534a-be68-e343ad7b86e7
2026-03-26 22:46:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80be057b10>
2026-03-26 22:46:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_13f3b5cb-b2b3-534a-be68-e343ad7b86e7/13f3b5cb-b2b3-534a-be68-e343ad7b86e7_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F12c905d517de4e959bb4fc6dcd84d266%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/12c905d517de4e959bb4fc6dcd84d266/images/large/5.jpg saved to cache
2026-03-26 22:46:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 13f3b5cb-b2b3-534a-be68-e343ad7b86e7
2026-03-26 22:46:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77252d0>
2026-03-26 22:46:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_13f3b5cb-b2b3-534a-be68-e343ad7b86e7/13f3b5cb-b2b3-534a-be68-e343ad7b86e7_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F12c905d517de4e959bb4fc6dcd84d266%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/12c905d517de4e959bb4fc6dcd84d266/images/large/6.jpg saved to cache
2026-03-26 22:46:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 13f3b5cb-b2b3-534a-be68-e343ad7b86e7
2026-03-26 22:46:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/12c905d517de4e959bb4fc6dcd84d266/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Fd902a99f2fa04a149a1d5ab5c8526864%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/d902a99f2fa04a149a1d5ab5c8526864/images/large/5.jpg not downloaded yet
2026-03-26 22:46:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/12c905d517de4e959bb4fc6dcd84d266/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Fd902a99f2fa04a149a1d5ab5c8526864%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/d902a99f2fa04a149a1d5ab5c8526864/images/large/6.jpg not downloaded yet
2026-03-26 22:46:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6def6d0>
2026-03-26 22:46:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_13f3b5cb-b2b3-534a-be68-e343ad7b86e7/13f3b5cb-b2b3-534a-be68-e343ad7b86e7_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F12c905d517de4e959bb4fc6dcd84d266%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/12c905d517de4e959bb4fc6dcd84d266/images/large/7.jpg saved to cache
2026-03-26 22:46:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 13f3b5cb-b2b3-534a-be68-e343ad7b86e7
2026-03-26 22:46:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b788ead0>
2026-03-26 22:46:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_13f3b5cb-b2b3-534a-be68-e343ad7b86e7/13f3b5cb-b2b3-534a-be68-e343ad7b86e7_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F12c905d517de4e959bb4fc6dcd84d266%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/12c905d517de4e959bb4fc6dcd84d266/images/large/8.jpg saved to cache
2026-03-26 22:46:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 13f3b5cb-b2b3-534a-be68-e343ad7b86e7
2026-03-26 22:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Fd902a99f2fa04a149a1d5ab5c8526864%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/d902a99f2fa04a149a1d5ab5c8526864/images/large/7.jpg not downloaded yet
2026-03-26 22:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Fd902a99f2fa04a149a1d5ab5c8526864%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/d902a99f2fa04a149a1d5ab5c8526864/images/large/8.jpg not downloaded yet
2026-03-26 22:46:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b782dd50>
2026-03-26 22:46:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_13f3b5cb-b2b3-534a-be68-e343ad7b86e7/13f3b5cb-b2b3-534a-be68-e343ad7b86e7_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F12c905d517de4e959bb4fc6dcd84d266%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/12c905d517de4e959bb4fc6dcd84d266/images/large/9.jpg saved to cache
2026-03-26 22:46:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 13f3b5cb-b2b3-534a-be68-e343ad7b86e7
2026-03-26 22:46:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b764a110>
2026-03-26 22:46:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_13f3b5cb-b2b3-534a-be68-e343ad7b86e7/13f3b5cb-b2b3-534a-be68-e343ad7b86e7_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F12c905d517de4e959bb4fc6dcd84d266%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/12c905d517de4e959bb4fc6dcd84d266/images/large/10.jpg saved to cache
2026-03-26 22:46:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 13f3b5cb-b2b3-534a-be68-e343ad7b86e7
2026-03-26 22:46:38 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 13f3b5cb-b2b3-534a-be68-e343ad7b86e7, skipping ID generation
2026-03-26 22:46:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 13f3b5cb-b2b3-534a-be68-e343ad7b86e7 with scrape type 1
2026-03-26 22:46:38 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 13f3b5cb-b2b3-534a-be68-e343ad7b86e7 sending to next pipeline
2026-03-26 22:46:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 13f3b5cb-b2b3-534a-be68-e343ad7b86e7, identifier: 1986069
2026-03-26 22:46:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/d902a99f2fa04a149a1d5ab5c8526864/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 13f3b5cb-b2b3-534a-be68-e343ad7b86e7 with identifier: 1986069
2026-03-26 22:46:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 13f3b5cb-b2b3-534a-be68-e343ad7b86e7 with identifier: 1986069
2026-03-26 22:46:39 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 13f3b5cb-b2b3-534a-be68-e343ad7b86e7 with identifier: 1986069 to the API
2026-03-26 22:46:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:46:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:46:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bm/12c905d517de4e959bb4fc6dcd84d266/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'petrol',
'id': '13f3b5cb-b2b3-534a-be68-e343ad7b86e7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'SKODA',
'model': 'OCTAVIA COMBI',
'odometer': 99196,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 15,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_13f3b5cb-b2b3-534a-be68-e343ad7b86e7/13f3b5cb-b2b3-534a-be68-e343ad7b86e7_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 238570,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/12c905d517de4e959bb4fc6dcd84d266/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_13f3b5cb-b2b3-534a-be68-e343ad7b86e7/13f3b5cb-b2b3-534a-be68-e343ad7b86e7_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 231705,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/12c905d517de4e959bb4fc6dcd84d266/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_13f3b5cb-b2b3-534a-be68-e343ad7b86e7/13f3b5cb-b2b3-534a-be68-e343ad7b86e7_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 250711,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/12c905d517de4e959bb4fc6dcd84d266/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_13f3b5cb-b2b3-534a-be68-e343ad7b86e7/13f3b5cb-b2b3-534a-be68-e343ad7b86e7_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 244131,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/12c905d517de4e959bb4fc6dcd84d266/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_13f3b5cb-b2b3-534a-be68-e343ad7b86e7/13f3b5cb-b2b3-534a-be68-e343ad7b86e7_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 303847,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/12c905d517de4e959bb4fc6dcd84d266/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_13f3b5cb-b2b3-534a-be68-e343ad7b86e7/13f3b5cb-b2b3-534a-be68-e343ad7b86e7_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 299198,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/12c905d517de4e959bb4fc6dcd84d266/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_13f3b5cb-b2b3-534a-be68-e343ad7b86e7/13f3b5cb-b2b3-534a-be68-e343ad7b86e7_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 291541,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/12c905d517de4e959bb4fc6dcd84d266/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_13f3b5cb-b2b3-534a-be68-e343ad7b86e7/13f3b5cb-b2b3-534a-be68-e343ad7b86e7_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 301434,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/12c905d517de4e959bb4fc6dcd84d266/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_13f3b5cb-b2b3-534a-be68-e343ad7b86e7/13f3b5cb-b2b3-534a-be68-e343ad7b86e7_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 230815,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/12c905d517de4e959bb4fc6dcd84d266/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_13f3b5cb-b2b3-534a-be68-e343ad7b86e7/13f3b5cb-b2b3-534a-be68-e343ad7b86e7_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 303210,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/12c905d517de4e959bb4fc6dcd84d266/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-11',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA OCTAVIA COMBI 1.0 TSI MHEV 81KW DSG CLEVER',
'transmission': 'automatic',
'trim': '1.0 TSI MHEV 81KW DSG CLEVER',
'vin': None,
'year': 2022}
2026-03-26 22:46:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986069%27 HTTP/1.1" 200 None
2026-03-26 22:46:39 [ayvens.be] INFO: Saving data for 1986069: {'created_time': 1774565199.314804, 'last_price_update_time': 1774565199.314815, 'auction_closing_time': 1775028600.0}
2026-03-26 22:46:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986069') HTTP/1.1" 204 0
2026-03-26 22:46:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/d902a99f2fa04a149a1d5ab5c8526864/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Fd902a99f2fa04a149a1d5ab5c8526864%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/d902a99f2fa04a149a1d5ab5c8526864/images/large/9.jpg not downloaded yet
2026-03-26 22:46:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Fd902a99f2fa04a149a1d5ab5c8526864%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/d902a99f2fa04a149a1d5ab5c8526864/images/large/10.jpg not downloaded yet
2026-03-26 22:46:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/d902a99f2fa04a149a1d5ab5c8526864/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/d902a99f2fa04a149a1d5ab5c8526864/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79f0510>
2026-03-26 22:46:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dc6db33d-5eeb-55e6-897a-3a94a462f6ee/dc6db33d-5eeb-55e6-897a-3a94a462f6ee_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:46:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Fd902a99f2fa04a149a1d5ab5c8526864%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/d902a99f2fa04a149a1d5ab5c8526864/images/large/2.jpg saved to cache
2026-03-26 22:46:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item dc6db33d-5eeb-55e6-897a-3a94a462f6ee
2026-03-26 22:46:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/d902a99f2fa04a149a1d5ab5c8526864/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:39 [ayvens.be] INFO: Found listing with ID: 1986071
2026-03-26 22:46:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986071%27 HTTP/1.1" 200 None
2026-03-26 22:46:39 [ayvens.be] INFO: Scrape type for 1986071: 1
2026-03-26 22:46:39 [ayvens.be] INFO: Extracting data for car ID: 1986071
2026-03-26 22:46:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9ea2c17f-ff52-5e76-8d4c-a1beb3c4499a with identifier: 1986071
2026-03-26 22:46:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9ea2c17f-ff52-5e76-8d4c-a1beb3c4499a with scrape type 1
2026-03-26 22:46:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 9ea2c17f-ff52-5e76-8d4c-a1beb3c4499a
2026-03-26 22:46:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cg%252F305f292465624b5ea8f7d3ef28557b18%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cg/305f292465624b5ea8f7d3ef28557b18/images/large/1.jpg not downloaded yet
2026-03-26 22:46:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/d902a99f2fa04a149a1d5ab5c8526864/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cg%252F305f292465624b5ea8f7d3ef28557b18%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cg/305f292465624b5ea8f7d3ef28557b18/images/large/2.jpg not downloaded yet
2026-03-26 22:46:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cc0f90>
2026-03-26 22:46:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dc6db33d-5eeb-55e6-897a-3a94a462f6ee/dc6db33d-5eeb-55e6-897a-3a94a462f6ee_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:46:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Fd902a99f2fa04a149a1d5ab5c8526864%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/d902a99f2fa04a149a1d5ab5c8526864/images/large/1.jpg saved to cache
2026-03-26 22:46:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item dc6db33d-5eeb-55e6-897a-3a94a462f6ee
2026-03-26 22:46:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7660410>
2026-03-26 22:46:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dc6db33d-5eeb-55e6-897a-3a94a462f6ee/dc6db33d-5eeb-55e6-897a-3a94a462f6ee_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:46:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Fd902a99f2fa04a149a1d5ab5c8526864%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/d902a99f2fa04a149a1d5ab5c8526864/images/large/4.jpg saved to cache
2026-03-26 22:46:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item dc6db33d-5eeb-55e6-897a-3a94a462f6ee
2026-03-26 22:46:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76c6250>
2026-03-26 22:46:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dc6db33d-5eeb-55e6-897a-3a94a462f6ee/dc6db33d-5eeb-55e6-897a-3a94a462f6ee_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:46:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Fd902a99f2fa04a149a1d5ab5c8526864%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/d902a99f2fa04a149a1d5ab5c8526864/images/large/3.jpg saved to cache
2026-03-26 22:46:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item dc6db33d-5eeb-55e6-897a-3a94a462f6ee
2026-03-26 22:46:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cg%252F305f292465624b5ea8f7d3ef28557b18%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cg/305f292465624b5ea8f7d3ef28557b18/images/large/3.jpg not downloaded yet
2026-03-26 22:46:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/d902a99f2fa04a149a1d5ab5c8526864/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7401050>
2026-03-26 22:46:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dc6db33d-5eeb-55e6-897a-3a94a462f6ee/dc6db33d-5eeb-55e6-897a-3a94a462f6ee_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Fd902a99f2fa04a149a1d5ab5c8526864%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/d902a99f2fa04a149a1d5ab5c8526864/images/large/6.jpg saved to cache
2026-03-26 22:46:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item dc6db33d-5eeb-55e6-897a-3a94a462f6ee
2026-03-26 22:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cg%252F305f292465624b5ea8f7d3ef28557b18%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cg/305f292465624b5ea8f7d3ef28557b18/images/large/4.jpg not downloaded yet
2026-03-26 22:46:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5ca3790>
2026-03-26 22:46:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dc6db33d-5eeb-55e6-897a-3a94a462f6ee/dc6db33d-5eeb-55e6-897a-3a94a462f6ee_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Fd902a99f2fa04a149a1d5ab5c8526864%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/d902a99f2fa04a149a1d5ab5c8526864/images/large/5.jpg saved to cache
2026-03-26 22:46:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item dc6db33d-5eeb-55e6-897a-3a94a462f6ee
2026-03-26 22:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cg%252F305f292465624b5ea8f7d3ef28557b18%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cg/305f292465624b5ea8f7d3ef28557b18/images/large/5.jpg not downloaded yet
2026-03-26 22:46:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cc3290>
2026-03-26 22:46:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dc6db33d-5eeb-55e6-897a-3a94a462f6ee/dc6db33d-5eeb-55e6-897a-3a94a462f6ee_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Fd902a99f2fa04a149a1d5ab5c8526864%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/d902a99f2fa04a149a1d5ab5c8526864/images/large/8.jpg saved to cache
2026-03-26 22:46:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item dc6db33d-5eeb-55e6-897a-3a94a462f6ee
2026-03-26 22:46:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/d902a99f2fa04a149a1d5ab5c8526864/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/d902a99f2fa04a149a1d5ab5c8526864/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cg%252F305f292465624b5ea8f7d3ef28557b18%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cg/305f292465624b5ea8f7d3ef28557b18/images/large/6.jpg not downloaded yet
2026-03-26 22:46:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/d902a99f2fa04a149a1d5ab5c8526864/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cg%252F305f292465624b5ea8f7d3ef28557b18%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cg/305f292465624b5ea8f7d3ef28557b18/images/large/7.jpg not downloaded yet
2026-03-26 22:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cg%252F305f292465624b5ea8f7d3ef28557b18%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cg/305f292465624b5ea8f7d3ef28557b18/images/large/8.jpg not downloaded yet
2026-03-26 22:46:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cg/305f292465624b5ea8f7d3ef28557b18/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cg%252F305f292465624b5ea8f7d3ef28557b18%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cg/305f292465624b5ea8f7d3ef28557b18/images/large/9.jpg not downloaded yet
2026-03-26 22:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cg%252F305f292465624b5ea8f7d3ef28557b18%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cg/305f292465624b5ea8f7d3ef28557b18/images/large/10.jpg not downloaded yet
2026-03-26 22:46:40 [ayvens.be] INFO: Found listing with ID: 1986072
2026-03-26 22:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986072%27 HTTP/1.1" 200 None
2026-03-26 22:46:40 [ayvens.be] INFO: Scrape type for 1986072: 1
2026-03-26 22:46:40 [ayvens.be] INFO: Extracting data for car ID: 1986072
2026-03-26 22:46:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a3eddde3-6de0-5a86-94ca-bf01d083fe0f with identifier: 1986072
2026-03-26 22:46:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a3eddde3-6de0-5a86-94ca-bf01d083fe0f with scrape type 1
2026-03-26 22:46:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item a3eddde3-6de0-5a86-94ca-bf01d083fe0f
2026-03-26 22:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252F555a30ad031b4229a85dd8e5949424cc%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/555a30ad031b4229a85dd8e5949424cc/images/large/1.jpg not downloaded yet
2026-03-26 22:46:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cg/305f292465624b5ea8f7d3ef28557b18/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252F555a30ad031b4229a85dd8e5949424cc%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/555a30ad031b4229a85dd8e5949424cc/images/large/2.jpg not downloaded yet
2026-03-26 22:46:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76a4b50>
2026-03-26 22:46:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dc6db33d-5eeb-55e6-897a-3a94a462f6ee/dc6db33d-5eeb-55e6-897a-3a94a462f6ee_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Fd902a99f2fa04a149a1d5ab5c8526864%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/d902a99f2fa04a149a1d5ab5c8526864/images/large/9.jpg saved to cache
2026-03-26 22:46:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item dc6db33d-5eeb-55e6-897a-3a94a462f6ee
2026-03-26 22:46:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd3bad90>
2026-03-26 22:46:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dc6db33d-5eeb-55e6-897a-3a94a462f6ee/dc6db33d-5eeb-55e6-897a-3a94a462f6ee_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Fd902a99f2fa04a149a1d5ab5c8526864%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/d902a99f2fa04a149a1d5ab5c8526864/images/large/7.jpg saved to cache
2026-03-26 22:46:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item dc6db33d-5eeb-55e6-897a-3a94a462f6ee
2026-03-26 22:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252F555a30ad031b4229a85dd8e5949424cc%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/555a30ad031b4229a85dd8e5949424cc/images/large/3.jpg not downloaded yet
2026-03-26 22:46:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79f2750>
2026-03-26 22:46:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dc6db33d-5eeb-55e6-897a-3a94a462f6ee/dc6db33d-5eeb-55e6-897a-3a94a462f6ee_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Fd902a99f2fa04a149a1d5ab5c8526864%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/d902a99f2fa04a149a1d5ab5c8526864/images/large/10.jpg saved to cache
2026-03-26 22:46:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item dc6db33d-5eeb-55e6-897a-3a94a462f6ee
2026-03-26 22:46:40 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: dc6db33d-5eeb-55e6-897a-3a94a462f6ee, skipping ID generation
2026-03-26 22:46:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc6db33d-5eeb-55e6-897a-3a94a462f6ee with scrape type 1
2026-03-26 22:46:40 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item dc6db33d-5eeb-55e6-897a-3a94a462f6ee sending to next pipeline
2026-03-26 22:46:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: dc6db33d-5eeb-55e6-897a-3a94a462f6ee, identifier: 1986070
2026-03-26 22:46:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7476190>
2026-03-26 22:46:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9ea2c17f-ff52-5e76-8d4c-a1beb3c4499a/9ea2c17f-ff52-5e76-8d4c-a1beb3c4499a_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cg%252F305f292465624b5ea8f7d3ef28557b18%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cg/305f292465624b5ea8f7d3ef28557b18/images/large/1.jpg saved to cache
2026-03-26 22:46:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 9ea2c17f-ff52-5e76-8d4c-a1beb3c4499a
2026-03-26 22:46:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cg/305f292465624b5ea8f7d3ef28557b18/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: dc6db33d-5eeb-55e6-897a-3a94a462f6ee with identifier: 1986070
2026-03-26 22:46:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: dc6db33d-5eeb-55e6-897a-3a94a462f6ee with identifier: 1986070
2026-03-26 22:46:41 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: dc6db33d-5eeb-55e6-897a-3a94a462f6ee with identifier: 1986070 to the API
2026-03-26 22:46:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:46:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:46:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bs/d902a99f2fa04a149a1d5ab5c8526864/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'petrol',
'id': 'dc6db33d-5eeb-55e6-897a-3a94a462f6ee',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'MINI',
'model': 'MINI 5 DOOR',
'odometer': 57492,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 14,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dc6db33d-5eeb-55e6-897a-3a94a462f6ee/dc6db33d-5eeb-55e6-897a-3a94a462f6ee_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 498321,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/d902a99f2fa04a149a1d5ab5c8526864/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dc6db33d-5eeb-55e6-897a-3a94a462f6ee/dc6db33d-5eeb-55e6-897a-3a94a462f6ee_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 433025,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/d902a99f2fa04a149a1d5ab5c8526864/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dc6db33d-5eeb-55e6-897a-3a94a462f6ee/dc6db33d-5eeb-55e6-897a-3a94a462f6ee_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 431769,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/d902a99f2fa04a149a1d5ab5c8526864/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dc6db33d-5eeb-55e6-897a-3a94a462f6ee/dc6db33d-5eeb-55e6-897a-3a94a462f6ee_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 393205,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/d902a99f2fa04a149a1d5ab5c8526864/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dc6db33d-5eeb-55e6-897a-3a94a462f6ee/dc6db33d-5eeb-55e6-897a-3a94a462f6ee_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 425128,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/d902a99f2fa04a149a1d5ab5c8526864/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dc6db33d-5eeb-55e6-897a-3a94a462f6ee/dc6db33d-5eeb-55e6-897a-3a94a462f6ee_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 305629,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/d902a99f2fa04a149a1d5ab5c8526864/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dc6db33d-5eeb-55e6-897a-3a94a462f6ee/dc6db33d-5eeb-55e6-897a-3a94a462f6ee_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 344471,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/d902a99f2fa04a149a1d5ab5c8526864/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dc6db33d-5eeb-55e6-897a-3a94a462f6ee/dc6db33d-5eeb-55e6-897a-3a94a462f6ee_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 315465,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/d902a99f2fa04a149a1d5ab5c8526864/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dc6db33d-5eeb-55e6-897a-3a94a462f6ee/dc6db33d-5eeb-55e6-897a-3a94a462f6ee_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 381423,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/d902a99f2fa04a149a1d5ab5c8526864/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dc6db33d-5eeb-55e6-897a-3a94a462f6ee/dc6db33d-5eeb-55e6-897a-3a94a462f6ee_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 398873,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/d902a99f2fa04a149a1d5ab5c8526864/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-02',
'seats_number': 5,
'seller_name': None,
'title': 'MINI MINI 5 DOOR 1.5 COOPER',
'transmission': 'manual',
'trim': '1.5 COOPER',
'vin': None,
'year': 2022}
2026-03-26 22:46:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986070%27 HTTP/1.1" 200 None
2026-03-26 22:46:41 [ayvens.be] INFO: Saving data for 1986070: {'created_time': 1774565201.982027, 'last_price_update_time': 1774565201.982037, 'auction_closing_time': 1775028600.0}
2026-03-26 22:46:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986070') HTTP/1.1" 204 0
2026-03-26 22:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252F555a30ad031b4229a85dd8e5949424cc%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/555a30ad031b4229a85dd8e5949424cc/images/large/4.jpg not downloaded yet
2026-03-26 22:46:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5ca2810>
2026-03-26 22:46:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9ea2c17f-ff52-5e76-8d4c-a1beb3c4499a/9ea2c17f-ff52-5e76-8d4c-a1beb3c4499a_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cg%252F305f292465624b5ea8f7d3ef28557b18%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cg/305f292465624b5ea8f7d3ef28557b18/images/large/3.jpg saved to cache
2026-03-26 22:46:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 9ea2c17f-ff52-5e76-8d4c-a1beb3c4499a
2026-03-26 22:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252F555a30ad031b4229a85dd8e5949424cc%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/555a30ad031b4229a85dd8e5949424cc/images/large/5.jpg not downloaded yet
2026-03-26 22:46:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7587690>
2026-03-26 22:46:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9ea2c17f-ff52-5e76-8d4c-a1beb3c4499a/9ea2c17f-ff52-5e76-8d4c-a1beb3c4499a_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cg%252F305f292465624b5ea8f7d3ef28557b18%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cg/305f292465624b5ea8f7d3ef28557b18/images/large/2.jpg saved to cache
2026-03-26 22:46:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 9ea2c17f-ff52-5e76-8d4c-a1beb3c4499a
2026-03-26 22:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252F555a30ad031b4229a85dd8e5949424cc%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/555a30ad031b4229a85dd8e5949424cc/images/large/6.jpg not downloaded yet
2026-03-26 22:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252F555a30ad031b4229a85dd8e5949424cc%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/555a30ad031b4229a85dd8e5949424cc/images/large/7.jpg not downloaded yet
2026-03-26 22:46:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cg/305f292465624b5ea8f7d3ef28557b18/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cg/305f292465624b5ea8f7d3ef28557b18/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cg/305f292465624b5ea8f7d3ef28557b18/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cg/305f292465624b5ea8f7d3ef28557b18/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252F555a30ad031b4229a85dd8e5949424cc%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/555a30ad031b4229a85dd8e5949424cc/images/large/8.jpg not downloaded yet
2026-03-26 22:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252F555a30ad031b4229a85dd8e5949424cc%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/555a30ad031b4229a85dd8e5949424cc/images/large/9.jpg not downloaded yet
2026-03-26 22:46:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cg/305f292465624b5ea8f7d3ef28557b18/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bw/555a30ad031b4229a85dd8e5949424cc/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cg/305f292465624b5ea8f7d3ef28557b18/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cg/305f292465624b5ea8f7d3ef28557b18/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252F555a30ad031b4229a85dd8e5949424cc%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/555a30ad031b4229a85dd8e5949424cc/images/large/10.jpg not downloaded yet
2026-03-26 22:46:42 [ayvens.be] INFO: Found listing with ID: 1986073
2026-03-26 22:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986073%27 HTTP/1.1" 200 None
2026-03-26 22:46:42 [ayvens.be] INFO: Scrape type for 1986073: 1
2026-03-26 22:46:42 [ayvens.be] INFO: Extracting data for car ID: 1986073
2026-03-26 22:46:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9fa71a98-41e8-5bbe-99a8-dff2a6c43ead with identifier: 1986073
2026-03-26 22:46:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9fa71a98-41e8-5bbe-99a8-dff2a6c43ead with scrape type 1
2026-03-26 22:46:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 9fa71a98-41e8-5bbe-99a8-dff2a6c43ead
2026-03-26 22:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cc%252F367598e3b77a4ac4a0821e6fd67c04d0%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cc/367598e3b77a4ac4a0821e6fd67c04d0/images/large/1.jpg not downloaded yet
2026-03-26 22:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cc%252F367598e3b77a4ac4a0821e6fd67c04d0%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cc/367598e3b77a4ac4a0821e6fd67c04d0/images/large/2.jpg not downloaded yet
2026-03-26 22:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cc%252F367598e3b77a4ac4a0821e6fd67c04d0%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cc/367598e3b77a4ac4a0821e6fd67c04d0/images/large/3.jpg not downloaded yet
2026-03-26 22:46:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b743b690>
2026-03-26 22:46:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9ea2c17f-ff52-5e76-8d4c-a1beb3c4499a/9ea2c17f-ff52-5e76-8d4c-a1beb3c4499a_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cg%252F305f292465624b5ea8f7d3ef28557b18%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cg/305f292465624b5ea8f7d3ef28557b18/images/large/6.jpg saved to cache
2026-03-26 22:46:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 9ea2c17f-ff52-5e76-8d4c-a1beb3c4499a
2026-03-26 22:46:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b727c210>
2026-03-26 22:46:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9ea2c17f-ff52-5e76-8d4c-a1beb3c4499a/9ea2c17f-ff52-5e76-8d4c-a1beb3c4499a_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cg%252F305f292465624b5ea8f7d3ef28557b18%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cg/305f292465624b5ea8f7d3ef28557b18/images/large/4.jpg saved to cache
2026-03-26 22:46:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 9ea2c17f-ff52-5e76-8d4c-a1beb3c4499a
2026-03-26 22:46:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c69350>
2026-03-26 22:46:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9ea2c17f-ff52-5e76-8d4c-a1beb3c4499a/9ea2c17f-ff52-5e76-8d4c-a1beb3c4499a_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cg%252F305f292465624b5ea8f7d3ef28557b18%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cg/305f292465624b5ea8f7d3ef28557b18/images/large/7.jpg saved to cache
2026-03-26 22:46:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 9ea2c17f-ff52-5e76-8d4c-a1beb3c4499a
2026-03-26 22:46:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74e7a90>
2026-03-26 22:46:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9ea2c17f-ff52-5e76-8d4c-a1beb3c4499a/9ea2c17f-ff52-5e76-8d4c-a1beb3c4499a_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cg%252F305f292465624b5ea8f7d3ef28557b18%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cg/305f292465624b5ea8f7d3ef28557b18/images/large/5.jpg saved to cache
2026-03-26 22:46:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 9ea2c17f-ff52-5e76-8d4c-a1beb3c4499a
2026-03-26 22:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cc%252F367598e3b77a4ac4a0821e6fd67c04d0%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cc/367598e3b77a4ac4a0821e6fd67c04d0/images/large/4.jpg not downloaded yet
2026-03-26 22:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cc%252F367598e3b77a4ac4a0821e6fd67c04d0%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cc/367598e3b77a4ac4a0821e6fd67c04d0/images/large/5.jpg not downloaded yet
2026-03-26 22:46:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd3b5e50>
2026-03-26 22:46:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9ea2c17f-ff52-5e76-8d4c-a1beb3c4499a/9ea2c17f-ff52-5e76-8d4c-a1beb3c4499a_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cg%252F305f292465624b5ea8f7d3ef28557b18%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cg/305f292465624b5ea8f7d3ef28557b18/images/large/9.jpg saved to cache
2026-03-26 22:46:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 9ea2c17f-ff52-5e76-8d4c-a1beb3c4499a
2026-03-26 22:46:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e297d0>
2026-03-26 22:46:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a3eddde3-6de0-5a86-94ca-bf01d083fe0f/a3eddde3-6de0-5a86-94ca-bf01d083fe0f_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252F555a30ad031b4229a85dd8e5949424cc%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/555a30ad031b4229a85dd8e5949424cc/images/large/1.jpg saved to cache
2026-03-26 22:46:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item a3eddde3-6de0-5a86-94ca-bf01d083fe0f
2026-03-26 22:46:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74e4290>
2026-03-26 22:46:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9ea2c17f-ff52-5e76-8d4c-a1beb3c4499a/9ea2c17f-ff52-5e76-8d4c-a1beb3c4499a_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cg%252F305f292465624b5ea8f7d3ef28557b18%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cg/305f292465624b5ea8f7d3ef28557b18/images/large/8.jpg saved to cache
2026-03-26 22:46:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 9ea2c17f-ff52-5e76-8d4c-a1beb3c4499a
2026-03-26 22:46:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7cea110>
2026-03-26 22:46:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9ea2c17f-ff52-5e76-8d4c-a1beb3c4499a/9ea2c17f-ff52-5e76-8d4c-a1beb3c4499a_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cg%252F305f292465624b5ea8f7d3ef28557b18%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cg/305f292465624b5ea8f7d3ef28557b18/images/large/10.jpg saved to cache
2026-03-26 22:46:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 9ea2c17f-ff52-5e76-8d4c-a1beb3c4499a
2026-03-26 22:46:43 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9ea2c17f-ff52-5e76-8d4c-a1beb3c4499a, skipping ID generation
2026-03-26 22:46:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9ea2c17f-ff52-5e76-8d4c-a1beb3c4499a with scrape type 1
2026-03-26 22:46:43 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9ea2c17f-ff52-5e76-8d4c-a1beb3c4499a sending to next pipeline
2026-03-26 22:46:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 9ea2c17f-ff52-5e76-8d4c-a1beb3c4499a, identifier: 1986071
2026-03-26 22:46:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 9ea2c17f-ff52-5e76-8d4c-a1beb3c4499a with identifier: 1986071
2026-03-26 22:46:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 9ea2c17f-ff52-5e76-8d4c-a1beb3c4499a with identifier: 1986071
2026-03-26 22:46:43 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 9ea2c17f-ff52-5e76-8d4c-a1beb3c4499a with identifier: 1986071 to the API
2026-03-26 22:46:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:46:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:46:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2cg/305f292465624b5ea8f7d3ef28557b18/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.9L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'diesel',
'id': '9ea2c17f-ff52-5e76-8d4c-a1beb3c4499a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'B-CLASS',
'odometer': 37940,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 21,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9ea2c17f-ff52-5e76-8d4c-a1beb3c4499a/9ea2c17f-ff52-5e76-8d4c-a1beb3c4499a_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 644571,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cg/305f292465624b5ea8f7d3ef28557b18/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9ea2c17f-ff52-5e76-8d4c-a1beb3c4499a/9ea2c17f-ff52-5e76-8d4c-a1beb3c4499a_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 628550,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cg/305f292465624b5ea8f7d3ef28557b18/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9ea2c17f-ff52-5e76-8d4c-a1beb3c4499a/9ea2c17f-ff52-5e76-8d4c-a1beb3c4499a_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 615570,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cg/305f292465624b5ea8f7d3ef28557b18/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9ea2c17f-ff52-5e76-8d4c-a1beb3c4499a/9ea2c17f-ff52-5e76-8d4c-a1beb3c4499a_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 660859,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cg/305f292465624b5ea8f7d3ef28557b18/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9ea2c17f-ff52-5e76-8d4c-a1beb3c4499a/9ea2c17f-ff52-5e76-8d4c-a1beb3c4499a_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 662117,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cg/305f292465624b5ea8f7d3ef28557b18/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9ea2c17f-ff52-5e76-8d4c-a1beb3c4499a/9ea2c17f-ff52-5e76-8d4c-a1beb3c4499a_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 717015,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cg/305f292465624b5ea8f7d3ef28557b18/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9ea2c17f-ff52-5e76-8d4c-a1beb3c4499a/9ea2c17f-ff52-5e76-8d4c-a1beb3c4499a_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 688315,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cg/305f292465624b5ea8f7d3ef28557b18/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9ea2c17f-ff52-5e76-8d4c-a1beb3c4499a/9ea2c17f-ff52-5e76-8d4c-a1beb3c4499a_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 924621,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cg/305f292465624b5ea8f7d3ef28557b18/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9ea2c17f-ff52-5e76-8d4c-a1beb3c4499a/9ea2c17f-ff52-5e76-8d4c-a1beb3c4499a_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 862322,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cg/305f292465624b5ea8f7d3ef28557b18/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9ea2c17f-ff52-5e76-8d4c-a1beb3c4499a/9ea2c17f-ff52-5e76-8d4c-a1beb3c4499a_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 796608,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cg/305f292465624b5ea8f7d3ef28557b18/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-07-12',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ B-CLASS 2.0 B 180 D BUSINESS SOLUTION',
'transmission': 'manual',
'trim': '2.0 B 180 D BUSINESS SOLUTION',
'vin': None,
'year': 2022}
2026-03-26 22:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986071%27 HTTP/1.1" 200 None
2026-03-26 22:46:43 [ayvens.be] INFO: Saving data for 1986071: {'created_time': 1774565203.656065, 'last_price_update_time': 1774565203.656075, 'auction_closing_time': 1775028600.0}
2026-03-26 22:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986071') HTTP/1.1" 204 0
2026-03-26 22:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cc%252F367598e3b77a4ac4a0821e6fd67c04d0%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cc/367598e3b77a4ac4a0821e6fd67c04d0/images/large/6.jpg not downloaded yet
2026-03-26 22:46:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bw/555a30ad031b4229a85dd8e5949424cc/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bw/555a30ad031b4229a85dd8e5949424cc/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cc%252F367598e3b77a4ac4a0821e6fd67c04d0%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cc/367598e3b77a4ac4a0821e6fd67c04d0/images/large/7.jpg not downloaded yet
2026-03-26 22:46:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bw/555a30ad031b4229a85dd8e5949424cc/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bw/555a30ad031b4229a85dd8e5949424cc/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bw/555a30ad031b4229a85dd8e5949424cc/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cc%252F367598e3b77a4ac4a0821e6fd67c04d0%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cc/367598e3b77a4ac4a0821e6fd67c04d0/images/large/8.jpg not downloaded yet
2026-03-26 22:46:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bw/555a30ad031b4229a85dd8e5949424cc/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cc%252F367598e3b77a4ac4a0821e6fd67c04d0%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cc/367598e3b77a4ac4a0821e6fd67c04d0/images/large/9.jpg not downloaded yet
2026-03-26 22:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cc%252F367598e3b77a4ac4a0821e6fd67c04d0%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cc/367598e3b77a4ac4a0821e6fd67c04d0/images/large/10.jpg not downloaded yet
2026-03-26 22:46:43 [ayvens.be] INFO: Found listing with ID: 1986074
2026-03-26 22:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986074%27 HTTP/1.1" 200 None
2026-03-26 22:46:43 [ayvens.be] INFO: Scrape type for 1986074: 1
2026-03-26 22:46:43 [ayvens.be] INFO: Extracting data for car ID: 1986074
2026-03-26 22:46:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e1c363ea-e892-5a47-b252-9beca2f973a5 with identifier: 1986074
2026-03-26 22:46:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e1c363ea-e892-5a47-b252-9beca2f973a5 with scrape type 1
2026-03-26 22:46:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item e1c363ea-e892-5a47-b252-9beca2f973a5
2026-03-26 22:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ax%252F65d65de752da4f1790e058409738cdcd%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ax/65d65de752da4f1790e058409738cdcd/images/large/1.jpg not downloaded yet
2026-03-26 22:46:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cc/367598e3b77a4ac4a0821e6fd67c04d0/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ax%252F65d65de752da4f1790e058409738cdcd%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ax/65d65de752da4f1790e058409738cdcd/images/large/2.jpg not downloaded yet
2026-03-26 22:46:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7477c90>
2026-03-26 22:46:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a3eddde3-6de0-5a86-94ca-bf01d083fe0f/a3eddde3-6de0-5a86-94ca-bf01d083fe0f_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252F555a30ad031b4229a85dd8e5949424cc%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/555a30ad031b4229a85dd8e5949424cc/images/large/6.jpg saved to cache
2026-03-26 22:46:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item a3eddde3-6de0-5a86-94ca-bf01d083fe0f
2026-03-26 22:46:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76ec150>
2026-03-26 22:46:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a3eddde3-6de0-5a86-94ca-bf01d083fe0f/a3eddde3-6de0-5a86-94ca-bf01d083fe0f_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252F555a30ad031b4229a85dd8e5949424cc%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/555a30ad031b4229a85dd8e5949424cc/images/large/3.jpg saved to cache
2026-03-26 22:46:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item a3eddde3-6de0-5a86-94ca-bf01d083fe0f
2026-03-26 22:46:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7877510>
2026-03-26 22:46:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a3eddde3-6de0-5a86-94ca-bf01d083fe0f/a3eddde3-6de0-5a86-94ca-bf01d083fe0f_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252F555a30ad031b4229a85dd8e5949424cc%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/555a30ad031b4229a85dd8e5949424cc/images/large/5.jpg saved to cache
2026-03-26 22:46:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item a3eddde3-6de0-5a86-94ca-bf01d083fe0f
2026-03-26 22:46:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76ed190>
2026-03-26 22:46:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a3eddde3-6de0-5a86-94ca-bf01d083fe0f/a3eddde3-6de0-5a86-94ca-bf01d083fe0f_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252F555a30ad031b4229a85dd8e5949424cc%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/555a30ad031b4229a85dd8e5949424cc/images/large/4.jpg saved to cache
2026-03-26 22:46:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item a3eddde3-6de0-5a86-94ca-bf01d083fe0f
2026-03-26 22:46:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74e6190>
2026-03-26 22:46:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a3eddde3-6de0-5a86-94ca-bf01d083fe0f/a3eddde3-6de0-5a86-94ca-bf01d083fe0f_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252F555a30ad031b4229a85dd8e5949424cc%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/555a30ad031b4229a85dd8e5949424cc/images/large/7.jpg saved to cache
2026-03-26 22:46:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item a3eddde3-6de0-5a86-94ca-bf01d083fe0f
2026-03-26 22:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ax%252F65d65de752da4f1790e058409738cdcd%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ax/65d65de752da4f1790e058409738cdcd/images/large/3.jpg not downloaded yet
2026-03-26 22:46:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cc9bd0>
2026-03-26 22:46:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a3eddde3-6de0-5a86-94ca-bf01d083fe0f/a3eddde3-6de0-5a86-94ca-bf01d083fe0f_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252F555a30ad031b4229a85dd8e5949424cc%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/555a30ad031b4229a85dd8e5949424cc/images/large/8.jpg saved to cache
2026-03-26 22:46:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item a3eddde3-6de0-5a86-94ca-bf01d083fe0f
2026-03-26 22:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ax%252F65d65de752da4f1790e058409738cdcd%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ax/65d65de752da4f1790e058409738cdcd/images/large/4.jpg not downloaded yet
2026-03-26 22:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ax%252F65d65de752da4f1790e058409738cdcd%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ax/65d65de752da4f1790e058409738cdcd/images/large/5.jpg not downloaded yet
2026-03-26 22:46:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7876c10>
2026-03-26 22:46:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9fa71a98-41e8-5bbe-99a8-dff2a6c43ead/9fa71a98-41e8-5bbe-99a8-dff2a6c43ead_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cc%252F367598e3b77a4ac4a0821e6fd67c04d0%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cc/367598e3b77a4ac4a0821e6fd67c04d0/images/large/3.jpg saved to cache
2026-03-26 22:46:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 9fa71a98-41e8-5bbe-99a8-dff2a6c43ead
2026-03-26 22:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ax%252F65d65de752da4f1790e058409738cdcd%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ax/65d65de752da4f1790e058409738cdcd/images/large/6.jpg not downloaded yet
2026-03-26 22:46:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bw/555a30ad031b4229a85dd8e5949424cc/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bw/555a30ad031b4229a85dd8e5949424cc/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ax%252F65d65de752da4f1790e058409738cdcd%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ax/65d65de752da4f1790e058409738cdcd/images/large/7.jpg not downloaded yet
2026-03-26 22:46:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cc/367598e3b77a4ac4a0821e6fd67c04d0/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cc/367598e3b77a4ac4a0821e6fd67c04d0/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ax%252F65d65de752da4f1790e058409738cdcd%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ax/65d65de752da4f1790e058409738cdcd/images/large/8.jpg not downloaded yet
2026-03-26 22:46:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cc/367598e3b77a4ac4a0821e6fd67c04d0/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cc/367598e3b77a4ac4a0821e6fd67c04d0/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cc/367598e3b77a4ac4a0821e6fd67c04d0/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ax%252F65d65de752da4f1790e058409738cdcd%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ax/65d65de752da4f1790e058409738cdcd/images/large/9.jpg not downloaded yet
2026-03-26 22:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ax%252F65d65de752da4f1790e058409738cdcd%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ax/65d65de752da4f1790e058409738cdcd/images/large/10.jpg not downloaded yet
2026-03-26 22:46:44 [ayvens.be] INFO: Fetching listings with token: 3b2cc62fd26c4e29a762db3de181266b and skip: 100
2026-03-26 22:46:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bw/555a30ad031b4229a85dd8e5949424cc/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 22:46:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7cce7d0>
2026-03-26 22:46:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a3eddde3-6de0-5a86-94ca-bf01d083fe0f/a3eddde3-6de0-5a86-94ca-bf01d083fe0f_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252F555a30ad031b4229a85dd8e5949424cc%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/555a30ad031b4229a85dd8e5949424cc/images/large/10.jpg saved to cache
2026-03-26 22:46:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item a3eddde3-6de0-5a86-94ca-bf01d083fe0f
2026-03-26 22:46:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b745bc90>
2026-03-26 22:46:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a3eddde3-6de0-5a86-94ca-bf01d083fe0f/a3eddde3-6de0-5a86-94ca-bf01d083fe0f_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252F555a30ad031b4229a85dd8e5949424cc%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/555a30ad031b4229a85dd8e5949424cc/images/large/9.jpg saved to cache
2026-03-26 22:46:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item a3eddde3-6de0-5a86-94ca-bf01d083fe0f
2026-03-26 22:46:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74b7350>
2026-03-26 22:46:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9fa71a98-41e8-5bbe-99a8-dff2a6c43ead/9fa71a98-41e8-5bbe-99a8-dff2a6c43ead_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:46:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cc%252F367598e3b77a4ac4a0821e6fd67c04d0%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cc/367598e3b77a4ac4a0821e6fd67c04d0/images/large/1.jpg saved to cache
2026-03-26 22:46:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 9fa71a98-41e8-5bbe-99a8-dff2a6c43ead
2026-03-26 22:46:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b740b350>
2026-03-26 22:46:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9fa71a98-41e8-5bbe-99a8-dff2a6c43ead/9fa71a98-41e8-5bbe-99a8-dff2a6c43ead_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:46:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cc%252F367598e3b77a4ac4a0821e6fd67c04d0%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cc/367598e3b77a4ac4a0821e6fd67c04d0/images/large/4.jpg saved to cache
2026-03-26 22:46:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 9fa71a98-41e8-5bbe-99a8-dff2a6c43ead
2026-03-26 22:46:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7408c90>
2026-03-26 22:46:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9fa71a98-41e8-5bbe-99a8-dff2a6c43ead/9fa71a98-41e8-5bbe-99a8-dff2a6c43ead_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:46:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cc%252F367598e3b77a4ac4a0821e6fd67c04d0%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cc/367598e3b77a4ac4a0821e6fd67c04d0/images/large/5.jpg saved to cache
2026-03-26 22:46:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 9fa71a98-41e8-5bbe-99a8-dff2a6c43ead
2026-03-26 22:46:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77ac150>
2026-03-26 22:46:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9fa71a98-41e8-5bbe-99a8-dff2a6c43ead/9fa71a98-41e8-5bbe-99a8-dff2a6c43ead_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:46:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cc%252F367598e3b77a4ac4a0821e6fd67c04d0%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cc/367598e3b77a4ac4a0821e6fd67c04d0/images/large/6.jpg saved to cache
2026-03-26 22:46:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 9fa71a98-41e8-5bbe-99a8-dff2a6c43ead
2026-03-26 22:46:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77ae490>
2026-03-26 22:46:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9fa71a98-41e8-5bbe-99a8-dff2a6c43ead/9fa71a98-41e8-5bbe-99a8-dff2a6c43ead_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:46:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cc%252F367598e3b77a4ac4a0821e6fd67c04d0%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cc/367598e3b77a4ac4a0821e6fd67c04d0/images/large/2.jpg saved to cache
2026-03-26 22:46:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 9fa71a98-41e8-5bbe-99a8-dff2a6c43ead
2026-03-26 22:46:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74b4a10>
2026-03-26 22:46:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a3eddde3-6de0-5a86-94ca-bf01d083fe0f/a3eddde3-6de0-5a86-94ca-bf01d083fe0f_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:46:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252F555a30ad031b4229a85dd8e5949424cc%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/555a30ad031b4229a85dd8e5949424cc/images/large/2.jpg saved to cache
2026-03-26 22:46:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item a3eddde3-6de0-5a86-94ca-bf01d083fe0f
2026-03-26 22:46:45 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a3eddde3-6de0-5a86-94ca-bf01d083fe0f, skipping ID generation
2026-03-26 22:46:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a3eddde3-6de0-5a86-94ca-bf01d083fe0f with scrape type 1
2026-03-26 22:46:45 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a3eddde3-6de0-5a86-94ca-bf01d083fe0f sending to next pipeline
2026-03-26 22:46:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: a3eddde3-6de0-5a86-94ca-bf01d083fe0f, identifier: 1986072
2026-03-26 22:46:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: a3eddde3-6de0-5a86-94ca-bf01d083fe0f with identifier: 1986072
2026-03-26 22:46:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: a3eddde3-6de0-5a86-94ca-bf01d083fe0f with identifier: 1986072
2026-03-26 22:46:45 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: a3eddde3-6de0-5a86-94ca-bf01d083fe0f with identifier: 1986072 to the API
2026-03-26 22:46:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:46:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:46:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bw/555a30ad031b4229a85dd8e5949424cc/images/large/2.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'petrol',
'id': 'a3eddde3-6de0-5a86-94ca-bf01d083fe0f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'VOLVO',
'model': 'XC40',
'odometer': 90381,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 16,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a3eddde3-6de0-5a86-94ca-bf01d083fe0f/a3eddde3-6de0-5a86-94ca-bf01d083fe0f_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 565998,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bw/555a30ad031b4229a85dd8e5949424cc/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a3eddde3-6de0-5a86-94ca-bf01d083fe0f/a3eddde3-6de0-5a86-94ca-bf01d083fe0f_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 563509,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bw/555a30ad031b4229a85dd8e5949424cc/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a3eddde3-6de0-5a86-94ca-bf01d083fe0f/a3eddde3-6de0-5a86-94ca-bf01d083fe0f_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 585927,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bw/555a30ad031b4229a85dd8e5949424cc/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a3eddde3-6de0-5a86-94ca-bf01d083fe0f/a3eddde3-6de0-5a86-94ca-bf01d083fe0f_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 581073,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bw/555a30ad031b4229a85dd8e5949424cc/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a3eddde3-6de0-5a86-94ca-bf01d083fe0f/a3eddde3-6de0-5a86-94ca-bf01d083fe0f_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 518941,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bw/555a30ad031b4229a85dd8e5949424cc/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a3eddde3-6de0-5a86-94ca-bf01d083fe0f/a3eddde3-6de0-5a86-94ca-bf01d083fe0f_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 526815,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bw/555a30ad031b4229a85dd8e5949424cc/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a3eddde3-6de0-5a86-94ca-bf01d083fe0f/a3eddde3-6de0-5a86-94ca-bf01d083fe0f_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 571618,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bw/555a30ad031b4229a85dd8e5949424cc/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a3eddde3-6de0-5a86-94ca-bf01d083fe0f/a3eddde3-6de0-5a86-94ca-bf01d083fe0f_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 623144,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bw/555a30ad031b4229a85dd8e5949424cc/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a3eddde3-6de0-5a86-94ca-bf01d083fe0f/a3eddde3-6de0-5a86-94ca-bf01d083fe0f_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 518476,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bw/555a30ad031b4229a85dd8e5949424cc/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a3eddde3-6de0-5a86-94ca-bf01d083fe0f/a3eddde3-6de0-5a86-94ca-bf01d083fe0f_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 451728,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bw/555a30ad031b4229a85dd8e5949424cc/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-15',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC40 1.5 T4 PHEV INSCRIPTION EXPR. DCT',
'transmission': 'automatic',
'trim': '1.5 T4 PHEV INSCRIPTION EXPR. DCT',
'vin': None,
'year': 2022}
2026-03-26 22:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986072%27 HTTP/1.1" 200 None
2026-03-26 22:46:46 [ayvens.be] INFO: Saving data for 1986072: {'created_time': 1774565206.110522, 'last_price_update_time': 1774565206.110533, 'auction_closing_time': 1775028600.0}
2026-03-26 22:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986072') HTTP/1.1" 204 0
2026-03-26 22:46:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cc/367598e3b77a4ac4a0821e6fd67c04d0/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ax/65d65de752da4f1790e058409738cdcd/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ax/65d65de752da4f1790e058409738cdcd/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cc/367598e3b77a4ac4a0821e6fd67c04d0/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cc/367598e3b77a4ac4a0821e6fd67c04d0/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ax/65d65de752da4f1790e058409738cdcd/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cc/367598e3b77a4ac4a0821e6fd67c04d0/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ax/65d65de752da4f1790e058409738cdcd/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b725ff50>
2026-03-26 22:46:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9fa71a98-41e8-5bbe-99a8-dff2a6c43ead/9fa71a98-41e8-5bbe-99a8-dff2a6c43ead_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cc%252F367598e3b77a4ac4a0821e6fd67c04d0%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cc/367598e3b77a4ac4a0821e6fd67c04d0/images/large/7.jpg saved to cache
2026-03-26 22:46:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 9fa71a98-41e8-5bbe-99a8-dff2a6c43ead
2026-03-26 22:46:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79fab50>
2026-03-26 22:46:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e1c363ea-e892-5a47-b252-9beca2f973a5/e1c363ea-e892-5a47-b252-9beca2f973a5_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ax%252F65d65de752da4f1790e058409738cdcd%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ax/65d65de752da4f1790e058409738cdcd/images/large/3.jpg saved to cache
2026-03-26 22:46:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item e1c363ea-e892-5a47-b252-9beca2f973a5
2026-03-26 22:46:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7b16290>
2026-03-26 22:46:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e1c363ea-e892-5a47-b252-9beca2f973a5/e1c363ea-e892-5a47-b252-9beca2f973a5_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ax%252F65d65de752da4f1790e058409738cdcd%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ax/65d65de752da4f1790e058409738cdcd/images/large/1.jpg saved to cache
2026-03-26 22:46:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item e1c363ea-e892-5a47-b252-9beca2f973a5
2026-03-26 22:46:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7661050>
2026-03-26 22:46:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9fa71a98-41e8-5bbe-99a8-dff2a6c43ead/9fa71a98-41e8-5bbe-99a8-dff2a6c43ead_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cc%252F367598e3b77a4ac4a0821e6fd67c04d0%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cc/367598e3b77a4ac4a0821e6fd67c04d0/images/large/9.jpg saved to cache
2026-03-26 22:46:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 9fa71a98-41e8-5bbe-99a8-dff2a6c43ead
2026-03-26 22:46:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77ad4d0>
2026-03-26 22:46:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9fa71a98-41e8-5bbe-99a8-dff2a6c43ead/9fa71a98-41e8-5bbe-99a8-dff2a6c43ead_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cc%252F367598e3b77a4ac4a0821e6fd67c04d0%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cc/367598e3b77a4ac4a0821e6fd67c04d0/images/large/8.jpg saved to cache
2026-03-26 22:46:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 9fa71a98-41e8-5bbe-99a8-dff2a6c43ead
2026-03-26 22:46:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e1fe10>
2026-03-26 22:46:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e1c363ea-e892-5a47-b252-9beca2f973a5/e1c363ea-e892-5a47-b252-9beca2f973a5_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ax%252F65d65de752da4f1790e058409738cdcd%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ax/65d65de752da4f1790e058409738cdcd/images/large/4.jpg saved to cache
2026-03-26 22:46:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item e1c363ea-e892-5a47-b252-9beca2f973a5
2026-03-26 22:46:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e1e1d0>
2026-03-26 22:46:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9fa71a98-41e8-5bbe-99a8-dff2a6c43ead/9fa71a98-41e8-5bbe-99a8-dff2a6c43ead_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cc%252F367598e3b77a4ac4a0821e6fd67c04d0%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cc/367598e3b77a4ac4a0821e6fd67c04d0/images/large/10.jpg saved to cache
2026-03-26 22:46:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 9fa71a98-41e8-5bbe-99a8-dff2a6c43ead
2026-03-26 22:46:46 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9fa71a98-41e8-5bbe-99a8-dff2a6c43ead, skipping ID generation
2026-03-26 22:46:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9fa71a98-41e8-5bbe-99a8-dff2a6c43ead with scrape type 1
2026-03-26 22:46:46 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9fa71a98-41e8-5bbe-99a8-dff2a6c43ead sending to next pipeline
2026-03-26 22:46:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 9fa71a98-41e8-5bbe-99a8-dff2a6c43ead, identifier: 1986073
2026-03-26 22:46:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd3a9510>
2026-03-26 22:46:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e1c363ea-e892-5a47-b252-9beca2f973a5/e1c363ea-e892-5a47-b252-9beca2f973a5_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:46:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ax%252F65d65de752da4f1790e058409738cdcd%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ax/65d65de752da4f1790e058409738cdcd/images/large/2.jpg saved to cache
2026-03-26 22:46:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item e1c363ea-e892-5a47-b252-9beca2f973a5
2026-03-26 22:46:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 9fa71a98-41e8-5bbe-99a8-dff2a6c43ead with identifier: 1986073
2026-03-26 22:46:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 9fa71a98-41e8-5bbe-99a8-dff2a6c43ead with identifier: 1986073
2026-03-26 22:46:47 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 9fa71a98-41e8-5bbe-99a8-dff2a6c43ead with identifier: 1986073 to the API
2026-03-26 22:46:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:46:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:46:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2cc/367598e3b77a4ac4a0821e6fd67c04d0/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'petrol',
'id': '9fa71a98-41e8-5bbe-99a8-dff2a6c43ead',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'SKODA',
'model': 'SUPERB COMBI',
'odometer': 188830,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 21,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9fa71a98-41e8-5bbe-99a8-dff2a6c43ead/9fa71a98-41e8-5bbe-99a8-dff2a6c43ead_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 690825,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cc/367598e3b77a4ac4a0821e6fd67c04d0/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9fa71a98-41e8-5bbe-99a8-dff2a6c43ead/9fa71a98-41e8-5bbe-99a8-dff2a6c43ead_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 682493,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cc/367598e3b77a4ac4a0821e6fd67c04d0/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9fa71a98-41e8-5bbe-99a8-dff2a6c43ead/9fa71a98-41e8-5bbe-99a8-dff2a6c43ead_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 677179,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cc/367598e3b77a4ac4a0821e6fd67c04d0/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9fa71a98-41e8-5bbe-99a8-dff2a6c43ead/9fa71a98-41e8-5bbe-99a8-dff2a6c43ead_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 697408,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cc/367598e3b77a4ac4a0821e6fd67c04d0/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9fa71a98-41e8-5bbe-99a8-dff2a6c43ead/9fa71a98-41e8-5bbe-99a8-dff2a6c43ead_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 662885,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cc/367598e3b77a4ac4a0821e6fd67c04d0/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9fa71a98-41e8-5bbe-99a8-dff2a6c43ead/9fa71a98-41e8-5bbe-99a8-dff2a6c43ead_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 690235,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cc/367598e3b77a4ac4a0821e6fd67c04d0/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9fa71a98-41e8-5bbe-99a8-dff2a6c43ead/9fa71a98-41e8-5bbe-99a8-dff2a6c43ead_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 558359,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cc/367598e3b77a4ac4a0821e6fd67c04d0/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9fa71a98-41e8-5bbe-99a8-dff2a6c43ead/9fa71a98-41e8-5bbe-99a8-dff2a6c43ead_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 877828,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cc/367598e3b77a4ac4a0821e6fd67c04d0/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9fa71a98-41e8-5bbe-99a8-dff2a6c43ead/9fa71a98-41e8-5bbe-99a8-dff2a6c43ead_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 888866,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cc/367598e3b77a4ac4a0821e6fd67c04d0/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9fa71a98-41e8-5bbe-99a8-dff2a6c43ead/9fa71a98-41e8-5bbe-99a8-dff2a6c43ead_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 726445,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cc/367598e3b77a4ac4a0821e6fd67c04d0/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-07',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA SUPERB COMBI 1.5 TSI ACT 110KW DSG7 CLEVER+',
'transmission': 'automatic',
'trim': '1.5 TSI ACT 110KW DSG7 CLEVER+',
'vin': None,
'year': 2022}
2026-03-26 22:46:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986073%27 HTTP/1.1" 200 None
2026-03-26 22:46:47 [ayvens.be] INFO: Saving data for 1986073: {'created_time': 1774565207.436747, 'last_price_update_time': 1774565207.436757, 'auction_closing_time': 1775028600.0}
2026-03-26 22:46:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986073') HTTP/1.1" 204 0
2026-03-26 22:46:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ax/65d65de752da4f1790e058409738cdcd/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ax/65d65de752da4f1790e058409738cdcd/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ax/65d65de752da4f1790e058409738cdcd/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ax/65d65de752da4f1790e058409738cdcd/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ax/65d65de752da4f1790e058409738cdcd/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ax/65d65de752da4f1790e058409738cdcd/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b782e7d0>
2026-03-26 22:46:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e1c363ea-e892-5a47-b252-9beca2f973a5/e1c363ea-e892-5a47-b252-9beca2f973a5_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:46:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ax%252F65d65de752da4f1790e058409738cdcd%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ax/65d65de752da4f1790e058409738cdcd/images/large/8.jpg saved to cache
2026-03-26 22:46:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item e1c363ea-e892-5a47-b252-9beca2f973a5
2026-03-26 22:46:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e15390>
2026-03-26 22:46:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e1c363ea-e892-5a47-b252-9beca2f973a5/e1c363ea-e892-5a47-b252-9beca2f973a5_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:46:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ax%252F65d65de752da4f1790e058409738cdcd%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ax/65d65de752da4f1790e058409738cdcd/images/large/9.jpg saved to cache
2026-03-26 22:46:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item e1c363ea-e892-5a47-b252-9beca2f973a5
2026-03-26 22:46:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b784e050>
2026-03-26 22:46:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e1c363ea-e892-5a47-b252-9beca2f973a5/e1c363ea-e892-5a47-b252-9beca2f973a5_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:46:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ax%252F65d65de752da4f1790e058409738cdcd%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ax/65d65de752da4f1790e058409738cdcd/images/large/6.jpg saved to cache
2026-03-26 22:46:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item e1c363ea-e892-5a47-b252-9beca2f973a5
2026-03-26 22:46:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e37c50>
2026-03-26 22:46:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e1c363ea-e892-5a47-b252-9beca2f973a5/e1c363ea-e892-5a47-b252-9beca2f973a5_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:46:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ax%252F65d65de752da4f1790e058409738cdcd%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ax/65d65de752da4f1790e058409738cdcd/images/large/5.jpg saved to cache
2026-03-26 22:46:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item e1c363ea-e892-5a47-b252-9beca2f973a5
2026-03-26 22:46:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e13fd0>
2026-03-26 22:46:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e1c363ea-e892-5a47-b252-9beca2f973a5/e1c363ea-e892-5a47-b252-9beca2f973a5_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ax%252F65d65de752da4f1790e058409738cdcd%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ax/65d65de752da4f1790e058409738cdcd/images/large/7.jpg saved to cache
2026-03-26 22:46:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item e1c363ea-e892-5a47-b252-9beca2f973a5
2026-03-26 22:46:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7927890>
2026-03-26 22:46:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e1c363ea-e892-5a47-b252-9beca2f973a5/e1c363ea-e892-5a47-b252-9beca2f973a5_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ax%252F65d65de752da4f1790e058409738cdcd%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ax/65d65de752da4f1790e058409738cdcd/images/large/10.jpg saved to cache
2026-03-26 22:46:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item e1c363ea-e892-5a47-b252-9beca2f973a5
2026-03-26 22:46:48 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e1c363ea-e892-5a47-b252-9beca2f973a5, skipping ID generation
2026-03-26 22:46:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e1c363ea-e892-5a47-b252-9beca2f973a5 with scrape type 1
2026-03-26 22:46:48 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e1c363ea-e892-5a47-b252-9beca2f973a5 sending to next pipeline
2026-03-26 22:46:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: e1c363ea-e892-5a47-b252-9beca2f973a5, identifier: 1986074
2026-03-26 22:46:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: e1c363ea-e892-5a47-b252-9beca2f973a5 with identifier: 1986074
2026-03-26 22:46:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: e1c363ea-e892-5a47-b252-9beca2f973a5 with identifier: 1986074
2026-03-26 22:46:48 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: e1c363ea-e892-5a47-b252-9beca2f973a5 with identifier: 1986074 to the API
2026-03-26 22:46:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:46:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:46:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2ax/65d65de752da4f1790e058409738cdcd/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 4,
'engine': '1.5L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'diesel',
'id': 'e1c363ea-e892-5a47-b252-9beca2f973a5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '2 SERIES GRAN COUPAu2030',
'odometer': 101108,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 22,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e1c363ea-e892-5a47-b252-9beca2f973a5/e1c363ea-e892-5a47-b252-9beca2f973a5_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 692396,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ax/65d65de752da4f1790e058409738cdcd/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e1c363ea-e892-5a47-b252-9beca2f973a5/e1c363ea-e892-5a47-b252-9beca2f973a5_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 692396,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ax/65d65de752da4f1790e058409738cdcd/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e1c363ea-e892-5a47-b252-9beca2f973a5/e1c363ea-e892-5a47-b252-9beca2f973a5_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 664163,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ax/65d65de752da4f1790e058409738cdcd/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e1c363ea-e892-5a47-b252-9beca2f973a5/e1c363ea-e892-5a47-b252-9beca2f973a5_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 668821,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ax/65d65de752da4f1790e058409738cdcd/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e1c363ea-e892-5a47-b252-9beca2f973a5/e1c363ea-e892-5a47-b252-9beca2f973a5_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 711228,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ax/65d65de752da4f1790e058409738cdcd/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e1c363ea-e892-5a47-b252-9beca2f973a5/e1c363ea-e892-5a47-b252-9beca2f973a5_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 679551,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ax/65d65de752da4f1790e058409738cdcd/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e1c363ea-e892-5a47-b252-9beca2f973a5/e1c363ea-e892-5a47-b252-9beca2f973a5_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 758779,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ax/65d65de752da4f1790e058409738cdcd/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e1c363ea-e892-5a47-b252-9beca2f973a5/e1c363ea-e892-5a47-b252-9beca2f973a5_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 590926,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ax/65d65de752da4f1790e058409738cdcd/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e1c363ea-e892-5a47-b252-9beca2f973a5/e1c363ea-e892-5a47-b252-9beca2f973a5_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 792755,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ax/65d65de752da4f1790e058409738cdcd/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e1c363ea-e892-5a47-b252-9beca2f973a5/e1c363ea-e892-5a47-b252-9beca2f973a5_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 753119,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ax/65d65de752da4f1790e058409738cdcd/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 2 SERIES GRAN COUPAu2030 1.5 216DA GRAN COUPE',
'transmission': 'automatic',
'trim': '1.5 216DA GRAN COUPE',
'vin': None,
'year': 2021}
2026-03-26 22:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986074%27 HTTP/1.1" 200 None
2026-03-26 22:46:48 [ayvens.be] INFO: Saving data for 1986074: {'created_time': 1774565208.617076, 'last_price_update_time': 1774565208.617085, 'auction_closing_time': 1775028600.0}
2026-03-26 22:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986074') HTTP/1.1" 204 0
2026-03-26 22:46:48 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://api.aldcarmarket.com/graphql/saleevents> (referer: https://carmarket.ayvens.com/) ['zyte-api']
2026-03-26 22:46:48 [ayvens.be] INFO: Found listing with ID: 1986075
2026-03-26 22:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986075%27 HTTP/1.1" 200 None
2026-03-26 22:46:48 [ayvens.be] INFO: Scrape type for 1986075: 1
2026-03-26 22:46:48 [ayvens.be] INFO: Extracting data for car ID: 1986075
2026-03-26 22:46:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 29d307d9-05dd-5759-b99d-a5f9d0d3678b with identifier: 1986075
2026-03-26 22:46:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 29d307d9-05dd-5759-b99d-a5f9d0d3678b with scrape type 1
2026-03-26 22:46:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 29d307d9-05dd-5759-b99d-a5f9d0d3678b
2026-03-26 22:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yn%252Fa249a284858c42928c459848f81fa80d%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yn/a249a284858c42928c459848f81fa80d/images/large/1.jpg not downloaded yet
2026-03-26 22:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yn%252Fa249a284858c42928c459848f81fa80d%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yn/a249a284858c42928c459848f81fa80d/images/large/2.jpg not downloaded yet
2026-03-26 22:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yn%252Fa249a284858c42928c459848f81fa80d%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yn/a249a284858c42928c459848f81fa80d/images/large/3.jpg not downloaded yet
2026-03-26 22:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yn%252Fa249a284858c42928c459848f81fa80d%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yn/a249a284858c42928c459848f81fa80d/images/large/4.jpg not downloaded yet
2026-03-26 22:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yn%252Fa249a284858c42928c459848f81fa80d%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yn/a249a284858c42928c459848f81fa80d/images/large/5.jpg not downloaded yet
2026-03-26 22:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yn%252Fa249a284858c42928c459848f81fa80d%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yn/a249a284858c42928c459848f81fa80d/images/large/6.jpg not downloaded yet
2026-03-26 22:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yn%252Fa249a284858c42928c459848f81fa80d%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yn/a249a284858c42928c459848f81fa80d/images/large/7.jpg not downloaded yet
2026-03-26 22:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yn%252Fa249a284858c42928c459848f81fa80d%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yn/a249a284858c42928c459848f81fa80d/images/large/8.jpg not downloaded yet
2026-03-26 22:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yn%252Fa249a284858c42928c459848f81fa80d%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yn/a249a284858c42928c459848f81fa80d/images/large/9.jpg not downloaded yet
2026-03-26 22:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yn%252Fa249a284858c42928c459848f81fa80d%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yn/a249a284858c42928c459848f81fa80d/images/large/10.jpg not downloaded yet
2026-03-26 22:46:48 [ayvens.be] INFO: Found listing with ID: 1986076
2026-03-26 22:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986076%27 HTTP/1.1" 200 None
2026-03-26 22:46:48 [ayvens.be] INFO: Scrape type for 1986076: 1
2026-03-26 22:46:48 [ayvens.be] INFO: Extracting data for car ID: 1986076
2026-03-26 22:46:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 39eec9d8-b033-5f55-9e59-aea05ec9d786 with identifier: 1986076
2026-03-26 22:46:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 39eec9d8-b033-5f55-9e59-aea05ec9d786 with scrape type 1
2026-03-26 22:46:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 39eec9d8-b033-5f55-9e59-aea05ec9d786
2026-03-26 22:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2aw%252F0baad5512e6542f2aa030ad5ace45359%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2aw/0baad5512e6542f2aa030ad5ace45359/images/large/1.jpg not downloaded yet
2026-03-26 22:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2aw%252F0baad5512e6542f2aa030ad5ace45359%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2aw/0baad5512e6542f2aa030ad5ace45359/images/large/2.jpg not downloaded yet
2026-03-26 22:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2aw%252F0baad5512e6542f2aa030ad5ace45359%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2aw/0baad5512e6542f2aa030ad5ace45359/images/large/3.jpg not downloaded yet
2026-03-26 22:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2aw%252F0baad5512e6542f2aa030ad5ace45359%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2aw/0baad5512e6542f2aa030ad5ace45359/images/large/4.jpg not downloaded yet
2026-03-26 22:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2aw%252F0baad5512e6542f2aa030ad5ace45359%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2aw/0baad5512e6542f2aa030ad5ace45359/images/large/5.jpg not downloaded yet
2026-03-26 22:46:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yn/a249a284858c42928c459848f81fa80d/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2aw%252F0baad5512e6542f2aa030ad5ace45359%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2aw/0baad5512e6542f2aa030ad5ace45359/images/large/6.jpg not downloaded yet
2026-03-26 22:46:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yn/a249a284858c42928c459848f81fa80d/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yn/a249a284858c42928c459848f81fa80d/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2aw%252F0baad5512e6542f2aa030ad5ace45359%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2aw/0baad5512e6542f2aa030ad5ace45359/images/large/7.jpg not downloaded yet
2026-03-26 22:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2aw%252F0baad5512e6542f2aa030ad5ace45359%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2aw/0baad5512e6542f2aa030ad5ace45359/images/large/8.jpg not downloaded yet
2026-03-26 22:46:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yn/a249a284858c42928c459848f81fa80d/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2aw%252F0baad5512e6542f2aa030ad5ace45359%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2aw/0baad5512e6542f2aa030ad5ace45359/images/large/9.jpg not downloaded yet
2026-03-26 22:46:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yn/a249a284858c42928c459848f81fa80d/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yn/a249a284858c42928c459848f81fa80d/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2aw%252F0baad5512e6542f2aa030ad5ace45359%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2aw/0baad5512e6542f2aa030ad5ace45359/images/large/10.jpg not downloaded yet
2026-03-26 22:46:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yn/a249a284858c42928c459848f81fa80d/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:49 [ayvens.be] INFO: Found listing with ID: 1986077
2026-03-26 22:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986077%27 HTTP/1.1" 200 None
2026-03-26 22:46:49 [ayvens.be] INFO: Scrape type for 1986077: 1
2026-03-26 22:46:49 [ayvens.be] INFO: Extracting data for car ID: 1986077
2026-03-26 22:46:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 130e9508-25a0-512c-84c2-a8a8de268073 with identifier: 1986077
2026-03-26 22:46:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 130e9508-25a0-512c-84c2-a8a8de268073 with scrape type 1
2026-03-26 22:46:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 130e9508-25a0-512c-84c2-a8a8de268073
2026-03-26 22:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cu%252Fac25947f508d4ae7a66abeb3d35e13a4%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cu/ac25947f508d4ae7a66abeb3d35e13a4/images/large/1.jpg not downloaded yet
2026-03-26 22:46:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77ea810>
2026-03-26 22:46:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_29d307d9-05dd-5759-b99d-a5f9d0d3678b/29d307d9-05dd-5759-b99d-a5f9d0d3678b_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yn%252Fa249a284858c42928c459848f81fa80d%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yn/a249a284858c42928c459848f81fa80d/images/large/3.jpg saved to cache
2026-03-26 22:46:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 29d307d9-05dd-5759-b99d-a5f9d0d3678b
2026-03-26 22:46:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yn/a249a284858c42928c459848f81fa80d/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cu%252Fac25947f508d4ae7a66abeb3d35e13a4%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cu/ac25947f508d4ae7a66abeb3d35e13a4/images/large/2.jpg not downloaded yet
2026-03-26 22:46:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77ebb10>
2026-03-26 22:46:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_29d307d9-05dd-5759-b99d-a5f9d0d3678b/29d307d9-05dd-5759-b99d-a5f9d0d3678b_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yn%252Fa249a284858c42928c459848f81fa80d%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yn/a249a284858c42928c459848f81fa80d/images/large/5.jpg saved to cache
2026-03-26 22:46:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 29d307d9-05dd-5759-b99d-a5f9d0d3678b
2026-03-26 22:46:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e2af10>
2026-03-26 22:46:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_29d307d9-05dd-5759-b99d-a5f9d0d3678b/29d307d9-05dd-5759-b99d-a5f9d0d3678b_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yn%252Fa249a284858c42928c459848f81fa80d%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yn/a249a284858c42928c459848f81fa80d/images/large/7.jpg saved to cache
2026-03-26 22:46:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 29d307d9-05dd-5759-b99d-a5f9d0d3678b
2026-03-26 22:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cu%252Fac25947f508d4ae7a66abeb3d35e13a4%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cu/ac25947f508d4ae7a66abeb3d35e13a4/images/large/3.jpg not downloaded yet
2026-03-26 22:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cu%252Fac25947f508d4ae7a66abeb3d35e13a4%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cu/ac25947f508d4ae7a66abeb3d35e13a4/images/large/4.jpg not downloaded yet
2026-03-26 22:46:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6dc3dd0>
2026-03-26 22:46:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_29d307d9-05dd-5759-b99d-a5f9d0d3678b/29d307d9-05dd-5759-b99d-a5f9d0d3678b_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yn%252Fa249a284858c42928c459848f81fa80d%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yn/a249a284858c42928c459848f81fa80d/images/large/1.jpg saved to cache
2026-03-26 22:46:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 29d307d9-05dd-5759-b99d-a5f9d0d3678b
2026-03-26 22:46:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7663f50>
2026-03-26 22:46:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_29d307d9-05dd-5759-b99d-a5f9d0d3678b/29d307d9-05dd-5759-b99d-a5f9d0d3678b_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yn%252Fa249a284858c42928c459848f81fa80d%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yn/a249a284858c42928c459848f81fa80d/images/large/8.jpg saved to cache
2026-03-26 22:46:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 29d307d9-05dd-5759-b99d-a5f9d0d3678b
2026-03-26 22:46:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7747e90>
2026-03-26 22:46:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_29d307d9-05dd-5759-b99d-a5f9d0d3678b/29d307d9-05dd-5759-b99d-a5f9d0d3678b_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yn%252Fa249a284858c42928c459848f81fa80d%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yn/a249a284858c42928c459848f81fa80d/images/large/2.jpg saved to cache
2026-03-26 22:46:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 29d307d9-05dd-5759-b99d-a5f9d0d3678b
2026-03-26 22:46:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6dc38d0>
2026-03-26 22:46:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_29d307d9-05dd-5759-b99d-a5f9d0d3678b/29d307d9-05dd-5759-b99d-a5f9d0d3678b_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yn%252Fa249a284858c42928c459848f81fa80d%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yn/a249a284858c42928c459848f81fa80d/images/large/4.jpg saved to cache
2026-03-26 22:46:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 29d307d9-05dd-5759-b99d-a5f9d0d3678b
2026-03-26 22:46:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e1ccd0>
2026-03-26 22:46:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_29d307d9-05dd-5759-b99d-a5f9d0d3678b/29d307d9-05dd-5759-b99d-a5f9d0d3678b_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yn%252Fa249a284858c42928c459848f81fa80d%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yn/a249a284858c42928c459848f81fa80d/images/large/6.jpg saved to cache
2026-03-26 22:46:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 29d307d9-05dd-5759-b99d-a5f9d0d3678b
2026-03-26 22:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cu%252Fac25947f508d4ae7a66abeb3d35e13a4%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cu/ac25947f508d4ae7a66abeb3d35e13a4/images/large/5.jpg not downloaded yet
2026-03-26 22:46:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2aw/0baad5512e6542f2aa030ad5ace45359/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yn/a249a284858c42928c459848f81fa80d/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2aw/0baad5512e6542f2aa030ad5ace45359/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cu%252Fac25947f508d4ae7a66abeb3d35e13a4%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cu/ac25947f508d4ae7a66abeb3d35e13a4/images/large/6.jpg not downloaded yet
2026-03-26 22:46:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2aw/0baad5512e6542f2aa030ad5ace45359/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cu%252Fac25947f508d4ae7a66abeb3d35e13a4%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cu/ac25947f508d4ae7a66abeb3d35e13a4/images/large/7.jpg not downloaded yet
2026-03-26 22:46:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2aw/0baad5512e6542f2aa030ad5ace45359/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2aw/0baad5512e6542f2aa030ad5ace45359/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cu%252Fac25947f508d4ae7a66abeb3d35e13a4%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cu/ac25947f508d4ae7a66abeb3d35e13a4/images/large/8.jpg not downloaded yet
2026-03-26 22:46:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yn/a249a284858c42928c459848f81fa80d/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2aw/0baad5512e6542f2aa030ad5ace45359/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cu%252Fac25947f508d4ae7a66abeb3d35e13a4%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cu/ac25947f508d4ae7a66abeb3d35e13a4/images/large/9.jpg not downloaded yet
2026-03-26 22:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cu%252Fac25947f508d4ae7a66abeb3d35e13a4%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cu/ac25947f508d4ae7a66abeb3d35e13a4/images/large/10.jpg not downloaded yet
2026-03-26 22:46:50 [ayvens.be] INFO: Found listing with ID: 1986078
2026-03-26 22:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986078%27 HTTP/1.1" 200 None
2026-03-26 22:46:50 [ayvens.be] INFO: Scrape type for 1986078: 1
2026-03-26 22:46:50 [ayvens.be] INFO: Extracting data for car ID: 1986078
2026-03-26 22:46:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a389b135-5d76-5c6e-b940-246705a2ed4e with identifier: 1986078
2026-03-26 22:46:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a389b135-5d76-5c6e-b940-246705a2ed4e with scrape type 1
2026-03-26 22:46:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item a389b135-5d76-5c6e-b940-246705a2ed4e
2026-03-26 22:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ct%252F5ab20f106fa844519a3cd3d412d2c9b3%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ct/5ab20f106fa844519a3cd3d412d2c9b3/images/large/1.jpg not downloaded yet
2026-03-26 22:46:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b727f150>
2026-03-26 22:46:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_39eec9d8-b033-5f55-9e59-aea05ec9d786/39eec9d8-b033-5f55-9e59-aea05ec9d786_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2aw%252F0baad5512e6542f2aa030ad5ace45359%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2aw/0baad5512e6542f2aa030ad5ace45359/images/large/1.jpg saved to cache
2026-03-26 22:46:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 39eec9d8-b033-5f55-9e59-aea05ec9d786
2026-03-26 22:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ct%252F5ab20f106fa844519a3cd3d412d2c9b3%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ct/5ab20f106fa844519a3cd3d412d2c9b3/images/large/2.jpg not downloaded yet
2026-03-26 22:46:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b727c350>
2026-03-26 22:46:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_29d307d9-05dd-5759-b99d-a5f9d0d3678b/29d307d9-05dd-5759-b99d-a5f9d0d3678b_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yn%252Fa249a284858c42928c459848f81fa80d%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yn/a249a284858c42928c459848f81fa80d/images/large/9.jpg saved to cache
2026-03-26 22:46:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 29d307d9-05dd-5759-b99d-a5f9d0d3678b
2026-03-26 22:46:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7590150>
2026-03-26 22:46:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_39eec9d8-b033-5f55-9e59-aea05ec9d786/39eec9d8-b033-5f55-9e59-aea05ec9d786_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2aw%252F0baad5512e6542f2aa030ad5ace45359%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2aw/0baad5512e6542f2aa030ad5ace45359/images/large/2.jpg saved to cache
2026-03-26 22:46:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 39eec9d8-b033-5f55-9e59-aea05ec9d786
2026-03-26 22:46:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c61590>
2026-03-26 22:46:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_39eec9d8-b033-5f55-9e59-aea05ec9d786/39eec9d8-b033-5f55-9e59-aea05ec9d786_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2aw%252F0baad5512e6542f2aa030ad5ace45359%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2aw/0baad5512e6542f2aa030ad5ace45359/images/large/3.jpg saved to cache
2026-03-26 22:46:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 39eec9d8-b033-5f55-9e59-aea05ec9d786
2026-03-26 22:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ct%252F5ab20f106fa844519a3cd3d412d2c9b3%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ct/5ab20f106fa844519a3cd3d412d2c9b3/images/large/3.jpg not downloaded yet
2026-03-26 22:46:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2aw/0baad5512e6542f2aa030ad5ace45359/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ct%252F5ab20f106fa844519a3cd3d412d2c9b3%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ct/5ab20f106fa844519a3cd3d412d2c9b3/images/large/4.jpg not downloaded yet
2026-03-26 22:46:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd235f10>
2026-03-26 22:46:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_39eec9d8-b033-5f55-9e59-aea05ec9d786/39eec9d8-b033-5f55-9e59-aea05ec9d786_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2aw%252F0baad5512e6542f2aa030ad5ace45359%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2aw/0baad5512e6542f2aa030ad5ace45359/images/large/4.jpg saved to cache
2026-03-26 22:46:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 39eec9d8-b033-5f55-9e59-aea05ec9d786
2026-03-26 22:46:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7268410>
2026-03-26 22:46:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_39eec9d8-b033-5f55-9e59-aea05ec9d786/39eec9d8-b033-5f55-9e59-aea05ec9d786_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2aw%252F0baad5512e6542f2aa030ad5ace45359%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2aw/0baad5512e6542f2aa030ad5ace45359/images/large/5.jpg saved to cache
2026-03-26 22:46:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 39eec9d8-b033-5f55-9e59-aea05ec9d786
2026-03-26 22:46:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7437ed0>
2026-03-26 22:46:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_29d307d9-05dd-5759-b99d-a5f9d0d3678b/29d307d9-05dd-5759-b99d-a5f9d0d3678b_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yn%252Fa249a284858c42928c459848f81fa80d%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yn/a249a284858c42928c459848f81fa80d/images/large/10.jpg saved to cache
2026-03-26 22:46:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 29d307d9-05dd-5759-b99d-a5f9d0d3678b
2026-03-26 22:46:50 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 29d307d9-05dd-5759-b99d-a5f9d0d3678b, skipping ID generation
2026-03-26 22:46:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 29d307d9-05dd-5759-b99d-a5f9d0d3678b with scrape type 1
2026-03-26 22:46:50 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 29d307d9-05dd-5759-b99d-a5f9d0d3678b sending to next pipeline
2026-03-26 22:46:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 29d307d9-05dd-5759-b99d-a5f9d0d3678b, identifier: 1986075
2026-03-26 22:46:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7b36e90>
2026-03-26 22:46:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_39eec9d8-b033-5f55-9e59-aea05ec9d786/39eec9d8-b033-5f55-9e59-aea05ec9d786_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2aw%252F0baad5512e6542f2aa030ad5ace45359%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2aw/0baad5512e6542f2aa030ad5ace45359/images/large/6.jpg saved to cache
2026-03-26 22:46:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 39eec9d8-b033-5f55-9e59-aea05ec9d786
2026-03-26 22:46:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cu/ac25947f508d4ae7a66abeb3d35e13a4/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 29d307d9-05dd-5759-b99d-a5f9d0d3678b with identifier: 1986075
2026-03-26 22:46:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 29d307d9-05dd-5759-b99d-a5f9d0d3678b with identifier: 1986075
2026-03-26 22:46:51 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 29d307d9-05dd-5759-b99d-a5f9d0d3678b with identifier: 1986075 to the API
2026-03-26 22:46:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:46:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:46:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/1yn/a249a284858c42928c459848f81fa80d/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'diesel',
'id': '29d307d9-05dd-5759-b99d-a5f9d0d3678b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '5008 DIESEL - 2020',
'odometer': 92706,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 22,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_29d307d9-05dd-5759-b99d-a5f9d0d3678b/29d307d9-05dd-5759-b99d-a5f9d0d3678b_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 666804,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yn/a249a284858c42928c459848f81fa80d/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_29d307d9-05dd-5759-b99d-a5f9d0d3678b/29d307d9-05dd-5759-b99d-a5f9d0d3678b_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 695245,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yn/a249a284858c42928c459848f81fa80d/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_29d307d9-05dd-5759-b99d-a5f9d0d3678b/29d307d9-05dd-5759-b99d-a5f9d0d3678b_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 651952,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yn/a249a284858c42928c459848f81fa80d/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_29d307d9-05dd-5759-b99d-a5f9d0d3678b/29d307d9-05dd-5759-b99d-a5f9d0d3678b_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 678893,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yn/a249a284858c42928c459848f81fa80d/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_29d307d9-05dd-5759-b99d-a5f9d0d3678b/29d307d9-05dd-5759-b99d-a5f9d0d3678b_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 657878,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yn/a249a284858c42928c459848f81fa80d/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_29d307d9-05dd-5759-b99d-a5f9d0d3678b/29d307d9-05dd-5759-b99d-a5f9d0d3678b_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 729782,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yn/a249a284858c42928c459848f81fa80d/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_29d307d9-05dd-5759-b99d-a5f9d0d3678b/29d307d9-05dd-5759-b99d-a5f9d0d3678b_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 567962,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yn/a249a284858c42928c459848f81fa80d/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_29d307d9-05dd-5759-b99d-a5f9d0d3678b/29d307d9-05dd-5759-b99d-a5f9d0d3678b_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 883876,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yn/a249a284858c42928c459848f81fa80d/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_29d307d9-05dd-5759-b99d-a5f9d0d3678b/29d307d9-05dd-5759-b99d-a5f9d0d3678b_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 868147,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yn/a249a284858c42928c459848f81fa80d/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_29d307d9-05dd-5759-b99d-a5f9d0d3678b/29d307d9-05dd-5759-b99d-a5f9d0d3678b_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 881394,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yn/a249a284858c42928c459848f81fa80d/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-26',
'seats_number': 7,
'seller_name': None,
'title': 'PEUGEOT 5008 DIESEL - 2020 1.5 BlueHDi Active',
'transmission': 'automatic',
'trim': '1.5 BlueHDi Active',
'vin': None,
'year': 2020}
2026-03-26 22:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986075%27 HTTP/1.1" 200 None
2026-03-26 22:46:51 [ayvens.be] INFO: Saving data for 1986075: {'created_time': 1774565211.73045, 'last_price_update_time': 1774565211.730459, 'auction_closing_time': 1775028600.0}
2026-03-26 22:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986075') HTTP/1.1" 204 0
2026-03-26 22:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ct%252F5ab20f106fa844519a3cd3d412d2c9b3%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ct/5ab20f106fa844519a3cd3d412d2c9b3/images/large/5.jpg not downloaded yet
2026-03-26 22:46:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cu/ac25947f508d4ae7a66abeb3d35e13a4/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cu/ac25947f508d4ae7a66abeb3d35e13a4/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ct%252F5ab20f106fa844519a3cd3d412d2c9b3%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ct/5ab20f106fa844519a3cd3d412d2c9b3/images/large/6.jpg not downloaded yet
2026-03-26 22:46:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2aw/0baad5512e6542f2aa030ad5ace45359/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cu/ac25947f508d4ae7a66abeb3d35e13a4/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7426a90>
2026-03-26 22:46:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_39eec9d8-b033-5f55-9e59-aea05ec9d786/39eec9d8-b033-5f55-9e59-aea05ec9d786_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2aw%252F0baad5512e6542f2aa030ad5ace45359%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2aw/0baad5512e6542f2aa030ad5ace45359/images/large/7.jpg saved to cache
2026-03-26 22:46:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 39eec9d8-b033-5f55-9e59-aea05ec9d786
2026-03-26 22:46:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5ccaf10>
2026-03-26 22:46:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_130e9508-25a0-512c-84c2-a8a8de268073/130e9508-25a0-512c-84c2-a8a8de268073_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cu%252Fac25947f508d4ae7a66abeb3d35e13a4%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cu/ac25947f508d4ae7a66abeb3d35e13a4/images/large/3.jpg saved to cache
2026-03-26 22:46:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 130e9508-25a0-512c-84c2-a8a8de268073
2026-03-26 22:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ct%252F5ab20f106fa844519a3cd3d412d2c9b3%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ct/5ab20f106fa844519a3cd3d412d2c9b3/images/large/7.jpg not downloaded yet
2026-03-26 22:46:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2aw/0baad5512e6542f2aa030ad5ace45359/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2aw/0baad5512e6542f2aa030ad5ace45359/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cu/ac25947f508d4ae7a66abeb3d35e13a4/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ct%252F5ab20f106fa844519a3cd3d412d2c9b3%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ct/5ab20f106fa844519a3cd3d412d2c9b3/images/large/8.jpg not downloaded yet
2026-03-26 22:46:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b78aacd0>
2026-03-26 22:46:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_130e9508-25a0-512c-84c2-a8a8de268073/130e9508-25a0-512c-84c2-a8a8de268073_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cu%252Fac25947f508d4ae7a66abeb3d35e13a4%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cu/ac25947f508d4ae7a66abeb3d35e13a4/images/large/1.jpg saved to cache
2026-03-26 22:46:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 130e9508-25a0-512c-84c2-a8a8de268073
2026-03-26 22:46:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7414050>
2026-03-26 22:46:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_130e9508-25a0-512c-84c2-a8a8de268073/130e9508-25a0-512c-84c2-a8a8de268073_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cu%252Fac25947f508d4ae7a66abeb3d35e13a4%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cu/ac25947f508d4ae7a66abeb3d35e13a4/images/large/4.jpg saved to cache
2026-03-26 22:46:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 130e9508-25a0-512c-84c2-a8a8de268073
2026-03-26 22:46:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74f8510>
2026-03-26 22:46:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_39eec9d8-b033-5f55-9e59-aea05ec9d786/39eec9d8-b033-5f55-9e59-aea05ec9d786_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2aw%252F0baad5512e6542f2aa030ad5ace45359%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2aw/0baad5512e6542f2aa030ad5ace45359/images/large/9.jpg saved to cache
2026-03-26 22:46:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 39eec9d8-b033-5f55-9e59-aea05ec9d786
2026-03-26 22:46:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7417810>
2026-03-26 22:46:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_130e9508-25a0-512c-84c2-a8a8de268073/130e9508-25a0-512c-84c2-a8a8de268073_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cu%252Fac25947f508d4ae7a66abeb3d35e13a4%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cu/ac25947f508d4ae7a66abeb3d35e13a4/images/large/2.jpg saved to cache
2026-03-26 22:46:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 130e9508-25a0-512c-84c2-a8a8de268073
2026-03-26 22:46:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cu/ac25947f508d4ae7a66abeb3d35e13a4/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ct/5ab20f106fa844519a3cd3d412d2c9b3/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ct%252F5ab20f106fa844519a3cd3d412d2c9b3%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ct/5ab20f106fa844519a3cd3d412d2c9b3/images/large/9.jpg not downloaded yet
2026-03-26 22:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ct%252F5ab20f106fa844519a3cd3d412d2c9b3%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ct/5ab20f106fa844519a3cd3d412d2c9b3/images/large/10.jpg not downloaded yet
2026-03-26 22:46:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cu/ac25947f508d4ae7a66abeb3d35e13a4/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ct/5ab20f106fa844519a3cd3d412d2c9b3/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cu/ac25947f508d4ae7a66abeb3d35e13a4/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b743bb10>
2026-03-26 22:46:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_39eec9d8-b033-5f55-9e59-aea05ec9d786/39eec9d8-b033-5f55-9e59-aea05ec9d786_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2aw%252F0baad5512e6542f2aa030ad5ace45359%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2aw/0baad5512e6542f2aa030ad5ace45359/images/large/8.jpg saved to cache
2026-03-26 22:46:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 39eec9d8-b033-5f55-9e59-aea05ec9d786
2026-03-26 22:46:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74a5850>
2026-03-26 22:46:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_39eec9d8-b033-5f55-9e59-aea05ec9d786/39eec9d8-b033-5f55-9e59-aea05ec9d786_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2aw%252F0baad5512e6542f2aa030ad5ace45359%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2aw/0baad5512e6542f2aa030ad5ace45359/images/large/10.jpg saved to cache
2026-03-26 22:46:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 39eec9d8-b033-5f55-9e59-aea05ec9d786
2026-03-26 22:46:52 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 39eec9d8-b033-5f55-9e59-aea05ec9d786, skipping ID generation
2026-03-26 22:46:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 39eec9d8-b033-5f55-9e59-aea05ec9d786 with scrape type 1
2026-03-26 22:46:52 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 39eec9d8-b033-5f55-9e59-aea05ec9d786 sending to next pipeline
2026-03-26 22:46:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 39eec9d8-b033-5f55-9e59-aea05ec9d786, identifier: 1986076
2026-03-26 22:46:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b75a5c10>
2026-03-26 22:46:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_130e9508-25a0-512c-84c2-a8a8de268073/130e9508-25a0-512c-84c2-a8a8de268073_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cu%252Fac25947f508d4ae7a66abeb3d35e13a4%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cu/ac25947f508d4ae7a66abeb3d35e13a4/images/large/5.jpg saved to cache
2026-03-26 22:46:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 130e9508-25a0-512c-84c2-a8a8de268073
2026-03-26 22:46:52 [ayvens.be] INFO: Found listing with ID: 1986079
2026-03-26 22:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986079%27 HTTP/1.1" 200 None
2026-03-26 22:46:52 [ayvens.be] INFO: Scrape type for 1986079: 1
2026-03-26 22:46:52 [ayvens.be] INFO: Extracting data for car ID: 1986079
2026-03-26 22:46:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ac0ae577-68d3-564d-b024-571a2b36e74e with identifier: 1986079
2026-03-26 22:46:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ac0ae577-68d3-564d-b024-571a2b36e74e with scrape type 1
2026-03-26 22:46:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item ac0ae577-68d3-564d-b024-571a2b36e74e
2026-03-26 22:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xj%252Fe6e93b3618b0405b8a448253e2aacd9f%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xj/e6e93b3618b0405b8a448253e2aacd9f/images/large/1.jpg not downloaded yet
2026-03-26 22:46:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 39eec9d8-b033-5f55-9e59-aea05ec9d786 with identifier: 1986076
2026-03-26 22:46:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 39eec9d8-b033-5f55-9e59-aea05ec9d786 with identifier: 1986076
2026-03-26 22:46:53 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 39eec9d8-b033-5f55-9e59-aea05ec9d786 with identifier: 1986076 to the API
2026-03-26 22:46:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:46:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:46:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2aw/0baad5512e6542f2aa030ad5ace45359/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.9L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'diesel',
'id': '39eec9d8-b033-5f55-9e59-aea05ec9d786',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'CLASS GLB DIESEL (X247)',
'odometer': 75241,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 15,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_39eec9d8-b033-5f55-9e59-aea05ec9d786/39eec9d8-b033-5f55-9e59-aea05ec9d786_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 643705,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2aw/0baad5512e6542f2aa030ad5ace45359/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_39eec9d8-b033-5f55-9e59-aea05ec9d786/39eec9d8-b033-5f55-9e59-aea05ec9d786_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 565411,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2aw/0baad5512e6542f2aa030ad5ace45359/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_39eec9d8-b033-5f55-9e59-aea05ec9d786/39eec9d8-b033-5f55-9e59-aea05ec9d786_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 601073,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2aw/0baad5512e6542f2aa030ad5ace45359/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_39eec9d8-b033-5f55-9e59-aea05ec9d786/39eec9d8-b033-5f55-9e59-aea05ec9d786_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 639433,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2aw/0baad5512e6542f2aa030ad5ace45359/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_39eec9d8-b033-5f55-9e59-aea05ec9d786/39eec9d8-b033-5f55-9e59-aea05ec9d786_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 617180,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2aw/0baad5512e6542f2aa030ad5ace45359/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_39eec9d8-b033-5f55-9e59-aea05ec9d786/39eec9d8-b033-5f55-9e59-aea05ec9d786_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 559519,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2aw/0baad5512e6542f2aa030ad5ace45359/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_39eec9d8-b033-5f55-9e59-aea05ec9d786/39eec9d8-b033-5f55-9e59-aea05ec9d786_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 691739,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2aw/0baad5512e6542f2aa030ad5ace45359/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_39eec9d8-b033-5f55-9e59-aea05ec9d786/39eec9d8-b033-5f55-9e59-aea05ec9d786_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 693890,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2aw/0baad5512e6542f2aa030ad5ace45359/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_39eec9d8-b033-5f55-9e59-aea05ec9d786/39eec9d8-b033-5f55-9e59-aea05ec9d786_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 574873,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2aw/0baad5512e6542f2aa030ad5ace45359/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_39eec9d8-b033-5f55-9e59-aea05ec9d786/39eec9d8-b033-5f55-9e59-aea05ec9d786_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 587824,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2aw/0baad5512e6542f2aa030ad5ace45359/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-18',
'seats_number': 7,
'seller_name': None,
'title': 'MERCEDES-BENZ CLASS GLB DIESEL (X247) GLB 180 d',
'transmission': 'automatic',
'trim': 'GLB 180 d',
'vin': None,
'year': 2021}
2026-03-26 22:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986076%27 HTTP/1.1" 200 None
2026-03-26 22:46:53 [ayvens.be] INFO: Saving data for 1986076: {'created_time': 1774565213.376642, 'last_price_update_time': 1774565213.376652, 'auction_closing_time': 1775028600.0}
2026-03-26 22:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986076') HTTP/1.1" 204 0
2026-03-26 22:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xj%252Fe6e93b3618b0405b8a448253e2aacd9f%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xj/e6e93b3618b0405b8a448253e2aacd9f/images/large/2.jpg not downloaded yet
2026-03-26 22:46:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ct/5ab20f106fa844519a3cd3d412d2c9b3/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xj%252Fe6e93b3618b0405b8a448253e2aacd9f%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xj/e6e93b3618b0405b8a448253e2aacd9f/images/large/3.jpg not downloaded yet
2026-03-26 22:46:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7746690>
2026-03-26 22:46:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_130e9508-25a0-512c-84c2-a8a8de268073/130e9508-25a0-512c-84c2-a8a8de268073_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cu%252Fac25947f508d4ae7a66abeb3d35e13a4%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cu/ac25947f508d4ae7a66abeb3d35e13a4/images/large/6.jpg saved to cache
2026-03-26 22:46:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 130e9508-25a0-512c-84c2-a8a8de268073
2026-03-26 22:46:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7b16f50>
2026-03-26 22:46:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a389b135-5d76-5c6e-b940-246705a2ed4e/a389b135-5d76-5c6e-b940-246705a2ed4e_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ct%252F5ab20f106fa844519a3cd3d412d2c9b3%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ct/5ab20f106fa844519a3cd3d412d2c9b3/images/large/2.jpg saved to cache
2026-03-26 22:46:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item a389b135-5d76-5c6e-b940-246705a2ed4e
2026-03-26 22:46:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b787ddd0>
2026-03-26 22:46:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_130e9508-25a0-512c-84c2-a8a8de268073/130e9508-25a0-512c-84c2-a8a8de268073_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cu%252Fac25947f508d4ae7a66abeb3d35e13a4%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cu/ac25947f508d4ae7a66abeb3d35e13a4/images/large/7.jpg saved to cache
2026-03-26 22:46:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 130e9508-25a0-512c-84c2-a8a8de268073
2026-03-26 22:46:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b75852d0>
2026-03-26 22:46:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a389b135-5d76-5c6e-b940-246705a2ed4e/a389b135-5d76-5c6e-b940-246705a2ed4e_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ct%252F5ab20f106fa844519a3cd3d412d2c9b3%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ct/5ab20f106fa844519a3cd3d412d2c9b3/images/large/1.jpg saved to cache
2026-03-26 22:46:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item a389b135-5d76-5c6e-b940-246705a2ed4e
2026-03-26 22:46:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b784c7d0>
2026-03-26 22:46:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_130e9508-25a0-512c-84c2-a8a8de268073/130e9508-25a0-512c-84c2-a8a8de268073_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cu%252Fac25947f508d4ae7a66abeb3d35e13a4%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cu/ac25947f508d4ae7a66abeb3d35e13a4/images/large/10.jpg saved to cache
2026-03-26 22:46:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 130e9508-25a0-512c-84c2-a8a8de268073
2026-03-26 22:46:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cu/ac25947f508d4ae7a66abeb3d35e13a4/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cu/ac25947f508d4ae7a66abeb3d35e13a4/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ct/5ab20f106fa844519a3cd3d412d2c9b3/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ct/5ab20f106fa844519a3cd3d412d2c9b3/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ct/5ab20f106fa844519a3cd3d412d2c9b3/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ct/5ab20f106fa844519a3cd3d412d2c9b3/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xj%252Fe6e93b3618b0405b8a448253e2aacd9f%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xj/e6e93b3618b0405b8a448253e2aacd9f/images/large/4.jpg not downloaded yet
2026-03-26 22:46:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ct/5ab20f106fa844519a3cd3d412d2c9b3/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xj%252Fe6e93b3618b0405b8a448253e2aacd9f%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xj/e6e93b3618b0405b8a448253e2aacd9f/images/large/5.jpg not downloaded yet
2026-03-26 22:46:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74f9450>
2026-03-26 22:46:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a389b135-5d76-5c6e-b940-246705a2ed4e/a389b135-5d76-5c6e-b940-246705a2ed4e_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ct%252F5ab20f106fa844519a3cd3d412d2c9b3%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ct/5ab20f106fa844519a3cd3d412d2c9b3/images/large/3.jpg saved to cache
2026-03-26 22:46:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item a389b135-5d76-5c6e-b940-246705a2ed4e
2026-03-26 22:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xj%252Fe6e93b3618b0405b8a448253e2aacd9f%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xj/e6e93b3618b0405b8a448253e2aacd9f/images/large/6.jpg not downloaded yet
2026-03-26 22:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xj%252Fe6e93b3618b0405b8a448253e2aacd9f%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xj/e6e93b3618b0405b8a448253e2aacd9f/images/large/7.jpg not downloaded yet
2026-03-26 22:46:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7926690>
2026-03-26 22:46:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_130e9508-25a0-512c-84c2-a8a8de268073/130e9508-25a0-512c-84c2-a8a8de268073_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cu%252Fac25947f508d4ae7a66abeb3d35e13a4%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cu/ac25947f508d4ae7a66abeb3d35e13a4/images/large/8.jpg saved to cache
2026-03-26 22:46:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 130e9508-25a0-512c-84c2-a8a8de268073
2026-03-26 22:46:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7413e90>
2026-03-26 22:46:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_130e9508-25a0-512c-84c2-a8a8de268073/130e9508-25a0-512c-84c2-a8a8de268073_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:46:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cu%252Fac25947f508d4ae7a66abeb3d35e13a4%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cu/ac25947f508d4ae7a66abeb3d35e13a4/images/large/9.jpg saved to cache
2026-03-26 22:46:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 130e9508-25a0-512c-84c2-a8a8de268073
2026-03-26 22:46:54 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 130e9508-25a0-512c-84c2-a8a8de268073, skipping ID generation
2026-03-26 22:46:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 130e9508-25a0-512c-84c2-a8a8de268073 with scrape type 1
2026-03-26 22:46:54 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 130e9508-25a0-512c-84c2-a8a8de268073 sending to next pipeline
2026-03-26 22:46:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 130e9508-25a0-512c-84c2-a8a8de268073, identifier: 1986077
2026-03-26 22:46:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7501090>
2026-03-26 22:46:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a389b135-5d76-5c6e-b940-246705a2ed4e/a389b135-5d76-5c6e-b940-246705a2ed4e_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:46:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ct%252F5ab20f106fa844519a3cd3d412d2c9b3%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ct/5ab20f106fa844519a3cd3d412d2c9b3/images/large/5.jpg saved to cache
2026-03-26 22:46:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item a389b135-5d76-5c6e-b940-246705a2ed4e
2026-03-26 22:46:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7495450>
2026-03-26 22:46:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a389b135-5d76-5c6e-b940-246705a2ed4e/a389b135-5d76-5c6e-b940-246705a2ed4e_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:46:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ct%252F5ab20f106fa844519a3cd3d412d2c9b3%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ct/5ab20f106fa844519a3cd3d412d2c9b3/images/large/4.jpg saved to cache
2026-03-26 22:46:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item a389b135-5d76-5c6e-b940-246705a2ed4e
2026-03-26 22:46:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74dc290>
2026-03-26 22:46:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a389b135-5d76-5c6e-b940-246705a2ed4e/a389b135-5d76-5c6e-b940-246705a2ed4e_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:46:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ct%252F5ab20f106fa844519a3cd3d412d2c9b3%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ct/5ab20f106fa844519a3cd3d412d2c9b3/images/large/8.jpg saved to cache
2026-03-26 22:46:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item a389b135-5d76-5c6e-b940-246705a2ed4e
2026-03-26 22:46:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74507d0>
2026-03-26 22:46:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a389b135-5d76-5c6e-b940-246705a2ed4e/a389b135-5d76-5c6e-b940-246705a2ed4e_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:46:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ct%252F5ab20f106fa844519a3cd3d412d2c9b3%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ct/5ab20f106fa844519a3cd3d412d2c9b3/images/large/6.jpg saved to cache
2026-03-26 22:46:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item a389b135-5d76-5c6e-b940-246705a2ed4e
2026-03-26 22:46:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7585ad0>
2026-03-26 22:46:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a389b135-5d76-5c6e-b940-246705a2ed4e/a389b135-5d76-5c6e-b940-246705a2ed4e_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:46:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ct%252F5ab20f106fa844519a3cd3d412d2c9b3%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ct/5ab20f106fa844519a3cd3d412d2c9b3/images/large/7.jpg saved to cache
2026-03-26 22:46:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item a389b135-5d76-5c6e-b940-246705a2ed4e
2026-03-26 22:46:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 130e9508-25a0-512c-84c2-a8a8de268073 with identifier: 1986077
2026-03-26 22:46:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 130e9508-25a0-512c-84c2-a8a8de268073 with identifier: 1986077
2026-03-26 22:46:54 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 130e9508-25a0-512c-84c2-a8a8de268073 with identifier: 1986077 to the API
2026-03-26 22:46:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:46:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:46:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2cu/ac25947f508d4ae7a66abeb3d35e13a4/images/large/9.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 4,
'engine': '2.1L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'diesel',
'id': '130e9508-25a0-512c-84c2-a8a8de268073',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'SPRINTER',
'odometer': 96175,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 13,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_130e9508-25a0-512c-84c2-a8a8de268073/130e9508-25a0-512c-84c2-a8a8de268073_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 404659,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cu/ac25947f508d4ae7a66abeb3d35e13a4/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_130e9508-25a0-512c-84c2-a8a8de268073/130e9508-25a0-512c-84c2-a8a8de268073_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 426012,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cu/ac25947f508d4ae7a66abeb3d35e13a4/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_130e9508-25a0-512c-84c2-a8a8de268073/130e9508-25a0-512c-84c2-a8a8de268073_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 346284,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cu/ac25947f508d4ae7a66abeb3d35e13a4/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_130e9508-25a0-512c-84c2-a8a8de268073/130e9508-25a0-512c-84c2-a8a8de268073_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 346481,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cu/ac25947f508d4ae7a66abeb3d35e13a4/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_130e9508-25a0-512c-84c2-a8a8de268073/130e9508-25a0-512c-84c2-a8a8de268073_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 362186,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cu/ac25947f508d4ae7a66abeb3d35e13a4/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_130e9508-25a0-512c-84c2-a8a8de268073/130e9508-25a0-512c-84c2-a8a8de268073_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 229010,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cu/ac25947f508d4ae7a66abeb3d35e13a4/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_130e9508-25a0-512c-84c2-a8a8de268073/130e9508-25a0-512c-84c2-a8a8de268073_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 319687,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cu/ac25947f508d4ae7a66abeb3d35e13a4/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_130e9508-25a0-512c-84c2-a8a8de268073/130e9508-25a0-512c-84c2-a8a8de268073_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 356349,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cu/ac25947f508d4ae7a66abeb3d35e13a4/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_130e9508-25a0-512c-84c2-a8a8de268073/130e9508-25a0-512c-84c2-a8a8de268073_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 279026,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cu/ac25947f508d4ae7a66abeb3d35e13a4/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_130e9508-25a0-512c-84c2-a8a8de268073/130e9508-25a0-512c-84c2-a8a8de268073_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 207272,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cu/ac25947f508d4ae7a66abeb3d35e13a4/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-29',
'seats_number': 3,
'seller_name': None,
'title': 'MERCEDES-BENZ SPRINTER 2.1CDI 105KW 314 L1 FWD 3.5T FUNCTIONAL',
'transmission': 'manual',
'trim': '2.1CDI 105KW 314 L1 FWD 3.5T FUNCTIONAL',
'vin': None,
'year': 2022}
2026-03-26 22:46:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986077%27 HTTP/1.1" 200 None
2026-03-26 22:46:54 [ayvens.be] INFO: Saving data for 1986077: {'created_time': 1774565214.905524, 'last_price_update_time': 1774565214.905533, 'auction_closing_time': 1775028600.0}
2026-03-26 22:46:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986077') HTTP/1.1" 204 0
2026-03-26 22:46:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xj%252Fe6e93b3618b0405b8a448253e2aacd9f%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xj/e6e93b3618b0405b8a448253e2aacd9f/images/large/8.jpg not downloaded yet
2026-03-26 22:46:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xj%252Fe6e93b3618b0405b8a448253e2aacd9f%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xj/e6e93b3618b0405b8a448253e2aacd9f/images/large/9.jpg not downloaded yet
2026-03-26 22:46:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ct/5ab20f106fa844519a3cd3d412d2c9b3/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ct/5ab20f106fa844519a3cd3d412d2c9b3/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xj%252Fe6e93b3618b0405b8a448253e2aacd9f%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xj/e6e93b3618b0405b8a448253e2aacd9f/images/large/10.jpg not downloaded yet
2026-03-26 22:46:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xj/e6e93b3618b0405b8a448253e2aacd9f/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xj/e6e93b3618b0405b8a448253e2aacd9f/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:55 [ayvens.be] INFO: Found listing with ID: 1986080
2026-03-26 22:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986080%27 HTTP/1.1" 200 None
2026-03-26 22:46:55 [ayvens.be] INFO: Scrape type for 1986080: 1
2026-03-26 22:46:55 [ayvens.be] INFO: Extracting data for car ID: 1986080
2026-03-26 22:46:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6002d677-f9a6-5436-94d1-f956b03575d0 with identifier: 1986080
2026-03-26 22:46:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6002d677-f9a6-5436-94d1-f956b03575d0 with scrape type 1
2026-03-26 22:46:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 6002d677-f9a6-5436-94d1-f956b03575d0
2026-03-26 22:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yw%252Fa61b77e98a224e9ea17fa24847e867e0%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yw/a61b77e98a224e9ea17fa24847e867e0/images/large/1.jpg not downloaded yet
2026-03-26 22:46:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xj/e6e93b3618b0405b8a448253e2aacd9f/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xj/e6e93b3618b0405b8a448253e2aacd9f/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yw%252Fa61b77e98a224e9ea17fa24847e867e0%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yw/a61b77e98a224e9ea17fa24847e867e0/images/large/2.jpg not downloaded yet
2026-03-26 22:46:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xj/e6e93b3618b0405b8a448253e2aacd9f/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yw%252Fa61b77e98a224e9ea17fa24847e867e0%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yw/a61b77e98a224e9ea17fa24847e867e0/images/large/3.jpg not downloaded yet
2026-03-26 22:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yw%252Fa61b77e98a224e9ea17fa24847e867e0%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yw/a61b77e98a224e9ea17fa24847e867e0/images/large/4.jpg not downloaded yet
2026-03-26 22:46:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7587d10>
2026-03-26 22:46:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a389b135-5d76-5c6e-b940-246705a2ed4e/a389b135-5d76-5c6e-b940-246705a2ed4e_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ct%252F5ab20f106fa844519a3cd3d412d2c9b3%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ct/5ab20f106fa844519a3cd3d412d2c9b3/images/large/10.jpg saved to cache
2026-03-26 22:46:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item a389b135-5d76-5c6e-b940-246705a2ed4e
2026-03-26 22:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yw%252Fa61b77e98a224e9ea17fa24847e867e0%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yw/a61b77e98a224e9ea17fa24847e867e0/images/large/5.jpg not downloaded yet
2026-03-26 22:46:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e03c90>
2026-03-26 22:46:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a389b135-5d76-5c6e-b940-246705a2ed4e/a389b135-5d76-5c6e-b940-246705a2ed4e_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ct%252F5ab20f106fa844519a3cd3d412d2c9b3%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ct/5ab20f106fa844519a3cd3d412d2c9b3/images/large/9.jpg saved to cache
2026-03-26 22:46:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item a389b135-5d76-5c6e-b940-246705a2ed4e
2026-03-26 22:46:55 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a389b135-5d76-5c6e-b940-246705a2ed4e, skipping ID generation
2026-03-26 22:46:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a389b135-5d76-5c6e-b940-246705a2ed4e with scrape type 1
2026-03-26 22:46:55 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a389b135-5d76-5c6e-b940-246705a2ed4e sending to next pipeline
2026-03-26 22:46:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: a389b135-5d76-5c6e-b940-246705a2ed4e, identifier: 1986078
2026-03-26 22:46:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7567d50>
2026-03-26 22:46:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ac0ae577-68d3-564d-b024-571a2b36e74e/ac0ae577-68d3-564d-b024-571a2b36e74e_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xj%252Fe6e93b3618b0405b8a448253e2aacd9f%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xj/e6e93b3618b0405b8a448253e2aacd9f/images/large/1.jpg saved to cache
2026-03-26 22:46:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item ac0ae577-68d3-564d-b024-571a2b36e74e
2026-03-26 22:46:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b784fd50>
2026-03-26 22:46:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ac0ae577-68d3-564d-b024-571a2b36e74e/ac0ae577-68d3-564d-b024-571a2b36e74e_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xj%252Fe6e93b3618b0405b8a448253e2aacd9f%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xj/e6e93b3618b0405b8a448253e2aacd9f/images/large/2.jpg saved to cache
2026-03-26 22:46:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item ac0ae577-68d3-564d-b024-571a2b36e74e
2026-03-26 22:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yw%252Fa61b77e98a224e9ea17fa24847e867e0%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yw/a61b77e98a224e9ea17fa24847e867e0/images/large/6.jpg not downloaded yet
2026-03-26 22:46:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: a389b135-5d76-5c6e-b940-246705a2ed4e with identifier: 1986078
2026-03-26 22:46:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: a389b135-5d76-5c6e-b940-246705a2ed4e with identifier: 1986078
2026-03-26 22:46:55 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: a389b135-5d76-5c6e-b940-246705a2ed4e with identifier: 1986078 to the API
2026-03-26 22:46:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:46:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:46:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2ct/5ab20f106fa844519a3cd3d412d2c9b3/images/large/9.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'petrol',
'id': 'a389b135-5d76-5c6e-b940-246705a2ed4e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'SEAT',
'model': 'ARONA',
'odometer': 41950,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 13,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a389b135-5d76-5c6e-b940-246705a2ed4e/a389b135-5d76-5c6e-b940-246705a2ed4e_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 239159,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ct/5ab20f106fa844519a3cd3d412d2c9b3/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a389b135-5d76-5c6e-b940-246705a2ed4e/a389b135-5d76-5c6e-b940-246705a2ed4e_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 232864,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ct/5ab20f106fa844519a3cd3d412d2c9b3/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a389b135-5d76-5c6e-b940-246705a2ed4e/a389b135-5d76-5c6e-b940-246705a2ed4e_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 263338,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ct/5ab20f106fa844519a3cd3d412d2c9b3/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a389b135-5d76-5c6e-b940-246705a2ed4e/a389b135-5d76-5c6e-b940-246705a2ed4e_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 266051,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ct/5ab20f106fa844519a3cd3d412d2c9b3/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a389b135-5d76-5c6e-b940-246705a2ed4e/a389b135-5d76-5c6e-b940-246705a2ed4e_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 321980,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ct/5ab20f106fa844519a3cd3d412d2c9b3/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a389b135-5d76-5c6e-b940-246705a2ed4e/a389b135-5d76-5c6e-b940-246705a2ed4e_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 301129,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ct/5ab20f106fa844519a3cd3d412d2c9b3/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a389b135-5d76-5c6e-b940-246705a2ed4e/a389b135-5d76-5c6e-b940-246705a2ed4e_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 344426,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ct/5ab20f106fa844519a3cd3d412d2c9b3/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a389b135-5d76-5c6e-b940-246705a2ed4e/a389b135-5d76-5c6e-b940-246705a2ed4e_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 294368,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ct/5ab20f106fa844519a3cd3d412d2c9b3/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a389b135-5d76-5c6e-b940-246705a2ed4e/a389b135-5d76-5c6e-b940-246705a2ed4e_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 318690,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ct/5ab20f106fa844519a3cd3d412d2c9b3/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a389b135-5d76-5c6e-b940-246705a2ed4e/a389b135-5d76-5c6e-b940-246705a2ed4e_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 320674,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ct/5ab20f106fa844519a3cd3d412d2c9b3/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-25',
'seats_number': 5,
'seller_name': None,
'title': 'SEAT ARONA 1.0 TSI 70KW MOVE',
'transmission': 'manual',
'trim': '1.0 TSI 70KW MOVE',
'vin': None,
'year': 2022}
2026-03-26 22:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986078%27 HTTP/1.1" 200 None
2026-03-26 22:46:55 [ayvens.be] INFO: Saving data for 1986078: {'created_time': 1774565215.886504, 'last_price_update_time': 1774565215.886515, 'auction_closing_time': 1775028600.0}
2026-03-26 22:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986078') HTTP/1.1" 204 0
2026-03-26 22:46:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xj/e6e93b3618b0405b8a448253e2aacd9f/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yw%252Fa61b77e98a224e9ea17fa24847e867e0%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yw/a61b77e98a224e9ea17fa24847e867e0/images/large/7.jpg not downloaded yet
2026-03-26 22:46:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7744d90>
2026-03-26 22:46:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ac0ae577-68d3-564d-b024-571a2b36e74e/ac0ae577-68d3-564d-b024-571a2b36e74e_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xj%252Fe6e93b3618b0405b8a448253e2aacd9f%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xj/e6e93b3618b0405b8a448253e2aacd9f/images/large/3.jpg saved to cache
2026-03-26 22:46:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item ac0ae577-68d3-564d-b024-571a2b36e74e
2026-03-26 22:46:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7727e10>
2026-03-26 22:46:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ac0ae577-68d3-564d-b024-571a2b36e74e/ac0ae577-68d3-564d-b024-571a2b36e74e_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xj%252Fe6e93b3618b0405b8a448253e2aacd9f%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xj/e6e93b3618b0405b8a448253e2aacd9f/images/large/5.jpg saved to cache
2026-03-26 22:46:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item ac0ae577-68d3-564d-b024-571a2b36e74e
2026-03-26 22:46:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7911450>
2026-03-26 22:46:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ac0ae577-68d3-564d-b024-571a2b36e74e/ac0ae577-68d3-564d-b024-571a2b36e74e_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xj%252Fe6e93b3618b0405b8a448253e2aacd9f%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xj/e6e93b3618b0405b8a448253e2aacd9f/images/large/4.jpg saved to cache
2026-03-26 22:46:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item ac0ae577-68d3-564d-b024-571a2b36e74e
2026-03-26 22:46:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xj/e6e93b3618b0405b8a448253e2aacd9f/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yw%252Fa61b77e98a224e9ea17fa24847e867e0%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yw/a61b77e98a224e9ea17fa24847e867e0/images/large/8.jpg not downloaded yet
2026-03-26 22:46:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xj/e6e93b3618b0405b8a448253e2aacd9f/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xj/e6e93b3618b0405b8a448253e2aacd9f/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yw%252Fa61b77e98a224e9ea17fa24847e867e0%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yw/a61b77e98a224e9ea17fa24847e867e0/images/large/9.jpg not downloaded yet
2026-03-26 22:46:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xj/e6e93b3618b0405b8a448253e2aacd9f/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7404bd0>
2026-03-26 22:46:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ac0ae577-68d3-564d-b024-571a2b36e74e/ac0ae577-68d3-564d-b024-571a2b36e74e_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xj%252Fe6e93b3618b0405b8a448253e2aacd9f%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xj/e6e93b3618b0405b8a448253e2aacd9f/images/large/6.jpg saved to cache
2026-03-26 22:46:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item ac0ae577-68d3-564d-b024-571a2b36e74e
2026-03-26 22:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yw%252Fa61b77e98a224e9ea17fa24847e867e0%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yw/a61b77e98a224e9ea17fa24847e867e0/images/large/10.jpg not downloaded yet
2026-03-26 22:46:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yw/a61b77e98a224e9ea17fa24847e867e0/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yw/a61b77e98a224e9ea17fa24847e867e0/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yw/a61b77e98a224e9ea17fa24847e867e0/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:56 [ayvens.be] INFO: Found listing with ID: 1986081
2026-03-26 22:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986081%27 HTTP/1.1" 200 None
2026-03-26 22:46:56 [ayvens.be] INFO: Scrape type for 1986081: 1
2026-03-26 22:46:56 [ayvens.be] INFO: Extracting data for car ID: 1986081
2026-03-26 22:46:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 36c7a8a2-e03e-563f-8ba2-5ee7a63717aa with identifier: 1986081
2026-03-26 22:46:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 36c7a8a2-e03e-563f-8ba2-5ee7a63717aa with scrape type 1
2026-03-26 22:46:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 36c7a8a2-e03e-563f-8ba2-5ee7a63717aa
2026-03-26 22:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dk%252Fe09bb021720b47819cf916f1d88a39af%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dk/e09bb021720b47819cf916f1d88a39af/images/large/1.jpg not downloaded yet
2026-03-26 22:46:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7400e50>
2026-03-26 22:46:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ac0ae577-68d3-564d-b024-571a2b36e74e/ac0ae577-68d3-564d-b024-571a2b36e74e_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xj%252Fe6e93b3618b0405b8a448253e2aacd9f%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xj/e6e93b3618b0405b8a448253e2aacd9f/images/large/7.jpg saved to cache
2026-03-26 22:46:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item ac0ae577-68d3-564d-b024-571a2b36e74e
2026-03-26 22:46:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7660350>
2026-03-26 22:46:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ac0ae577-68d3-564d-b024-571a2b36e74e/ac0ae577-68d3-564d-b024-571a2b36e74e_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xj%252Fe6e93b3618b0405b8a448253e2aacd9f%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xj/e6e93b3618b0405b8a448253e2aacd9f/images/large/8.jpg saved to cache
2026-03-26 22:46:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item ac0ae577-68d3-564d-b024-571a2b36e74e
2026-03-26 22:46:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7500250>
2026-03-26 22:46:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ac0ae577-68d3-564d-b024-571a2b36e74e/ac0ae577-68d3-564d-b024-571a2b36e74e_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xj%252Fe6e93b3618b0405b8a448253e2aacd9f%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xj/e6e93b3618b0405b8a448253e2aacd9f/images/large/9.jpg saved to cache
2026-03-26 22:46:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item ac0ae577-68d3-564d-b024-571a2b36e74e
2026-03-26 22:46:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7492410>
2026-03-26 22:46:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ac0ae577-68d3-564d-b024-571a2b36e74e/ac0ae577-68d3-564d-b024-571a2b36e74e_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xj%252Fe6e93b3618b0405b8a448253e2aacd9f%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xj/e6e93b3618b0405b8a448253e2aacd9f/images/large/10.jpg saved to cache
2026-03-26 22:46:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item ac0ae577-68d3-564d-b024-571a2b36e74e
2026-03-26 22:46:56 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ac0ae577-68d3-564d-b024-571a2b36e74e, skipping ID generation
2026-03-26 22:46:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ac0ae577-68d3-564d-b024-571a2b36e74e with scrape type 1
2026-03-26 22:46:56 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ac0ae577-68d3-564d-b024-571a2b36e74e sending to next pipeline
2026-03-26 22:46:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: ac0ae577-68d3-564d-b024-571a2b36e74e, identifier: 1986079
2026-03-26 22:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dk%252Fe09bb021720b47819cf916f1d88a39af%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dk/e09bb021720b47819cf916f1d88a39af/images/large/2.jpg not downloaded yet
2026-03-26 22:46:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: ac0ae577-68d3-564d-b024-571a2b36e74e with identifier: 1986079
2026-03-26 22:46:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: ac0ae577-68d3-564d-b024-571a2b36e74e with identifier: 1986079
2026-03-26 22:46:57 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: ac0ae577-68d3-564d-b024-571a2b36e74e with identifier: 1986079 to the API
2026-03-26 22:46:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:46:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:46:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/1xj/e6e93b3618b0405b8a448253e2aacd9f/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'petrol',
'id': 'ac0ae577-68d3-564d-b024-571a2b36e74e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'Tiguan',
'odometer': 196214,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 15,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ac0ae577-68d3-564d-b024-571a2b36e74e/ac0ae577-68d3-564d-b024-571a2b36e74e_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 651620,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xj/e6e93b3618b0405b8a448253e2aacd9f/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ac0ae577-68d3-564d-b024-571a2b36e74e/ac0ae577-68d3-564d-b024-571a2b36e74e_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 594013,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xj/e6e93b3618b0405b8a448253e2aacd9f/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ac0ae577-68d3-564d-b024-571a2b36e74e/ac0ae577-68d3-564d-b024-571a2b36e74e_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 578955,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xj/e6e93b3618b0405b8a448253e2aacd9f/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ac0ae577-68d3-564d-b024-571a2b36e74e/ac0ae577-68d3-564d-b024-571a2b36e74e_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 623092,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xj/e6e93b3618b0405b8a448253e2aacd9f/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ac0ae577-68d3-564d-b024-571a2b36e74e/ac0ae577-68d3-564d-b024-571a2b36e74e_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 587201,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xj/e6e93b3618b0405b8a448253e2aacd9f/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ac0ae577-68d3-564d-b024-571a2b36e74e/ac0ae577-68d3-564d-b024-571a2b36e74e_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 555560,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xj/e6e93b3618b0405b8a448253e2aacd9f/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ac0ae577-68d3-564d-b024-571a2b36e74e/ac0ae577-68d3-564d-b024-571a2b36e74e_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 647377,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xj/e6e93b3618b0405b8a448253e2aacd9f/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ac0ae577-68d3-564d-b024-571a2b36e74e/ac0ae577-68d3-564d-b024-571a2b36e74e_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 658980,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xj/e6e93b3618b0405b8a448253e2aacd9f/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ac0ae577-68d3-564d-b024-571a2b36e74e/ac0ae577-68d3-564d-b024-571a2b36e74e_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 595006,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xj/e6e93b3618b0405b8a448253e2aacd9f/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ac0ae577-68d3-564d-b024-571a2b36e74e/ac0ae577-68d3-564d-b024-571a2b36e74e_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 593463,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xj/e6e93b3618b0405b8a448253e2aacd9f/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-16',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Tiguan 1.5 TSI COMFORTLINE DSG',
'transmission': 'automatic',
'trim': '1.5 TSI COMFORTLINE DSG',
'vin': None,
'year': 2020}
2026-03-26 22:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986079%27 HTTP/1.1" 200 None
2026-03-26 22:46:57 [ayvens.be] INFO: Saving data for 1986079: {'created_time': 1774565217.31005, 'last_price_update_time': 1774565217.310059, 'auction_closing_time': 1775028600.0}
2026-03-26 22:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986079') HTTP/1.1" 204 0
2026-03-26 22:46:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bdd9ac10>
2026-03-26 22:46:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6002d677-f9a6-5436-94d1-f956b03575d0/6002d677-f9a6-5436-94d1-f956b03575d0_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yw%252Fa61b77e98a224e9ea17fa24847e867e0%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yw/a61b77e98a224e9ea17fa24847e867e0/images/large/1.jpg saved to cache
2026-03-26 22:46:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 6002d677-f9a6-5436-94d1-f956b03575d0
2026-03-26 22:46:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b727a7d0>
2026-03-26 22:46:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6002d677-f9a6-5436-94d1-f956b03575d0/6002d677-f9a6-5436-94d1-f956b03575d0_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yw%252Fa61b77e98a224e9ea17fa24847e867e0%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yw/a61b77e98a224e9ea17fa24847e867e0/images/large/2.jpg saved to cache
2026-03-26 22:46:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 6002d677-f9a6-5436-94d1-f956b03575d0
2026-03-26 22:46:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c94fd0>
2026-03-26 22:46:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6002d677-f9a6-5436-94d1-f956b03575d0/6002d677-f9a6-5436-94d1-f956b03575d0_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yw%252Fa61b77e98a224e9ea17fa24847e867e0%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yw/a61b77e98a224e9ea17fa24847e867e0/images/large/3.jpg saved to cache
2026-03-26 22:46:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 6002d677-f9a6-5436-94d1-f956b03575d0
2026-03-26 22:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dk%252Fe09bb021720b47819cf916f1d88a39af%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dk/e09bb021720b47819cf916f1d88a39af/images/large/3.jpg not downloaded yet
2026-03-26 22:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dk%252Fe09bb021720b47819cf916f1d88a39af%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dk/e09bb021720b47819cf916f1d88a39af/images/large/4.jpg not downloaded yet
2026-03-26 22:46:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yw/a61b77e98a224e9ea17fa24847e867e0/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dk%252Fe09bb021720b47819cf916f1d88a39af%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dk/e09bb021720b47819cf916f1d88a39af/images/large/5.jpg not downloaded yet
2026-03-26 22:46:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yw/a61b77e98a224e9ea17fa24847e867e0/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yw/a61b77e98a224e9ea17fa24847e867e0/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dk%252Fe09bb021720b47819cf916f1d88a39af%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dk/e09bb021720b47819cf916f1d88a39af/images/large/6.jpg not downloaded yet
2026-03-26 22:46:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yw/a61b77e98a224e9ea17fa24847e867e0/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yw/a61b77e98a224e9ea17fa24847e867e0/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yw/a61b77e98a224e9ea17fa24847e867e0/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yw/a61b77e98a224e9ea17fa24847e867e0/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dk%252Fe09bb021720b47819cf916f1d88a39af%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dk/e09bb021720b47819cf916f1d88a39af/images/large/7.jpg not downloaded yet
2026-03-26 22:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dk%252Fe09bb021720b47819cf916f1d88a39af%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dk/e09bb021720b47819cf916f1d88a39af/images/large/8.jpg not downloaded yet
2026-03-26 22:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dk%252Fe09bb021720b47819cf916f1d88a39af%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dk/e09bb021720b47819cf916f1d88a39af/images/large/9.jpg not downloaded yet
2026-03-26 22:46:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dk/e09bb021720b47819cf916f1d88a39af/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dk/e09bb021720b47819cf916f1d88a39af/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dk/e09bb021720b47819cf916f1d88a39af/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e4dcd0>
2026-03-26 22:46:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6002d677-f9a6-5436-94d1-f956b03575d0/6002d677-f9a6-5436-94d1-f956b03575d0_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yw%252Fa61b77e98a224e9ea17fa24847e867e0%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yw/a61b77e98a224e9ea17fa24847e867e0/images/large/6.jpg saved to cache
2026-03-26 22:46:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 6002d677-f9a6-5436-94d1-f956b03575d0
2026-03-26 22:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dk%252Fe09bb021720b47819cf916f1d88a39af%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dk/e09bb021720b47819cf916f1d88a39af/images/large/10.jpg not downloaded yet
2026-03-26 22:46:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e10910>
2026-03-26 22:46:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6002d677-f9a6-5436-94d1-f956b03575d0/6002d677-f9a6-5436-94d1-f956b03575d0_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yw%252Fa61b77e98a224e9ea17fa24847e867e0%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yw/a61b77e98a224e9ea17fa24847e867e0/images/large/5.jpg saved to cache
2026-03-26 22:46:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 6002d677-f9a6-5436-94d1-f956b03575d0
2026-03-26 22:46:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5ca5150>
2026-03-26 22:46:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6002d677-f9a6-5436-94d1-f956b03575d0/6002d677-f9a6-5436-94d1-f956b03575d0_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yw%252Fa61b77e98a224e9ea17fa24847e867e0%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yw/a61b77e98a224e9ea17fa24847e867e0/images/large/4.jpg saved to cache
2026-03-26 22:46:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 6002d677-f9a6-5436-94d1-f956b03575d0
2026-03-26 22:46:58 [ayvens.be] INFO: Found listing with ID: 1986082
2026-03-26 22:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986082%27 HTTP/1.1" 200 None
2026-03-26 22:46:58 [ayvens.be] INFO: Scrape type for 1986082: 1
2026-03-26 22:46:58 [ayvens.be] INFO: Extracting data for car ID: 1986082
2026-03-26 22:46:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f468d374-ccd1-5d52-b210-0d5cf63ead13 with identifier: 1986082
2026-03-26 22:46:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f468d374-ccd1-5d52-b210-0d5cf63ead13 with scrape type 1
2026-03-26 22:46:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item f468d374-ccd1-5d52-b210-0d5cf63ead13
2026-03-26 22:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ap%252F27281ba68ec54783ba493f4af2bd928e%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ap/27281ba68ec54783ba493f4af2bd928e/images/large/1.jpg not downloaded yet
2026-03-26 22:46:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dk/e09bb021720b47819cf916f1d88a39af/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd0af350>
2026-03-26 22:46:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6002d677-f9a6-5436-94d1-f956b03575d0/6002d677-f9a6-5436-94d1-f956b03575d0_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yw%252Fa61b77e98a224e9ea17fa24847e867e0%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yw/a61b77e98a224e9ea17fa24847e867e0/images/large/8.jpg saved to cache
2026-03-26 22:46:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 6002d677-f9a6-5436-94d1-f956b03575d0
2026-03-26 22:46:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7663310>
2026-03-26 22:46:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6002d677-f9a6-5436-94d1-f956b03575d0/6002d677-f9a6-5436-94d1-f956b03575d0_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yw%252Fa61b77e98a224e9ea17fa24847e867e0%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yw/a61b77e98a224e9ea17fa24847e867e0/images/large/9.jpg saved to cache
2026-03-26 22:46:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 6002d677-f9a6-5436-94d1-f956b03575d0
2026-03-26 22:46:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c6bad0>
2026-03-26 22:46:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6002d677-f9a6-5436-94d1-f956b03575d0/6002d677-f9a6-5436-94d1-f956b03575d0_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yw%252Fa61b77e98a224e9ea17fa24847e867e0%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yw/a61b77e98a224e9ea17fa24847e867e0/images/large/7.jpg saved to cache
2026-03-26 22:46:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 6002d677-f9a6-5436-94d1-f956b03575d0
2026-03-26 22:46:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c83990>
2026-03-26 22:46:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6002d677-f9a6-5436-94d1-f956b03575d0/6002d677-f9a6-5436-94d1-f956b03575d0_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yw%252Fa61b77e98a224e9ea17fa24847e867e0%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yw/a61b77e98a224e9ea17fa24847e867e0/images/large/10.jpg saved to cache
2026-03-26 22:46:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 6002d677-f9a6-5436-94d1-f956b03575d0
2026-03-26 22:46:58 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6002d677-f9a6-5436-94d1-f956b03575d0, skipping ID generation
2026-03-26 22:46:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6002d677-f9a6-5436-94d1-f956b03575d0 with scrape type 1
2026-03-26 22:46:58 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6002d677-f9a6-5436-94d1-f956b03575d0 sending to next pipeline
2026-03-26 22:46:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 6002d677-f9a6-5436-94d1-f956b03575d0, identifier: 1986080
2026-03-26 22:46:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6dc2e10>
2026-03-26 22:46:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_36c7a8a2-e03e-563f-8ba2-5ee7a63717aa/36c7a8a2-e03e-563f-8ba2-5ee7a63717aa_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dk%252Fe09bb021720b47819cf916f1d88a39af%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dk/e09bb021720b47819cf916f1d88a39af/images/large/1.jpg saved to cache
2026-03-26 22:46:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 36c7a8a2-e03e-563f-8ba2-5ee7a63717aa
2026-03-26 22:46:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74e7b90>
2026-03-26 22:46:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_36c7a8a2-e03e-563f-8ba2-5ee7a63717aa/36c7a8a2-e03e-563f-8ba2-5ee7a63717aa_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dk%252Fe09bb021720b47819cf916f1d88a39af%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dk/e09bb021720b47819cf916f1d88a39af/images/large/2.jpg saved to cache
2026-03-26 22:46:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 36c7a8a2-e03e-563f-8ba2-5ee7a63717aa
2026-03-26 22:46:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c6b7d0>
2026-03-26 22:46:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_36c7a8a2-e03e-563f-8ba2-5ee7a63717aa/36c7a8a2-e03e-563f-8ba2-5ee7a63717aa_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dk%252Fe09bb021720b47819cf916f1d88a39af%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dk/e09bb021720b47819cf916f1d88a39af/images/large/3.jpg saved to cache
2026-03-26 22:46:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 36c7a8a2-e03e-563f-8ba2-5ee7a63717aa
2026-03-26 22:46:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dk/e09bb021720b47819cf916f1d88a39af/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ap%252F27281ba68ec54783ba493f4af2bd928e%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ap/27281ba68ec54783ba493f4af2bd928e/images/large/2.jpg not downloaded yet
2026-03-26 22:46:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 6002d677-f9a6-5436-94d1-f956b03575d0 with identifier: 1986080
2026-03-26 22:46:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 6002d677-f9a6-5436-94d1-f956b03575d0 with identifier: 1986080
2026-03-26 22:46:58 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 6002d677-f9a6-5436-94d1-f956b03575d0 with identifier: 1986080 to the API
2026-03-26 22:46:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:46:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:46:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/1yw/a61b77e98a224e9ea17fa24847e867e0/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'diesel',
'id': '6002d677-f9a6-5436-94d1-f956b03575d0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'TIGUAN',
'odometer': 68076,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 17,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6002d677-f9a6-5436-94d1-f956b03575d0/6002d677-f9a6-5436-94d1-f956b03575d0_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 654947,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yw/a61b77e98a224e9ea17fa24847e867e0/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6002d677-f9a6-5436-94d1-f956b03575d0/6002d677-f9a6-5436-94d1-f956b03575d0_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 656447,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yw/a61b77e98a224e9ea17fa24847e867e0/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6002d677-f9a6-5436-94d1-f956b03575d0/6002d677-f9a6-5436-94d1-f956b03575d0_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 641462,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yw/a61b77e98a224e9ea17fa24847e867e0/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6002d677-f9a6-5436-94d1-f956b03575d0/6002d677-f9a6-5436-94d1-f956b03575d0_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 634759,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yw/a61b77e98a224e9ea17fa24847e867e0/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6002d677-f9a6-5436-94d1-f956b03575d0/6002d677-f9a6-5436-94d1-f956b03575d0_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 667489,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yw/a61b77e98a224e9ea17fa24847e867e0/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6002d677-f9a6-5436-94d1-f956b03575d0/6002d677-f9a6-5436-94d1-f956b03575d0_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 645277,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yw/a61b77e98a224e9ea17fa24847e867e0/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6002d677-f9a6-5436-94d1-f956b03575d0/6002d677-f9a6-5436-94d1-f956b03575d0_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 687849,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yw/a61b77e98a224e9ea17fa24847e867e0/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6002d677-f9a6-5436-94d1-f956b03575d0/6002d677-f9a6-5436-94d1-f956b03575d0_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 640905,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yw/a61b77e98a224e9ea17fa24847e867e0/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6002d677-f9a6-5436-94d1-f956b03575d0/6002d677-f9a6-5436-94d1-f956b03575d0_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 567625,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yw/a61b77e98a224e9ea17fa24847e867e0/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6002d677-f9a6-5436-94d1-f956b03575d0/6002d677-f9a6-5436-94d1-f956b03575d0_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 567873,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yw/a61b77e98a224e9ea17fa24847e867e0/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-05',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN TIGUAN 2.0 TDI 90KW LIFE',
'transmission': 'manual',
'trim': '2.0 TDI 90KW LIFE',
'vin': None,
'year': 2021}
2026-03-26 22:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986080%27 HTTP/1.1" 200 None
2026-03-26 22:46:59 [ayvens.be] INFO: Saving data for 1986080: {'created_time': 1774565219.181671, 'last_price_update_time': 1774565219.18168, 'auction_closing_time': 1775028600.0}
2026-03-26 22:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986080') HTTP/1.1" 204 0
2026-03-26 22:46:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dk/e09bb021720b47819cf916f1d88a39af/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dk/e09bb021720b47819cf916f1d88a39af/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ap%252F27281ba68ec54783ba493f4af2bd928e%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ap/27281ba68ec54783ba493f4af2bd928e/images/large/3.jpg not downloaded yet
2026-03-26 22:46:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79cf850>
2026-03-26 22:46:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_36c7a8a2-e03e-563f-8ba2-5ee7a63717aa/36c7a8a2-e03e-563f-8ba2-5ee7a63717aa_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dk%252Fe09bb021720b47819cf916f1d88a39af%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dk/e09bb021720b47819cf916f1d88a39af/images/large/4.jpg saved to cache
2026-03-26 22:46:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 36c7a8a2-e03e-563f-8ba2-5ee7a63717aa
2026-03-26 22:46:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e3f5d0>
2026-03-26 22:46:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_36c7a8a2-e03e-563f-8ba2-5ee7a63717aa/36c7a8a2-e03e-563f-8ba2-5ee7a63717aa_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dk%252Fe09bb021720b47819cf916f1d88a39af%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dk/e09bb021720b47819cf916f1d88a39af/images/large/7.jpg saved to cache
2026-03-26 22:46:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 36c7a8a2-e03e-563f-8ba2-5ee7a63717aa
2026-03-26 22:46:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dk/e09bb021720b47819cf916f1d88a39af/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ap%252F27281ba68ec54783ba493f4af2bd928e%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ap/27281ba68ec54783ba493f4af2bd928e/images/large/4.jpg not downloaded yet
2026-03-26 22:46:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dk/e09bb021720b47819cf916f1d88a39af/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dk/e09bb021720b47819cf916f1d88a39af/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ap%252F27281ba68ec54783ba493f4af2bd928e%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ap/27281ba68ec54783ba493f4af2bd928e/images/large/5.jpg not downloaded yet
2026-03-26 22:46:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e37d10>
2026-03-26 22:46:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_36c7a8a2-e03e-563f-8ba2-5ee7a63717aa/36c7a8a2-e03e-563f-8ba2-5ee7a63717aa_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dk%252Fe09bb021720b47819cf916f1d88a39af%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dk/e09bb021720b47819cf916f1d88a39af/images/large/5.jpg saved to cache
2026-03-26 22:46:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 36c7a8a2-e03e-563f-8ba2-5ee7a63717aa
2026-03-26 22:46:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7565c10>
2026-03-26 22:46:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_36c7a8a2-e03e-563f-8ba2-5ee7a63717aa/36c7a8a2-e03e-563f-8ba2-5ee7a63717aa_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dk%252Fe09bb021720b47819cf916f1d88a39af%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dk/e09bb021720b47819cf916f1d88a39af/images/large/6.jpg saved to cache
2026-03-26 22:46:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 36c7a8a2-e03e-563f-8ba2-5ee7a63717aa
2026-03-26 22:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ap%252F27281ba68ec54783ba493f4af2bd928e%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ap/27281ba68ec54783ba493f4af2bd928e/images/large/6.jpg not downloaded yet
2026-03-26 22:46:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e15490>
2026-03-26 22:46:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_36c7a8a2-e03e-563f-8ba2-5ee7a63717aa/36c7a8a2-e03e-563f-8ba2-5ee7a63717aa_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dk%252Fe09bb021720b47819cf916f1d88a39af%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dk/e09bb021720b47819cf916f1d88a39af/images/large/8.jpg saved to cache
2026-03-26 22:46:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 36c7a8a2-e03e-563f-8ba2-5ee7a63717aa
2026-03-26 22:46:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7aa3dd0>
2026-03-26 22:46:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_36c7a8a2-e03e-563f-8ba2-5ee7a63717aa/36c7a8a2-e03e-563f-8ba2-5ee7a63717aa_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dk%252Fe09bb021720b47819cf916f1d88a39af%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dk/e09bb021720b47819cf916f1d88a39af/images/large/9.jpg saved to cache
2026-03-26 22:46:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 36c7a8a2-e03e-563f-8ba2-5ee7a63717aa
2026-03-26 22:46:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:46:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79a7ad0>
2026-03-26 22:46:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:46:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:46:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:46:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_36c7a8a2-e03e-563f-8ba2-5ee7a63717aa/36c7a8a2-e03e-563f-8ba2-5ee7a63717aa_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dk%252Fe09bb021720b47819cf916f1d88a39af%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:46:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dk/e09bb021720b47819cf916f1d88a39af/images/large/10.jpg saved to cache
2026-03-26 22:46:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 36c7a8a2-e03e-563f-8ba2-5ee7a63717aa
2026-03-26 22:46:59 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 36c7a8a2-e03e-563f-8ba2-5ee7a63717aa, skipping ID generation
2026-03-26 22:46:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 36c7a8a2-e03e-563f-8ba2-5ee7a63717aa with scrape type 1
2026-03-26 22:46:59 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 36c7a8a2-e03e-563f-8ba2-5ee7a63717aa sending to next pipeline
2026-03-26 22:46:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 36c7a8a2-e03e-563f-8ba2-5ee7a63717aa, identifier: 1986081
2026-03-26 22:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ap%252F27281ba68ec54783ba493f4af2bd928e%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:46:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ap/27281ba68ec54783ba493f4af2bd928e/images/large/7.jpg not downloaded yet
2026-03-26 22:46:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 36c7a8a2-e03e-563f-8ba2-5ee7a63717aa with identifier: 1986081
2026-03-26 22:46:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 36c7a8a2-e03e-563f-8ba2-5ee7a63717aa with identifier: 1986081
2026-03-26 22:46:59 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 36c7a8a2-e03e-563f-8ba2-5ee7a63717aa with identifier: 1986081 to the API
2026-03-26 22:46:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:47:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:47:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2dk/e09bb021720b47819cf916f1d88a39af/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'petrol',
'id': '36c7a8a2-e03e-563f-8ba2-5ee7a63717aa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'Q3 SPORTBACK',
'odometer': 40864,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 17,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_36c7a8a2-e03e-563f-8ba2-5ee7a63717aa/36c7a8a2-e03e-563f-8ba2-5ee7a63717aa_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 225067,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dk/e09bb021720b47819cf916f1d88a39af/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_36c7a8a2-e03e-563f-8ba2-5ee7a63717aa/36c7a8a2-e03e-563f-8ba2-5ee7a63717aa_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 209286,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dk/e09bb021720b47819cf916f1d88a39af/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_36c7a8a2-e03e-563f-8ba2-5ee7a63717aa/36c7a8a2-e03e-563f-8ba2-5ee7a63717aa_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 242446,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dk/e09bb021720b47819cf916f1d88a39af/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_36c7a8a2-e03e-563f-8ba2-5ee7a63717aa/36c7a8a2-e03e-563f-8ba2-5ee7a63717aa_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 235655,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dk/e09bb021720b47819cf916f1d88a39af/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_36c7a8a2-e03e-563f-8ba2-5ee7a63717aa/36c7a8a2-e03e-563f-8ba2-5ee7a63717aa_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 268693,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dk/e09bb021720b47819cf916f1d88a39af/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_36c7a8a2-e03e-563f-8ba2-5ee7a63717aa/36c7a8a2-e03e-563f-8ba2-5ee7a63717aa_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 267991,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dk/e09bb021720b47819cf916f1d88a39af/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_36c7a8a2-e03e-563f-8ba2-5ee7a63717aa/36c7a8a2-e03e-563f-8ba2-5ee7a63717aa_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 254255,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dk/e09bb021720b47819cf916f1d88a39af/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_36c7a8a2-e03e-563f-8ba2-5ee7a63717aa/36c7a8a2-e03e-563f-8ba2-5ee7a63717aa_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 340982,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dk/e09bb021720b47819cf916f1d88a39af/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_36c7a8a2-e03e-563f-8ba2-5ee7a63717aa/36c7a8a2-e03e-563f-8ba2-5ee7a63717aa_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 320203,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dk/e09bb021720b47819cf916f1d88a39af/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_36c7a8a2-e03e-563f-8ba2-5ee7a63717aa/36c7a8a2-e03e-563f-8ba2-5ee7a63717aa_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 282410,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dk/e09bb021720b47819cf916f1d88a39af/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-04-05',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q3 SPORTBACK 1.4 45 TFSI E S TRONIC S LINE',
'transmission': 'automatic',
'trim': '1.4 45 TFSI E S TRONIC S LINE',
'vin': None,
'year': 2023}
2026-03-26 22:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986081%27 HTTP/1.1" 200 None
2026-03-26 22:47:00 [ayvens.be] INFO: Saving data for 1986081: {'created_time': 1774565220.29481, 'last_price_update_time': 1774565220.294821, 'auction_closing_time': 1775028600.0}
2026-03-26 22:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986081') HTTP/1.1" 204 0
2026-03-26 22:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ap%252F27281ba68ec54783ba493f4af2bd928e%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ap/27281ba68ec54783ba493f4af2bd928e/images/large/8.jpg not downloaded yet
2026-03-26 22:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ap%252F27281ba68ec54783ba493f4af2bd928e%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ap/27281ba68ec54783ba493f4af2bd928e/images/large/9.jpg not downloaded yet
2026-03-26 22:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ap%252F27281ba68ec54783ba493f4af2bd928e%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ap/27281ba68ec54783ba493f4af2bd928e/images/large/10.jpg not downloaded yet
2026-03-26 22:47:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ap/27281ba68ec54783ba493f4af2bd928e/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ap/27281ba68ec54783ba493f4af2bd928e/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:00 [ayvens.be] INFO: Found listing with ID: 1986083
2026-03-26 22:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986083%27 HTTP/1.1" 200 None
2026-03-26 22:47:00 [ayvens.be] INFO: Scrape type for 1986083: 1
2026-03-26 22:47:00 [ayvens.be] INFO: Extracting data for car ID: 1986083
2026-03-26 22:47:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2cb39d9d-bb0f-5553-91eb-eb616d811f5b with identifier: 1986083
2026-03-26 22:47:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2cb39d9d-bb0f-5553-91eb-eb616d811f5b with scrape type 1
2026-03-26 22:47:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 2cb39d9d-bb0f-5553-91eb-eb616d811f5b
2026-03-26 22:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dt%252F59a9420072fc4941bb1bbf4517f0e562%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dt/59a9420072fc4941bb1bbf4517f0e562/images/large/1.jpg not downloaded yet
2026-03-26 22:47:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ap/27281ba68ec54783ba493f4af2bd928e/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dt%252F59a9420072fc4941bb1bbf4517f0e562%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dt/59a9420072fc4941bb1bbf4517f0e562/images/large/2.jpg not downloaded yet
2026-03-26 22:47:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ap/27281ba68ec54783ba493f4af2bd928e/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dt%252F59a9420072fc4941bb1bbf4517f0e562%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dt/59a9420072fc4941bb1bbf4517f0e562/images/large/3.jpg not downloaded yet
2026-03-26 22:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dt%252F59a9420072fc4941bb1bbf4517f0e562%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dt/59a9420072fc4941bb1bbf4517f0e562/images/large/4.jpg not downloaded yet
2026-03-26 22:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dt%252F59a9420072fc4941bb1bbf4517f0e562%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dt/59a9420072fc4941bb1bbf4517f0e562/images/large/5.jpg not downloaded yet
2026-03-26 22:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dt%252F59a9420072fc4941bb1bbf4517f0e562%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dt/59a9420072fc4941bb1bbf4517f0e562/images/large/6.jpg not downloaded yet
2026-03-26 22:47:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ap/27281ba68ec54783ba493f4af2bd928e/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79d6810>
2026-03-26 22:47:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f468d374-ccd1-5d52-b210-0d5cf63ead13/f468d374-ccd1-5d52-b210-0d5cf63ead13_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ap%252F27281ba68ec54783ba493f4af2bd928e%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ap/27281ba68ec54783ba493f4af2bd928e/images/large/1.jpg saved to cache
2026-03-26 22:47:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item f468d374-ccd1-5d52-b210-0d5cf63ead13
2026-03-26 22:47:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77d7310>
2026-03-26 22:47:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f468d374-ccd1-5d52-b210-0d5cf63ead13/f468d374-ccd1-5d52-b210-0d5cf63ead13_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ap%252F27281ba68ec54783ba493f4af2bd928e%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ap/27281ba68ec54783ba493f4af2bd928e/images/large/2.jpg saved to cache
2026-03-26 22:47:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item f468d374-ccd1-5d52-b210-0d5cf63ead13
2026-03-26 22:47:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ap/27281ba68ec54783ba493f4af2bd928e/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dt%252F59a9420072fc4941bb1bbf4517f0e562%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dt/59a9420072fc4941bb1bbf4517f0e562/images/large/7.jpg not downloaded yet
2026-03-26 22:47:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ap/27281ba68ec54783ba493f4af2bd928e/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dt%252F59a9420072fc4941bb1bbf4517f0e562%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dt/59a9420072fc4941bb1bbf4517f0e562/images/large/8.jpg not downloaded yet
2026-03-26 22:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dt%252F59a9420072fc4941bb1bbf4517f0e562%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dt/59a9420072fc4941bb1bbf4517f0e562/images/large/9.jpg not downloaded yet
2026-03-26 22:47:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e44c50>
2026-03-26 22:47:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f468d374-ccd1-5d52-b210-0d5cf63ead13/f468d374-ccd1-5d52-b210-0d5cf63ead13_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ap%252F27281ba68ec54783ba493f4af2bd928e%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ap/27281ba68ec54783ba493f4af2bd928e/images/large/3.jpg saved to cache
2026-03-26 22:47:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item f468d374-ccd1-5d52-b210-0d5cf63ead13
2026-03-26 22:47:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79cd650>
2026-03-26 22:47:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f468d374-ccd1-5d52-b210-0d5cf63ead13/f468d374-ccd1-5d52-b210-0d5cf63ead13_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ap%252F27281ba68ec54783ba493f4af2bd928e%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ap/27281ba68ec54783ba493f4af2bd928e/images/large/4.jpg saved to cache
2026-03-26 22:47:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item f468d374-ccd1-5d52-b210-0d5cf63ead13
2026-03-26 22:47:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7926690>
2026-03-26 22:47:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f468d374-ccd1-5d52-b210-0d5cf63ead13/f468d374-ccd1-5d52-b210-0d5cf63ead13_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ap%252F27281ba68ec54783ba493f4af2bd928e%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ap/27281ba68ec54783ba493f4af2bd928e/images/large/7.jpg saved to cache
2026-03-26 22:47:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item f468d374-ccd1-5d52-b210-0d5cf63ead13
2026-03-26 22:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dt%252F59a9420072fc4941bb1bbf4517f0e562%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dt/59a9420072fc4941bb1bbf4517f0e562/images/large/10.jpg not downloaded yet
2026-03-26 22:47:01 [ayvens.be] INFO: Found listing with ID: 1986084
2026-03-26 22:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986084%27 HTTP/1.1" 200 None
2026-03-26 22:47:01 [ayvens.be] INFO: Scrape type for 1986084: 1
2026-03-26 22:47:01 [ayvens.be] INFO: Extracting data for car ID: 1986084
2026-03-26 22:47:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: abf05fb0-a1b8-56dc-9421-ae702229d085 with identifier: 1986084
2026-03-26 22:47:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item abf05fb0-a1b8-56dc-9421-ae702229d085 with scrape type 1
2026-03-26 22:47:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item abf05fb0-a1b8-56dc-9421-ae702229d085
2026-03-26 22:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xe%252F4efdcc6130e649df9ef70ee036433615%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xe/4efdcc6130e649df9ef70ee036433615/images/large/1.jpg not downloaded yet
2026-03-26 22:47:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ap/27281ba68ec54783ba493f4af2bd928e/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79f16d0>
2026-03-26 22:47:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f468d374-ccd1-5d52-b210-0d5cf63ead13/f468d374-ccd1-5d52-b210-0d5cf63ead13_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ap%252F27281ba68ec54783ba493f4af2bd928e%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ap/27281ba68ec54783ba493f4af2bd928e/images/large/5.jpg saved to cache
2026-03-26 22:47:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item f468d374-ccd1-5d52-b210-0d5cf63ead13
2026-03-26 22:47:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77bc950>
2026-03-26 22:47:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f468d374-ccd1-5d52-b210-0d5cf63ead13/f468d374-ccd1-5d52-b210-0d5cf63ead13_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ap%252F27281ba68ec54783ba493f4af2bd928e%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ap/27281ba68ec54783ba493f4af2bd928e/images/large/6.jpg saved to cache
2026-03-26 22:47:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item f468d374-ccd1-5d52-b210-0d5cf63ead13
2026-03-26 22:47:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dt/59a9420072fc4941bb1bbf4517f0e562/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xe%252F4efdcc6130e649df9ef70ee036433615%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xe/4efdcc6130e649df9ef70ee036433615/images/large/2.jpg not downloaded yet
2026-03-26 22:47:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ap/27281ba68ec54783ba493f4af2bd928e/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dt/59a9420072fc4941bb1bbf4517f0e562/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xe%252F4efdcc6130e649df9ef70ee036433615%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xe/4efdcc6130e649df9ef70ee036433615/images/large/3.jpg not downloaded yet
2026-03-26 22:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xe%252F4efdcc6130e649df9ef70ee036433615%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xe/4efdcc6130e649df9ef70ee036433615/images/large/4.jpg not downloaded yet
2026-03-26 22:47:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74cd850>
2026-03-26 22:47:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f468d374-ccd1-5d52-b210-0d5cf63ead13/f468d374-ccd1-5d52-b210-0d5cf63ead13_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ap%252F27281ba68ec54783ba493f4af2bd928e%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ap/27281ba68ec54783ba493f4af2bd928e/images/large/9.jpg saved to cache
2026-03-26 22:47:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item f468d374-ccd1-5d52-b210-0d5cf63ead13
2026-03-26 22:47:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dt/59a9420072fc4941bb1bbf4517f0e562/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dt/59a9420072fc4941bb1bbf4517f0e562/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dt/59a9420072fc4941bb1bbf4517f0e562/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ap/27281ba68ec54783ba493f4af2bd928e/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xe%252F4efdcc6130e649df9ef70ee036433615%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xe/4efdcc6130e649df9ef70ee036433615/images/large/5.jpg not downloaded yet
2026-03-26 22:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xe%252F4efdcc6130e649df9ef70ee036433615%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xe/4efdcc6130e649df9ef70ee036433615/images/large/6.jpg not downloaded yet
2026-03-26 22:47:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c97250>
2026-03-26 22:47:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2cb39d9d-bb0f-5553-91eb-eb616d811f5b/2cb39d9d-bb0f-5553-91eb-eb616d811f5b_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dt%252F59a9420072fc4941bb1bbf4517f0e562%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dt/59a9420072fc4941bb1bbf4517f0e562/images/large/1.jpg saved to cache
2026-03-26 22:47:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 2cb39d9d-bb0f-5553-91eb-eb616d811f5b
2026-03-26 22:47:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7495850>
2026-03-26 22:47:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f468d374-ccd1-5d52-b210-0d5cf63ead13/f468d374-ccd1-5d52-b210-0d5cf63ead13_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ap%252F27281ba68ec54783ba493f4af2bd928e%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ap/27281ba68ec54783ba493f4af2bd928e/images/large/8.jpg saved to cache
2026-03-26 22:47:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item f468d374-ccd1-5d52-b210-0d5cf63ead13
2026-03-26 22:47:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cbf2d0>
2026-03-26 22:47:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2cb39d9d-bb0f-5553-91eb-eb616d811f5b/2cb39d9d-bb0f-5553-91eb-eb616d811f5b_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dt%252F59a9420072fc4941bb1bbf4517f0e562%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dt/59a9420072fc4941bb1bbf4517f0e562/images/large/2.jpg saved to cache
2026-03-26 22:47:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 2cb39d9d-bb0f-5553-91eb-eb616d811f5b
2026-03-26 22:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xe%252F4efdcc6130e649df9ef70ee036433615%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xe/4efdcc6130e649df9ef70ee036433615/images/large/7.jpg not downloaded yet
2026-03-26 22:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xe%252F4efdcc6130e649df9ef70ee036433615%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xe/4efdcc6130e649df9ef70ee036433615/images/large/8.jpg not downloaded yet
2026-03-26 22:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xe%252F4efdcc6130e649df9ef70ee036433615%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xe/4efdcc6130e649df9ef70ee036433615/images/large/9.jpg not downloaded yet
2026-03-26 22:47:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e47d90>
2026-03-26 22:47:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2cb39d9d-bb0f-5553-91eb-eb616d811f5b/2cb39d9d-bb0f-5553-91eb-eb616d811f5b_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dt%252F59a9420072fc4941bb1bbf4517f0e562%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dt/59a9420072fc4941bb1bbf4517f0e562/images/large/4.jpg saved to cache
2026-03-26 22:47:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 2cb39d9d-bb0f-5553-91eb-eb616d811f5b
2026-03-26 22:47:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7770950>
2026-03-26 22:47:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2cb39d9d-bb0f-5553-91eb-eb616d811f5b/2cb39d9d-bb0f-5553-91eb-eb616d811f5b_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dt%252F59a9420072fc4941bb1bbf4517f0e562%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dt/59a9420072fc4941bb1bbf4517f0e562/images/large/5.jpg saved to cache
2026-03-26 22:47:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 2cb39d9d-bb0f-5553-91eb-eb616d811f5b
2026-03-26 22:47:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74816d0>
2026-03-26 22:47:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2cb39d9d-bb0f-5553-91eb-eb616d811f5b/2cb39d9d-bb0f-5553-91eb-eb616d811f5b_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:47:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dt%252F59a9420072fc4941bb1bbf4517f0e562%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dt/59a9420072fc4941bb1bbf4517f0e562/images/large/3.jpg saved to cache
2026-03-26 22:47:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 2cb39d9d-bb0f-5553-91eb-eb616d811f5b
2026-03-26 22:47:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e1eb50>
2026-03-26 22:47:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f468d374-ccd1-5d52-b210-0d5cf63ead13/f468d374-ccd1-5d52-b210-0d5cf63ead13_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:47:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ap%252F27281ba68ec54783ba493f4af2bd928e%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ap/27281ba68ec54783ba493f4af2bd928e/images/large/10.jpg saved to cache
2026-03-26 22:47:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item f468d374-ccd1-5d52-b210-0d5cf63ead13
2026-03-26 22:47:02 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f468d374-ccd1-5d52-b210-0d5cf63ead13, skipping ID generation
2026-03-26 22:47:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f468d374-ccd1-5d52-b210-0d5cf63ead13 with scrape type 1
2026-03-26 22:47:02 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f468d374-ccd1-5d52-b210-0d5cf63ead13 sending to next pipeline
2026-03-26 22:47:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: f468d374-ccd1-5d52-b210-0d5cf63ead13, identifier: 1986082
2026-03-26 22:47:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dt/59a9420072fc4941bb1bbf4517f0e562/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: f468d374-ccd1-5d52-b210-0d5cf63ead13 with identifier: 1986082
2026-03-26 22:47:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: f468d374-ccd1-5d52-b210-0d5cf63ead13 with identifier: 1986082
2026-03-26 22:47:02 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: f468d374-ccd1-5d52-b210-0d5cf63ead13 with identifier: 1986082 to the API
2026-03-26 22:47:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:47:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:47:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2ap/27281ba68ec54783ba493f4af2bd928e/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.9L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'diesel',
'id': 'f468d374-ccd1-5d52-b210-0d5cf63ead13',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'CLASS GLB DIESEL (X247)',
'odometer': 114184,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 22,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f468d374-ccd1-5d52-b210-0d5cf63ead13/f468d374-ccd1-5d52-b210-0d5cf63ead13_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 722928,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ap/27281ba68ec54783ba493f4af2bd928e/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f468d374-ccd1-5d52-b210-0d5cf63ead13/f468d374-ccd1-5d52-b210-0d5cf63ead13_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 733541,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ap/27281ba68ec54783ba493f4af2bd928e/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f468d374-ccd1-5d52-b210-0d5cf63ead13/f468d374-ccd1-5d52-b210-0d5cf63ead13_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 721694,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ap/27281ba68ec54783ba493f4af2bd928e/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f468d374-ccd1-5d52-b210-0d5cf63ead13/f468d374-ccd1-5d52-b210-0d5cf63ead13_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 747474,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ap/27281ba68ec54783ba493f4af2bd928e/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f468d374-ccd1-5d52-b210-0d5cf63ead13/f468d374-ccd1-5d52-b210-0d5cf63ead13_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 736546,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ap/27281ba68ec54783ba493f4af2bd928e/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f468d374-ccd1-5d52-b210-0d5cf63ead13/f468d374-ccd1-5d52-b210-0d5cf63ead13_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 787278,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ap/27281ba68ec54783ba493f4af2bd928e/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f468d374-ccd1-5d52-b210-0d5cf63ead13/f468d374-ccd1-5d52-b210-0d5cf63ead13_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 619063,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ap/27281ba68ec54783ba493f4af2bd928e/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f468d374-ccd1-5d52-b210-0d5cf63ead13/f468d374-ccd1-5d52-b210-0d5cf63ead13_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 743314,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ap/27281ba68ec54783ba493f4af2bd928e/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f468d374-ccd1-5d52-b210-0d5cf63ead13/f468d374-ccd1-5d52-b210-0d5cf63ead13_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 666360,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ap/27281ba68ec54783ba493f4af2bd928e/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f468d374-ccd1-5d52-b210-0d5cf63ead13/f468d374-ccd1-5d52-b210-0d5cf63ead13_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 666484,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ap/27281ba68ec54783ba493f4af2bd928e/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-01',
'seats_number': 7,
'seller_name': None,
'title': 'MERCEDES-BENZ CLASS GLB DIESEL (X247) GLB 200 d Business Solution',
'transmission': 'automatic',
'trim': 'GLB 200 d Business Solution',
'vin': None,
'year': 2021}
2026-03-26 22:47:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986082%27 HTTP/1.1" 200 None
2026-03-26 22:47:02 [ayvens.be] INFO: Saving data for 1986082: {'created_time': 1774565222.692336, 'last_price_update_time': 1774565222.692347, 'auction_closing_time': 1775028600.0}
2026-03-26 22:47:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986082') HTTP/1.1" 204 0
2026-03-26 22:47:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xe%252F4efdcc6130e649df9ef70ee036433615%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xe/4efdcc6130e649df9ef70ee036433615/images/large/10.jpg not downloaded yet
2026-03-26 22:47:02 [ayvens.be] INFO: Found listing with ID: 1986085
2026-03-26 22:47:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986085%27 HTTP/1.1" 200 None
2026-03-26 22:47:02 [ayvens.be] INFO: Scrape type for 1986085: 1
2026-03-26 22:47:02 [ayvens.be] INFO: Extracting data for car ID: 1986085
2026-03-26 22:47:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cf5f4d0d-5182-5124-9122-5262a27fe735 with identifier: 1986085
2026-03-26 22:47:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cf5f4d0d-5182-5124-9122-5262a27fe735 with scrape type 1
2026-03-26 22:47:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item cf5f4d0d-5182-5124-9122-5262a27fe735
2026-03-26 22:47:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yg%252F32cf6afe15cf4056a24a3bf95e75db2c%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yg/32cf6afe15cf4056a24a3bf95e75db2c/images/large/1.jpg not downloaded yet
2026-03-26 22:47:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dt/59a9420072fc4941bb1bbf4517f0e562/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6dd9590>
2026-03-26 22:47:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2cb39d9d-bb0f-5553-91eb-eb616d811f5b/2cb39d9d-bb0f-5553-91eb-eb616d811f5b_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:47:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dt%252F59a9420072fc4941bb1bbf4517f0e562%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dt/59a9420072fc4941bb1bbf4517f0e562/images/large/7.jpg saved to cache
2026-03-26 22:47:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 2cb39d9d-bb0f-5553-91eb-eb616d811f5b
2026-03-26 22:47:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yg%252F32cf6afe15cf4056a24a3bf95e75db2c%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yg/32cf6afe15cf4056a24a3bf95e75db2c/images/large/2.jpg not downloaded yet
2026-03-26 22:47:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dt/59a9420072fc4941bb1bbf4517f0e562/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xe/4efdcc6130e649df9ef70ee036433615/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xe/4efdcc6130e649df9ef70ee036433615/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dt/59a9420072fc4941bb1bbf4517f0e562/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yg%252F32cf6afe15cf4056a24a3bf95e75db2c%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yg/32cf6afe15cf4056a24a3bf95e75db2c/images/large/3.jpg not downloaded yet
2026-03-26 22:47:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b788f710>
2026-03-26 22:47:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2cb39d9d-bb0f-5553-91eb-eb616d811f5b/2cb39d9d-bb0f-5553-91eb-eb616d811f5b_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dt%252F59a9420072fc4941bb1bbf4517f0e562%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dt/59a9420072fc4941bb1bbf4517f0e562/images/large/8.jpg saved to cache
2026-03-26 22:47:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 2cb39d9d-bb0f-5553-91eb-eb616d811f5b
2026-03-26 22:47:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dt/59a9420072fc4941bb1bbf4517f0e562/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xe/4efdcc6130e649df9ef70ee036433615/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yg%252F32cf6afe15cf4056a24a3bf95e75db2c%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yg/32cf6afe15cf4056a24a3bf95e75db2c/images/large/4.jpg not downloaded yet
2026-03-26 22:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yg%252F32cf6afe15cf4056a24a3bf95e75db2c%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yg/32cf6afe15cf4056a24a3bf95e75db2c/images/large/5.jpg not downloaded yet
2026-03-26 22:47:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e16050>
2026-03-26 22:47:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2cb39d9d-bb0f-5553-91eb-eb616d811f5b/2cb39d9d-bb0f-5553-91eb-eb616d811f5b_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dt%252F59a9420072fc4941bb1bbf4517f0e562%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dt/59a9420072fc4941bb1bbf4517f0e562/images/large/6.jpg saved to cache
2026-03-26 22:47:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 2cb39d9d-bb0f-5553-91eb-eb616d811f5b
2026-03-26 22:47:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7876e50>
2026-03-26 22:47:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_abf05fb0-a1b8-56dc-9421-ae702229d085/abf05fb0-a1b8-56dc-9421-ae702229d085_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xe%252F4efdcc6130e649df9ef70ee036433615%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xe/4efdcc6130e649df9ef70ee036433615/images/large/1.jpg saved to cache
2026-03-26 22:47:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item abf05fb0-a1b8-56dc-9421-ae702229d085
2026-03-26 22:47:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79a0410>
2026-03-26 22:47:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_abf05fb0-a1b8-56dc-9421-ae702229d085/abf05fb0-a1b8-56dc-9421-ae702229d085_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xe%252F4efdcc6130e649df9ef70ee036433615%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xe/4efdcc6130e649df9ef70ee036433615/images/large/2.jpg saved to cache
2026-03-26 22:47:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item abf05fb0-a1b8-56dc-9421-ae702229d085
2026-03-26 22:47:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79f0950>
2026-03-26 22:47:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2cb39d9d-bb0f-5553-91eb-eb616d811f5b/2cb39d9d-bb0f-5553-91eb-eb616d811f5b_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dt%252F59a9420072fc4941bb1bbf4517f0e562%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dt/59a9420072fc4941bb1bbf4517f0e562/images/large/9.jpg saved to cache
2026-03-26 22:47:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 2cb39d9d-bb0f-5553-91eb-eb616d811f5b
2026-03-26 22:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yg%252F32cf6afe15cf4056a24a3bf95e75db2c%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yg/32cf6afe15cf4056a24a3bf95e75db2c/images/large/6.jpg not downloaded yet
2026-03-26 22:47:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xe/4efdcc6130e649df9ef70ee036433615/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yg%252F32cf6afe15cf4056a24a3bf95e75db2c%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yg/32cf6afe15cf4056a24a3bf95e75db2c/images/large/7.jpg not downloaded yet
2026-03-26 22:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yg%252F32cf6afe15cf4056a24a3bf95e75db2c%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yg/32cf6afe15cf4056a24a3bf95e75db2c/images/large/8.jpg not downloaded yet
2026-03-26 22:47:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd0c47d0>
2026-03-26 22:47:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2cb39d9d-bb0f-5553-91eb-eb616d811f5b/2cb39d9d-bb0f-5553-91eb-eb616d811f5b_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dt%252F59a9420072fc4941bb1bbf4517f0e562%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dt/59a9420072fc4941bb1bbf4517f0e562/images/large/10.jpg saved to cache
2026-03-26 22:47:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 2cb39d9d-bb0f-5553-91eb-eb616d811f5b
2026-03-26 22:47:03 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2cb39d9d-bb0f-5553-91eb-eb616d811f5b, skipping ID generation
2026-03-26 22:47:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2cb39d9d-bb0f-5553-91eb-eb616d811f5b with scrape type 1
2026-03-26 22:47:03 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2cb39d9d-bb0f-5553-91eb-eb616d811f5b sending to next pipeline
2026-03-26 22:47:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 2cb39d9d-bb0f-5553-91eb-eb616d811f5b, identifier: 1986083
2026-03-26 22:47:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7483710>
2026-03-26 22:47:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_abf05fb0-a1b8-56dc-9421-ae702229d085/abf05fb0-a1b8-56dc-9421-ae702229d085_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xe%252F4efdcc6130e649df9ef70ee036433615%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xe/4efdcc6130e649df9ef70ee036433615/images/large/3.jpg saved to cache
2026-03-26 22:47:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item abf05fb0-a1b8-56dc-9421-ae702229d085
2026-03-26 22:47:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 2cb39d9d-bb0f-5553-91eb-eb616d811f5b with identifier: 1986083
2026-03-26 22:47:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 2cb39d9d-bb0f-5553-91eb-eb616d811f5b with identifier: 1986083
2026-03-26 22:47:04 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 2cb39d9d-bb0f-5553-91eb-eb616d811f5b with identifier: 1986083 to the API
2026-03-26 22:47:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:47:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:47:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2dt/59a9420072fc4941bb1bbf4517f0e562/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'petrol',
'id': '2cb39d9d-bb0f-5553-91eb-eb616d811f5b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'GOLF VIII',
'odometer': 82007,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 23,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2cb39d9d-bb0f-5553-91eb-eb616d811f5b/2cb39d9d-bb0f-5553-91eb-eb616d811f5b_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 682238,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dt/59a9420072fc4941bb1bbf4517f0e562/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2cb39d9d-bb0f-5553-91eb-eb616d811f5b/2cb39d9d-bb0f-5553-91eb-eb616d811f5b_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 673334,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dt/59a9420072fc4941bb1bbf4517f0e562/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2cb39d9d-bb0f-5553-91eb-eb616d811f5b/2cb39d9d-bb0f-5553-91eb-eb616d811f5b_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 661788,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dt/59a9420072fc4941bb1bbf4517f0e562/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2cb39d9d-bb0f-5553-91eb-eb616d811f5b/2cb39d9d-bb0f-5553-91eb-eb616d811f5b_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 685379,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dt/59a9420072fc4941bb1bbf4517f0e562/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2cb39d9d-bb0f-5553-91eb-eb616d811f5b/2cb39d9d-bb0f-5553-91eb-eb616d811f5b_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 665844,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dt/59a9420072fc4941bb1bbf4517f0e562/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2cb39d9d-bb0f-5553-91eb-eb616d811f5b/2cb39d9d-bb0f-5553-91eb-eb616d811f5b_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 729457,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dt/59a9420072fc4941bb1bbf4517f0e562/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2cb39d9d-bb0f-5553-91eb-eb616d811f5b/2cb39d9d-bb0f-5553-91eb-eb616d811f5b_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 631965,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dt/59a9420072fc4941bb1bbf4517f0e562/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2cb39d9d-bb0f-5553-91eb-eb616d811f5b/2cb39d9d-bb0f-5553-91eb-eb616d811f5b_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 780416,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dt/59a9420072fc4941bb1bbf4517f0e562/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2cb39d9d-bb0f-5553-91eb-eb616d811f5b/2cb39d9d-bb0f-5553-91eb-eb616d811f5b_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 745847,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dt/59a9420072fc4941bb1bbf4517f0e562/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2cb39d9d-bb0f-5553-91eb-eb616d811f5b/2cb39d9d-bb0f-5553-91eb-eb616d811f5b_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 789481,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dt/59a9420072fc4941bb1bbf4517f0e562/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-20',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN GOLF VIII 1.4 EHYBRID STYLE BUSINESS DSG',
'transmission': 'automatic',
'trim': '1.4 EHYBRID STYLE BUSINESS DSG',
'vin': None,
'year': 2023}
2026-03-26 22:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986083%27 HTTP/1.1" 200 None
2026-03-26 22:47:04 [ayvens.be] INFO: Saving data for 1986083: {'created_time': 1774565224.329799, 'last_price_update_time': 1774565224.329809, 'auction_closing_time': 1775028600.0}
2026-03-26 22:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986083') HTTP/1.1" 204 0
2026-03-26 22:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yg%252F32cf6afe15cf4056a24a3bf95e75db2c%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yg/32cf6afe15cf4056a24a3bf95e75db2c/images/large/9.jpg not downloaded yet
2026-03-26 22:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yg%252F32cf6afe15cf4056a24a3bf95e75db2c%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yg/32cf6afe15cf4056a24a3bf95e75db2c/images/large/10.jpg not downloaded yet
2026-03-26 22:47:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xe/4efdcc6130e649df9ef70ee036433615/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7aa3590>
2026-03-26 22:47:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_abf05fb0-a1b8-56dc-9421-ae702229d085/abf05fb0-a1b8-56dc-9421-ae702229d085_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xe%252F4efdcc6130e649df9ef70ee036433615%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xe/4efdcc6130e649df9ef70ee036433615/images/large/7.jpg saved to cache
2026-03-26 22:47:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item abf05fb0-a1b8-56dc-9421-ae702229d085
2026-03-26 22:47:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xe/4efdcc6130e649df9ef70ee036433615/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:04 [ayvens.be] INFO: Found listing with ID: 1986086
2026-03-26 22:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986086%27 HTTP/1.1" 200 None
2026-03-26 22:47:04 [ayvens.be] INFO: Scrape type for 1986086: 1
2026-03-26 22:47:04 [ayvens.be] INFO: Extracting data for car ID: 1986086
2026-03-26 22:47:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5ab31278-8474-5fb0-b017-07fe457e9b85 with identifier: 1986086
2026-03-26 22:47:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5ab31278-8474-5fb0-b017-07fe457e9b85 with scrape type 1
2026-03-26 22:47:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 5ab31278-8474-5fb0-b017-07fe457e9b85
2026-03-26 22:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bv%252F8b6b2c88a5cb467dacc3bab4bdba2c26%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bv/8b6b2c88a5cb467dacc3bab4bdba2c26/images/large/1.jpg not downloaded yet
2026-03-26 22:47:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xe/4efdcc6130e649df9ef70ee036433615/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xe/4efdcc6130e649df9ef70ee036433615/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xe/4efdcc6130e649df9ef70ee036433615/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bv%252F8b6b2c88a5cb467dacc3bab4bdba2c26%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bv/8b6b2c88a5cb467dacc3bab4bdba2c26/images/large/2.jpg not downloaded yet
2026-03-26 22:47:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xe/4efdcc6130e649df9ef70ee036433615/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bv%252F8b6b2c88a5cb467dacc3bab4bdba2c26%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bv/8b6b2c88a5cb467dacc3bab4bdba2c26/images/large/3.jpg not downloaded yet
2026-03-26 22:47:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cbfc90>
2026-03-26 22:47:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_abf05fb0-a1b8-56dc-9421-ae702229d085/abf05fb0-a1b8-56dc-9421-ae702229d085_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xe%252F4efdcc6130e649df9ef70ee036433615%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xe/4efdcc6130e649df9ef70ee036433615/images/large/6.jpg saved to cache
2026-03-26 22:47:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item abf05fb0-a1b8-56dc-9421-ae702229d085
2026-03-26 22:47:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yg/32cf6afe15cf4056a24a3bf95e75db2c/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bv%252F8b6b2c88a5cb467dacc3bab4bdba2c26%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bv/8b6b2c88a5cb467dacc3bab4bdba2c26/images/large/4.jpg not downloaded yet
2026-03-26 22:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bv%252F8b6b2c88a5cb467dacc3bab4bdba2c26%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bv/8b6b2c88a5cb467dacc3bab4bdba2c26/images/large/5.jpg not downloaded yet
2026-03-26 22:47:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7981950>
2026-03-26 22:47:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_abf05fb0-a1b8-56dc-9421-ae702229d085/abf05fb0-a1b8-56dc-9421-ae702229d085_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xe%252F4efdcc6130e649df9ef70ee036433615%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xe/4efdcc6130e649df9ef70ee036433615/images/large/9.jpg saved to cache
2026-03-26 22:47:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item abf05fb0-a1b8-56dc-9421-ae702229d085
2026-03-26 22:47:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c5c4d0>
2026-03-26 22:47:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_abf05fb0-a1b8-56dc-9421-ae702229d085/abf05fb0-a1b8-56dc-9421-ae702229d085_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xe%252F4efdcc6130e649df9ef70ee036433615%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xe/4efdcc6130e649df9ef70ee036433615/images/large/4.jpg saved to cache
2026-03-26 22:47:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item abf05fb0-a1b8-56dc-9421-ae702229d085
2026-03-26 22:47:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7688110>
2026-03-26 22:47:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_abf05fb0-a1b8-56dc-9421-ae702229d085/abf05fb0-a1b8-56dc-9421-ae702229d085_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xe%252F4efdcc6130e649df9ef70ee036433615%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xe/4efdcc6130e649df9ef70ee036433615/images/large/5.jpg saved to cache
2026-03-26 22:47:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item abf05fb0-a1b8-56dc-9421-ae702229d085
2026-03-26 22:47:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b741ff10>
2026-03-26 22:47:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_abf05fb0-a1b8-56dc-9421-ae702229d085/abf05fb0-a1b8-56dc-9421-ae702229d085_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xe%252F4efdcc6130e649df9ef70ee036433615%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xe/4efdcc6130e649df9ef70ee036433615/images/large/10.jpg saved to cache
2026-03-26 22:47:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item abf05fb0-a1b8-56dc-9421-ae702229d085
2026-03-26 22:47:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77caf10>
2026-03-26 22:47:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_abf05fb0-a1b8-56dc-9421-ae702229d085/abf05fb0-a1b8-56dc-9421-ae702229d085_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xe%252F4efdcc6130e649df9ef70ee036433615%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xe/4efdcc6130e649df9ef70ee036433615/images/large/8.jpg saved to cache
2026-03-26 22:47:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item abf05fb0-a1b8-56dc-9421-ae702229d085
2026-03-26 22:47:05 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: abf05fb0-a1b8-56dc-9421-ae702229d085, skipping ID generation
2026-03-26 22:47:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item abf05fb0-a1b8-56dc-9421-ae702229d085 with scrape type 1
2026-03-26 22:47:05 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item abf05fb0-a1b8-56dc-9421-ae702229d085 sending to next pipeline
2026-03-26 22:47:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: abf05fb0-a1b8-56dc-9421-ae702229d085, identifier: 1986084
2026-03-26 22:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bv%252F8b6b2c88a5cb467dacc3bab4bdba2c26%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bv/8b6b2c88a5cb467dacc3bab4bdba2c26/images/large/6.jpg not downloaded yet
2026-03-26 22:47:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: abf05fb0-a1b8-56dc-9421-ae702229d085 with identifier: 1986084
2026-03-26 22:47:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: abf05fb0-a1b8-56dc-9421-ae702229d085 with identifier: 1986084
2026-03-26 22:47:05 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: abf05fb0-a1b8-56dc-9421-ae702229d085 with identifier: 1986084 to the API
2026-03-26 22:47:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:47:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:47:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/1xe/4efdcc6130e649df9ef70ee036433615/images/large/8.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'diesel',
'id': 'abf05fb0-a1b8-56dc-9421-ae702229d085',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'X1 DIESEL - 2019',
'odometer': 153675,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 21,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_abf05fb0-a1b8-56dc-9421-ae702229d085/abf05fb0-a1b8-56dc-9421-ae702229d085_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 670159,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xe/4efdcc6130e649df9ef70ee036433615/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_abf05fb0-a1b8-56dc-9421-ae702229d085/abf05fb0-a1b8-56dc-9421-ae702229d085_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 660129,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xe/4efdcc6130e649df9ef70ee036433615/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_abf05fb0-a1b8-56dc-9421-ae702229d085/abf05fb0-a1b8-56dc-9421-ae702229d085_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 663099,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xe/4efdcc6130e649df9ef70ee036433615/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_abf05fb0-a1b8-56dc-9421-ae702229d085/abf05fb0-a1b8-56dc-9421-ae702229d085_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 680832,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xe/4efdcc6130e649df9ef70ee036433615/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_abf05fb0-a1b8-56dc-9421-ae702229d085/abf05fb0-a1b8-56dc-9421-ae702229d085_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 696460,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xe/4efdcc6130e649df9ef70ee036433615/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_abf05fb0-a1b8-56dc-9421-ae702229d085/abf05fb0-a1b8-56dc-9421-ae702229d085_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 764242,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xe/4efdcc6130e649df9ef70ee036433615/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_abf05fb0-a1b8-56dc-9421-ae702229d085/abf05fb0-a1b8-56dc-9421-ae702229d085_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 618716,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xe/4efdcc6130e649df9ef70ee036433615/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_abf05fb0-a1b8-56dc-9421-ae702229d085/abf05fb0-a1b8-56dc-9421-ae702229d085_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 805557,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xe/4efdcc6130e649df9ef70ee036433615/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_abf05fb0-a1b8-56dc-9421-ae702229d085/abf05fb0-a1b8-56dc-9421-ae702229d085_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 711693,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xe/4efdcc6130e649df9ef70ee036433615/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_abf05fb0-a1b8-56dc-9421-ae702229d085/abf05fb0-a1b8-56dc-9421-ae702229d085_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 764004,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xe/4efdcc6130e649df9ef70ee036433615/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-12-05',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 DIESEL - 2019 1.5 d sDrive16 AdBlue',
'transmission': 'manual',
'trim': '1.5 d sDrive16 AdBlue',
'vin': None,
'year': 2019}
2026-03-26 22:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986084%27 HTTP/1.1" 200 None
2026-03-26 22:47:05 [ayvens.be] INFO: Saving data for 1986084: {'created_time': 1774565225.686637, 'last_price_update_time': 1774565225.686648, 'auction_closing_time': 1775028600.0}
2026-03-26 22:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986084') HTTP/1.1" 204 0
2026-03-26 22:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bv%252F8b6b2c88a5cb467dacc3bab4bdba2c26%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bv/8b6b2c88a5cb467dacc3bab4bdba2c26/images/large/7.jpg not downloaded yet
2026-03-26 22:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bv%252F8b6b2c88a5cb467dacc3bab4bdba2c26%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bv/8b6b2c88a5cb467dacc3bab4bdba2c26/images/large/8.jpg not downloaded yet
2026-03-26 22:47:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e3e610>
2026-03-26 22:47:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cf5f4d0d-5182-5124-9122-5262a27fe735/cf5f4d0d-5182-5124-9122-5262a27fe735_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yg%252F32cf6afe15cf4056a24a3bf95e75db2c%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yg/32cf6afe15cf4056a24a3bf95e75db2c/images/large/2.jpg saved to cache
2026-03-26 22:47:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item cf5f4d0d-5182-5124-9122-5262a27fe735
2026-03-26 22:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bv%252F8b6b2c88a5cb467dacc3bab4bdba2c26%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bv/8b6b2c88a5cb467dacc3bab4bdba2c26/images/large/9.jpg not downloaded yet
2026-03-26 22:47:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yg/32cf6afe15cf4056a24a3bf95e75db2c/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yg/32cf6afe15cf4056a24a3bf95e75db2c/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yg/32cf6afe15cf4056a24a3bf95e75db2c/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bv%252F8b6b2c88a5cb467dacc3bab4bdba2c26%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bv/8b6b2c88a5cb467dacc3bab4bdba2c26/images/large/10.jpg not downloaded yet
2026-03-26 22:47:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yg/32cf6afe15cf4056a24a3bf95e75db2c/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:05 [ayvens.be] INFO: Found listing with ID: 1986087
2026-03-26 22:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986087%27 HTTP/1.1" 200 None
2026-03-26 22:47:05 [ayvens.be] INFO: Scrape type for 1986087: 1
2026-03-26 22:47:05 [ayvens.be] INFO: Extracting data for car ID: 1986087
2026-03-26 22:47:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 99135a3f-f7a2-5591-a39c-c1ee2be1dc46 with identifier: 1986087
2026-03-26 22:47:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 99135a3f-f7a2-5591-a39c-c1ee2be1dc46 with scrape type 1
2026-03-26 22:47:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 99135a3f-f7a2-5591-a39c-c1ee2be1dc46
2026-03-26 22:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Fdfaf8bfef9a44f1d96806ff0372f83b1%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/dfaf8bfef9a44f1d96806ff0372f83b1/images/large/1.jpg not downloaded yet
2026-03-26 22:47:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yg/32cf6afe15cf4056a24a3bf95e75db2c/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yg/32cf6afe15cf4056a24a3bf95e75db2c/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yg/32cf6afe15cf4056a24a3bf95e75db2c/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Fdfaf8bfef9a44f1d96806ff0372f83b1%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/dfaf8bfef9a44f1d96806ff0372f83b1/images/large/2.jpg not downloaded yet
2026-03-26 22:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Fdfaf8bfef9a44f1d96806ff0372f83b1%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/dfaf8bfef9a44f1d96806ff0372f83b1/images/large/3.jpg not downloaded yet
2026-03-26 22:47:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Fdfaf8bfef9a44f1d96806ff0372f83b1%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/dfaf8bfef9a44f1d96806ff0372f83b1/images/large/4.jpg not downloaded yet
2026-03-26 22:47:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b741da90>
2026-03-26 22:47:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cf5f4d0d-5182-5124-9122-5262a27fe735/cf5f4d0d-5182-5124-9122-5262a27fe735_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:47:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yg%252F32cf6afe15cf4056a24a3bf95e75db2c%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yg/32cf6afe15cf4056a24a3bf95e75db2c/images/large/3.jpg saved to cache
2026-03-26 22:47:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item cf5f4d0d-5182-5124-9122-5262a27fe735
2026-03-26 22:47:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74074d0>
2026-03-26 22:47:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cf5f4d0d-5182-5124-9122-5262a27fe735/cf5f4d0d-5182-5124-9122-5262a27fe735_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:47:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yg%252F32cf6afe15cf4056a24a3bf95e75db2c%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yg/32cf6afe15cf4056a24a3bf95e75db2c/images/large/5.jpg saved to cache
2026-03-26 22:47:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item cf5f4d0d-5182-5124-9122-5262a27fe735
2026-03-26 22:47:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7945b50>
2026-03-26 22:47:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cf5f4d0d-5182-5124-9122-5262a27fe735/cf5f4d0d-5182-5124-9122-5262a27fe735_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:47:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yg%252F32cf6afe15cf4056a24a3bf95e75db2c%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yg/32cf6afe15cf4056a24a3bf95e75db2c/images/large/7.jpg saved to cache
2026-03-26 22:47:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item cf5f4d0d-5182-5124-9122-5262a27fe735
2026-03-26 22:47:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Fdfaf8bfef9a44f1d96806ff0372f83b1%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/dfaf8bfef9a44f1d96806ff0372f83b1/images/large/5.jpg not downloaded yet
2026-03-26 22:47:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yg/32cf6afe15cf4056a24a3bf95e75db2c/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Fdfaf8bfef9a44f1d96806ff0372f83b1%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/dfaf8bfef9a44f1d96806ff0372f83b1/images/large/6.jpg not downloaded yet
2026-03-26 22:47:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Fdfaf8bfef9a44f1d96806ff0372f83b1%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/dfaf8bfef9a44f1d96806ff0372f83b1/images/large/7.jpg not downloaded yet
2026-03-26 22:47:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77d6990>
2026-03-26 22:47:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cf5f4d0d-5182-5124-9122-5262a27fe735/cf5f4d0d-5182-5124-9122-5262a27fe735_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:47:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yg%252F32cf6afe15cf4056a24a3bf95e75db2c%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yg/32cf6afe15cf4056a24a3bf95e75db2c/images/large/8.jpg saved to cache
2026-03-26 22:47:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item cf5f4d0d-5182-5124-9122-5262a27fe735
2026-03-26 22:47:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b745b450>
2026-03-26 22:47:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cf5f4d0d-5182-5124-9122-5262a27fe735/cf5f4d0d-5182-5124-9122-5262a27fe735_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:47:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yg%252F32cf6afe15cf4056a24a3bf95e75db2c%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yg/32cf6afe15cf4056a24a3bf95e75db2c/images/large/4.jpg saved to cache
2026-03-26 22:47:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item cf5f4d0d-5182-5124-9122-5262a27fe735
2026-03-26 22:47:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7cebf90>
2026-03-26 22:47:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cf5f4d0d-5182-5124-9122-5262a27fe735/cf5f4d0d-5182-5124-9122-5262a27fe735_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:47:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yg%252F32cf6afe15cf4056a24a3bf95e75db2c%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yg/32cf6afe15cf4056a24a3bf95e75db2c/images/large/6.jpg saved to cache
2026-03-26 22:47:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item cf5f4d0d-5182-5124-9122-5262a27fe735
2026-03-26 22:47:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b744bad0>
2026-03-26 22:47:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cf5f4d0d-5182-5124-9122-5262a27fe735/cf5f4d0d-5182-5124-9122-5262a27fe735_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:47:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yg%252F32cf6afe15cf4056a24a3bf95e75db2c%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yg/32cf6afe15cf4056a24a3bf95e75db2c/images/large/9.jpg saved to cache
2026-03-26 22:47:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item cf5f4d0d-5182-5124-9122-5262a27fe735
2026-03-26 22:47:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Fdfaf8bfef9a44f1d96806ff0372f83b1%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/dfaf8bfef9a44f1d96806ff0372f83b1/images/large/8.jpg not downloaded yet
2026-03-26 22:47:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Fdfaf8bfef9a44f1d96806ff0372f83b1%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/dfaf8bfef9a44f1d96806ff0372f83b1/images/large/9.jpg not downloaded yet
2026-03-26 22:47:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bv/8b6b2c88a5cb467dacc3bab4bdba2c26/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b740b4d0>
2026-03-26 22:47:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cf5f4d0d-5182-5124-9122-5262a27fe735/cf5f4d0d-5182-5124-9122-5262a27fe735_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:47:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yg%252F32cf6afe15cf4056a24a3bf95e75db2c%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yg/32cf6afe15cf4056a24a3bf95e75db2c/images/large/1.jpg saved to cache
2026-03-26 22:47:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item cf5f4d0d-5182-5124-9122-5262a27fe735
2026-03-26 22:47:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Fdfaf8bfef9a44f1d96806ff0372f83b1%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/dfaf8bfef9a44f1d96806ff0372f83b1/images/large/10.jpg not downloaded yet
2026-03-26 22:47:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bv/8b6b2c88a5cb467dacc3bab4bdba2c26/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bv/8b6b2c88a5cb467dacc3bab4bdba2c26/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:06 [scrapy.extensions.logstats] INFO: Crawled 6 pages (at 4 pages/min), scraped 56 items (at 35 items/min)
2026-03-26 22:47:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 181MiB
2026-03-26 22:47:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bv/8b6b2c88a5cb467dacc3bab4bdba2c26/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bv/8b6b2c88a5cb467dacc3bab4bdba2c26/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:06 [ayvens.be] INFO: Found listing with ID: 1986088
2026-03-26 22:47:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986088%27 HTTP/1.1" 200 None
2026-03-26 22:47:06 [ayvens.be] INFO: Scrape type for 1986088: 1
2026-03-26 22:47:06 [ayvens.be] INFO: Extracting data for car ID: 1986088
2026-03-26 22:47:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1ac92778-2e6d-51b5-a3d8-10524ea99f71 with identifier: 1986088
2026-03-26 22:47:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1ac92778-2e6d-51b5-a3d8-10524ea99f71 with scrape type 1
2026-03-26 22:47:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 1ac92778-2e6d-51b5-a3d8-10524ea99f71
2026-03-26 22:47:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252F010a5d90af3244e3bdf61fc77de40404%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/010a5d90af3244e3bdf61fc77de40404/images/large/1.jpg not downloaded yet
2026-03-26 22:47:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bv/8b6b2c88a5cb467dacc3bab4bdba2c26/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252F010a5d90af3244e3bdf61fc77de40404%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/010a5d90af3244e3bdf61fc77de40404/images/large/2.jpg not downloaded yet
2026-03-26 22:47:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e2b7d0>
2026-03-26 22:47:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5ab31278-8474-5fb0-b017-07fe457e9b85/5ab31278-8474-5fb0-b017-07fe457e9b85_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bv%252F8b6b2c88a5cb467dacc3bab4bdba2c26%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bv/8b6b2c88a5cb467dacc3bab4bdba2c26/images/large/1.jpg saved to cache
2026-03-26 22:47:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 5ab31278-8474-5fb0-b017-07fe457e9b85
2026-03-26 22:47:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yg/32cf6afe15cf4056a24a3bf95e75db2c/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bv/8b6b2c88a5cb467dacc3bab4bdba2c26/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252F010a5d90af3244e3bdf61fc77de40404%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/010a5d90af3244e3bdf61fc77de40404/images/large/3.jpg not downloaded yet
2026-03-26 22:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252F010a5d90af3244e3bdf61fc77de40404%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/010a5d90af3244e3bdf61fc77de40404/images/large/4.jpg not downloaded yet
2026-03-26 22:47:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74cc150>
2026-03-26 22:47:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5ab31278-8474-5fb0-b017-07fe457e9b85/5ab31278-8474-5fb0-b017-07fe457e9b85_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bv%252F8b6b2c88a5cb467dacc3bab4bdba2c26%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bv/8b6b2c88a5cb467dacc3bab4bdba2c26/images/large/2.jpg saved to cache
2026-03-26 22:47:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 5ab31278-8474-5fb0-b017-07fe457e9b85
2026-03-26 22:47:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7400110>
2026-03-26 22:47:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5ab31278-8474-5fb0-b017-07fe457e9b85/5ab31278-8474-5fb0-b017-07fe457e9b85_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bv%252F8b6b2c88a5cb467dacc3bab4bdba2c26%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bv/8b6b2c88a5cb467dacc3bab4bdba2c26/images/large/3.jpg saved to cache
2026-03-26 22:47:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 5ab31278-8474-5fb0-b017-07fe457e9b85
2026-03-26 22:47:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c68f50>
2026-03-26 22:47:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5ab31278-8474-5fb0-b017-07fe457e9b85/5ab31278-8474-5fb0-b017-07fe457e9b85_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bv%252F8b6b2c88a5cb467dacc3bab4bdba2c26%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bv/8b6b2c88a5cb467dacc3bab4bdba2c26/images/large/5.jpg saved to cache
2026-03-26 22:47:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 5ab31278-8474-5fb0-b017-07fe457e9b85
2026-03-26 22:47:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76efd90>
2026-03-26 22:47:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5ab31278-8474-5fb0-b017-07fe457e9b85/5ab31278-8474-5fb0-b017-07fe457e9b85_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bv%252F8b6b2c88a5cb467dacc3bab4bdba2c26%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bv/8b6b2c88a5cb467dacc3bab4bdba2c26/images/large/4.jpg saved to cache
2026-03-26 22:47:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 5ab31278-8474-5fb0-b017-07fe457e9b85
2026-03-26 22:47:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74e5850>
2026-03-26 22:47:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5ab31278-8474-5fb0-b017-07fe457e9b85/5ab31278-8474-5fb0-b017-07fe457e9b85_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bv%252F8b6b2c88a5cb467dacc3bab4bdba2c26%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bv/8b6b2c88a5cb467dacc3bab4bdba2c26/images/large/6.jpg saved to cache
2026-03-26 22:47:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 5ab31278-8474-5fb0-b017-07fe457e9b85
2026-03-26 22:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252F010a5d90af3244e3bdf61fc77de40404%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/010a5d90af3244e3bdf61fc77de40404/images/large/5.jpg not downloaded yet
2026-03-26 22:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252F010a5d90af3244e3bdf61fc77de40404%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/010a5d90af3244e3bdf61fc77de40404/images/large/6.jpg not downloaded yet
2026-03-26 22:47:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/dfaf8bfef9a44f1d96806ff0372f83b1/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252F010a5d90af3244e3bdf61fc77de40404%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/010a5d90af3244e3bdf61fc77de40404/images/large/7.jpg not downloaded yet
2026-03-26 22:47:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7926490>
2026-03-26 22:47:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cf5f4d0d-5182-5124-9122-5262a27fe735/cf5f4d0d-5182-5124-9122-5262a27fe735_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yg%252F32cf6afe15cf4056a24a3bf95e75db2c%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yg/32cf6afe15cf4056a24a3bf95e75db2c/images/large/10.jpg saved to cache
2026-03-26 22:47:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item cf5f4d0d-5182-5124-9122-5262a27fe735
2026-03-26 22:47:07 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: cf5f4d0d-5182-5124-9122-5262a27fe735, skipping ID generation
2026-03-26 22:47:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cf5f4d0d-5182-5124-9122-5262a27fe735 with scrape type 1
2026-03-26 22:47:07 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item cf5f4d0d-5182-5124-9122-5262a27fe735 sending to next pipeline
2026-03-26 22:47:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: cf5f4d0d-5182-5124-9122-5262a27fe735, identifier: 1986085
2026-03-26 22:47:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c62b90>
2026-03-26 22:47:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5ab31278-8474-5fb0-b017-07fe457e9b85/5ab31278-8474-5fb0-b017-07fe457e9b85_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:47:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bv%252F8b6b2c88a5cb467dacc3bab4bdba2c26%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bv/8b6b2c88a5cb467dacc3bab4bdba2c26/images/large/7.jpg saved to cache
2026-03-26 22:47:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 5ab31278-8474-5fb0-b017-07fe457e9b85
2026-03-26 22:47:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/dfaf8bfef9a44f1d96806ff0372f83b1/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: cf5f4d0d-5182-5124-9122-5262a27fe735 with identifier: 1986085
2026-03-26 22:47:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: cf5f4d0d-5182-5124-9122-5262a27fe735 with identifier: 1986085
2026-03-26 22:47:08 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: cf5f4d0d-5182-5124-9122-5262a27fe735 with identifier: 1986085 to the API
2026-03-26 22:47:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:47:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:47:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/1yg/32cf6afe15cf4056a24a3bf95e75db2c/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'diesel',
'id': 'cf5f4d0d-5182-5124-9122-5262a27fe735',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '508',
'odometer': 141000,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 23,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cf5f4d0d-5182-5124-9122-5262a27fe735/cf5f4d0d-5182-5124-9122-5262a27fe735_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 718502,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yg/32cf6afe15cf4056a24a3bf95e75db2c/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cf5f4d0d-5182-5124-9122-5262a27fe735/cf5f4d0d-5182-5124-9122-5262a27fe735_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 718502,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yg/32cf6afe15cf4056a24a3bf95e75db2c/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cf5f4d0d-5182-5124-9122-5262a27fe735/cf5f4d0d-5182-5124-9122-5262a27fe735_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 735436,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yg/32cf6afe15cf4056a24a3bf95e75db2c/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cf5f4d0d-5182-5124-9122-5262a27fe735/cf5f4d0d-5182-5124-9122-5262a27fe735_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 706962,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yg/32cf6afe15cf4056a24a3bf95e75db2c/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cf5f4d0d-5182-5124-9122-5262a27fe735/cf5f4d0d-5182-5124-9122-5262a27fe735_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 738627,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yg/32cf6afe15cf4056a24a3bf95e75db2c/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cf5f4d0d-5182-5124-9122-5262a27fe735/cf5f4d0d-5182-5124-9122-5262a27fe735_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 716129,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yg/32cf6afe15cf4056a24a3bf95e75db2c/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cf5f4d0d-5182-5124-9122-5262a27fe735/cf5f4d0d-5182-5124-9122-5262a27fe735_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 777396,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yg/32cf6afe15cf4056a24a3bf95e75db2c/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cf5f4d0d-5182-5124-9122-5262a27fe735/cf5f4d0d-5182-5124-9122-5262a27fe735_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 606742,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yg/32cf6afe15cf4056a24a3bf95e75db2c/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cf5f4d0d-5182-5124-9122-5262a27fe735/cf5f4d0d-5182-5124-9122-5262a27fe735_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 753134,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yg/32cf6afe15cf4056a24a3bf95e75db2c/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cf5f4d0d-5182-5124-9122-5262a27fe735/cf5f4d0d-5182-5124-9122-5262a27fe735_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 669215,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yg/32cf6afe15cf4056a24a3bf95e75db2c/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-08-26',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 508 1.5 BLUEHDI 130 S&S ACTIVE',
'transmission': 'manual',
'trim': '1.5 BLUEHDI 130 S&S ACTIVE',
'vin': None,
'year': 2020}
2026-03-26 22:47:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986085%27 HTTP/1.1" 200 None
2026-03-26 22:47:08 [ayvens.be] INFO: Saving data for 1986085: {'created_time': 1774565228.365214, 'last_price_update_time': 1774565228.365223, 'auction_closing_time': 1775028600.0}
2026-03-26 22:47:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986085') HTTP/1.1" 204 0
2026-03-26 22:47:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252F010a5d90af3244e3bdf61fc77de40404%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/010a5d90af3244e3bdf61fc77de40404/images/large/8.jpg not downloaded yet
2026-03-26 22:47:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bv/8b6b2c88a5cb467dacc3bab4bdba2c26/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bv/8b6b2c88a5cb467dacc3bab4bdba2c26/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252F010a5d90af3244e3bdf61fc77de40404%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/010a5d90af3244e3bdf61fc77de40404/images/large/9.jpg not downloaded yet
2026-03-26 22:47:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/dfaf8bfef9a44f1d96806ff0372f83b1/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/dfaf8bfef9a44f1d96806ff0372f83b1/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/dfaf8bfef9a44f1d96806ff0372f83b1/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6d738d0>
2026-03-26 22:47:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_99135a3f-f7a2-5591-a39c-c1ee2be1dc46/99135a3f-f7a2-5591-a39c-c1ee2be1dc46_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:47:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Fdfaf8bfef9a44f1d96806ff0372f83b1%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/dfaf8bfef9a44f1d96806ff0372f83b1/images/large/5.jpg saved to cache
2026-03-26 22:47:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 99135a3f-f7a2-5591-a39c-c1ee2be1dc46
2026-03-26 22:47:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c69e10>
2026-03-26 22:47:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_99135a3f-f7a2-5591-a39c-c1ee2be1dc46/99135a3f-f7a2-5591-a39c-c1ee2be1dc46_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:47:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Fdfaf8bfef9a44f1d96806ff0372f83b1%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/dfaf8bfef9a44f1d96806ff0372f83b1/images/large/4.jpg saved to cache
2026-03-26 22:47:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 99135a3f-f7a2-5591-a39c-c1ee2be1dc46
2026-03-26 22:47:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252F010a5d90af3244e3bdf61fc77de40404%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/010a5d90af3244e3bdf61fc77de40404/images/large/10.jpg not downloaded yet
2026-03-26 22:47:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bv/8b6b2c88a5cb467dacc3bab4bdba2c26/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:08 [ayvens.be] INFO: Found listing with ID: 1986089
2026-03-26 22:47:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986089%27 HTTP/1.1" 200 None
2026-03-26 22:47:08 [ayvens.be] INFO: Scrape type for 1986089: 1
2026-03-26 22:47:08 [ayvens.be] INFO: Extracting data for car ID: 1986089
2026-03-26 22:47:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f2278d22-bc6b-5ae7-a622-e79eb64ea72e with identifier: 1986089
2026-03-26 22:47:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f2278d22-bc6b-5ae7-a622-e79eb64ea72e with scrape type 1
2026-03-26 22:47:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item f2278d22-bc6b-5ae7-a622-e79eb64ea72e
2026-03-26 22:47:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Ff49ef6afd0e840f094406c171b7b678f%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/f49ef6afd0e840f094406c171b7b678f/images/large/1.jpg not downloaded yet
2026-03-26 22:47:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd48e850>
2026-03-26 22:47:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5ab31278-8474-5fb0-b017-07fe457e9b85/5ab31278-8474-5fb0-b017-07fe457e9b85_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:47:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bv%252F8b6b2c88a5cb467dacc3bab4bdba2c26%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bv/8b6b2c88a5cb467dacc3bab4bdba2c26/images/large/9.jpg saved to cache
2026-03-26 22:47:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 5ab31278-8474-5fb0-b017-07fe457e9b85
2026-03-26 22:47:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76636d0>
2026-03-26 22:47:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5ab31278-8474-5fb0-b017-07fe457e9b85/5ab31278-8474-5fb0-b017-07fe457e9b85_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:47:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bv%252F8b6b2c88a5cb467dacc3bab4bdba2c26%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bv/8b6b2c88a5cb467dacc3bab4bdba2c26/images/large/8.jpg saved to cache
2026-03-26 22:47:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 5ab31278-8474-5fb0-b017-07fe457e9b85
2026-03-26 22:47:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b792d790>
2026-03-26 22:47:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_99135a3f-f7a2-5591-a39c-c1ee2be1dc46/99135a3f-f7a2-5591-a39c-c1ee2be1dc46_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:47:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Fdfaf8bfef9a44f1d96806ff0372f83b1%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/dfaf8bfef9a44f1d96806ff0372f83b1/images/large/3.jpg saved to cache
2026-03-26 22:47:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 99135a3f-f7a2-5591-a39c-c1ee2be1dc46
2026-03-26 22:47:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6d73b50>
2026-03-26 22:47:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_99135a3f-f7a2-5591-a39c-c1ee2be1dc46/99135a3f-f7a2-5591-a39c-c1ee2be1dc46_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Fdfaf8bfef9a44f1d96806ff0372f83b1%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/dfaf8bfef9a44f1d96806ff0372f83b1/images/large/1.jpg saved to cache
2026-03-26 22:47:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 99135a3f-f7a2-5591-a39c-c1ee2be1dc46
2026-03-26 22:47:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c5e390>
2026-03-26 22:47:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_99135a3f-f7a2-5591-a39c-c1ee2be1dc46/99135a3f-f7a2-5591-a39c-c1ee2be1dc46_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Fdfaf8bfef9a44f1d96806ff0372f83b1%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/dfaf8bfef9a44f1d96806ff0372f83b1/images/large/2.jpg saved to cache
2026-03-26 22:47:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 99135a3f-f7a2-5591-a39c-c1ee2be1dc46
2026-03-26 22:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Ff49ef6afd0e840f094406c171b7b678f%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/f49ef6afd0e840f094406c171b7b678f/images/large/2.jpg not downloaded yet
2026-03-26 22:47:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/dfaf8bfef9a44f1d96806ff0372f83b1/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Ff49ef6afd0e840f094406c171b7b678f%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/f49ef6afd0e840f094406c171b7b678f/images/large/3.jpg not downloaded yet
2026-03-26 22:47:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5ccb650>
2026-03-26 22:47:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5ab31278-8474-5fb0-b017-07fe457e9b85/5ab31278-8474-5fb0-b017-07fe457e9b85_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bv%252F8b6b2c88a5cb467dacc3bab4bdba2c26%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bv/8b6b2c88a5cb467dacc3bab4bdba2c26/images/large/10.jpg saved to cache
2026-03-26 22:47:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 5ab31278-8474-5fb0-b017-07fe457e9b85
2026-03-26 22:47:09 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5ab31278-8474-5fb0-b017-07fe457e9b85, skipping ID generation
2026-03-26 22:47:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5ab31278-8474-5fb0-b017-07fe457e9b85 with scrape type 1
2026-03-26 22:47:09 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5ab31278-8474-5fb0-b017-07fe457e9b85 sending to next pipeline
2026-03-26 22:47:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 5ab31278-8474-5fb0-b017-07fe457e9b85, identifier: 1986086
2026-03-26 22:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Ff49ef6afd0e840f094406c171b7b678f%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/f49ef6afd0e840f094406c171b7b678f/images/large/4.jpg not downloaded yet
2026-03-26 22:47:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 5ab31278-8474-5fb0-b017-07fe457e9b85 with identifier: 1986086
2026-03-26 22:47:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 5ab31278-8474-5fb0-b017-07fe457e9b85 with identifier: 1986086
2026-03-26 22:47:09 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 5ab31278-8474-5fb0-b017-07fe457e9b85 with identifier: 1986086 to the API
2026-03-26 22:47:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:47:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:47:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bv/8b6b2c88a5cb467dacc3bab4bdba2c26/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'diesel',
'id': '5ab31278-8474-5fb0-b017-07fe457e9b85',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'X1',
'odometer': 79882,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 21,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5ab31278-8474-5fb0-b017-07fe457e9b85/5ab31278-8474-5fb0-b017-07fe457e9b85_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 678407,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bv/8b6b2c88a5cb467dacc3bab4bdba2c26/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5ab31278-8474-5fb0-b017-07fe457e9b85/5ab31278-8474-5fb0-b017-07fe457e9b85_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 703654,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bv/8b6b2c88a5cb467dacc3bab4bdba2c26/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5ab31278-8474-5fb0-b017-07fe457e9b85/5ab31278-8474-5fb0-b017-07fe457e9b85_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 695752,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bv/8b6b2c88a5cb467dacc3bab4bdba2c26/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5ab31278-8474-5fb0-b017-07fe457e9b85/5ab31278-8474-5fb0-b017-07fe457e9b85_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 731488,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bv/8b6b2c88a5cb467dacc3bab4bdba2c26/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5ab31278-8474-5fb0-b017-07fe457e9b85/5ab31278-8474-5fb0-b017-07fe457e9b85_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 742781,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bv/8b6b2c88a5cb467dacc3bab4bdba2c26/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5ab31278-8474-5fb0-b017-07fe457e9b85/5ab31278-8474-5fb0-b017-07fe457e9b85_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 784642,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bv/8b6b2c88a5cb467dacc3bab4bdba2c26/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5ab31278-8474-5fb0-b017-07fe457e9b85/5ab31278-8474-5fb0-b017-07fe457e9b85_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 590774,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bv/8b6b2c88a5cb467dacc3bab4bdba2c26/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5ab31278-8474-5fb0-b017-07fe457e9b85/5ab31278-8474-5fb0-b017-07fe457e9b85_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 650497,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bv/8b6b2c88a5cb467dacc3bab4bdba2c26/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5ab31278-8474-5fb0-b017-07fe457e9b85/5ab31278-8474-5fb0-b017-07fe457e9b85_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 769639,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bv/8b6b2c88a5cb467dacc3bab4bdba2c26/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5ab31278-8474-5fb0-b017-07fe457e9b85/5ab31278-8474-5fb0-b017-07fe457e9b85_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 771945,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bv/8b6b2c88a5cb467dacc3bab4bdba2c26/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-08',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 1.5 SDRIVE16DA',
'transmission': 'automatic',
'trim': '1.5 SDRIVE16DA',
'vin': None,
'year': 2022}
2026-03-26 22:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986086%27 HTTP/1.1" 200 None
2026-03-26 22:47:09 [ayvens.be] INFO: Saving data for 1986086: {'created_time': 1774565229.836965, 'last_price_update_time': 1774565229.836974, 'auction_closing_time': 1775028600.0}
2026-03-26 22:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986086') HTTP/1.1" 204 0
2026-03-26 22:47:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/dfaf8bfef9a44f1d96806ff0372f83b1/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/dfaf8bfef9a44f1d96806ff0372f83b1/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Ff49ef6afd0e840f094406c171b7b678f%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/f49ef6afd0e840f094406c171b7b678f/images/large/5.jpg not downloaded yet
2026-03-26 22:47:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74042d0>
2026-03-26 22:47:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_99135a3f-f7a2-5591-a39c-c1ee2be1dc46/99135a3f-f7a2-5591-a39c-c1ee2be1dc46_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Fdfaf8bfef9a44f1d96806ff0372f83b1%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/dfaf8bfef9a44f1d96806ff0372f83b1/images/large/8.jpg saved to cache
2026-03-26 22:47:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 99135a3f-f7a2-5591-a39c-c1ee2be1dc46
2026-03-26 22:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Ff49ef6afd0e840f094406c171b7b678f%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/f49ef6afd0e840f094406c171b7b678f/images/large/6.jpg not downloaded yet
2026-03-26 22:47:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/dfaf8bfef9a44f1d96806ff0372f83b1/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/dfaf8bfef9a44f1d96806ff0372f83b1/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bg/010a5d90af3244e3bdf61fc77de40404/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bg/010a5d90af3244e3bdf61fc77de40404/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Ff49ef6afd0e840f094406c171b7b678f%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/f49ef6afd0e840f094406c171b7b678f/images/large/7.jpg not downloaded yet
2026-03-26 22:47:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7268a10>
2026-03-26 22:47:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_99135a3f-f7a2-5591-a39c-c1ee2be1dc46/99135a3f-f7a2-5591-a39c-c1ee2be1dc46_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Fdfaf8bfef9a44f1d96806ff0372f83b1%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/dfaf8bfef9a44f1d96806ff0372f83b1/images/large/9.jpg saved to cache
2026-03-26 22:47:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 99135a3f-f7a2-5591-a39c-c1ee2be1dc46
2026-03-26 22:47:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79dfb90>
2026-03-26 22:47:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_99135a3f-f7a2-5591-a39c-c1ee2be1dc46/99135a3f-f7a2-5591-a39c-c1ee2be1dc46_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Fdfaf8bfef9a44f1d96806ff0372f83b1%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/dfaf8bfef9a44f1d96806ff0372f83b1/images/large/7.jpg saved to cache
2026-03-26 22:47:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 99135a3f-f7a2-5591-a39c-c1ee2be1dc46
2026-03-26 22:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Ff49ef6afd0e840f094406c171b7b678f%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/f49ef6afd0e840f094406c171b7b678f/images/large/8.jpg not downloaded yet
2026-03-26 22:47:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bg/010a5d90af3244e3bdf61fc77de40404/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Ff49ef6afd0e840f094406c171b7b678f%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/f49ef6afd0e840f094406c171b7b678f/images/large/9.jpg not downloaded yet
2026-03-26 22:47:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bg/010a5d90af3244e3bdf61fc77de40404/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b78c38d0>
2026-03-26 22:47:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_99135a3f-f7a2-5591-a39c-c1ee2be1dc46/99135a3f-f7a2-5591-a39c-c1ee2be1dc46_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Fdfaf8bfef9a44f1d96806ff0372f83b1%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/dfaf8bfef9a44f1d96806ff0372f83b1/images/large/6.jpg saved to cache
2026-03-26 22:47:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 99135a3f-f7a2-5591-a39c-c1ee2be1dc46
2026-03-26 22:47:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7451c50>
2026-03-26 22:47:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_99135a3f-f7a2-5591-a39c-c1ee2be1dc46/99135a3f-f7a2-5591-a39c-c1ee2be1dc46_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Fdfaf8bfef9a44f1d96806ff0372f83b1%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/dfaf8bfef9a44f1d96806ff0372f83b1/images/large/10.jpg saved to cache
2026-03-26 22:47:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 99135a3f-f7a2-5591-a39c-c1ee2be1dc46
2026-03-26 22:47:10 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 99135a3f-f7a2-5591-a39c-c1ee2be1dc46, skipping ID generation
2026-03-26 22:47:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 99135a3f-f7a2-5591-a39c-c1ee2be1dc46 with scrape type 1
2026-03-26 22:47:10 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 99135a3f-f7a2-5591-a39c-c1ee2be1dc46 sending to next pipeline
2026-03-26 22:47:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 99135a3f-f7a2-5591-a39c-c1ee2be1dc46, identifier: 1986087
2026-03-26 22:47:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77e8650>
2026-03-26 22:47:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1ac92778-2e6d-51b5-a3d8-10524ea99f71/1ac92778-2e6d-51b5-a3d8-10524ea99f71_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252F010a5d90af3244e3bdf61fc77de40404%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/010a5d90af3244e3bdf61fc77de40404/images/large/1.jpg saved to cache
2026-03-26 22:47:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 1ac92778-2e6d-51b5-a3d8-10524ea99f71
2026-03-26 22:47:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79cc890>
2026-03-26 22:47:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1ac92778-2e6d-51b5-a3d8-10524ea99f71/1ac92778-2e6d-51b5-a3d8-10524ea99f71_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252F010a5d90af3244e3bdf61fc77de40404%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/010a5d90af3244e3bdf61fc77de40404/images/large/5.jpg saved to cache
2026-03-26 22:47:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 1ac92778-2e6d-51b5-a3d8-10524ea99f71
2026-03-26 22:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Ff49ef6afd0e840f094406c171b7b678f%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/f49ef6afd0e840f094406c171b7b678f/images/large/10.jpg not downloaded yet
2026-03-26 22:47:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 99135a3f-f7a2-5591-a39c-c1ee2be1dc46 with identifier: 1986087
2026-03-26 22:47:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 99135a3f-f7a2-5591-a39c-c1ee2be1dc46 with identifier: 1986087
2026-03-26 22:47:10 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 99135a3f-f7a2-5591-a39c-c1ee2be1dc46 with identifier: 1986087 to the API
2026-03-26 22:47:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:47:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:47:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bs/dfaf8bfef9a44f1d96806ff0372f83b1/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.3L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'petrol',
'id': '99135a3f-f7a2-5591-a39c-c1ee2be1dc46',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'CLA SHOOTING BRAKE',
'odometer': 126334,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 16,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_99135a3f-f7a2-5591-a39c-c1ee2be1dc46/99135a3f-f7a2-5591-a39c-c1ee2be1dc46_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 573428,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/dfaf8bfef9a44f1d96806ff0372f83b1/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_99135a3f-f7a2-5591-a39c-c1ee2be1dc46/99135a3f-f7a2-5591-a39c-c1ee2be1dc46_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 583871,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/dfaf8bfef9a44f1d96806ff0372f83b1/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_99135a3f-f7a2-5591-a39c-c1ee2be1dc46/99135a3f-f7a2-5591-a39c-c1ee2be1dc46_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 537282,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/dfaf8bfef9a44f1d96806ff0372f83b1/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_99135a3f-f7a2-5591-a39c-c1ee2be1dc46/99135a3f-f7a2-5591-a39c-c1ee2be1dc46_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 637443,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/dfaf8bfef9a44f1d96806ff0372f83b1/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_99135a3f-f7a2-5591-a39c-c1ee2be1dc46/99135a3f-f7a2-5591-a39c-c1ee2be1dc46_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 521385,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/dfaf8bfef9a44f1d96806ff0372f83b1/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_99135a3f-f7a2-5591-a39c-c1ee2be1dc46/99135a3f-f7a2-5591-a39c-c1ee2be1dc46_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 639597,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/dfaf8bfef9a44f1d96806ff0372f83b1/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_99135a3f-f7a2-5591-a39c-c1ee2be1dc46/99135a3f-f7a2-5591-a39c-c1ee2be1dc46_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 645747,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/dfaf8bfef9a44f1d96806ff0372f83b1/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_99135a3f-f7a2-5591-a39c-c1ee2be1dc46/99135a3f-f7a2-5591-a39c-c1ee2be1dc46_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 611546,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/dfaf8bfef9a44f1d96806ff0372f83b1/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_99135a3f-f7a2-5591-a39c-c1ee2be1dc46/99135a3f-f7a2-5591-a39c-c1ee2be1dc46_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 564575,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/dfaf8bfef9a44f1d96806ff0372f83b1/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_99135a3f-f7a2-5591-a39c-c1ee2be1dc46/99135a3f-f7a2-5591-a39c-c1ee2be1dc46_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 593568,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/dfaf8bfef9a44f1d96806ff0372f83b1/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-04',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLA SHOOTING BRAKE 1.3 CLA 250 E BUSINESS SOLUTION '
'DCT',
'transmission': 'automatic',
'trim': '1.3 CLA 250 E BUSINESS SOLUTION DCT',
'vin': None,
'year': 2022}
2026-03-26 22:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986087%27 HTTP/1.1" 200 None
2026-03-26 22:47:11 [ayvens.be] INFO: Saving data for 1986087: {'created_time': 1774565231.083902, 'last_price_update_time': 1774565231.083913, 'auction_closing_time': 1775028600.0}
2026-03-26 22:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986087') HTTP/1.1" 204 0
2026-03-26 22:47:11 [ayvens.be] INFO: Found listing with ID: 1986090
2026-03-26 22:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986090%27 HTTP/1.1" 200 None
2026-03-26 22:47:11 [ayvens.be] INFO: Scrape type for 1986090: 1
2026-03-26 22:47:11 [ayvens.be] INFO: Extracting data for car ID: 1986090
2026-03-26 22:47:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ab8e390a-818c-5cb0-8ed8-efc7879adb32 with identifier: 1986090
2026-03-26 22:47:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab8e390a-818c-5cb0-8ed8-efc7879adb32 with scrape type 1
2026-03-26 22:47:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item ab8e390a-818c-5cb0-8ed8-efc7879adb32
2026-03-26 22:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cv%252F963dd281967047d8bb8931f029766451%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cv/963dd281967047d8bb8931f029766451/images/large/1.jpg not downloaded yet
2026-03-26 22:47:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bg/010a5d90af3244e3bdf61fc77de40404/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cv%252F963dd281967047d8bb8931f029766451%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cv/963dd281967047d8bb8931f029766451/images/large/2.jpg not downloaded yet
2026-03-26 22:47:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7409150>
2026-03-26 22:47:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1ac92778-2e6d-51b5-a3d8-10524ea99f71/1ac92778-2e6d-51b5-a3d8-10524ea99f71_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252F010a5d90af3244e3bdf61fc77de40404%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/010a5d90af3244e3bdf61fc77de40404/images/large/4.jpg saved to cache
2026-03-26 22:47:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 1ac92778-2e6d-51b5-a3d8-10524ea99f71
2026-03-26 22:47:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77eae50>
2026-03-26 22:47:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1ac92778-2e6d-51b5-a3d8-10524ea99f71/1ac92778-2e6d-51b5-a3d8-10524ea99f71_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252F010a5d90af3244e3bdf61fc77de40404%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/010a5d90af3244e3bdf61fc77de40404/images/large/6.jpg saved to cache
2026-03-26 22:47:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 1ac92778-2e6d-51b5-a3d8-10524ea99f71
2026-03-26 22:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cv%252F963dd281967047d8bb8931f029766451%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cv/963dd281967047d8bb8931f029766451/images/large/3.jpg not downloaded yet
2026-03-26 22:47:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bg/010a5d90af3244e3bdf61fc77de40404/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cv%252F963dd281967047d8bb8931f029766451%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cv/963dd281967047d8bb8931f029766451/images/large/4.jpg not downloaded yet
2026-03-26 22:47:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b726b1d0>
2026-03-26 22:47:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1ac92778-2e6d-51b5-a3d8-10524ea99f71/1ac92778-2e6d-51b5-a3d8-10524ea99f71_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252F010a5d90af3244e3bdf61fc77de40404%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/010a5d90af3244e3bdf61fc77de40404/images/large/7.jpg saved to cache
2026-03-26 22:47:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 1ac92778-2e6d-51b5-a3d8-10524ea99f71
2026-03-26 22:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cv%252F963dd281967047d8bb8931f029766451%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cv/963dd281967047d8bb8931f029766451/images/large/5.jpg not downloaded yet
2026-03-26 22:47:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bg/010a5d90af3244e3bdf61fc77de40404/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bg/010a5d90af3244e3bdf61fc77de40404/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/f49ef6afd0e840f094406c171b7b678f/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/f49ef6afd0e840f094406c171b7b678f/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bg/010a5d90af3244e3bdf61fc77de40404/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bg/010a5d90af3244e3bdf61fc77de40404/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cv%252F963dd281967047d8bb8931f029766451%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cv/963dd281967047d8bb8931f029766451/images/large/6.jpg not downloaded yet
2026-03-26 22:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cv%252F963dd281967047d8bb8931f029766451%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cv/963dd281967047d8bb8931f029766451/images/large/7.jpg not downloaded yet
2026-03-26 22:47:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79f0410>
2026-03-26 22:47:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1ac92778-2e6d-51b5-a3d8-10524ea99f71/1ac92778-2e6d-51b5-a3d8-10524ea99f71_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252F010a5d90af3244e3bdf61fc77de40404%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/010a5d90af3244e3bdf61fc77de40404/images/large/3.jpg saved to cache
2026-03-26 22:47:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 1ac92778-2e6d-51b5-a3d8-10524ea99f71
2026-03-26 22:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cv%252F963dd281967047d8bb8931f029766451%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cv/963dd281967047d8bb8931f029766451/images/large/8.jpg not downloaded yet
2026-03-26 22:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cv%252F963dd281967047d8bb8931f029766451%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cv/963dd281967047d8bb8931f029766451/images/large/9.jpg not downloaded yet
2026-03-26 22:47:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/f49ef6afd0e840f094406c171b7b678f/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7567c90>
2026-03-26 22:47:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1ac92778-2e6d-51b5-a3d8-10524ea99f71/1ac92778-2e6d-51b5-a3d8-10524ea99f71_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252F010a5d90af3244e3bdf61fc77de40404%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/010a5d90af3244e3bdf61fc77de40404/images/large/2.jpg saved to cache
2026-03-26 22:47:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 1ac92778-2e6d-51b5-a3d8-10524ea99f71
2026-03-26 22:47:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7744550>
2026-03-26 22:47:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1ac92778-2e6d-51b5-a3d8-10524ea99f71/1ac92778-2e6d-51b5-a3d8-10524ea99f71_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252F010a5d90af3244e3bdf61fc77de40404%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/010a5d90af3244e3bdf61fc77de40404/images/large/10.jpg saved to cache
2026-03-26 22:47:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 1ac92778-2e6d-51b5-a3d8-10524ea99f71
2026-03-26 22:47:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c80b50>
2026-03-26 22:47:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f2278d22-bc6b-5ae7-a622-e79eb64ea72e/f2278d22-bc6b-5ae7-a622-e79eb64ea72e_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Ff49ef6afd0e840f094406c171b7b678f%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/f49ef6afd0e840f094406c171b7b678f/images/large/2.jpg saved to cache
2026-03-26 22:47:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item f2278d22-bc6b-5ae7-a622-e79eb64ea72e
2026-03-26 22:47:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c832d0>
2026-03-26 22:47:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f2278d22-bc6b-5ae7-a622-e79eb64ea72e/f2278d22-bc6b-5ae7-a622-e79eb64ea72e_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Ff49ef6afd0e840f094406c171b7b678f%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/f49ef6afd0e840f094406c171b7b678f/images/large/1.jpg saved to cache
2026-03-26 22:47:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item f2278d22-bc6b-5ae7-a622-e79eb64ea72e
2026-03-26 22:47:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7490650>
2026-03-26 22:47:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1ac92778-2e6d-51b5-a3d8-10524ea99f71/1ac92778-2e6d-51b5-a3d8-10524ea99f71_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252F010a5d90af3244e3bdf61fc77de40404%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/010a5d90af3244e3bdf61fc77de40404/images/large/9.jpg saved to cache
2026-03-26 22:47:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 1ac92778-2e6d-51b5-a3d8-10524ea99f71
2026-03-26 22:47:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7491a90>
2026-03-26 22:47:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1ac92778-2e6d-51b5-a3d8-10524ea99f71/1ac92778-2e6d-51b5-a3d8-10524ea99f71_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252F010a5d90af3244e3bdf61fc77de40404%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/010a5d90af3244e3bdf61fc77de40404/images/large/8.jpg saved to cache
2026-03-26 22:47:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 1ac92778-2e6d-51b5-a3d8-10524ea99f71
2026-03-26 22:47:12 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1ac92778-2e6d-51b5-a3d8-10524ea99f71, skipping ID generation
2026-03-26 22:47:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1ac92778-2e6d-51b5-a3d8-10524ea99f71 with scrape type 1
2026-03-26 22:47:12 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1ac92778-2e6d-51b5-a3d8-10524ea99f71 sending to next pipeline
2026-03-26 22:47:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 1ac92778-2e6d-51b5-a3d8-10524ea99f71, identifier: 1986088
2026-03-26 22:47:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/f49ef6afd0e840f094406c171b7b678f/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cv%252F963dd281967047d8bb8931f029766451%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cv/963dd281967047d8bb8931f029766451/images/large/10.jpg not downloaded yet
2026-03-26 22:47:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 1ac92778-2e6d-51b5-a3d8-10524ea99f71 with identifier: 1986088
2026-03-26 22:47:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 1ac92778-2e6d-51b5-a3d8-10524ea99f71 with identifier: 1986088
2026-03-26 22:47:12 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 1ac92778-2e6d-51b5-a3d8-10524ea99f71 with identifier: 1986088 to the API
2026-03-26 22:47:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:47:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:47:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bg/010a5d90af3244e3bdf61fc77de40404/images/large/8.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 4,
'engine': '',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'electric',
'id': '1ac92778-2e6d-51b5-a3d8-10524ea99f71',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'TESLA',
'model': 'MODEL 3',
'odometer': 107659,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 23,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1ac92778-2e6d-51b5-a3d8-10524ea99f71/1ac92778-2e6d-51b5-a3d8-10524ea99f71_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 626747,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bg/010a5d90af3244e3bdf61fc77de40404/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1ac92778-2e6d-51b5-a3d8-10524ea99f71/1ac92778-2e6d-51b5-a3d8-10524ea99f71_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 676209,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bg/010a5d90af3244e3bdf61fc77de40404/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1ac92778-2e6d-51b5-a3d8-10524ea99f71/1ac92778-2e6d-51b5-a3d8-10524ea99f71_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 611076,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bg/010a5d90af3244e3bdf61fc77de40404/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1ac92778-2e6d-51b5-a3d8-10524ea99f71/1ac92778-2e6d-51b5-a3d8-10524ea99f71_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 633536,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bg/010a5d90af3244e3bdf61fc77de40404/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1ac92778-2e6d-51b5-a3d8-10524ea99f71/1ac92778-2e6d-51b5-a3d8-10524ea99f71_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 603595,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bg/010a5d90af3244e3bdf61fc77de40404/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1ac92778-2e6d-51b5-a3d8-10524ea99f71/1ac92778-2e6d-51b5-a3d8-10524ea99f71_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 614006,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bg/010a5d90af3244e3bdf61fc77de40404/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1ac92778-2e6d-51b5-a3d8-10524ea99f71/1ac92778-2e6d-51b5-a3d8-10524ea99f71_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 531057,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bg/010a5d90af3244e3bdf61fc77de40404/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1ac92778-2e6d-51b5-a3d8-10524ea99f71/1ac92778-2e6d-51b5-a3d8-10524ea99f71_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 778569,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bg/010a5d90af3244e3bdf61fc77de40404/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1ac92778-2e6d-51b5-a3d8-10524ea99f71/1ac92778-2e6d-51b5-a3d8-10524ea99f71_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 790099,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bg/010a5d90af3244e3bdf61fc77de40404/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1ac92778-2e6d-51b5-a3d8-10524ea99f71/1ac92778-2e6d-51b5-a3d8-10524ea99f71_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 713016,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bg/010a5d90af3244e3bdf61fc77de40404/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-12',
'seats_number': 5,
'seller_name': None,
'title': 'TESLA MODEL 3 75 KWH LONG RANGE DUAL MOTOR 4WD AUTO',
'transmission': 'automatic',
'trim': '75 KWH LONG RANGE DUAL MOTOR 4WD AUTO',
'vin': None,
'year': 2021}
2026-03-26 22:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986088%27 HTTP/1.1" 200 None
2026-03-26 22:47:12 [ayvens.be] INFO: Saving data for 1986088: {'created_time': 1774565232.902704, 'last_price_update_time': 1774565232.902715, 'auction_closing_time': 1775028600.0}
2026-03-26 22:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986088') HTTP/1.1" 204 0
2026-03-26 22:47:12 [ayvens.be] INFO: Found listing with ID: 1986091
2026-03-26 22:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986091%27 HTTP/1.1" 200 None
2026-03-26 22:47:12 [ayvens.be] INFO: Scrape type for 1986091: 1
2026-03-26 22:47:12 [ayvens.be] INFO: Extracting data for car ID: 1986091
2026-03-26 22:47:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e679bfcc-7b17-50d8-b2fb-cb19d684a68d with identifier: 1986091
2026-03-26 22:47:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e679bfcc-7b17-50d8-b2fb-cb19d684a68d with scrape type 1
2026-03-26 22:47:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item e679bfcc-7b17-50d8-b2fb-cb19d684a68d
2026-03-26 22:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bk%252Ff1b3467900684d4f9455135f7ddc136b%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bk/f1b3467900684d4f9455135f7ddc136b/images/large/1.jpg not downloaded yet
2026-03-26 22:47:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/f49ef6afd0e840f094406c171b7b678f/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/f49ef6afd0e840f094406c171b7b678f/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/f49ef6afd0e840f094406c171b7b678f/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bk%252Ff1b3467900684d4f9455135f7ddc136b%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bk/f1b3467900684d4f9455135f7ddc136b/images/large/2.jpg not downloaded yet
2026-03-26 22:47:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b741cd10>
2026-03-26 22:47:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f2278d22-bc6b-5ae7-a622-e79eb64ea72e/f2278d22-bc6b-5ae7-a622-e79eb64ea72e_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Ff49ef6afd0e840f094406c171b7b678f%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/f49ef6afd0e840f094406c171b7b678f/images/large/3.jpg saved to cache
2026-03-26 22:47:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item f2278d22-bc6b-5ae7-a622-e79eb64ea72e
2026-03-26 22:47:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74e7a50>
2026-03-26 22:47:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f2278d22-bc6b-5ae7-a622-e79eb64ea72e/f2278d22-bc6b-5ae7-a622-e79eb64ea72e_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Ff49ef6afd0e840f094406c171b7b678f%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/f49ef6afd0e840f094406c171b7b678f/images/large/4.jpg saved to cache
2026-03-26 22:47:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item f2278d22-bc6b-5ae7-a622-e79eb64ea72e
2026-03-26 22:47:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/f49ef6afd0e840f094406c171b7b678f/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/f49ef6afd0e840f094406c171b7b678f/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/f49ef6afd0e840f094406c171b7b678f/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bk%252Ff1b3467900684d4f9455135f7ddc136b%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bk/f1b3467900684d4f9455135f7ddc136b/images/large/3.jpg not downloaded yet
2026-03-26 22:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bk%252Ff1b3467900684d4f9455135f7ddc136b%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bk/f1b3467900684d4f9455135f7ddc136b/images/large/4.jpg not downloaded yet
2026-03-26 22:47:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79fa390>
2026-03-26 22:47:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f2278d22-bc6b-5ae7-a622-e79eb64ea72e/f2278d22-bc6b-5ae7-a622-e79eb64ea72e_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Ff49ef6afd0e840f094406c171b7b678f%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/f49ef6afd0e840f094406c171b7b678f/images/large/10.jpg saved to cache
2026-03-26 22:47:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item f2278d22-bc6b-5ae7-a622-e79eb64ea72e
2026-03-26 22:47:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7424f10>
2026-03-26 22:47:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f2278d22-bc6b-5ae7-a622-e79eb64ea72e/f2278d22-bc6b-5ae7-a622-e79eb64ea72e_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Ff49ef6afd0e840f094406c171b7b678f%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/f49ef6afd0e840f094406c171b7b678f/images/large/6.jpg saved to cache
2026-03-26 22:47:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item f2278d22-bc6b-5ae7-a622-e79eb64ea72e
2026-03-26 22:47:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76ef610>
2026-03-26 22:47:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f2278d22-bc6b-5ae7-a622-e79eb64ea72e/f2278d22-bc6b-5ae7-a622-e79eb64ea72e_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Ff49ef6afd0e840f094406c171b7b678f%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/f49ef6afd0e840f094406c171b7b678f/images/large/5.jpg saved to cache
2026-03-26 22:47:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item f2278d22-bc6b-5ae7-a622-e79eb64ea72e
2026-03-26 22:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bk%252Ff1b3467900684d4f9455135f7ddc136b%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bk/f1b3467900684d4f9455135f7ddc136b/images/large/5.jpg not downloaded yet
2026-03-26 22:47:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cv/963dd281967047d8bb8931f029766451/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bk%252Ff1b3467900684d4f9455135f7ddc136b%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bk/f1b3467900684d4f9455135f7ddc136b/images/large/6.jpg not downloaded yet
2026-03-26 22:47:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd4c8790>
2026-03-26 22:47:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f2278d22-bc6b-5ae7-a622-e79eb64ea72e/f2278d22-bc6b-5ae7-a622-e79eb64ea72e_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Ff49ef6afd0e840f094406c171b7b678f%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/f49ef6afd0e840f094406c171b7b678f/images/large/8.jpg saved to cache
2026-03-26 22:47:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item f2278d22-bc6b-5ae7-a622-e79eb64ea72e
2026-03-26 22:47:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7411e50>
2026-03-26 22:47:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f2278d22-bc6b-5ae7-a622-e79eb64ea72e/f2278d22-bc6b-5ae7-a622-e79eb64ea72e_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Ff49ef6afd0e840f094406c171b7b678f%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/f49ef6afd0e840f094406c171b7b678f/images/large/7.jpg saved to cache
2026-03-26 22:47:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item f2278d22-bc6b-5ae7-a622-e79eb64ea72e
2026-03-26 22:47:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6dc0610>
2026-03-26 22:47:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f2278d22-bc6b-5ae7-a622-e79eb64ea72e/f2278d22-bc6b-5ae7-a622-e79eb64ea72e_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Ff49ef6afd0e840f094406c171b7b678f%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/f49ef6afd0e840f094406c171b7b678f/images/large/9.jpg saved to cache
2026-03-26 22:47:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item f2278d22-bc6b-5ae7-a622-e79eb64ea72e
2026-03-26 22:47:13 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f2278d22-bc6b-5ae7-a622-e79eb64ea72e, skipping ID generation
2026-03-26 22:47:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f2278d22-bc6b-5ae7-a622-e79eb64ea72e with scrape type 1
2026-03-26 22:47:13 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f2278d22-bc6b-5ae7-a622-e79eb64ea72e sending to next pipeline
2026-03-26 22:47:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: f2278d22-bc6b-5ae7-a622-e79eb64ea72e, identifier: 1986089
2026-03-26 22:47:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: f2278d22-bc6b-5ae7-a622-e79eb64ea72e with identifier: 1986089
2026-03-26 22:47:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: f2278d22-bc6b-5ae7-a622-e79eb64ea72e with identifier: 1986089
2026-03-26 22:47:14 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: f2278d22-bc6b-5ae7-a622-e79eb64ea72e with identifier: 1986089 to the API
2026-03-26 22:47:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:47:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:47:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bs/f49ef6afd0e840f094406c171b7b678f/images/large/9.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.3L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'petrol',
'id': 'f2278d22-bc6b-5ae7-a622-e79eb64ea72e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'CLA SHOOTING BRAKE',
'odometer': 119957,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 17,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f2278d22-bc6b-5ae7-a622-e79eb64ea72e/f2278d22-bc6b-5ae7-a622-e79eb64ea72e_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 597991,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/f49ef6afd0e840f094406c171b7b678f/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f2278d22-bc6b-5ae7-a622-e79eb64ea72e/f2278d22-bc6b-5ae7-a622-e79eb64ea72e_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 598399,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/f49ef6afd0e840f094406c171b7b678f/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f2278d22-bc6b-5ae7-a622-e79eb64ea72e/f2278d22-bc6b-5ae7-a622-e79eb64ea72e_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 607487,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/f49ef6afd0e840f094406c171b7b678f/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f2278d22-bc6b-5ae7-a622-e79eb64ea72e/f2278d22-bc6b-5ae7-a622-e79eb64ea72e_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 633306,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/f49ef6afd0e840f094406c171b7b678f/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f2278d22-bc6b-5ae7-a622-e79eb64ea72e/f2278d22-bc6b-5ae7-a622-e79eb64ea72e_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 549207,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/f49ef6afd0e840f094406c171b7b678f/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f2278d22-bc6b-5ae7-a622-e79eb64ea72e/f2278d22-bc6b-5ae7-a622-e79eb64ea72e_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 551997,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/f49ef6afd0e840f094406c171b7b678f/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f2278d22-bc6b-5ae7-a622-e79eb64ea72e/f2278d22-bc6b-5ae7-a622-e79eb64ea72e_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 646655,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/f49ef6afd0e840f094406c171b7b678f/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f2278d22-bc6b-5ae7-a622-e79eb64ea72e/f2278d22-bc6b-5ae7-a622-e79eb64ea72e_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 628444,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/f49ef6afd0e840f094406c171b7b678f/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f2278d22-bc6b-5ae7-a622-e79eb64ea72e/f2278d22-bc6b-5ae7-a622-e79eb64ea72e_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 606175,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/f49ef6afd0e840f094406c171b7b678f/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f2278d22-bc6b-5ae7-a622-e79eb64ea72e/f2278d22-bc6b-5ae7-a622-e79eb64ea72e_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 488925,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/f49ef6afd0e840f094406c171b7b678f/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-04',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLA SHOOTING BRAKE 1.3 CLA 250 E BUSINESS SOLUTION '
'DCT',
'transmission': 'automatic',
'trim': '1.3 CLA 250 E BUSINESS SOLUTION DCT',
'vin': None,
'year': 2022}
2026-03-26 22:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986089%27 HTTP/1.1" 200 None
2026-03-26 22:47:14 [ayvens.be] INFO: Saving data for 1986089: {'created_time': 1774565234.429851, 'last_price_update_time': 1774565234.42986, 'auction_closing_time': 1775028600.0}
2026-03-26 22:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986089') HTTP/1.1" 204 0
2026-03-26 22:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bk%252Ff1b3467900684d4f9455135f7ddc136b%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bk/f1b3467900684d4f9455135f7ddc136b/images/large/7.jpg not downloaded yet
2026-03-26 22:47:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cv/963dd281967047d8bb8931f029766451/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bk%252Ff1b3467900684d4f9455135f7ddc136b%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bk/f1b3467900684d4f9455135f7ddc136b/images/large/8.jpg not downloaded yet
2026-03-26 22:47:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7439e10>
2026-03-26 22:47:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ab8e390a-818c-5cb0-8ed8-efc7879adb32/ab8e390a-818c-5cb0-8ed8-efc7879adb32_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cv%252F963dd281967047d8bb8931f029766451%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cv/963dd281967047d8bb8931f029766451/images/large/1.jpg saved to cache
2026-03-26 22:47:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item ab8e390a-818c-5cb0-8ed8-efc7879adb32
2026-03-26 22:47:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cv/963dd281967047d8bb8931f029766451/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cv/963dd281967047d8bb8931f029766451/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cv/963dd281967047d8bb8931f029766451/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bk%252Ff1b3467900684d4f9455135f7ddc136b%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bk/f1b3467900684d4f9455135f7ddc136b/images/large/9.jpg not downloaded yet
2026-03-26 22:47:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cv/963dd281967047d8bb8931f029766451/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cv/963dd281967047d8bb8931f029766451/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cv/963dd281967047d8bb8931f029766451/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bk%252Ff1b3467900684d4f9455135f7ddc136b%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bk/f1b3467900684d4f9455135f7ddc136b/images/large/10.jpg not downloaded yet
2026-03-26 22:47:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b72686d0>
2026-03-26 22:47:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ab8e390a-818c-5cb0-8ed8-efc7879adb32/ab8e390a-818c-5cb0-8ed8-efc7879adb32_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cv%252F963dd281967047d8bb8931f029766451%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cv/963dd281967047d8bb8931f029766451/images/large/2.jpg saved to cache
2026-03-26 22:47:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item ab8e390a-818c-5cb0-8ed8-efc7879adb32
2026-03-26 22:47:14 [ayvens.be] INFO: Found listing with ID: 1986092
2026-03-26 22:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986092%27 HTTP/1.1" 200 None
2026-03-26 22:47:14 [ayvens.be] INFO: Scrape type for 1986092: 1
2026-03-26 22:47:14 [ayvens.be] INFO: Extracting data for car ID: 1986092
2026-03-26 22:47:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5180510f-bf8c-5918-b9d0-c59c4af40884 with identifier: 1986092
2026-03-26 22:47:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5180510f-bf8c-5918-b9d0-c59c4af40884 with scrape type 1
2026-03-26 22:47:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 5180510f-bf8c-5918-b9d0-c59c4af40884
2026-03-26 22:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F190f38257f44487aa16a30dc5b9b4ec3%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/190f38257f44487aa16a30dc5b9b4ec3/images/large/1.jpg not downloaded yet
2026-03-26 22:47:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cv/963dd281967047d8bb8931f029766451/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F190f38257f44487aa16a30dc5b9b4ec3%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/190f38257f44487aa16a30dc5b9b4ec3/images/large/2.jpg not downloaded yet
2026-03-26 22:47:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77d4410>
2026-03-26 22:47:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ab8e390a-818c-5cb0-8ed8-efc7879adb32/ab8e390a-818c-5cb0-8ed8-efc7879adb32_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cv%252F963dd281967047d8bb8931f029766451%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cv/963dd281967047d8bb8931f029766451/images/large/3.jpg saved to cache
2026-03-26 22:47:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item ab8e390a-818c-5cb0-8ed8-efc7879adb32
2026-03-26 22:47:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b792fd90>
2026-03-26 22:47:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ab8e390a-818c-5cb0-8ed8-efc7879adb32/ab8e390a-818c-5cb0-8ed8-efc7879adb32_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cv%252F963dd281967047d8bb8931f029766451%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cv/963dd281967047d8bb8931f029766451/images/large/5.jpg saved to cache
2026-03-26 22:47:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item ab8e390a-818c-5cb0-8ed8-efc7879adb32
2026-03-26 22:47:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b746d090>
2026-03-26 22:47:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ab8e390a-818c-5cb0-8ed8-efc7879adb32/ab8e390a-818c-5cb0-8ed8-efc7879adb32_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cv%252F963dd281967047d8bb8931f029766451%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cv/963dd281967047d8bb8931f029766451/images/large/6.jpg saved to cache
2026-03-26 22:47:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item ab8e390a-818c-5cb0-8ed8-efc7879adb32
2026-03-26 22:47:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74bc5d0>
2026-03-26 22:47:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ab8e390a-818c-5cb0-8ed8-efc7879adb32/ab8e390a-818c-5cb0-8ed8-efc7879adb32_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:47:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cv%252F963dd281967047d8bb8931f029766451%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cv/963dd281967047d8bb8931f029766451/images/large/7.jpg saved to cache
2026-03-26 22:47:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item ab8e390a-818c-5cb0-8ed8-efc7879adb32
2026-03-26 22:47:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7491890>
2026-03-26 22:47:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ab8e390a-818c-5cb0-8ed8-efc7879adb32/ab8e390a-818c-5cb0-8ed8-efc7879adb32_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:47:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cv%252F963dd281967047d8bb8931f029766451%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cv/963dd281967047d8bb8931f029766451/images/large/4.jpg saved to cache
2026-03-26 22:47:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item ab8e390a-818c-5cb0-8ed8-efc7879adb32
2026-03-26 22:47:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79d7c90>
2026-03-26 22:47:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ab8e390a-818c-5cb0-8ed8-efc7879adb32/ab8e390a-818c-5cb0-8ed8-efc7879adb32_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:47:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cv%252F963dd281967047d8bb8931f029766451%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cv/963dd281967047d8bb8931f029766451/images/large/8.jpg saved to cache
2026-03-26 22:47:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item ab8e390a-818c-5cb0-8ed8-efc7879adb32
2026-03-26 22:47:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F190f38257f44487aa16a30dc5b9b4ec3%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/190f38257f44487aa16a30dc5b9b4ec3/images/large/3.jpg not downloaded yet
2026-03-26 22:47:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cv/963dd281967047d8bb8931f029766451/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F190f38257f44487aa16a30dc5b9b4ec3%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/190f38257f44487aa16a30dc5b9b4ec3/images/large/4.jpg not downloaded yet
2026-03-26 22:47:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F190f38257f44487aa16a30dc5b9b4ec3%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/190f38257f44487aa16a30dc5b9b4ec3/images/large/5.jpg not downloaded yet
2026-03-26 22:47:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74020d0>
2026-03-26 22:47:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ab8e390a-818c-5cb0-8ed8-efc7879adb32/ab8e390a-818c-5cb0-8ed8-efc7879adb32_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:47:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cv%252F963dd281967047d8bb8931f029766451%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cv/963dd281967047d8bb8931f029766451/images/large/10.jpg saved to cache
2026-03-26 22:47:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item ab8e390a-818c-5cb0-8ed8-efc7879adb32
2026-03-26 22:47:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bk/f1b3467900684d4f9455135f7ddc136b/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bk/f1b3467900684d4f9455135f7ddc136b/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F190f38257f44487aa16a30dc5b9b4ec3%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/190f38257f44487aa16a30dc5b9b4ec3/images/large/6.jpg not downloaded yet
2026-03-26 22:47:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bk/f1b3467900684d4f9455135f7ddc136b/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bk/f1b3467900684d4f9455135f7ddc136b/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bk/f1b3467900684d4f9455135f7ddc136b/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F190f38257f44487aa16a30dc5b9b4ec3%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/190f38257f44487aa16a30dc5b9b4ec3/images/large/7.jpg not downloaded yet
2026-03-26 22:47:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bk/f1b3467900684d4f9455135f7ddc136b/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e28310>
2026-03-26 22:47:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ab8e390a-818c-5cb0-8ed8-efc7879adb32/ab8e390a-818c-5cb0-8ed8-efc7879adb32_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:47:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cv%252F963dd281967047d8bb8931f029766451%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cv/963dd281967047d8bb8931f029766451/images/large/9.jpg saved to cache
2026-03-26 22:47:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item ab8e390a-818c-5cb0-8ed8-efc7879adb32
2026-03-26 22:47:15 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ab8e390a-818c-5cb0-8ed8-efc7879adb32, skipping ID generation
2026-03-26 22:47:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab8e390a-818c-5cb0-8ed8-efc7879adb32 with scrape type 1
2026-03-26 22:47:15 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ab8e390a-818c-5cb0-8ed8-efc7879adb32 sending to next pipeline
2026-03-26 22:47:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: ab8e390a-818c-5cb0-8ed8-efc7879adb32, identifier: 1986090
2026-03-26 22:47:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bk/f1b3467900684d4f9455135f7ddc136b/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F190f38257f44487aa16a30dc5b9b4ec3%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/190f38257f44487aa16a30dc5b9b4ec3/images/large/8.jpg not downloaded yet
2026-03-26 22:47:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: ab8e390a-818c-5cb0-8ed8-efc7879adb32 with identifier: 1986090
2026-03-26 22:47:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: ab8e390a-818c-5cb0-8ed8-efc7879adb32 with identifier: 1986090
2026-03-26 22:47:15 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: ab8e390a-818c-5cb0-8ed8-efc7879adb32 with identifier: 1986090 to the API
2026-03-26 22:47:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:47:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:47:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2cv/963dd281967047d8bb8931f029766451/images/large/9.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'diesel',
'id': 'ab8e390a-818c-5cb0-8ed8-efc7879adb32',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': 'RIFTER SWB DIESEL',
'odometer': 171461,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 15,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ab8e390a-818c-5cb0-8ed8-efc7879adb32/ab8e390a-818c-5cb0-8ed8-efc7879adb32_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 608760,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cv/963dd281967047d8bb8931f029766451/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ab8e390a-818c-5cb0-8ed8-efc7879adb32/ab8e390a-818c-5cb0-8ed8-efc7879adb32_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 649625,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cv/963dd281967047d8bb8931f029766451/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ab8e390a-818c-5cb0-8ed8-efc7879adb32/ab8e390a-818c-5cb0-8ed8-efc7879adb32_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 551569,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cv/963dd281967047d8bb8931f029766451/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ab8e390a-818c-5cb0-8ed8-efc7879adb32/ab8e390a-818c-5cb0-8ed8-efc7879adb32_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 663088,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cv/963dd281967047d8bb8931f029766451/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ab8e390a-818c-5cb0-8ed8-efc7879adb32/ab8e390a-818c-5cb0-8ed8-efc7879adb32_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 579463,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cv/963dd281967047d8bb8931f029766451/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ab8e390a-818c-5cb0-8ed8-efc7879adb32/ab8e390a-818c-5cb0-8ed8-efc7879adb32_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 563507,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cv/963dd281967047d8bb8931f029766451/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ab8e390a-818c-5cb0-8ed8-efc7879adb32/ab8e390a-818c-5cb0-8ed8-efc7879adb32_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 651255,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cv/963dd281967047d8bb8931f029766451/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ab8e390a-818c-5cb0-8ed8-efc7879adb32/ab8e390a-818c-5cb0-8ed8-efc7879adb32_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 683813,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cv/963dd281967047d8bb8931f029766451/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ab8e390a-818c-5cb0-8ed8-efc7879adb32/ab8e390a-818c-5cb0-8ed8-efc7879adb32_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 560338,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cv/963dd281967047d8bb8931f029766451/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ab8e390a-818c-5cb0-8ed8-efc7879adb32/ab8e390a-818c-5cb0-8ed8-efc7879adb32_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 557317,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cv/963dd281967047d8bb8931f029766451/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-13',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT RIFTER SWB DIESEL 1.5 BlueHDi Standard Allure AGC S&S',
'transmission': 'manual',
'trim': '1.5 BlueHDi Standard Allure AGC S&S',
'vin': None,
'year': 2022}
2026-03-26 22:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986090%27 HTTP/1.1" 200 None
2026-03-26 22:47:16 [ayvens.be] INFO: Saving data for 1986090: {'created_time': 1774565236.091017, 'last_price_update_time': 1774565236.091027, 'auction_closing_time': 1775028600.0}
2026-03-26 22:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986090') HTTP/1.1" 204 0
2026-03-26 22:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F190f38257f44487aa16a30dc5b9b4ec3%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/190f38257f44487aa16a30dc5b9b4ec3/images/large/9.jpg not downloaded yet
2026-03-26 22:47:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7412850>
2026-03-26 22:47:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e679bfcc-7b17-50d8-b2fb-cb19d684a68d/e679bfcc-7b17-50d8-b2fb-cb19d684a68d_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bk%252Ff1b3467900684d4f9455135f7ddc136b%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bk/f1b3467900684d4f9455135f7ddc136b/images/large/3.jpg saved to cache
2026-03-26 22:47:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item e679bfcc-7b17-50d8-b2fb-cb19d684a68d
2026-03-26 22:47:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7449810>
2026-03-26 22:47:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e679bfcc-7b17-50d8-b2fb-cb19d684a68d/e679bfcc-7b17-50d8-b2fb-cb19d684a68d_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bk%252Ff1b3467900684d4f9455135f7ddc136b%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bk/f1b3467900684d4f9455135f7ddc136b/images/large/1.jpg saved to cache
2026-03-26 22:47:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item e679bfcc-7b17-50d8-b2fb-cb19d684a68d
2026-03-26 22:47:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7ccef90>
2026-03-26 22:47:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e679bfcc-7b17-50d8-b2fb-cb19d684a68d/e679bfcc-7b17-50d8-b2fb-cb19d684a68d_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bk%252Ff1b3467900684d4f9455135f7ddc136b%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bk/f1b3467900684d4f9455135f7ddc136b/images/large/2.jpg saved to cache
2026-03-26 22:47:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item e679bfcc-7b17-50d8-b2fb-cb19d684a68d
2026-03-26 22:47:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c76bd0>
2026-03-26 22:47:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e679bfcc-7b17-50d8-b2fb-cb19d684a68d/e679bfcc-7b17-50d8-b2fb-cb19d684a68d_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bk%252Ff1b3467900684d4f9455135f7ddc136b%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bk/f1b3467900684d4f9455135f7ddc136b/images/large/6.jpg saved to cache
2026-03-26 22:47:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item e679bfcc-7b17-50d8-b2fb-cb19d684a68d
2026-03-26 22:47:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7ccd7d0>
2026-03-26 22:47:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e679bfcc-7b17-50d8-b2fb-cb19d684a68d/e679bfcc-7b17-50d8-b2fb-cb19d684a68d_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bk%252Ff1b3467900684d4f9455135f7ddc136b%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bk/f1b3467900684d4f9455135f7ddc136b/images/large/5.jpg saved to cache
2026-03-26 22:47:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item e679bfcc-7b17-50d8-b2fb-cb19d684a68d
2026-03-26 22:47:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b72fdfd0>
2026-03-26 22:47:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e679bfcc-7b17-50d8-b2fb-cb19d684a68d/e679bfcc-7b17-50d8-b2fb-cb19d684a68d_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bk%252Ff1b3467900684d4f9455135f7ddc136b%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bk/f1b3467900684d4f9455135f7ddc136b/images/large/4.jpg saved to cache
2026-03-26 22:47:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item e679bfcc-7b17-50d8-b2fb-cb19d684a68d
2026-03-26 22:47:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74ade10>
2026-03-26 22:47:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e679bfcc-7b17-50d8-b2fb-cb19d684a68d/e679bfcc-7b17-50d8-b2fb-cb19d684a68d_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bk%252Ff1b3467900684d4f9455135f7ddc136b%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bk/f1b3467900684d4f9455135f7ddc136b/images/large/7.jpg saved to cache
2026-03-26 22:47:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item e679bfcc-7b17-50d8-b2fb-cb19d684a68d
2026-03-26 22:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F190f38257f44487aa16a30dc5b9b4ec3%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/190f38257f44487aa16a30dc5b9b4ec3/images/large/10.jpg not downloaded yet
2026-03-26 22:47:16 [ayvens.be] INFO: Found listing with ID: 1986093
2026-03-26 22:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986093%27 HTTP/1.1" 200 None
2026-03-26 22:47:16 [ayvens.be] INFO: Scrape type for 1986093: 1
2026-03-26 22:47:16 [ayvens.be] INFO: Extracting data for car ID: 1986093
2026-03-26 22:47:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b90900cd-b928-549e-9757-b894d285e993 with identifier: 1986093
2026-03-26 22:47:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b90900cd-b928-549e-9757-b894d285e993 with scrape type 1
2026-03-26 22:47:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item b90900cd-b928-549e-9757-b894d285e993
2026-03-26 22:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F7602ca708c2549bd91dcdd67ba71e636%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/7602ca708c2549bd91dcdd67ba71e636/images/large/1.jpg not downloaded yet
2026-03-26 22:47:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bk/f1b3467900684d4f9455135f7ddc136b/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F7602ca708c2549bd91dcdd67ba71e636%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/7602ca708c2549bd91dcdd67ba71e636/images/large/2.jpg not downloaded yet
2026-03-26 22:47:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bk/f1b3467900684d4f9455135f7ddc136b/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F7602ca708c2549bd91dcdd67ba71e636%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/7602ca708c2549bd91dcdd67ba71e636/images/large/3.jpg not downloaded yet
2026-03-26 22:47:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bk/f1b3467900684d4f9455135f7ddc136b/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ab/190f38257f44487aa16a30dc5b9b4ec3/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ab/190f38257f44487aa16a30dc5b9b4ec3/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ab/190f38257f44487aa16a30dc5b9b4ec3/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ab/190f38257f44487aa16a30dc5b9b4ec3/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F7602ca708c2549bd91dcdd67ba71e636%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/7602ca708c2549bd91dcdd67ba71e636/images/large/4.jpg not downloaded yet
2026-03-26 22:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F7602ca708c2549bd91dcdd67ba71e636%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/7602ca708c2549bd91dcdd67ba71e636/images/large/5.jpg not downloaded yet
2026-03-26 22:47:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ab/190f38257f44487aa16a30dc5b9b4ec3/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F7602ca708c2549bd91dcdd67ba71e636%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/7602ca708c2549bd91dcdd67ba71e636/images/large/6.jpg not downloaded yet
2026-03-26 22:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F7602ca708c2549bd91dcdd67ba71e636%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/7602ca708c2549bd91dcdd67ba71e636/images/large/7.jpg not downloaded yet
2026-03-26 22:47:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c6a150>
2026-03-26 22:47:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e679bfcc-7b17-50d8-b2fb-cb19d684a68d/e679bfcc-7b17-50d8-b2fb-cb19d684a68d_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bk%252Ff1b3467900684d4f9455135f7ddc136b%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bk/f1b3467900684d4f9455135f7ddc136b/images/large/8.jpg saved to cache
2026-03-26 22:47:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item e679bfcc-7b17-50d8-b2fb-cb19d684a68d
2026-03-26 22:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F7602ca708c2549bd91dcdd67ba71e636%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/7602ca708c2549bd91dcdd67ba71e636/images/large/8.jpg not downloaded yet
2026-03-26 22:47:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c69c90>
2026-03-26 22:47:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e679bfcc-7b17-50d8-b2fb-cb19d684a68d/e679bfcc-7b17-50d8-b2fb-cb19d684a68d_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bk%252Ff1b3467900684d4f9455135f7ddc136b%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bk/f1b3467900684d4f9455135f7ddc136b/images/large/10.jpg saved to cache
2026-03-26 22:47:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item e679bfcc-7b17-50d8-b2fb-cb19d684a68d
2026-03-26 22:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F7602ca708c2549bd91dcdd67ba71e636%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/7602ca708c2549bd91dcdd67ba71e636/images/large/9.jpg not downloaded yet
2026-03-26 22:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F7602ca708c2549bd91dcdd67ba71e636%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/7602ca708c2549bd91dcdd67ba71e636/images/large/10.jpg not downloaded yet
2026-03-26 22:47:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6df3b10>
2026-03-26 22:47:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e679bfcc-7b17-50d8-b2fb-cb19d684a68d/e679bfcc-7b17-50d8-b2fb-cb19d684a68d_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bk%252Ff1b3467900684d4f9455135f7ddc136b%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bk/f1b3467900684d4f9455135f7ddc136b/images/large/9.jpg saved to cache
2026-03-26 22:47:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item e679bfcc-7b17-50d8-b2fb-cb19d684a68d
2026-03-26 22:47:17 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e679bfcc-7b17-50d8-b2fb-cb19d684a68d, skipping ID generation
2026-03-26 22:47:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e679bfcc-7b17-50d8-b2fb-cb19d684a68d with scrape type 1
2026-03-26 22:47:17 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e679bfcc-7b17-50d8-b2fb-cb19d684a68d sending to next pipeline
2026-03-26 22:47:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: e679bfcc-7b17-50d8-b2fb-cb19d684a68d, identifier: 1986091
2026-03-26 22:47:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6da42d0>
2026-03-26 22:47:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5180510f-bf8c-5918-b9d0-c59c4af40884/5180510f-bf8c-5918-b9d0-c59c4af40884_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F190f38257f44487aa16a30dc5b9b4ec3%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/190f38257f44487aa16a30dc5b9b4ec3/images/large/1.jpg saved to cache
2026-03-26 22:47:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 5180510f-bf8c-5918-b9d0-c59c4af40884
2026-03-26 22:47:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c760d0>
2026-03-26 22:47:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5180510f-bf8c-5918-b9d0-c59c4af40884/5180510f-bf8c-5918-b9d0-c59c4af40884_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F190f38257f44487aa16a30dc5b9b4ec3%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/190f38257f44487aa16a30dc5b9b4ec3/images/large/4.jpg saved to cache
2026-03-26 22:47:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 5180510f-bf8c-5918-b9d0-c59c4af40884
2026-03-26 22:47:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76c52d0>
2026-03-26 22:47:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5180510f-bf8c-5918-b9d0-c59c4af40884/5180510f-bf8c-5918-b9d0-c59c4af40884_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F190f38257f44487aa16a30dc5b9b4ec3%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/190f38257f44487aa16a30dc5b9b4ec3/images/large/3.jpg saved to cache
2026-03-26 22:47:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 5180510f-bf8c-5918-b9d0-c59c4af40884
2026-03-26 22:47:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7ccdb50>
2026-03-26 22:47:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5180510f-bf8c-5918-b9d0-c59c4af40884/5180510f-bf8c-5918-b9d0-c59c4af40884_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F190f38257f44487aa16a30dc5b9b4ec3%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/190f38257f44487aa16a30dc5b9b4ec3/images/large/2.jpg saved to cache
2026-03-26 22:47:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 5180510f-bf8c-5918-b9d0-c59c4af40884
2026-03-26 22:47:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b72ff910>
2026-03-26 22:47:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5180510f-bf8c-5918-b9d0-c59c4af40884/5180510f-bf8c-5918-b9d0-c59c4af40884_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F190f38257f44487aa16a30dc5b9b4ec3%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/190f38257f44487aa16a30dc5b9b4ec3/images/large/5.jpg saved to cache
2026-03-26 22:47:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 5180510f-bf8c-5918-b9d0-c59c4af40884
2026-03-26 22:47:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: e679bfcc-7b17-50d8-b2fb-cb19d684a68d with identifier: 1986091
2026-03-26 22:47:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: e679bfcc-7b17-50d8-b2fb-cb19d684a68d with identifier: 1986091
2026-03-26 22:47:18 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: e679bfcc-7b17-50d8-b2fb-cb19d684a68d with identifier: 1986091 to the API
2026-03-26 22:47:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:47:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:47:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bk/f1b3467900684d4f9455135f7ddc136b/images/large/9.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'electric',
'id': 'e679bfcc-7b17-50d8-b2fb-cb19d684a68d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'EQC',
'odometer': 171408,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 17,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e679bfcc-7b17-50d8-b2fb-cb19d684a68d/e679bfcc-7b17-50d8-b2fb-cb19d684a68d_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 605177,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bk/f1b3467900684d4f9455135f7ddc136b/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e679bfcc-7b17-50d8-b2fb-cb19d684a68d/e679bfcc-7b17-50d8-b2fb-cb19d684a68d_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 642241,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bk/f1b3467900684d4f9455135f7ddc136b/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e679bfcc-7b17-50d8-b2fb-cb19d684a68d/e679bfcc-7b17-50d8-b2fb-cb19d684a68d_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 638302,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bk/f1b3467900684d4f9455135f7ddc136b/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e679bfcc-7b17-50d8-b2fb-cb19d684a68d/e679bfcc-7b17-50d8-b2fb-cb19d684a68d_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 693995,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bk/f1b3467900684d4f9455135f7ddc136b/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e679bfcc-7b17-50d8-b2fb-cb19d684a68d/e679bfcc-7b17-50d8-b2fb-cb19d684a68d_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 574542,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bk/f1b3467900684d4f9455135f7ddc136b/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e679bfcc-7b17-50d8-b2fb-cb19d684a68d/e679bfcc-7b17-50d8-b2fb-cb19d684a68d_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 556372,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bk/f1b3467900684d4f9455135f7ddc136b/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e679bfcc-7b17-50d8-b2fb-cb19d684a68d/e679bfcc-7b17-50d8-b2fb-cb19d684a68d_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 606750,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bk/f1b3467900684d4f9455135f7ddc136b/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e679bfcc-7b17-50d8-b2fb-cb19d684a68d/e679bfcc-7b17-50d8-b2fb-cb19d684a68d_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 689583,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bk/f1b3467900684d4f9455135f7ddc136b/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e679bfcc-7b17-50d8-b2fb-cb19d684a68d/e679bfcc-7b17-50d8-b2fb-cb19d684a68d_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 668941,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bk/f1b3467900684d4f9455135f7ddc136b/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e679bfcc-7b17-50d8-b2fb-cb19d684a68d/e679bfcc-7b17-50d8-b2fb-cb19d684a68d_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 604641,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bk/f1b3467900684d4f9455135f7ddc136b/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-27',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ EQC BEV 80KWH EQC 400 4M BUSINESS SOL AMG',
'transmission': 'automatic',
'trim': 'BEV 80KWH EQC 400 4M BUSINESS SOL AMG',
'vin': None,
'year': 2021}
2026-03-26 22:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986091%27 HTTP/1.1" 200 None
2026-03-26 22:47:18 [ayvens.be] INFO: Saving data for 1986091: {'created_time': 1774565238.383889, 'last_price_update_time': 1774565238.383898, 'auction_closing_time': 1775028600.0}
2026-03-26 22:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986091') HTTP/1.1" 204 0
2026-03-26 22:47:18 [ayvens.be] INFO: Found listing with ID: 1986094
2026-03-26 22:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986094%27 HTTP/1.1" 200 None
2026-03-26 22:47:18 [ayvens.be] INFO: Scrape type for 1986094: 1
2026-03-26 22:47:18 [ayvens.be] INFO: Extracting data for car ID: 1986094
2026-03-26 22:47:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2210c3c3-db88-5842-8418-cbfbdbf20245 with identifier: 1986094
2026-03-26 22:47:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2210c3c3-db88-5842-8418-cbfbdbf20245 with scrape type 1
2026-03-26 22:47:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 2210c3c3-db88-5842-8418-cbfbdbf20245
2026-03-26 22:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F03eeeb06daaa46428d8e5b90fe4dd13a%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/03eeeb06daaa46428d8e5b90fe4dd13a/images/large/1.jpg not downloaded yet
2026-03-26 22:47:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ab/190f38257f44487aa16a30dc5b9b4ec3/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F03eeeb06daaa46428d8e5b90fe4dd13a%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/03eeeb06daaa46428d8e5b90fe4dd13a/images/large/2.jpg not downloaded yet
2026-03-26 22:47:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ab/190f38257f44487aa16a30dc5b9b4ec3/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F03eeeb06daaa46428d8e5b90fe4dd13a%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/03eeeb06daaa46428d8e5b90fe4dd13a/images/large/3.jpg not downloaded yet
2026-03-26 22:47:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ab/190f38257f44487aa16a30dc5b9b4ec3/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ab/190f38257f44487aa16a30dc5b9b4ec3/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/7602ca708c2549bd91dcdd67ba71e636/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F03eeeb06daaa46428d8e5b90fe4dd13a%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/03eeeb06daaa46428d8e5b90fe4dd13a/images/large/4.jpg not downloaded yet
2026-03-26 22:47:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ab/190f38257f44487aa16a30dc5b9b4ec3/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/7602ca708c2549bd91dcdd67ba71e636/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F03eeeb06daaa46428d8e5b90fe4dd13a%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/03eeeb06daaa46428d8e5b90fe4dd13a/images/large/5.jpg not downloaded yet
2026-03-26 22:47:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/7602ca708c2549bd91dcdd67ba71e636/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F03eeeb06daaa46428d8e5b90fe4dd13a%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/03eeeb06daaa46428d8e5b90fe4dd13a/images/large/6.jpg not downloaded yet
2026-03-26 22:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F03eeeb06daaa46428d8e5b90fe4dd13a%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/03eeeb06daaa46428d8e5b90fe4dd13a/images/large/7.jpg not downloaded yet
2026-03-26 22:47:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b748ba50>
2026-03-26 22:47:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5180510f-bf8c-5918-b9d0-c59c4af40884/5180510f-bf8c-5918-b9d0-c59c4af40884_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F190f38257f44487aa16a30dc5b9b4ec3%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/190f38257f44487aa16a30dc5b9b4ec3/images/large/6.jpg saved to cache
2026-03-26 22:47:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 5180510f-bf8c-5918-b9d0-c59c4af40884
2026-03-26 22:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F03eeeb06daaa46428d8e5b90fe4dd13a%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/03eeeb06daaa46428d8e5b90fe4dd13a/images/large/8.jpg not downloaded yet
2026-03-26 22:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F03eeeb06daaa46428d8e5b90fe4dd13a%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/03eeeb06daaa46428d8e5b90fe4dd13a/images/large/9.jpg not downloaded yet
2026-03-26 22:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F03eeeb06daaa46428d8e5b90fe4dd13a%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/03eeeb06daaa46428d8e5b90fe4dd13a/images/large/10.jpg not downloaded yet
2026-03-26 22:47:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c950d0>
2026-03-26 22:47:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5180510f-bf8c-5918-b9d0-c59c4af40884/5180510f-bf8c-5918-b9d0-c59c4af40884_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F190f38257f44487aa16a30dc5b9b4ec3%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/190f38257f44487aa16a30dc5b9b4ec3/images/large/7.jpg saved to cache
2026-03-26 22:47:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 5180510f-bf8c-5918-b9d0-c59c4af40884
2026-03-26 22:47:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7ceb4d0>
2026-03-26 22:47:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5180510f-bf8c-5918-b9d0-c59c4af40884/5180510f-bf8c-5918-b9d0-c59c4af40884_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F190f38257f44487aa16a30dc5b9b4ec3%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/190f38257f44487aa16a30dc5b9b4ec3/images/large/8.jpg saved to cache
2026-03-26 22:47:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 5180510f-bf8c-5918-b9d0-c59c4af40884
2026-03-26 22:47:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7591c50>
2026-03-26 22:47:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5180510f-bf8c-5918-b9d0-c59c4af40884/5180510f-bf8c-5918-b9d0-c59c4af40884_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F190f38257f44487aa16a30dc5b9b4ec3%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/190f38257f44487aa16a30dc5b9b4ec3/images/large/9.jpg saved to cache
2026-03-26 22:47:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 5180510f-bf8c-5918-b9d0-c59c4af40884
2026-03-26 22:47:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74dfbd0>
2026-03-26 22:47:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b90900cd-b928-549e-9757-b894d285e993/b90900cd-b928-549e-9757-b894d285e993_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F7602ca708c2549bd91dcdd67ba71e636%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/7602ca708c2549bd91dcdd67ba71e636/images/large/3.jpg saved to cache
2026-03-26 22:47:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item b90900cd-b928-549e-9757-b894d285e993
2026-03-26 22:47:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e36e10>
2026-03-26 22:47:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5180510f-bf8c-5918-b9d0-c59c4af40884/5180510f-bf8c-5918-b9d0-c59c4af40884_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F190f38257f44487aa16a30dc5b9b4ec3%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/190f38257f44487aa16a30dc5b9b4ec3/images/large/10.jpg saved to cache
2026-03-26 22:47:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 5180510f-bf8c-5918-b9d0-c59c4af40884
2026-03-26 22:47:19 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5180510f-bf8c-5918-b9d0-c59c4af40884, skipping ID generation
2026-03-26 22:47:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5180510f-bf8c-5918-b9d0-c59c4af40884 with scrape type 1
2026-03-26 22:47:19 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5180510f-bf8c-5918-b9d0-c59c4af40884 sending to next pipeline
2026-03-26 22:47:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 5180510f-bf8c-5918-b9d0-c59c4af40884, identifier: 1986092
2026-03-26 22:47:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c680d0>
2026-03-26 22:47:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b90900cd-b928-549e-9757-b894d285e993/b90900cd-b928-549e-9757-b894d285e993_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F7602ca708c2549bd91dcdd67ba71e636%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/7602ca708c2549bd91dcdd67ba71e636/images/large/1.jpg saved to cache
2026-03-26 22:47:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item b90900cd-b928-549e-9757-b894d285e993
2026-03-26 22:47:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7404910>
2026-03-26 22:47:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b90900cd-b928-549e-9757-b894d285e993/b90900cd-b928-549e-9757-b894d285e993_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F7602ca708c2549bd91dcdd67ba71e636%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/7602ca708c2549bd91dcdd67ba71e636/images/large/2.jpg saved to cache
2026-03-26 22:47:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item b90900cd-b928-549e-9757-b894d285e993
2026-03-26 22:47:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 5180510f-bf8c-5918-b9d0-c59c4af40884 with identifier: 1986092
2026-03-26 22:47:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 5180510f-bf8c-5918-b9d0-c59c4af40884 with identifier: 1986092
2026-03-26 22:47:19 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 5180510f-bf8c-5918-b9d0-c59c4af40884 with identifier: 1986092 to the API
2026-03-26 22:47:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:47:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:47:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2ab/190f38257f44487aa16a30dc5b9b4ec3/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.9L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'diesel',
'id': '5180510f-bf8c-5918-b9d0-c59c4af40884',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'GLE COUPAu2030',
'odometer': 108986,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 22,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5180510f-bf8c-5918-b9d0-c59c4af40884/5180510f-bf8c-5918-b9d0-c59c4af40884_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 689590,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ab/190f38257f44487aa16a30dc5b9b4ec3/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5180510f-bf8c-5918-b9d0-c59c4af40884/5180510f-bf8c-5918-b9d0-c59c4af40884_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 699639,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ab/190f38257f44487aa16a30dc5b9b4ec3/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5180510f-bf8c-5918-b9d0-c59c4af40884/5180510f-bf8c-5918-b9d0-c59c4af40884_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 696909,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ab/190f38257f44487aa16a30dc5b9b4ec3/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5180510f-bf8c-5918-b9d0-c59c4af40884/5180510f-bf8c-5918-b9d0-c59c4af40884_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 709160,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ab/190f38257f44487aa16a30dc5b9b4ec3/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5180510f-bf8c-5918-b9d0-c59c4af40884/5180510f-bf8c-5918-b9d0-c59c4af40884_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 680598,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ab/190f38257f44487aa16a30dc5b9b4ec3/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5180510f-bf8c-5918-b9d0-c59c4af40884/5180510f-bf8c-5918-b9d0-c59c4af40884_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 760541,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ab/190f38257f44487aa16a30dc5b9b4ec3/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5180510f-bf8c-5918-b9d0-c59c4af40884/5180510f-bf8c-5918-b9d0-c59c4af40884_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 634538,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ab/190f38257f44487aa16a30dc5b9b4ec3/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5180510f-bf8c-5918-b9d0-c59c4af40884/5180510f-bf8c-5918-b9d0-c59c4af40884_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 882737,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ab/190f38257f44487aa16a30dc5b9b4ec3/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5180510f-bf8c-5918-b9d0-c59c4af40884/5180510f-bf8c-5918-b9d0-c59c4af40884_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 847419,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ab/190f38257f44487aa16a30dc5b9b4ec3/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5180510f-bf8c-5918-b9d0-c59c4af40884/5180510f-bf8c-5918-b9d0-c59c4af40884_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 845730,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ab/190f38257f44487aa16a30dc5b9b4ec3/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-08',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ GLE COUPAu2030 2.0 GLE 350 DE 4MATIC 4WD AUTO',
'transmission': 'automatic',
'trim': '2.0 GLE 350 DE 4MATIC 4WD AUTO',
'vin': None,
'year': 2021}
2026-03-26 22:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986092%27 HTTP/1.1" 200 None
2026-03-26 22:47:20 [ayvens.be] INFO: Saving data for 1986092: {'created_time': 1774565240.064697, 'last_price_update_time': 1774565240.064706, 'auction_closing_time': 1775028600.0}
2026-03-26 22:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986092') HTTP/1.1" 204 0
2026-03-26 22:47:20 [ayvens.be] INFO: Found listing with ID: 1986095
2026-03-26 22:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986095%27 HTTP/1.1" 200 None
2026-03-26 22:47:20 [ayvens.be] INFO: Scrape type for 1986095: 1
2026-03-26 22:47:20 [ayvens.be] INFO: Extracting data for car ID: 1986095
2026-03-26 22:47:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 61b6d6b6-83de-527e-a30b-7d1dcea0a6a2 with identifier: 1986095
2026-03-26 22:47:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 61b6d6b6-83de-527e-a30b-7d1dcea0a6a2 with scrape type 1
2026-03-26 22:47:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 61b6d6b6-83de-527e-a30b-7d1dcea0a6a2
2026-03-26 22:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Fb9637912dc054098a3db21ea8cb813e0%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/b9637912dc054098a3db21ea8cb813e0/images/large/1.jpg not downloaded yet
2026-03-26 22:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Fb9637912dc054098a3db21ea8cb813e0%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/b9637912dc054098a3db21ea8cb813e0/images/large/2.jpg not downloaded yet
2026-03-26 22:47:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ab/03eeeb06daaa46428d8e5b90fe4dd13a/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Fb9637912dc054098a3db21ea8cb813e0%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/b9637912dc054098a3db21ea8cb813e0/images/large/3.jpg not downloaded yet
2026-03-26 22:47:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/7602ca708c2549bd91dcdd67ba71e636/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/7602ca708c2549bd91dcdd67ba71e636/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/7602ca708c2549bd91dcdd67ba71e636/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/7602ca708c2549bd91dcdd67ba71e636/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/7602ca708c2549bd91dcdd67ba71e636/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Fb9637912dc054098a3db21ea8cb813e0%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/b9637912dc054098a3db21ea8cb813e0/images/large/4.jpg not downloaded yet
2026-03-26 22:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Fb9637912dc054098a3db21ea8cb813e0%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/b9637912dc054098a3db21ea8cb813e0/images/large/5.jpg not downloaded yet
2026-03-26 22:47:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/7602ca708c2549bd91dcdd67ba71e636/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Fb9637912dc054098a3db21ea8cb813e0%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/b9637912dc054098a3db21ea8cb813e0/images/large/6.jpg not downloaded yet
2026-03-26 22:47:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/7602ca708c2549bd91dcdd67ba71e636/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Fb9637912dc054098a3db21ea8cb813e0%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/b9637912dc054098a3db21ea8cb813e0/images/large/7.jpg not downloaded yet
2026-03-26 22:47:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6d73c10>
2026-03-26 22:47:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2210c3c3-db88-5842-8418-cbfbdbf20245/2210c3c3-db88-5842-8418-cbfbdbf20245_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F03eeeb06daaa46428d8e5b90fe4dd13a%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/03eeeb06daaa46428d8e5b90fe4dd13a/images/large/1.jpg saved to cache
2026-03-26 22:47:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 2210c3c3-db88-5842-8418-cbfbdbf20245
2026-03-26 22:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Fb9637912dc054098a3db21ea8cb813e0%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/b9637912dc054098a3db21ea8cb813e0/images/large/8.jpg not downloaded yet
2026-03-26 22:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Fb9637912dc054098a3db21ea8cb813e0%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/b9637912dc054098a3db21ea8cb813e0/images/large/9.jpg not downloaded yet
2026-03-26 22:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Fb9637912dc054098a3db21ea8cb813e0%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/b9637912dc054098a3db21ea8cb813e0/images/large/10.jpg not downloaded yet
2026-03-26 22:47:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd0d09d0>
2026-03-26 22:47:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b90900cd-b928-549e-9757-b894d285e993/b90900cd-b928-549e-9757-b894d285e993_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F7602ca708c2549bd91dcdd67ba71e636%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/7602ca708c2549bd91dcdd67ba71e636/images/large/5.jpg saved to cache
2026-03-26 22:47:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item b90900cd-b928-549e-9757-b894d285e993
2026-03-26 22:47:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79f1350>
2026-03-26 22:47:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b90900cd-b928-549e-9757-b894d285e993/b90900cd-b928-549e-9757-b894d285e993_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F7602ca708c2549bd91dcdd67ba71e636%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/7602ca708c2549bd91dcdd67ba71e636/images/large/6.jpg saved to cache
2026-03-26 22:47:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item b90900cd-b928-549e-9757-b894d285e993
2026-03-26 22:47:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e34710>
2026-03-26 22:47:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b90900cd-b928-549e-9757-b894d285e993/b90900cd-b928-549e-9757-b894d285e993_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F7602ca708c2549bd91dcdd67ba71e636%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/7602ca708c2549bd91dcdd67ba71e636/images/large/7.jpg saved to cache
2026-03-26 22:47:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item b90900cd-b928-549e-9757-b894d285e993
2026-03-26 22:47:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79fa650>
2026-03-26 22:47:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b90900cd-b928-549e-9757-b894d285e993/b90900cd-b928-549e-9757-b894d285e993_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F7602ca708c2549bd91dcdd67ba71e636%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/7602ca708c2549bd91dcdd67ba71e636/images/large/9.jpg saved to cache
2026-03-26 22:47:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item b90900cd-b928-549e-9757-b894d285e993
2026-03-26 22:47:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7278910>
2026-03-26 22:47:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b90900cd-b928-549e-9757-b894d285e993/b90900cd-b928-549e-9757-b894d285e993_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F7602ca708c2549bd91dcdd67ba71e636%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/7602ca708c2549bd91dcdd67ba71e636/images/large/10.jpg saved to cache
2026-03-26 22:47:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item b90900cd-b928-549e-9757-b894d285e993
2026-03-26 22:47:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79fb6d0>
2026-03-26 22:47:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b90900cd-b928-549e-9757-b894d285e993/b90900cd-b928-549e-9757-b894d285e993_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F7602ca708c2549bd91dcdd67ba71e636%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/7602ca708c2549bd91dcdd67ba71e636/images/large/8.jpg saved to cache
2026-03-26 22:47:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item b90900cd-b928-549e-9757-b894d285e993
2026-03-26 22:47:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79f1b10>
2026-03-26 22:47:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b90900cd-b928-549e-9757-b894d285e993/b90900cd-b928-549e-9757-b894d285e993_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:47:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F7602ca708c2549bd91dcdd67ba71e636%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/7602ca708c2549bd91dcdd67ba71e636/images/large/4.jpg saved to cache
2026-03-26 22:47:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item b90900cd-b928-549e-9757-b894d285e993
2026-03-26 22:47:21 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b90900cd-b928-549e-9757-b894d285e993, skipping ID generation
2026-03-26 22:47:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b90900cd-b928-549e-9757-b894d285e993 with scrape type 1
2026-03-26 22:47:21 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b90900cd-b928-549e-9757-b894d285e993 sending to next pipeline
2026-03-26 22:47:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: b90900cd-b928-549e-9757-b894d285e993, identifier: 1986093
2026-03-26 22:47:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: b90900cd-b928-549e-9757-b894d285e993 with identifier: 1986093
2026-03-26 22:47:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: b90900cd-b928-549e-9757-b894d285e993 with identifier: 1986093
2026-03-26 22:47:21 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: b90900cd-b928-549e-9757-b894d285e993 with identifier: 1986093 to the API
2026-03-26 22:47:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:47:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:47:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bh/7602ca708c2549bd91dcdd67ba71e636/images/large/4.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.9L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'diesel',
'id': 'b90900cd-b928-549e-9757-b894d285e993',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'GLB',
'odometer': 133565,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 22,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b90900cd-b928-549e-9757-b894d285e993/b90900cd-b928-549e-9757-b894d285e993_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 737391,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/7602ca708c2549bd91dcdd67ba71e636/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b90900cd-b928-549e-9757-b894d285e993/b90900cd-b928-549e-9757-b894d285e993_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 754952,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/7602ca708c2549bd91dcdd67ba71e636/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b90900cd-b928-549e-9757-b894d285e993/b90900cd-b928-549e-9757-b894d285e993_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 747690,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/7602ca708c2549bd91dcdd67ba71e636/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b90900cd-b928-549e-9757-b894d285e993/b90900cd-b928-549e-9757-b894d285e993_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 768925,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/7602ca708c2549bd91dcdd67ba71e636/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b90900cd-b928-549e-9757-b894d285e993/b90900cd-b928-549e-9757-b894d285e993_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 733343,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/7602ca708c2549bd91dcdd67ba71e636/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b90900cd-b928-549e-9757-b894d285e993/b90900cd-b928-549e-9757-b894d285e993_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 775449,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/7602ca708c2549bd91dcdd67ba71e636/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b90900cd-b928-549e-9757-b894d285e993/b90900cd-b928-549e-9757-b894d285e993_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 682558,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/7602ca708c2549bd91dcdd67ba71e636/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b90900cd-b928-549e-9757-b894d285e993/b90900cd-b928-549e-9757-b894d285e993_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 790315,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/7602ca708c2549bd91dcdd67ba71e636/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b90900cd-b928-549e-9757-b894d285e993/b90900cd-b928-549e-9757-b894d285e993_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 781568,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/7602ca708c2549bd91dcdd67ba71e636/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b90900cd-b928-549e-9757-b894d285e993/b90900cd-b928-549e-9757-b894d285e993_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 759994,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/7602ca708c2549bd91dcdd67ba71e636/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ GLB 2.0 GLB 180 D BUSINESS SOLUTION',
'transmission': 'automatic',
'trim': '2.0 GLB 180 D BUSINESS SOLUTION',
'vin': None,
'year': 2021}
2026-03-26 22:47:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986093%27 HTTP/1.1" 200 None
2026-03-26 22:47:21 [ayvens.be] INFO: Saving data for 1986093: {'created_time': 1774565241.593402, 'last_price_update_time': 1774565241.593412, 'auction_closing_time': 1775028600.0}
2026-03-26 22:47:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986093') HTTP/1.1" 204 0
2026-03-26 22:47:21 [ayvens.be] INFO: Found listing with ID: 1986096
2026-03-26 22:47:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986096%27 HTTP/1.1" 200 None
2026-03-26 22:47:21 [ayvens.be] INFO: Scrape type for 1986096: 1
2026-03-26 22:47:21 [ayvens.be] INFO: Extracting data for car ID: 1986096
2026-03-26 22:47:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fda00ae2-cb85-5aaf-8fae-4fc7773133b1 with identifier: 1986096
2026-03-26 22:47:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fda00ae2-cb85-5aaf-8fae-4fc7773133b1 with scrape type 1
2026-03-26 22:47:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item fda00ae2-cb85-5aaf-8fae-4fc7773133b1
2026-03-26 22:47:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dw%252F66be59447e6d4eed9e9c717c747f5eb9%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dw/66be59447e6d4eed9e9c717c747f5eb9/images/large/1.jpg not downloaded yet
2026-03-26 22:47:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/b9637912dc054098a3db21ea8cb813e0/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dw%252F66be59447e6d4eed9e9c717c747f5eb9%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dw/66be59447e6d4eed9e9c717c747f5eb9/images/large/2.jpg not downloaded yet
2026-03-26 22:47:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ab/03eeeb06daaa46428d8e5b90fe4dd13a/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dw%252F66be59447e6d4eed9e9c717c747f5eb9%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dw/66be59447e6d4eed9e9c717c747f5eb9/images/large/3.jpg not downloaded yet
2026-03-26 22:47:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dw%252F66be59447e6d4eed9e9c717c747f5eb9%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dw/66be59447e6d4eed9e9c717c747f5eb9/images/large/4.jpg not downloaded yet
2026-03-26 22:47:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ab/03eeeb06daaa46428d8e5b90fe4dd13a/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ab/03eeeb06daaa46428d8e5b90fe4dd13a/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ab/03eeeb06daaa46428d8e5b90fe4dd13a/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dw%252F66be59447e6d4eed9e9c717c747f5eb9%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dw/66be59447e6d4eed9e9c717c747f5eb9/images/large/5.jpg not downloaded yet
2026-03-26 22:47:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ab/03eeeb06daaa46428d8e5b90fe4dd13a/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dw%252F66be59447e6d4eed9e9c717c747f5eb9%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dw/66be59447e6d4eed9e9c717c747f5eb9/images/large/6.jpg not downloaded yet
2026-03-26 22:47:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ab/03eeeb06daaa46428d8e5b90fe4dd13a/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dw%252F66be59447e6d4eed9e9c717c747f5eb9%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dw/66be59447e6d4eed9e9c717c747f5eb9/images/large/7.jpg not downloaded yet
2026-03-26 22:47:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79d4510>
2026-03-26 22:47:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_61b6d6b6-83de-527e-a30b-7d1dcea0a6a2/61b6d6b6-83de-527e-a30b-7d1dcea0a6a2_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:47:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Fb9637912dc054098a3db21ea8cb813e0%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/b9637912dc054098a3db21ea8cb813e0/images/large/1.jpg saved to cache
2026-03-26 22:47:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 61b6d6b6-83de-527e-a30b-7d1dcea0a6a2
2026-03-26 22:47:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dw%252F66be59447e6d4eed9e9c717c747f5eb9%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dw/66be59447e6d4eed9e9c717c747f5eb9/images/large/8.jpg not downloaded yet
2026-03-26 22:47:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dw%252F66be59447e6d4eed9e9c717c747f5eb9%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dw/66be59447e6d4eed9e9c717c747f5eb9/images/large/9.jpg not downloaded yet
2026-03-26 22:47:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76a6950>
2026-03-26 22:47:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2210c3c3-db88-5842-8418-cbfbdbf20245/2210c3c3-db88-5842-8418-cbfbdbf20245_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:47:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F03eeeb06daaa46428d8e5b90fe4dd13a%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/03eeeb06daaa46428d8e5b90fe4dd13a/images/large/7.jpg saved to cache
2026-03-26 22:47:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 2210c3c3-db88-5842-8418-cbfbdbf20245
2026-03-26 22:47:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7565190>
2026-03-26 22:47:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2210c3c3-db88-5842-8418-cbfbdbf20245/2210c3c3-db88-5842-8418-cbfbdbf20245_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:47:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F03eeeb06daaa46428d8e5b90fe4dd13a%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/03eeeb06daaa46428d8e5b90fe4dd13a/images/large/6.jpg saved to cache
2026-03-26 22:47:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 2210c3c3-db88-5842-8418-cbfbdbf20245
2026-03-26 22:47:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7449850>
2026-03-26 22:47:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2210c3c3-db88-5842-8418-cbfbdbf20245/2210c3c3-db88-5842-8418-cbfbdbf20245_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:47:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F03eeeb06daaa46428d8e5b90fe4dd13a%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/03eeeb06daaa46428d8e5b90fe4dd13a/images/large/10.jpg saved to cache
2026-03-26 22:47:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 2210c3c3-db88-5842-8418-cbfbdbf20245
2026-03-26 22:47:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76a6490>
2026-03-26 22:47:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2210c3c3-db88-5842-8418-cbfbdbf20245/2210c3c3-db88-5842-8418-cbfbdbf20245_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:47:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F03eeeb06daaa46428d8e5b90fe4dd13a%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/03eeeb06daaa46428d8e5b90fe4dd13a/images/large/3.jpg saved to cache
2026-03-26 22:47:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 2210c3c3-db88-5842-8418-cbfbdbf20245
2026-03-26 22:47:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7566950>
2026-03-26 22:47:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2210c3c3-db88-5842-8418-cbfbdbf20245/2210c3c3-db88-5842-8418-cbfbdbf20245_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:47:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F03eeeb06daaa46428d8e5b90fe4dd13a%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/03eeeb06daaa46428d8e5b90fe4dd13a/images/large/2.jpg saved to cache
2026-03-26 22:47:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 2210c3c3-db88-5842-8418-cbfbdbf20245
2026-03-26 22:47:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dw%252F66be59447e6d4eed9e9c717c747f5eb9%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dw/66be59447e6d4eed9e9c717c747f5eb9/images/large/10.jpg not downloaded yet
2026-03-26 22:47:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd0cf990>
2026-03-26 22:47:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2210c3c3-db88-5842-8418-cbfbdbf20245/2210c3c3-db88-5842-8418-cbfbdbf20245_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:47:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F03eeeb06daaa46428d8e5b90fe4dd13a%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/03eeeb06daaa46428d8e5b90fe4dd13a/images/large/8.jpg saved to cache
2026-03-26 22:47:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 2210c3c3-db88-5842-8418-cbfbdbf20245
2026-03-26 22:47:22 [ayvens.be] INFO: Found listing with ID: 1986097
2026-03-26 22:47:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986097%27 HTTP/1.1" 200 None
2026-03-26 22:47:22 [ayvens.be] INFO: Scrape type for 1986097: 1
2026-03-26 22:47:22 [ayvens.be] INFO: Extracting data for car ID: 1986097
2026-03-26 22:47:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b897af89-92d5-5fd7-96fb-123d33a94a50 with identifier: 1986097
2026-03-26 22:47:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b897af89-92d5-5fd7-96fb-123d33a94a50 with scrape type 1
2026-03-26 22:47:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item b897af89-92d5-5fd7-96fb-123d33a94a50
2026-03-26 22:47:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ac%252Fce8f75c04693462aa0f9ffb661e19a57%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ac/ce8f75c04693462aa0f9ffb661e19a57/images/large/1.jpg not downloaded yet
2026-03-26 22:47:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/b9637912dc054098a3db21ea8cb813e0/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ac%252Fce8f75c04693462aa0f9ffb661e19a57%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ac/ce8f75c04693462aa0f9ffb661e19a57/images/large/2.jpg not downloaded yet
2026-03-26 22:47:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ab/03eeeb06daaa46428d8e5b90fe4dd13a/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/b9637912dc054098a3db21ea8cb813e0/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ac%252Fce8f75c04693462aa0f9ffb661e19a57%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ac/ce8f75c04693462aa0f9ffb661e19a57/images/large/3.jpg not downloaded yet
2026-03-26 22:47:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dw/66be59447e6d4eed9e9c717c747f5eb9/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ac%252Fce8f75c04693462aa0f9ffb661e19a57%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ac/ce8f75c04693462aa0f9ffb661e19a57/images/large/4.jpg not downloaded yet
2026-03-26 22:47:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/b9637912dc054098a3db21ea8cb813e0/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/b9637912dc054098a3db21ea8cb813e0/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ab/03eeeb06daaa46428d8e5b90fe4dd13a/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ac%252Fce8f75c04693462aa0f9ffb661e19a57%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ac/ce8f75c04693462aa0f9ffb661e19a57/images/large/5.jpg not downloaded yet
2026-03-26 22:47:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ac%252Fce8f75c04693462aa0f9ffb661e19a57%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ac/ce8f75c04693462aa0f9ffb661e19a57/images/large/6.jpg not downloaded yet
2026-03-26 22:47:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ab/03eeeb06daaa46428d8e5b90fe4dd13a/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ac%252Fce8f75c04693462aa0f9ffb661e19a57%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ac/ce8f75c04693462aa0f9ffb661e19a57/images/large/7.jpg not downloaded yet
2026-03-26 22:47:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7649cd0>
2026-03-26 22:47:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_61b6d6b6-83de-527e-a30b-7d1dcea0a6a2/61b6d6b6-83de-527e-a30b-7d1dcea0a6a2_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:47:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Fb9637912dc054098a3db21ea8cb813e0%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/b9637912dc054098a3db21ea8cb813e0/images/large/2.jpg saved to cache
2026-03-26 22:47:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 61b6d6b6-83de-527e-a30b-7d1dcea0a6a2
2026-03-26 22:47:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ac%252Fce8f75c04693462aa0f9ffb661e19a57%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ac/ce8f75c04693462aa0f9ffb661e19a57/images/large/8.jpg not downloaded yet
2026-03-26 22:47:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7475d50>
2026-03-26 22:47:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2210c3c3-db88-5842-8418-cbfbdbf20245/2210c3c3-db88-5842-8418-cbfbdbf20245_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:47:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F03eeeb06daaa46428d8e5b90fe4dd13a%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/03eeeb06daaa46428d8e5b90fe4dd13a/images/large/5.jpg saved to cache
2026-03-26 22:47:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 2210c3c3-db88-5842-8418-cbfbdbf20245
2026-03-26 22:47:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7448310>
2026-03-26 22:47:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_61b6d6b6-83de-527e-a30b-7d1dcea0a6a2/61b6d6b6-83de-527e-a30b-7d1dcea0a6a2_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:47:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Fb9637912dc054098a3db21ea8cb813e0%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/b9637912dc054098a3db21ea8cb813e0/images/large/4.jpg saved to cache
2026-03-26 22:47:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 61b6d6b6-83de-527e-a30b-7d1dcea0a6a2
2026-03-26 22:47:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ac%252Fce8f75c04693462aa0f9ffb661e19a57%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ac/ce8f75c04693462aa0f9ffb661e19a57/images/large/9.jpg not downloaded yet
2026-03-26 22:47:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/b9637912dc054098a3db21ea8cb813e0/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ac%252Fce8f75c04693462aa0f9ffb661e19a57%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ac/ce8f75c04693462aa0f9ffb661e19a57/images/large/10.jpg not downloaded yet
2026-03-26 22:47:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7b35d10>
2026-03-26 22:47:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fda00ae2-cb85-5aaf-8fae-4fc7773133b1/fda00ae2-cb85-5aaf-8fae-4fc7773133b1_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dw%252F66be59447e6d4eed9e9c717c747f5eb9%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dw/66be59447e6d4eed9e9c717c747f5eb9/images/large/1.jpg saved to cache
2026-03-26 22:47:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item fda00ae2-cb85-5aaf-8fae-4fc7773133b1
2026-03-26 22:47:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c5ee90>
2026-03-26 22:47:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_61b6d6b6-83de-527e-a30b-7d1dcea0a6a2/61b6d6b6-83de-527e-a30b-7d1dcea0a6a2_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Fb9637912dc054098a3db21ea8cb813e0%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/b9637912dc054098a3db21ea8cb813e0/images/large/3.jpg saved to cache
2026-03-26 22:47:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 61b6d6b6-83de-527e-a30b-7d1dcea0a6a2
2026-03-26 22:47:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7440410>
2026-03-26 22:47:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_61b6d6b6-83de-527e-a30b-7d1dcea0a6a2/61b6d6b6-83de-527e-a30b-7d1dcea0a6a2_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Fb9637912dc054098a3db21ea8cb813e0%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/b9637912dc054098a3db21ea8cb813e0/images/large/10.jpg saved to cache
2026-03-26 22:47:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 61b6d6b6-83de-527e-a30b-7d1dcea0a6a2
2026-03-26 22:47:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e2b190>
2026-03-26 22:47:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2210c3c3-db88-5842-8418-cbfbdbf20245/2210c3c3-db88-5842-8418-cbfbdbf20245_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F03eeeb06daaa46428d8e5b90fe4dd13a%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/03eeeb06daaa46428d8e5b90fe4dd13a/images/large/4.jpg saved to cache
2026-03-26 22:47:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 2210c3c3-db88-5842-8418-cbfbdbf20245
2026-03-26 22:47:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7747950>
2026-03-26 22:47:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2210c3c3-db88-5842-8418-cbfbdbf20245/2210c3c3-db88-5842-8418-cbfbdbf20245_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F03eeeb06daaa46428d8e5b90fe4dd13a%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/03eeeb06daaa46428d8e5b90fe4dd13a/images/large/9.jpg saved to cache
2026-03-26 22:47:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 2210c3c3-db88-5842-8418-cbfbdbf20245
2026-03-26 22:47:23 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2210c3c3-db88-5842-8418-cbfbdbf20245, skipping ID generation
2026-03-26 22:47:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2210c3c3-db88-5842-8418-cbfbdbf20245 with scrape type 1
2026-03-26 22:47:23 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2210c3c3-db88-5842-8418-cbfbdbf20245 sending to next pipeline
2026-03-26 22:47:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 2210c3c3-db88-5842-8418-cbfbdbf20245, identifier: 1986094
2026-03-26 22:47:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 2210c3c3-db88-5842-8418-cbfbdbf20245 with identifier: 1986094
2026-03-26 22:47:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 2210c3c3-db88-5842-8418-cbfbdbf20245 with identifier: 1986094
2026-03-26 22:47:23 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 2210c3c3-db88-5842-8418-cbfbdbf20245 with identifier: 1986094 to the API
2026-03-26 22:47:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:47:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:47:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2ab/03eeeb06daaa46428d8e5b90fe4dd13a/images/large/9.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'petrol',
'id': '2210c3c3-db88-5842-8418-cbfbdbf20245',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'VOLVO',
'model': 'XC40',
'odometer': 147472,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 23,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2210c3c3-db88-5842-8418-cbfbdbf20245/2210c3c3-db88-5842-8418-cbfbdbf20245_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 646743,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ab/03eeeb06daaa46428d8e5b90fe4dd13a/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2210c3c3-db88-5842-8418-cbfbdbf20245/2210c3c3-db88-5842-8418-cbfbdbf20245_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 678096,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ab/03eeeb06daaa46428d8e5b90fe4dd13a/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2210c3c3-db88-5842-8418-cbfbdbf20245/2210c3c3-db88-5842-8418-cbfbdbf20245_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 660401,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ab/03eeeb06daaa46428d8e5b90fe4dd13a/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2210c3c3-db88-5842-8418-cbfbdbf20245/2210c3c3-db88-5842-8418-cbfbdbf20245_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 659889,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ab/03eeeb06daaa46428d8e5b90fe4dd13a/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2210c3c3-db88-5842-8418-cbfbdbf20245/2210c3c3-db88-5842-8418-cbfbdbf20245_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 643780,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ab/03eeeb06daaa46428d8e5b90fe4dd13a/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2210c3c3-db88-5842-8418-cbfbdbf20245/2210c3c3-db88-5842-8418-cbfbdbf20245_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 709768,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ab/03eeeb06daaa46428d8e5b90fe4dd13a/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2210c3c3-db88-5842-8418-cbfbdbf20245/2210c3c3-db88-5842-8418-cbfbdbf20245_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 644043,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ab/03eeeb06daaa46428d8e5b90fe4dd13a/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2210c3c3-db88-5842-8418-cbfbdbf20245/2210c3c3-db88-5842-8418-cbfbdbf20245_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 852676,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ab/03eeeb06daaa46428d8e5b90fe4dd13a/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2210c3c3-db88-5842-8418-cbfbdbf20245/2210c3c3-db88-5842-8418-cbfbdbf20245_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 817380,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ab/03eeeb06daaa46428d8e5b90fe4dd13a/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2210c3c3-db88-5842-8418-cbfbdbf20245/2210c3c3-db88-5842-8418-cbfbdbf20245_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 885699,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ab/03eeeb06daaa46428d8e5b90fe4dd13a/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-10',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC40 1.5 T4 RECHARGE GEARTR. INSCRIPTION EXPR',
'transmission': 'automatic',
'trim': '1.5 T4 RECHARGE GEARTR. INSCRIPTION EXPR',
'vin': None,
'year': 2021}
2026-03-26 22:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986094%27 HTTP/1.1" 200 None
2026-03-26 22:47:24 [ayvens.be] INFO: Saving data for 1986094: {'created_time': 1774565244.037265, 'last_price_update_time': 1774565244.037275, 'auction_closing_time': 1775028600.0}
2026-03-26 22:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986094') HTTP/1.1" 204 0
2026-03-26 22:47:24 [ayvens.be] INFO: Found listing with ID: 1986098
2026-03-26 22:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986098%27 HTTP/1.1" 200 None
2026-03-26 22:47:24 [ayvens.be] INFO: Scrape type for 1986098: 1
2026-03-26 22:47:24 [ayvens.be] INFO: Extracting data for car ID: 1986098
2026-03-26 22:47:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: de3c7f05-fd73-53d0-9829-e3d2e4cb7d36 with identifier: 1986098
2026-03-26 22:47:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de3c7f05-fd73-53d0-9829-e3d2e4cb7d36 with scrape type 1
2026-03-26 22:47:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item de3c7f05-fd73-53d0-9829-e3d2e4cb7d36
2026-03-26 22:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xt%252Ffb54aba33b344a77acb87b1d483a39f6%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xt/fb54aba33b344a77acb87b1d483a39f6/images/large/1.jpg not downloaded yet
2026-03-26 22:47:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/b9637912dc054098a3db21ea8cb813e0/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xt%252Ffb54aba33b344a77acb87b1d483a39f6%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xt/fb54aba33b344a77acb87b1d483a39f6/images/large/2.jpg not downloaded yet
2026-03-26 22:47:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dw/66be59447e6d4eed9e9c717c747f5eb9/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77eac90>
2026-03-26 22:47:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_61b6d6b6-83de-527e-a30b-7d1dcea0a6a2/61b6d6b6-83de-527e-a30b-7d1dcea0a6a2_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Fb9637912dc054098a3db21ea8cb813e0%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/b9637912dc054098a3db21ea8cb813e0/images/large/9.jpg saved to cache
2026-03-26 22:47:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 61b6d6b6-83de-527e-a30b-7d1dcea0a6a2
2026-03-26 22:47:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dw/66be59447e6d4eed9e9c717c747f5eb9/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dw/66be59447e6d4eed9e9c717c747f5eb9/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xt%252Ffb54aba33b344a77acb87b1d483a39f6%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xt/fb54aba33b344a77acb87b1d483a39f6/images/large/3.jpg not downloaded yet
2026-03-26 22:47:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dw/66be59447e6d4eed9e9c717c747f5eb9/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xt%252Ffb54aba33b344a77acb87b1d483a39f6%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xt/fb54aba33b344a77acb87b1d483a39f6/images/large/4.jpg not downloaded yet
2026-03-26 22:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xt%252Ffb54aba33b344a77acb87b1d483a39f6%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xt/fb54aba33b344a77acb87b1d483a39f6/images/large/5.jpg not downloaded yet
2026-03-26 22:47:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ac/ce8f75c04693462aa0f9ffb661e19a57/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77d4190>
2026-03-26 22:47:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_61b6d6b6-83de-527e-a30b-7d1dcea0a6a2/61b6d6b6-83de-527e-a30b-7d1dcea0a6a2_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Fb9637912dc054098a3db21ea8cb813e0%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/b9637912dc054098a3db21ea8cb813e0/images/large/8.jpg saved to cache
2026-03-26 22:47:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 61b6d6b6-83de-527e-a30b-7d1dcea0a6a2
2026-03-26 22:47:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dw/66be59447e6d4eed9e9c717c747f5eb9/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/b9637912dc054098a3db21ea8cb813e0/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xt%252Ffb54aba33b344a77acb87b1d483a39f6%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xt/fb54aba33b344a77acb87b1d483a39f6/images/large/6.jpg not downloaded yet
2026-03-26 22:47:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76cd850>
2026-03-26 22:47:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fda00ae2-cb85-5aaf-8fae-4fc7773133b1/fda00ae2-cb85-5aaf-8fae-4fc7773133b1_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dw%252F66be59447e6d4eed9e9c717c747f5eb9%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dw/66be59447e6d4eed9e9c717c747f5eb9/images/large/2.jpg saved to cache
2026-03-26 22:47:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item fda00ae2-cb85-5aaf-8fae-4fc7773133b1
2026-03-26 22:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xt%252Ffb54aba33b344a77acb87b1d483a39f6%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xt/fb54aba33b344a77acb87b1d483a39f6/images/large/7.jpg not downloaded yet
2026-03-26 22:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xt%252Ffb54aba33b344a77acb87b1d483a39f6%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xt/fb54aba33b344a77acb87b1d483a39f6/images/large/8.jpg not downloaded yet
2026-03-26 22:47:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd0c4f50>
2026-03-26 22:47:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fda00ae2-cb85-5aaf-8fae-4fc7773133b1/fda00ae2-cb85-5aaf-8fae-4fc7773133b1_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dw%252F66be59447e6d4eed9e9c717c747f5eb9%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dw/66be59447e6d4eed9e9c717c747f5eb9/images/large/3.jpg saved to cache
2026-03-26 22:47:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item fda00ae2-cb85-5aaf-8fae-4fc7773133b1
2026-03-26 22:47:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e44dd0>
2026-03-26 22:47:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fda00ae2-cb85-5aaf-8fae-4fc7773133b1/fda00ae2-cb85-5aaf-8fae-4fc7773133b1_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dw%252F66be59447e6d4eed9e9c717c747f5eb9%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dw/66be59447e6d4eed9e9c717c747f5eb9/images/large/8.jpg saved to cache
2026-03-26 22:47:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item fda00ae2-cb85-5aaf-8fae-4fc7773133b1
2026-03-26 22:47:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e450d0>
2026-03-26 22:47:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fda00ae2-cb85-5aaf-8fae-4fc7773133b1/fda00ae2-cb85-5aaf-8fae-4fc7773133b1_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dw%252F66be59447e6d4eed9e9c717c747f5eb9%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dw/66be59447e6d4eed9e9c717c747f5eb9/images/large/4.jpg saved to cache
2026-03-26 22:47:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item fda00ae2-cb85-5aaf-8fae-4fc7773133b1
2026-03-26 22:47:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b726ba50>
2026-03-26 22:47:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b897af89-92d5-5fd7-96fb-123d33a94a50/b897af89-92d5-5fd7-96fb-123d33a94a50_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ac%252Fce8f75c04693462aa0f9ffb661e19a57%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ac/ce8f75c04693462aa0f9ffb661e19a57/images/large/1.jpg saved to cache
2026-03-26 22:47:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item b897af89-92d5-5fd7-96fb-123d33a94a50
2026-03-26 22:47:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dw/66be59447e6d4eed9e9c717c747f5eb9/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xt%252Ffb54aba33b344a77acb87b1d483a39f6%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xt/fb54aba33b344a77acb87b1d483a39f6/images/large/9.jpg not downloaded yet
2026-03-26 22:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xt%252Ffb54aba33b344a77acb87b1d483a39f6%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xt/fb54aba33b344a77acb87b1d483a39f6/images/large/10.jpg not downloaded yet
2026-03-26 22:47:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76a78d0>
2026-03-26 22:47:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fda00ae2-cb85-5aaf-8fae-4fc7773133b1/fda00ae2-cb85-5aaf-8fae-4fc7773133b1_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dw%252F66be59447e6d4eed9e9c717c747f5eb9%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dw/66be59447e6d4eed9e9c717c747f5eb9/images/large/7.jpg saved to cache
2026-03-26 22:47:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item fda00ae2-cb85-5aaf-8fae-4fc7773133b1
2026-03-26 22:47:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76a67d0>
2026-03-26 22:47:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_61b6d6b6-83de-527e-a30b-7d1dcea0a6a2/61b6d6b6-83de-527e-a30b-7d1dcea0a6a2_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Fb9637912dc054098a3db21ea8cb813e0%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/b9637912dc054098a3db21ea8cb813e0/images/large/7.jpg saved to cache
2026-03-26 22:47:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 61b6d6b6-83de-527e-a30b-7d1dcea0a6a2
2026-03-26 22:47:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ac/ce8f75c04693462aa0f9ffb661e19a57/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:25 [ayvens.be] INFO: Found listing with ID: 1986099
2026-03-26 22:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986099%27 HTTP/1.1" 200 None
2026-03-26 22:47:25 [ayvens.be] INFO: Scrape type for 1986099: 1
2026-03-26 22:47:25 [ayvens.be] INFO: Extracting data for car ID: 1986099
2026-03-26 22:47:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e3dca273-170e-552b-ad06-a9ed40af2ea1 with identifier: 1986099
2026-03-26 22:47:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e3dca273-170e-552b-ad06-a9ed40af2ea1 with scrape type 1
2026-03-26 22:47:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item e3dca273-170e-552b-ad06-a9ed40af2ea1
2026-03-26 22:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bt%252Fa2f535a26e2c4d1e836cf398adeb5620%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bt/a2f535a26e2c4d1e836cf398adeb5620/images/large/1.jpg not downloaded yet
2026-03-26 22:47:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ac/ce8f75c04693462aa0f9ffb661e19a57/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ac/ce8f75c04693462aa0f9ffb661e19a57/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bt%252Fa2f535a26e2c4d1e836cf398adeb5620%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bt/a2f535a26e2c4d1e836cf398adeb5620/images/large/2.jpg not downloaded yet
2026-03-26 22:47:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dw/66be59447e6d4eed9e9c717c747f5eb9/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ac/ce8f75c04693462aa0f9ffb661e19a57/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ac/ce8f75c04693462aa0f9ffb661e19a57/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bt%252Fa2f535a26e2c4d1e836cf398adeb5620%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bt/a2f535a26e2c4d1e836cf398adeb5620/images/large/3.jpg not downloaded yet
2026-03-26 22:47:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b75654d0>
2026-03-26 22:47:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fda00ae2-cb85-5aaf-8fae-4fc7773133b1/fda00ae2-cb85-5aaf-8fae-4fc7773133b1_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dw%252F66be59447e6d4eed9e9c717c747f5eb9%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dw/66be59447e6d4eed9e9c717c747f5eb9/images/large/9.jpg saved to cache
2026-03-26 22:47:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item fda00ae2-cb85-5aaf-8fae-4fc7773133b1
2026-03-26 22:47:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dw/66be59447e6d4eed9e9c717c747f5eb9/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bt%252Fa2f535a26e2c4d1e836cf398adeb5620%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bt/a2f535a26e2c4d1e836cf398adeb5620/images/large/4.jpg not downloaded yet
2026-03-26 22:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bt%252Fa2f535a26e2c4d1e836cf398adeb5620%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bt/a2f535a26e2c4d1e836cf398adeb5620/images/large/5.jpg not downloaded yet
2026-03-26 22:47:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77cabd0>
2026-03-26 22:47:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b897af89-92d5-5fd7-96fb-123d33a94a50/b897af89-92d5-5fd7-96fb-123d33a94a50_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ac%252Fce8f75c04693462aa0f9ffb661e19a57%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ac/ce8f75c04693462aa0f9ffb661e19a57/images/large/9.jpg saved to cache
2026-03-26 22:47:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item b897af89-92d5-5fd7-96fb-123d33a94a50
2026-03-26 22:47:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76a5590>
2026-03-26 22:47:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b897af89-92d5-5fd7-96fb-123d33a94a50/b897af89-92d5-5fd7-96fb-123d33a94a50_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ac%252Fce8f75c04693462aa0f9ffb661e19a57%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ac/ce8f75c04693462aa0f9ffb661e19a57/images/large/8.jpg saved to cache
2026-03-26 22:47:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item b897af89-92d5-5fd7-96fb-123d33a94a50
2026-03-26 22:47:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7771c10>
2026-03-26 22:47:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b897af89-92d5-5fd7-96fb-123d33a94a50/b897af89-92d5-5fd7-96fb-123d33a94a50_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ac%252Fce8f75c04693462aa0f9ffb661e19a57%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ac/ce8f75c04693462aa0f9ffb661e19a57/images/large/3.jpg saved to cache
2026-03-26 22:47:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item b897af89-92d5-5fd7-96fb-123d33a94a50
2026-03-26 22:47:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7cea890>
2026-03-26 22:47:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fda00ae2-cb85-5aaf-8fae-4fc7773133b1/fda00ae2-cb85-5aaf-8fae-4fc7773133b1_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dw%252F66be59447e6d4eed9e9c717c747f5eb9%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dw/66be59447e6d4eed9e9c717c747f5eb9/images/large/6.jpg saved to cache
2026-03-26 22:47:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item fda00ae2-cb85-5aaf-8fae-4fc7773133b1
2026-03-26 22:47:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7772c50>
2026-03-26 22:47:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b897af89-92d5-5fd7-96fb-123d33a94a50/b897af89-92d5-5fd7-96fb-123d33a94a50_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ac%252Fce8f75c04693462aa0f9ffb661e19a57%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ac/ce8f75c04693462aa0f9ffb661e19a57/images/large/4.jpg saved to cache
2026-03-26 22:47:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item b897af89-92d5-5fd7-96fb-123d33a94a50
2026-03-26 22:47:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74ceb10>
2026-03-26 22:47:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b897af89-92d5-5fd7-96fb-123d33a94a50/b897af89-92d5-5fd7-96fb-123d33a94a50_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ac%252Fce8f75c04693462aa0f9ffb661e19a57%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ac/ce8f75c04693462aa0f9ffb661e19a57/images/large/2.jpg saved to cache
2026-03-26 22:47:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item b897af89-92d5-5fd7-96fb-123d33a94a50
2026-03-26 22:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bt%252Fa2f535a26e2c4d1e836cf398adeb5620%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bt/a2f535a26e2c4d1e836cf398adeb5620/images/large/6.jpg not downloaded yet
2026-03-26 22:47:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xt/fb54aba33b344a77acb87b1d483a39f6/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bt%252Fa2f535a26e2c4d1e836cf398adeb5620%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bt/a2f535a26e2c4d1e836cf398adeb5620/images/large/7.jpg not downloaded yet
2026-03-26 22:47:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e14a90>
2026-03-26 22:47:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fda00ae2-cb85-5aaf-8fae-4fc7773133b1/fda00ae2-cb85-5aaf-8fae-4fc7773133b1_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dw%252F66be59447e6d4eed9e9c717c747f5eb9%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dw/66be59447e6d4eed9e9c717c747f5eb9/images/large/10.jpg saved to cache
2026-03-26 22:47:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item fda00ae2-cb85-5aaf-8fae-4fc7773133b1
2026-03-26 22:47:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ac/ce8f75c04693462aa0f9ffb661e19a57/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bt%252Fa2f535a26e2c4d1e836cf398adeb5620%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bt/a2f535a26e2c4d1e836cf398adeb5620/images/large/8.jpg not downloaded yet
2026-03-26 22:47:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ac/ce8f75c04693462aa0f9ffb661e19a57/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bt%252Fa2f535a26e2c4d1e836cf398adeb5620%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bt/a2f535a26e2c4d1e836cf398adeb5620/images/large/9.jpg not downloaded yet
2026-03-26 22:47:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e44fd0>
2026-03-26 22:47:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_de3c7f05-fd73-53d0-9829-e3d2e4cb7d36/de3c7f05-fd73-53d0-9829-e3d2e4cb7d36_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xt%252Ffb54aba33b344a77acb87b1d483a39f6%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xt/fb54aba33b344a77acb87b1d483a39f6/images/large/1.jpg saved to cache
2026-03-26 22:47:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item de3c7f05-fd73-53d0-9829-e3d2e4cb7d36
2026-03-26 22:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bt%252Fa2f535a26e2c4d1e836cf398adeb5620%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bt/a2f535a26e2c4d1e836cf398adeb5620/images/large/10.jpg not downloaded yet
2026-03-26 22:47:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xt/fb54aba33b344a77acb87b1d483a39f6/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xt/fb54aba33b344a77acb87b1d483a39f6/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xt/fb54aba33b344a77acb87b1d483a39f6/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:26 [ayvens.be] INFO: Found listing with ID: 1986100
2026-03-26 22:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986100%27 HTTP/1.1" 200 None
2026-03-26 22:47:26 [ayvens.be] INFO: Scrape type for 1986100: 1
2026-03-26 22:47:26 [ayvens.be] INFO: Extracting data for car ID: 1986100
2026-03-26 22:47:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 917f2936-fc79-57a2-8b59-fbf3f397ac37 with identifier: 1986100
2026-03-26 22:47:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 917f2936-fc79-57a2-8b59-fbf3f397ac37 with scrape type 1
2026-03-26 22:47:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 917f2936-fc79-57a2-8b59-fbf3f397ac37
2026-03-26 22:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ak%252F71844024402e4e0eaa973992531398c6%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ak/71844024402e4e0eaa973992531398c6/images/large/1.jpg not downloaded yet
2026-03-26 22:47:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xt/fb54aba33b344a77acb87b1d483a39f6/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xt/fb54aba33b344a77acb87b1d483a39f6/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ak%252F71844024402e4e0eaa973992531398c6%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ak/71844024402e4e0eaa973992531398c6/images/large/2.jpg not downloaded yet
2026-03-26 22:47:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7480410>
2026-03-26 22:47:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b897af89-92d5-5fd7-96fb-123d33a94a50/b897af89-92d5-5fd7-96fb-123d33a94a50_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ac%252Fce8f75c04693462aa0f9ffb661e19a57%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ac/ce8f75c04693462aa0f9ffb661e19a57/images/large/10.jpg saved to cache
2026-03-26 22:47:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item b897af89-92d5-5fd7-96fb-123d33a94a50
2026-03-26 22:47:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7436150>
2026-03-26 22:47:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b897af89-92d5-5fd7-96fb-123d33a94a50/b897af89-92d5-5fd7-96fb-123d33a94a50_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ac%252Fce8f75c04693462aa0f9ffb661e19a57%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ac/ce8f75c04693462aa0f9ffb661e19a57/images/large/7.jpg saved to cache
2026-03-26 22:47:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item b897af89-92d5-5fd7-96fb-123d33a94a50
2026-03-26 22:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ak%252F71844024402e4e0eaa973992531398c6%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ak/71844024402e4e0eaa973992531398c6/images/large/3.jpg not downloaded yet
2026-03-26 22:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ak%252F71844024402e4e0eaa973992531398c6%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ak/71844024402e4e0eaa973992531398c6/images/large/4.jpg not downloaded yet
2026-03-26 22:47:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79cc310>
2026-03-26 22:47:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_de3c7f05-fd73-53d0-9829-e3d2e4cb7d36/de3c7f05-fd73-53d0-9829-e3d2e4cb7d36_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xt%252Ffb54aba33b344a77acb87b1d483a39f6%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xt/fb54aba33b344a77acb87b1d483a39f6/images/large/2.jpg saved to cache
2026-03-26 22:47:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item de3c7f05-fd73-53d0-9829-e3d2e4cb7d36
2026-03-26 22:47:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c5c350>
2026-03-26 22:47:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_de3c7f05-fd73-53d0-9829-e3d2e4cb7d36/de3c7f05-fd73-53d0-9829-e3d2e4cb7d36_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xt%252Ffb54aba33b344a77acb87b1d483a39f6%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xt/fb54aba33b344a77acb87b1d483a39f6/images/large/4.jpg saved to cache
2026-03-26 22:47:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item de3c7f05-fd73-53d0-9829-e3d2e4cb7d36
2026-03-26 22:47:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7590410>
2026-03-26 22:47:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_de3c7f05-fd73-53d0-9829-e3d2e4cb7d36/de3c7f05-fd73-53d0-9829-e3d2e4cb7d36_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xt%252Ffb54aba33b344a77acb87b1d483a39f6%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xt/fb54aba33b344a77acb87b1d483a39f6/images/large/6.jpg saved to cache
2026-03-26 22:47:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item de3c7f05-fd73-53d0-9829-e3d2e4cb7d36
2026-03-26 22:47:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5ccbed0>
2026-03-26 22:47:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_de3c7f05-fd73-53d0-9829-e3d2e4cb7d36/de3c7f05-fd73-53d0-9829-e3d2e4cb7d36_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xt%252Ffb54aba33b344a77acb87b1d483a39f6%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xt/fb54aba33b344a77acb87b1d483a39f6/images/large/3.jpg saved to cache
2026-03-26 22:47:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item de3c7f05-fd73-53d0-9829-e3d2e4cb7d36
2026-03-26 22:47:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7439790>
2026-03-26 22:47:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_de3c7f05-fd73-53d0-9829-e3d2e4cb7d36/de3c7f05-fd73-53d0-9829-e3d2e4cb7d36_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xt%252Ffb54aba33b344a77acb87b1d483a39f6%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xt/fb54aba33b344a77acb87b1d483a39f6/images/large/5.jpg saved to cache
2026-03-26 22:47:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item de3c7f05-fd73-53d0-9829-e3d2e4cb7d36
2026-03-26 22:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ak%252F71844024402e4e0eaa973992531398c6%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ak/71844024402e4e0eaa973992531398c6/images/large/5.jpg not downloaded yet
2026-03-26 22:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ak%252F71844024402e4e0eaa973992531398c6%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ak/71844024402e4e0eaa973992531398c6/images/large/6.jpg not downloaded yet
2026-03-26 22:47:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xt/fb54aba33b344a77acb87b1d483a39f6/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bt/a2f535a26e2c4d1e836cf398adeb5620/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ak%252F71844024402e4e0eaa973992531398c6%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ak/71844024402e4e0eaa973992531398c6/images/large/7.jpg not downloaded yet
2026-03-26 22:47:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bt/a2f535a26e2c4d1e836cf398adeb5620/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xt/fb54aba33b344a77acb87b1d483a39f6/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xt/fb54aba33b344a77acb87b1d483a39f6/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ak%252F71844024402e4e0eaa973992531398c6%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ak/71844024402e4e0eaa973992531398c6/images/large/8.jpg not downloaded yet
2026-03-26 22:47:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xt/fb54aba33b344a77acb87b1d483a39f6/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ac/ce8f75c04693462aa0f9ffb661e19a57/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bt/a2f535a26e2c4d1e836cf398adeb5620/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ak%252F71844024402e4e0eaa973992531398c6%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ak/71844024402e4e0eaa973992531398c6/images/large/9.jpg not downloaded yet
2026-03-26 22:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ak%252F71844024402e4e0eaa973992531398c6%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ak/71844024402e4e0eaa973992531398c6/images/large/10.jpg not downloaded yet
2026-03-26 22:47:27 [ayvens.be] INFO: Found listing with ID: 1986101
2026-03-26 22:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986101%27 HTTP/1.1" 200 None
2026-03-26 22:47:27 [ayvens.be] INFO: Scrape type for 1986101: 1
2026-03-26 22:47:27 [ayvens.be] INFO: Extracting data for car ID: 1986101
2026-03-26 22:47:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 59805e72-f6f4-5022-ad2e-bc7240d6c422 with identifier: 1986101
2026-03-26 22:47:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59805e72-f6f4-5022-ad2e-bc7240d6c422 with scrape type 1
2026-03-26 22:47:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 59805e72-f6f4-5022-ad2e-bc7240d6c422
2026-03-26 22:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xb%252Ff29fe6134a1c49c892ff18910382ab30%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xb/f29fe6134a1c49c892ff18910382ab30/images/large/1.jpg not downloaded yet
2026-03-26 22:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xb%252Ff29fe6134a1c49c892ff18910382ab30%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xb/f29fe6134a1c49c892ff18910382ab30/images/large/2.jpg not downloaded yet
2026-03-26 22:47:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c5efd0>
2026-03-26 22:47:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_de3c7f05-fd73-53d0-9829-e3d2e4cb7d36/de3c7f05-fd73-53d0-9829-e3d2e4cb7d36_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xt%252Ffb54aba33b344a77acb87b1d483a39f6%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xt/fb54aba33b344a77acb87b1d483a39f6/images/large/8.jpg saved to cache
2026-03-26 22:47:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item de3c7f05-fd73-53d0-9829-e3d2e4cb7d36
2026-03-26 22:47:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79d4510>
2026-03-26 22:47:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e3dca273-170e-552b-ad06-a9ed40af2ea1/e3dca273-170e-552b-ad06-a9ed40af2ea1_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bt%252Fa2f535a26e2c4d1e836cf398adeb5620%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bt/a2f535a26e2c4d1e836cf398adeb5620/images/large/1.jpg saved to cache
2026-03-26 22:47:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item e3dca273-170e-552b-ad06-a9ed40af2ea1
2026-03-26 22:47:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77c9bd0>
2026-03-26 22:47:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e3dca273-170e-552b-ad06-a9ed40af2ea1/e3dca273-170e-552b-ad06-a9ed40af2ea1_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bt%252Fa2f535a26e2c4d1e836cf398adeb5620%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bt/a2f535a26e2c4d1e836cf398adeb5620/images/large/2.jpg saved to cache
2026-03-26 22:47:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item e3dca273-170e-552b-ad06-a9ed40af2ea1
2026-03-26 22:47:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7451950>
2026-03-26 22:47:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_de3c7f05-fd73-53d0-9829-e3d2e4cb7d36/de3c7f05-fd73-53d0-9829-e3d2e4cb7d36_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xt%252Ffb54aba33b344a77acb87b1d483a39f6%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xt/fb54aba33b344a77acb87b1d483a39f6/images/large/10.jpg saved to cache
2026-03-26 22:47:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item de3c7f05-fd73-53d0-9829-e3d2e4cb7d36
2026-03-26 22:47:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77c93d0>
2026-03-26 22:47:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_de3c7f05-fd73-53d0-9829-e3d2e4cb7d36/de3c7f05-fd73-53d0-9829-e3d2e4cb7d36_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xt%252Ffb54aba33b344a77acb87b1d483a39f6%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xt/fb54aba33b344a77acb87b1d483a39f6/images/large/7.jpg saved to cache
2026-03-26 22:47:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item de3c7f05-fd73-53d0-9829-e3d2e4cb7d36
2026-03-26 22:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xb%252Ff29fe6134a1c49c892ff18910382ab30%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xb/f29fe6134a1c49c892ff18910382ab30/images/large/3.jpg not downloaded yet
2026-03-26 22:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xb%252Ff29fe6134a1c49c892ff18910382ab30%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xb/f29fe6134a1c49c892ff18910382ab30/images/large/4.jpg not downloaded yet
2026-03-26 22:47:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bt/a2f535a26e2c4d1e836cf398adeb5620/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xb%252Ff29fe6134a1c49c892ff18910382ab30%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xb/f29fe6134a1c49c892ff18910382ab30/images/large/5.jpg not downloaded yet
2026-03-26 22:47:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c685d0>
2026-03-26 22:47:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_de3c7f05-fd73-53d0-9829-e3d2e4cb7d36/de3c7f05-fd73-53d0-9829-e3d2e4cb7d36_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xt%252Ffb54aba33b344a77acb87b1d483a39f6%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xt/fb54aba33b344a77acb87b1d483a39f6/images/large/9.jpg saved to cache
2026-03-26 22:47:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item de3c7f05-fd73-53d0-9829-e3d2e4cb7d36
2026-03-26 22:47:27 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: de3c7f05-fd73-53d0-9829-e3d2e4cb7d36, skipping ID generation
2026-03-26 22:47:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de3c7f05-fd73-53d0-9829-e3d2e4cb7d36 with scrape type 1
2026-03-26 22:47:27 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item de3c7f05-fd73-53d0-9829-e3d2e4cb7d36 sending to next pipeline
2026-03-26 22:47:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: de3c7f05-fd73-53d0-9829-e3d2e4cb7d36, identifier: 1986098
2026-03-26 22:47:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b75a4fd0>
2026-03-26 22:47:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b897af89-92d5-5fd7-96fb-123d33a94a50/b897af89-92d5-5fd7-96fb-123d33a94a50_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:47:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ac%252Fce8f75c04693462aa0f9ffb661e19a57%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ac/ce8f75c04693462aa0f9ffb661e19a57/images/large/6.jpg saved to cache
2026-03-26 22:47:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item b897af89-92d5-5fd7-96fb-123d33a94a50
2026-03-26 22:47:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7b35f90>
2026-03-26 22:47:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e3dca273-170e-552b-ad06-a9ed40af2ea1/e3dca273-170e-552b-ad06-a9ed40af2ea1_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:47:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bt%252Fa2f535a26e2c4d1e836cf398adeb5620%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bt/a2f535a26e2c4d1e836cf398adeb5620/images/large/3.jpg saved to cache
2026-03-26 22:47:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item e3dca273-170e-552b-ad06-a9ed40af2ea1
2026-03-26 22:47:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bt/a2f535a26e2c4d1e836cf398adeb5620/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: de3c7f05-fd73-53d0-9829-e3d2e4cb7d36 with identifier: 1986098
2026-03-26 22:47:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: de3c7f05-fd73-53d0-9829-e3d2e4cb7d36 with identifier: 1986098
2026-03-26 22:47:28 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: de3c7f05-fd73-53d0-9829-e3d2e4cb7d36 with identifier: 1986098 to the API
2026-03-26 22:47:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:47:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:47:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/1xt/fb54aba33b344a77acb87b1d483a39f6/images/large/9.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'petrol',
'id': 'de3c7f05-fd73-53d0-9829-e3d2e4cb7d36',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'KIA',
'model': 'OPTIMA SPORTSWAGON PHEV - 2019',
'odometer': 142856,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 23,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_de3c7f05-fd73-53d0-9829-e3d2e4cb7d36/de3c7f05-fd73-53d0-9829-e3d2e4cb7d36_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 669468,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xt/fb54aba33b344a77acb87b1d483a39f6/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_de3c7f05-fd73-53d0-9829-e3d2e4cb7d36/de3c7f05-fd73-53d0-9829-e3d2e4cb7d36_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 670389,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xt/fb54aba33b344a77acb87b1d483a39f6/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_de3c7f05-fd73-53d0-9829-e3d2e4cb7d36/de3c7f05-fd73-53d0-9829-e3d2e4cb7d36_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 659151,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xt/fb54aba33b344a77acb87b1d483a39f6/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_de3c7f05-fd73-53d0-9829-e3d2e4cb7d36/de3c7f05-fd73-53d0-9829-e3d2e4cb7d36_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 666293,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xt/fb54aba33b344a77acb87b1d483a39f6/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_de3c7f05-fd73-53d0-9829-e3d2e4cb7d36/de3c7f05-fd73-53d0-9829-e3d2e4cb7d36_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 678321,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xt/fb54aba33b344a77acb87b1d483a39f6/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_de3c7f05-fd73-53d0-9829-e3d2e4cb7d36/de3c7f05-fd73-53d0-9829-e3d2e4cb7d36_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 699599,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xt/fb54aba33b344a77acb87b1d483a39f6/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_de3c7f05-fd73-53d0-9829-e3d2e4cb7d36/de3c7f05-fd73-53d0-9829-e3d2e4cb7d36_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 685885,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xt/fb54aba33b344a77acb87b1d483a39f6/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_de3c7f05-fd73-53d0-9829-e3d2e4cb7d36/de3c7f05-fd73-53d0-9829-e3d2e4cb7d36_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 841994,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xt/fb54aba33b344a77acb87b1d483a39f6/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_de3c7f05-fd73-53d0-9829-e3d2e4cb7d36/de3c7f05-fd73-53d0-9829-e3d2e4cb7d36_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 751314,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xt/fb54aba33b344a77acb87b1d483a39f6/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_de3c7f05-fd73-53d0-9829-e3d2e4cb7d36/de3c7f05-fd73-53d0-9829-e3d2e4cb7d36_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 858717,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xt/fb54aba33b344a77acb87b1d483a39f6/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-05-14',
'seats_number': 5,
'seller_name': None,
'title': 'KIA OPTIMA SPORTSWAGON PHEV - 2019 2.0 GDi PHEV Sense (EU6d-T.)',
'transmission': 'automatic',
'trim': '2.0 GDi PHEV Sense (EU6d-T.)',
'vin': None,
'year': 2020}
2026-03-26 22:47:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986098%27 HTTP/1.1" 200 None
2026-03-26 22:47:28 [ayvens.be] INFO: Saving data for 1986098: {'created_time': 1774565248.828598, 'last_price_update_time': 1774565248.828608, 'auction_closing_time': 1775028600.0}
2026-03-26 22:47:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986098') HTTP/1.1" 204 0
2026-03-26 22:47:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xb%252Ff29fe6134a1c49c892ff18910382ab30%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xb/f29fe6134a1c49c892ff18910382ab30/images/large/6.jpg not downloaded yet
2026-03-26 22:47:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bt/a2f535a26e2c4d1e836cf398adeb5620/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bt/a2f535a26e2c4d1e836cf398adeb5620/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xb%252Ff29fe6134a1c49c892ff18910382ab30%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xb/f29fe6134a1c49c892ff18910382ab30/images/large/7.jpg not downloaded yet
2026-03-26 22:47:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ak/71844024402e4e0eaa973992531398c6/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bt/a2f535a26e2c4d1e836cf398adeb5620/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd0c5cd0>
2026-03-26 22:47:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e3dca273-170e-552b-ad06-a9ed40af2ea1/e3dca273-170e-552b-ad06-a9ed40af2ea1_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bt%252Fa2f535a26e2c4d1e836cf398adeb5620%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bt/a2f535a26e2c4d1e836cf398adeb5620/images/large/6.jpg saved to cache
2026-03-26 22:47:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item e3dca273-170e-552b-ad06-a9ed40af2ea1
2026-03-26 22:47:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5ca3750>
2026-03-26 22:47:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e3dca273-170e-552b-ad06-a9ed40af2ea1/e3dca273-170e-552b-ad06-a9ed40af2ea1_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bt%252Fa2f535a26e2c4d1e836cf398adeb5620%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bt/a2f535a26e2c4d1e836cf398adeb5620/images/large/7.jpg saved to cache
2026-03-26 22:47:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item e3dca273-170e-552b-ad06-a9ed40af2ea1
2026-03-26 22:47:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bt/a2f535a26e2c4d1e836cf398adeb5620/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xb%252Ff29fe6134a1c49c892ff18910382ab30%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xb/f29fe6134a1c49c892ff18910382ab30/images/large/8.jpg not downloaded yet
2026-03-26 22:47:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bt/a2f535a26e2c4d1e836cf398adeb5620/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xb%252Ff29fe6134a1c49c892ff18910382ab30%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xb/f29fe6134a1c49c892ff18910382ab30/images/large/9.jpg not downloaded yet
2026-03-26 22:47:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76c4bd0>
2026-03-26 22:47:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e3dca273-170e-552b-ad06-a9ed40af2ea1/e3dca273-170e-552b-ad06-a9ed40af2ea1_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bt%252Fa2f535a26e2c4d1e836cf398adeb5620%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bt/a2f535a26e2c4d1e836cf398adeb5620/images/large/5.jpg saved to cache
2026-03-26 22:47:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item e3dca273-170e-552b-ad06-a9ed40af2ea1
2026-03-26 22:47:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7434790>
2026-03-26 22:47:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e3dca273-170e-552b-ad06-a9ed40af2ea1/e3dca273-170e-552b-ad06-a9ed40af2ea1_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bt%252Fa2f535a26e2c4d1e836cf398adeb5620%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bt/a2f535a26e2c4d1e836cf398adeb5620/images/large/8.jpg saved to cache
2026-03-26 22:47:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item e3dca273-170e-552b-ad06-a9ed40af2ea1
2026-03-26 22:47:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7458410>
2026-03-26 22:47:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_917f2936-fc79-57a2-8b59-fbf3f397ac37/917f2936-fc79-57a2-8b59-fbf3f397ac37_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ak%252F71844024402e4e0eaa973992531398c6%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ak/71844024402e4e0eaa973992531398c6/images/large/1.jpg saved to cache
2026-03-26 22:47:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 917f2936-fc79-57a2-8b59-fbf3f397ac37
2026-03-26 22:47:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7435990>
2026-03-26 22:47:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e3dca273-170e-552b-ad06-a9ed40af2ea1/e3dca273-170e-552b-ad06-a9ed40af2ea1_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bt%252Fa2f535a26e2c4d1e836cf398adeb5620%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bt/a2f535a26e2c4d1e836cf398adeb5620/images/large/9.jpg saved to cache
2026-03-26 22:47:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item e3dca273-170e-552b-ad06-a9ed40af2ea1
2026-03-26 22:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xb%252Ff29fe6134a1c49c892ff18910382ab30%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xb/f29fe6134a1c49c892ff18910382ab30/images/large/10.jpg not downloaded yet
2026-03-26 22:47:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ak/71844024402e4e0eaa973992531398c6/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:29 [ayvens.be] INFO: Found listing with ID: 1986102
2026-03-26 22:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986102%27 HTTP/1.1" 200 None
2026-03-26 22:47:29 [ayvens.be] INFO: Scrape type for 1986102: 1
2026-03-26 22:47:29 [ayvens.be] INFO: Extracting data for car ID: 1986102
2026-03-26 22:47:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fe663be6-9724-57b4-b3f9-c897ef50756e with identifier: 1986102
2026-03-26 22:47:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fe663be6-9724-57b4-b3f9-c897ef50756e with scrape type 1
2026-03-26 22:47:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item fe663be6-9724-57b4-b3f9-c897ef50756e
2026-03-26 22:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F9817443283084a1bb181713a76532336%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/9817443283084a1bb181713a76532336/images/large/1.jpg not downloaded yet
2026-03-26 22:47:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7912c90>
2026-03-26 22:47:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e3dca273-170e-552b-ad06-a9ed40af2ea1/e3dca273-170e-552b-ad06-a9ed40af2ea1_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bt%252Fa2f535a26e2c4d1e836cf398adeb5620%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bt/a2f535a26e2c4d1e836cf398adeb5620/images/large/10.jpg saved to cache
2026-03-26 22:47:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item e3dca273-170e-552b-ad06-a9ed40af2ea1
2026-03-26 22:47:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7779bd0>
2026-03-26 22:47:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e3dca273-170e-552b-ad06-a9ed40af2ea1/e3dca273-170e-552b-ad06-a9ed40af2ea1_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bt%252Fa2f535a26e2c4d1e836cf398adeb5620%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bt/a2f535a26e2c4d1e836cf398adeb5620/images/large/4.jpg saved to cache
2026-03-26 22:47:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item e3dca273-170e-552b-ad06-a9ed40af2ea1
2026-03-26 22:47:29 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e3dca273-170e-552b-ad06-a9ed40af2ea1, skipping ID generation
2026-03-26 22:47:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e3dca273-170e-552b-ad06-a9ed40af2ea1 with scrape type 1
2026-03-26 22:47:29 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e3dca273-170e-552b-ad06-a9ed40af2ea1 sending to next pipeline
2026-03-26 22:47:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: e3dca273-170e-552b-ad06-a9ed40af2ea1, identifier: 1986099
2026-03-26 22:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F9817443283084a1bb181713a76532336%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/9817443283084a1bb181713a76532336/images/large/2.jpg not downloaded yet
2026-03-26 22:47:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: e3dca273-170e-552b-ad06-a9ed40af2ea1 with identifier: 1986099
2026-03-26 22:47:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: e3dca273-170e-552b-ad06-a9ed40af2ea1 with identifier: 1986099
2026-03-26 22:47:30 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: e3dca273-170e-552b-ad06-a9ed40af2ea1 with identifier: 1986099 to the API
2026-03-26 22:47:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:47:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:47:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bt/a2f535a26e2c4d1e836cf398adeb5620/images/large/4.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'petrol',
'id': 'e3dca273-170e-552b-ad06-a9ed40af2ea1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'SKODA',
'model': 'SUPERB COMBI',
'odometer': 136991,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 15,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e3dca273-170e-552b-ad06-a9ed40af2ea1/e3dca273-170e-552b-ad06-a9ed40af2ea1_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 644497,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bt/a2f535a26e2c4d1e836cf398adeb5620/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e3dca273-170e-552b-ad06-a9ed40af2ea1/e3dca273-170e-552b-ad06-a9ed40af2ea1_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 648451,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bt/a2f535a26e2c4d1e836cf398adeb5620/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e3dca273-170e-552b-ad06-a9ed40af2ea1/e3dca273-170e-552b-ad06-a9ed40af2ea1_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 568010,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bt/a2f535a26e2c4d1e836cf398adeb5620/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e3dca273-170e-552b-ad06-a9ed40af2ea1/e3dca273-170e-552b-ad06-a9ed40af2ea1_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 659158,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bt/a2f535a26e2c4d1e836cf398adeb5620/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e3dca273-170e-552b-ad06-a9ed40af2ea1/e3dca273-170e-552b-ad06-a9ed40af2ea1_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 562241,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bt/a2f535a26e2c4d1e836cf398adeb5620/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e3dca273-170e-552b-ad06-a9ed40af2ea1/e3dca273-170e-552b-ad06-a9ed40af2ea1_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 529570,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bt/a2f535a26e2c4d1e836cf398adeb5620/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e3dca273-170e-552b-ad06-a9ed40af2ea1/e3dca273-170e-552b-ad06-a9ed40af2ea1_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 612456,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bt/a2f535a26e2c4d1e836cf398adeb5620/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e3dca273-170e-552b-ad06-a9ed40af2ea1/e3dca273-170e-552b-ad06-a9ed40af2ea1_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 679195,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bt/a2f535a26e2c4d1e836cf398adeb5620/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e3dca273-170e-552b-ad06-a9ed40af2ea1/e3dca273-170e-552b-ad06-a9ed40af2ea1_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 549035,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bt/a2f535a26e2c4d1e836cf398adeb5620/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e3dca273-170e-552b-ad06-a9ed40af2ea1/e3dca273-170e-552b-ad06-a9ed40af2ea1_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 591911,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bt/a2f535a26e2c4d1e836cf398adeb5620/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-22',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA SUPERB COMBI 1.5 TSI ACT 110KW DSG7 CLEVER',
'transmission': 'automatic',
'trim': '1.5 TSI ACT 110KW DSG7 CLEVER',
'vin': None,
'year': 2022}
2026-03-26 22:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986099%27 HTTP/1.1" 200 None
2026-03-26 22:47:30 [ayvens.be] INFO: Saving data for 1986099: {'created_time': 1774565250.303148, 'last_price_update_time': 1774565250.303158, 'auction_closing_time': 1775028600.0}
2026-03-26 22:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986099') HTTP/1.1" 204 0
2026-03-26 22:47:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ak/71844024402e4e0eaa973992531398c6/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xb/f29fe6134a1c49c892ff18910382ab30/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F9817443283084a1bb181713a76532336%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/9817443283084a1bb181713a76532336/images/large/3.jpg not downloaded yet
2026-03-26 22:47:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ak/71844024402e4e0eaa973992531398c6/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ak/71844024402e4e0eaa973992531398c6/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xb/f29fe6134a1c49c892ff18910382ab30/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F9817443283084a1bb181713a76532336%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/9817443283084a1bb181713a76532336/images/large/4.jpg not downloaded yet
2026-03-26 22:47:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74b4690>
2026-03-26 22:47:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_917f2936-fc79-57a2-8b59-fbf3f397ac37/917f2936-fc79-57a2-8b59-fbf3f397ac37_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ak%252F71844024402e4e0eaa973992531398c6%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ak/71844024402e4e0eaa973992531398c6/images/large/6.jpg saved to cache
2026-03-26 22:47:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 917f2936-fc79-57a2-8b59-fbf3f397ac37
2026-03-26 22:47:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ak/71844024402e4e0eaa973992531398c6/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F9817443283084a1bb181713a76532336%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/9817443283084a1bb181713a76532336/images/large/5.jpg not downloaded yet
2026-03-26 22:47:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xb/f29fe6134a1c49c892ff18910382ab30/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xb/f29fe6134a1c49c892ff18910382ab30/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F9817443283084a1bb181713a76532336%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/9817443283084a1bb181713a76532336/images/large/6.jpg not downloaded yet
2026-03-26 22:47:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7875150>
2026-03-26 22:47:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_917f2936-fc79-57a2-8b59-fbf3f397ac37/917f2936-fc79-57a2-8b59-fbf3f397ac37_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ak%252F71844024402e4e0eaa973992531398c6%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ak/71844024402e4e0eaa973992531398c6/images/large/7.jpg saved to cache
2026-03-26 22:47:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 917f2936-fc79-57a2-8b59-fbf3f397ac37
2026-03-26 22:47:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79a1c10>
2026-03-26 22:47:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_59805e72-f6f4-5022-ad2e-bc7240d6c422/59805e72-f6f4-5022-ad2e-bc7240d6c422_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xb%252Ff29fe6134a1c49c892ff18910382ab30%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xb/f29fe6134a1c49c892ff18910382ab30/images/large/3.jpg saved to cache
2026-03-26 22:47:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 59805e72-f6f4-5022-ad2e-bc7240d6c422
2026-03-26 22:47:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd0d0410>
2026-03-26 22:47:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_917f2936-fc79-57a2-8b59-fbf3f397ac37/917f2936-fc79-57a2-8b59-fbf3f397ac37_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ak%252F71844024402e4e0eaa973992531398c6%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ak/71844024402e4e0eaa973992531398c6/images/large/5.jpg saved to cache
2026-03-26 22:47:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 917f2936-fc79-57a2-8b59-fbf3f397ac37
2026-03-26 22:47:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7483d50>
2026-03-26 22:47:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_917f2936-fc79-57a2-8b59-fbf3f397ac37/917f2936-fc79-57a2-8b59-fbf3f397ac37_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ak%252F71844024402e4e0eaa973992531398c6%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ak/71844024402e4e0eaa973992531398c6/images/large/3.jpg saved to cache
2026-03-26 22:47:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 917f2936-fc79-57a2-8b59-fbf3f397ac37
2026-03-26 22:47:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77c9550>
2026-03-26 22:47:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_59805e72-f6f4-5022-ad2e-bc7240d6c422/59805e72-f6f4-5022-ad2e-bc7240d6c422_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xb%252Ff29fe6134a1c49c892ff18910382ab30%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xb/f29fe6134a1c49c892ff18910382ab30/images/large/2.jpg saved to cache
2026-03-26 22:47:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 59805e72-f6f4-5022-ad2e-bc7240d6c422
2026-03-26 22:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F9817443283084a1bb181713a76532336%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/9817443283084a1bb181713a76532336/images/large/7.jpg not downloaded yet
2026-03-26 22:47:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xb/f29fe6134a1c49c892ff18910382ab30/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F9817443283084a1bb181713a76532336%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/9817443283084a1bb181713a76532336/images/large/8.jpg not downloaded yet
2026-03-26 22:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F9817443283084a1bb181713a76532336%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/9817443283084a1bb181713a76532336/images/large/9.jpg not downloaded yet
2026-03-26 22:47:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b78c20d0>
2026-03-26 22:47:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_917f2936-fc79-57a2-8b59-fbf3f397ac37/917f2936-fc79-57a2-8b59-fbf3f397ac37_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ak%252F71844024402e4e0eaa973992531398c6%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ak/71844024402e4e0eaa973992531398c6/images/large/4.jpg saved to cache
2026-03-26 22:47:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 917f2936-fc79-57a2-8b59-fbf3f397ac37
2026-03-26 22:47:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7437190>
2026-03-26 22:47:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_59805e72-f6f4-5022-ad2e-bc7240d6c422/59805e72-f6f4-5022-ad2e-bc7240d6c422_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xb%252Ff29fe6134a1c49c892ff18910382ab30%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xb/f29fe6134a1c49c892ff18910382ab30/images/large/1.jpg saved to cache
2026-03-26 22:47:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 59805e72-f6f4-5022-ad2e-bc7240d6c422
2026-03-26 22:47:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b745b150>
2026-03-26 22:47:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_59805e72-f6f4-5022-ad2e-bc7240d6c422/59805e72-f6f4-5022-ad2e-bc7240d6c422_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xb%252Ff29fe6134a1c49c892ff18910382ab30%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xb/f29fe6134a1c49c892ff18910382ab30/images/large/4.jpg saved to cache
2026-03-26 22:47:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 59805e72-f6f4-5022-ad2e-bc7240d6c422
2026-03-26 22:47:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xb/f29fe6134a1c49c892ff18910382ab30/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xb/f29fe6134a1c49c892ff18910382ab30/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F9817443283084a1bb181713a76532336%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/9817443283084a1bb181713a76532336/images/large/10.jpg not downloaded yet
2026-03-26 22:47:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ak/71844024402e4e0eaa973992531398c6/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:31 [ayvens.be] INFO: Found listing with ID: 1986103
2026-03-26 22:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986103%27 HTTP/1.1" 200 None
2026-03-26 22:47:31 [ayvens.be] INFO: Scrape type for 1986103: 1
2026-03-26 22:47:31 [ayvens.be] INFO: Extracting data for car ID: 1986103
2026-03-26 22:47:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9d58c301-dab2-5aa2-8d0a-a5d15dbc93e3 with identifier: 1986103
2026-03-26 22:47:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9d58c301-dab2-5aa2-8d0a-a5d15dbc93e3 with scrape type 1
2026-03-26 22:47:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 9d58c301-dab2-5aa2-8d0a-a5d15dbc93e3
2026-03-26 22:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F7c113e01f0e84339bc54731ec915b719%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/7c113e01f0e84339bc54731ec915b719/images/large/1.jpg not downloaded yet
2026-03-26 22:47:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ak/71844024402e4e0eaa973992531398c6/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b72907d0>
2026-03-26 22:47:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_59805e72-f6f4-5022-ad2e-bc7240d6c422/59805e72-f6f4-5022-ad2e-bc7240d6c422_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xb%252Ff29fe6134a1c49c892ff18910382ab30%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xb/f29fe6134a1c49c892ff18910382ab30/images/large/5.jpg saved to cache
2026-03-26 22:47:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 59805e72-f6f4-5022-ad2e-bc7240d6c422
2026-03-26 22:47:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ak/71844024402e4e0eaa973992531398c6/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F7c113e01f0e84339bc54731ec915b719%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/7c113e01f0e84339bc54731ec915b719/images/large/2.jpg not downloaded yet
2026-03-26 22:47:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xb/f29fe6134a1c49c892ff18910382ab30/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xb/f29fe6134a1c49c892ff18910382ab30/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F7c113e01f0e84339bc54731ec915b719%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/7c113e01f0e84339bc54731ec915b719/images/large/3.jpg not downloaded yet
2026-03-26 22:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F7c113e01f0e84339bc54731ec915b719%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/7c113e01f0e84339bc54731ec915b719/images/large/4.jpg not downloaded yet
2026-03-26 22:47:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b726b790>
2026-03-26 22:47:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_59805e72-f6f4-5022-ad2e-bc7240d6c422/59805e72-f6f4-5022-ad2e-bc7240d6c422_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xb%252Ff29fe6134a1c49c892ff18910382ab30%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xb/f29fe6134a1c49c892ff18910382ab30/images/large/7.jpg saved to cache
2026-03-26 22:47:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 59805e72-f6f4-5022-ad2e-bc7240d6c422
2026-03-26 22:47:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b72efa10>
2026-03-26 22:47:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_59805e72-f6f4-5022-ad2e-bc7240d6c422/59805e72-f6f4-5022-ad2e-bc7240d6c422_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xb%252Ff29fe6134a1c49c892ff18910382ab30%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xb/f29fe6134a1c49c892ff18910382ab30/images/large/6.jpg saved to cache
2026-03-26 22:47:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 59805e72-f6f4-5022-ad2e-bc7240d6c422
2026-03-26 22:47:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6dc0dd0>
2026-03-26 22:47:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_917f2936-fc79-57a2-8b59-fbf3f397ac37/917f2936-fc79-57a2-8b59-fbf3f397ac37_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ak%252F71844024402e4e0eaa973992531398c6%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ak/71844024402e4e0eaa973992531398c6/images/large/10.jpg saved to cache
2026-03-26 22:47:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 917f2936-fc79-57a2-8b59-fbf3f397ac37
2026-03-26 22:47:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/9817443283084a1bb181713a76532336/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F7c113e01f0e84339bc54731ec915b719%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/7c113e01f0e84339bc54731ec915b719/images/large/5.jpg not downloaded yet
2026-03-26 22:47:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b75a4690>
2026-03-26 22:47:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_917f2936-fc79-57a2-8b59-fbf3f397ac37/917f2936-fc79-57a2-8b59-fbf3f397ac37_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ak%252F71844024402e4e0eaa973992531398c6%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ak/71844024402e4e0eaa973992531398c6/images/large/9.jpg saved to cache
2026-03-26 22:47:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 917f2936-fc79-57a2-8b59-fbf3f397ac37
2026-03-26 22:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F7c113e01f0e84339bc54731ec915b719%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/7c113e01f0e84339bc54731ec915b719/images/large/6.jpg not downloaded yet
2026-03-26 22:47:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7441490>
2026-03-26 22:47:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_917f2936-fc79-57a2-8b59-fbf3f397ac37/917f2936-fc79-57a2-8b59-fbf3f397ac37_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ak%252F71844024402e4e0eaa973992531398c6%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ak/71844024402e4e0eaa973992531398c6/images/large/8.jpg saved to cache
2026-03-26 22:47:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 917f2936-fc79-57a2-8b59-fbf3f397ac37
2026-03-26 22:47:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76c6490>
2026-03-26 22:47:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_59805e72-f6f4-5022-ad2e-bc7240d6c422/59805e72-f6f4-5022-ad2e-bc7240d6c422_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xb%252Ff29fe6134a1c49c892ff18910382ab30%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xb/f29fe6134a1c49c892ff18910382ab30/images/large/10.jpg saved to cache
2026-03-26 22:47:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 59805e72-f6f4-5022-ad2e-bc7240d6c422
2026-03-26 22:47:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b741e650>
2026-03-26 22:47:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_59805e72-f6f4-5022-ad2e-bc7240d6c422/59805e72-f6f4-5022-ad2e-bc7240d6c422_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xb%252Ff29fe6134a1c49c892ff18910382ab30%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xb/f29fe6134a1c49c892ff18910382ab30/images/large/8.jpg saved to cache
2026-03-26 22:47:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 59805e72-f6f4-5022-ad2e-bc7240d6c422
2026-03-26 22:47:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7438550>
2026-03-26 22:47:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fe663be6-9724-57b4-b3f9-c897ef50756e/fe663be6-9724-57b4-b3f9-c897ef50756e_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F9817443283084a1bb181713a76532336%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/9817443283084a1bb181713a76532336/images/large/2.jpg saved to cache
2026-03-26 22:47:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item fe663be6-9724-57b4-b3f9-c897ef50756e
2026-03-26 22:47:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/9817443283084a1bb181713a76532336/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ac/ce8f75c04693462aa0f9ffb661e19a57/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F7c113e01f0e84339bc54731ec915b719%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/7c113e01f0e84339bc54731ec915b719/images/large/7.jpg not downloaded yet
2026-03-26 22:47:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xb/f29fe6134a1c49c892ff18910382ab30/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F7c113e01f0e84339bc54731ec915b719%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/7c113e01f0e84339bc54731ec915b719/images/large/8.jpg not downloaded yet
2026-03-26 22:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F7c113e01f0e84339bc54731ec915b719%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/7c113e01f0e84339bc54731ec915b719/images/large/9.jpg not downloaded yet
2026-03-26 22:47:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ak/71844024402e4e0eaa973992531398c6/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/9817443283084a1bb181713a76532336/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/9817443283084a1bb181713a76532336/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/9817443283084a1bb181713a76532336/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F7c113e01f0e84339bc54731ec915b719%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/7c113e01f0e84339bc54731ec915b719/images/large/10.jpg not downloaded yet
2026-03-26 22:47:32 [ayvens.be] INFO: Found listing with ID: 1986104
2026-03-26 22:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986104%27 HTTP/1.1" 200 None
2026-03-26 22:47:32 [ayvens.be] INFO: Scrape type for 1986104: 1
2026-03-26 22:47:32 [ayvens.be] INFO: Extracting data for car ID: 1986104
2026-03-26 22:47:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 26ad01cb-b78b-5f5e-b11d-de81424be4a4 with identifier: 1986104
2026-03-26 22:47:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 26ad01cb-b78b-5f5e-b11d-de81424be4a4 with scrape type 1
2026-03-26 22:47:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 26ad01cb-b78b-5f5e-b11d-de81424be4a4
2026-03-26 22:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F7865be64b85b4035823d13ed0a78c0d3%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/7865be64b85b4035823d13ed0a78c0d3/images/large/1.jpg not downloaded yet
2026-03-26 22:47:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/9817443283084a1bb181713a76532336/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F7865be64b85b4035823d13ed0a78c0d3%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/7865be64b85b4035823d13ed0a78c0d3/images/large/2.jpg not downloaded yet
2026-03-26 22:47:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b75a4250>
2026-03-26 22:47:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fe663be6-9724-57b4-b3f9-c897ef50756e/fe663be6-9724-57b4-b3f9-c897ef50756e_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F9817443283084a1bb181713a76532336%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/9817443283084a1bb181713a76532336/images/large/3.jpg saved to cache
2026-03-26 22:47:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item fe663be6-9724-57b4-b3f9-c897ef50756e
2026-03-26 22:47:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b75a4b50>
2026-03-26 22:47:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b897af89-92d5-5fd7-96fb-123d33a94a50/b897af89-92d5-5fd7-96fb-123d33a94a50_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ac%252Fce8f75c04693462aa0f9ffb661e19a57%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ac/ce8f75c04693462aa0f9ffb661e19a57/images/large/5.jpg saved to cache
2026-03-26 22:47:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item b897af89-92d5-5fd7-96fb-123d33a94a50
2026-03-26 22:47:32 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b897af89-92d5-5fd7-96fb-123d33a94a50, skipping ID generation
2026-03-26 22:47:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b897af89-92d5-5fd7-96fb-123d33a94a50 with scrape type 1
2026-03-26 22:47:32 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b897af89-92d5-5fd7-96fb-123d33a94a50 sending to next pipeline
2026-03-26 22:47:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: b897af89-92d5-5fd7-96fb-123d33a94a50, identifier: 1986097
2026-03-26 22:47:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b741e490>
2026-03-26 22:47:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_59805e72-f6f4-5022-ad2e-bc7240d6c422/59805e72-f6f4-5022-ad2e-bc7240d6c422_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:47:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xb%252Ff29fe6134a1c49c892ff18910382ab30%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xb/f29fe6134a1c49c892ff18910382ab30/images/large/9.jpg saved to cache
2026-03-26 22:47:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 59805e72-f6f4-5022-ad2e-bc7240d6c422
2026-03-26 22:47:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 59805e72-f6f4-5022-ad2e-bc7240d6c422, skipping ID generation
2026-03-26 22:47:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59805e72-f6f4-5022-ad2e-bc7240d6c422 with scrape type 1
2026-03-26 22:47:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 59805e72-f6f4-5022-ad2e-bc7240d6c422 sending to next pipeline
2026-03-26 22:47:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 59805e72-f6f4-5022-ad2e-bc7240d6c422, identifier: 1986101
2026-03-26 22:47:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F7865be64b85b4035823d13ed0a78c0d3%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/7865be64b85b4035823d13ed0a78c0d3/images/large/3.jpg not downloaded yet
2026-03-26 22:47:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: b897af89-92d5-5fd7-96fb-123d33a94a50 with identifier: 1986097
2026-03-26 22:47:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: b897af89-92d5-5fd7-96fb-123d33a94a50 with identifier: 1986097
2026-03-26 22:47:33 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: b897af89-92d5-5fd7-96fb-123d33a94a50 with identifier: 1986097 to the API
2026-03-26 22:47:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:47:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:47:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2ac/ce8f75c04693462aa0f9ffb661e19a57/images/large/5.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'petrol',
'id': 'b897af89-92d5-5fd7-96fb-123d33a94a50',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'VOLVO',
'model': 'XC40',
'odometer': 152950,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 15,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b897af89-92d5-5fd7-96fb-123d33a94a50/b897af89-92d5-5fd7-96fb-123d33a94a50_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 536368,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ac/ce8f75c04693462aa0f9ffb661e19a57/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b897af89-92d5-5fd7-96fb-123d33a94a50/b897af89-92d5-5fd7-96fb-123d33a94a50_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 641250,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ac/ce8f75c04693462aa0f9ffb661e19a57/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b897af89-92d5-5fd7-96fb-123d33a94a50/b897af89-92d5-5fd7-96fb-123d33a94a50_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 544803,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ac/ce8f75c04693462aa0f9ffb661e19a57/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b897af89-92d5-5fd7-96fb-123d33a94a50/b897af89-92d5-5fd7-96fb-123d33a94a50_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 726465,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ac/ce8f75c04693462aa0f9ffb661e19a57/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b897af89-92d5-5fd7-96fb-123d33a94a50/b897af89-92d5-5fd7-96fb-123d33a94a50_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 321401,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ac/ce8f75c04693462aa0f9ffb661e19a57/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b897af89-92d5-5fd7-96fb-123d33a94a50/b897af89-92d5-5fd7-96fb-123d33a94a50_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 437070,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ac/ce8f75c04693462aa0f9ffb661e19a57/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b897af89-92d5-5fd7-96fb-123d33a94a50/b897af89-92d5-5fd7-96fb-123d33a94a50_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 471253,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ac/ce8f75c04693462aa0f9ffb661e19a57/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b897af89-92d5-5fd7-96fb-123d33a94a50/b897af89-92d5-5fd7-96fb-123d33a94a50_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 379663,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ac/ce8f75c04693462aa0f9ffb661e19a57/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b897af89-92d5-5fd7-96fb-123d33a94a50/b897af89-92d5-5fd7-96fb-123d33a94a50_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 291028,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ac/ce8f75c04693462aa0f9ffb661e19a57/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b897af89-92d5-5fd7-96fb-123d33a94a50/b897af89-92d5-5fd7-96fb-123d33a94a50_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 297099,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ac/ce8f75c04693462aa0f9ffb661e19a57/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-18',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC40 1.5 T4 RECHARGE GEARTR. INSCRIPTION EXPR',
'transmission': 'automatic',
'trim': '1.5 T4 RECHARGE GEARTR. INSCRIPTION EXPR',
'vin': None,
'year': 2021}
2026-03-26 22:47:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986097%27 HTTP/1.1" 200 None
2026-03-26 22:47:33 [ayvens.be] INFO: Saving data for 1986097: {'created_time': 1774565253.490316, 'last_price_update_time': 1774565253.490328, 'auction_closing_time': 1775028600.0}
2026-03-26 22:47:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986097') HTTP/1.1" 204 0
2026-03-26 22:47:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 59805e72-f6f4-5022-ad2e-bc7240d6c422 with identifier: 1986101
2026-03-26 22:47:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 59805e72-f6f4-5022-ad2e-bc7240d6c422 with identifier: 1986101
2026-03-26 22:47:33 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 59805e72-f6f4-5022-ad2e-bc7240d6c422 with identifier: 1986101 to the API
2026-03-26 22:47:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:47:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:47:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/1xb/f29fe6134a1c49c892ff18910382ab30/images/large/9.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 4,
'engine': '1.5L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'diesel',
'id': '59805e72-f6f4-5022-ad2e-bc7240d6c422',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'CLASSE CLA COUPE DIESEL (C118',
'odometer': 127894,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 14,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_59805e72-f6f4-5022-ad2e-bc7240d6c422/59805e72-f6f4-5022-ad2e-bc7240d6c422_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 505207,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xb/f29fe6134a1c49c892ff18910382ab30/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_59805e72-f6f4-5022-ad2e-bc7240d6c422/59805e72-f6f4-5022-ad2e-bc7240d6c422_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 530711,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xb/f29fe6134a1c49c892ff18910382ab30/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_59805e72-f6f4-5022-ad2e-bc7240d6c422/59805e72-f6f4-5022-ad2e-bc7240d6c422_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 441573,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xb/f29fe6134a1c49c892ff18910382ab30/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_59805e72-f6f4-5022-ad2e-bc7240d6c422/59805e72-f6f4-5022-ad2e-bc7240d6c422_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 453873,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xb/f29fe6134a1c49c892ff18910382ab30/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_59805e72-f6f4-5022-ad2e-bc7240d6c422/59805e72-f6f4-5022-ad2e-bc7240d6c422_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 394952,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xb/f29fe6134a1c49c892ff18910382ab30/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_59805e72-f6f4-5022-ad2e-bc7240d6c422/59805e72-f6f4-5022-ad2e-bc7240d6c422_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 336237,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xb/f29fe6134a1c49c892ff18910382ab30/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_59805e72-f6f4-5022-ad2e-bc7240d6c422/59805e72-f6f4-5022-ad2e-bc7240d6c422_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 270549,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xb/f29fe6134a1c49c892ff18910382ab30/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_59805e72-f6f4-5022-ad2e-bc7240d6c422/59805e72-f6f4-5022-ad2e-bc7240d6c422_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 374432,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xb/f29fe6134a1c49c892ff18910382ab30/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_59805e72-f6f4-5022-ad2e-bc7240d6c422/59805e72-f6f4-5022-ad2e-bc7240d6c422_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 352209,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xb/f29fe6134a1c49c892ff18910382ab30/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_59805e72-f6f4-5022-ad2e-bc7240d6c422/59805e72-f6f4-5022-ad2e-bc7240d6c422_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 342313,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xb/f29fe6134a1c49c892ff18910382ab30/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-11-06',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLASSE CLA COUPE DIESEL (C118 CLA 180 d Business '
'Solution',
'transmission': 'automatic',
'trim': 'CLA 180 d Business Solution',
'vin': None,
'year': 2019}
2026-03-26 22:47:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986101%27 HTTP/1.1" 200 None
2026-03-26 22:47:33 [ayvens.be] INFO: Saving data for 1986101: {'created_time': 1774565253.851652, 'last_price_update_time': 1774565253.851661, 'auction_closing_time': 1775028600.0}
2026-03-26 22:47:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986101') HTTP/1.1" 204 0
2026-03-26 22:47:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F7865be64b85b4035823d13ed0a78c0d3%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/7865be64b85b4035823d13ed0a78c0d3/images/large/4.jpg not downloaded yet
2026-03-26 22:47:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F7865be64b85b4035823d13ed0a78c0d3%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/7865be64b85b4035823d13ed0a78c0d3/images/large/5.jpg not downloaded yet
2026-03-26 22:47:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76e0290>
2026-03-26 22:47:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_917f2936-fc79-57a2-8b59-fbf3f397ac37/917f2936-fc79-57a2-8b59-fbf3f397ac37_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:47:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ak%252F71844024402e4e0eaa973992531398c6%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ak/71844024402e4e0eaa973992531398c6/images/large/2.jpg saved to cache
2026-03-26 22:47:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 917f2936-fc79-57a2-8b59-fbf3f397ac37
2026-03-26 22:47:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 917f2936-fc79-57a2-8b59-fbf3f397ac37, skipping ID generation
2026-03-26 22:47:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 917f2936-fc79-57a2-8b59-fbf3f397ac37 with scrape type 1
2026-03-26 22:47:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 917f2936-fc79-57a2-8b59-fbf3f397ac37 sending to next pipeline
2026-03-26 22:47:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 917f2936-fc79-57a2-8b59-fbf3f397ac37, identifier: 1986100
2026-03-26 22:47:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd235f50>
2026-03-26 22:47:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fe663be6-9724-57b4-b3f9-c897ef50756e/fe663be6-9724-57b4-b3f9-c897ef50756e_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F9817443283084a1bb181713a76532336%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/9817443283084a1bb181713a76532336/images/large/1.jpg saved to cache
2026-03-26 22:47:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item fe663be6-9724-57b4-b3f9-c897ef50756e
2026-03-26 22:47:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7475550>
2026-03-26 22:47:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fe663be6-9724-57b4-b3f9-c897ef50756e/fe663be6-9724-57b4-b3f9-c897ef50756e_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F9817443283084a1bb181713a76532336%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/9817443283084a1bb181713a76532336/images/large/5.jpg saved to cache
2026-03-26 22:47:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item fe663be6-9724-57b4-b3f9-c897ef50756e
2026-03-26 22:47:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e14190>
2026-03-26 22:47:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fe663be6-9724-57b4-b3f9-c897ef50756e/fe663be6-9724-57b4-b3f9-c897ef50756e_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F9817443283084a1bb181713a76532336%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/9817443283084a1bb181713a76532336/images/large/4.jpg saved to cache
2026-03-26 22:47:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item fe663be6-9724-57b4-b3f9-c897ef50756e
2026-03-26 22:47:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7ccd5d0>
2026-03-26 22:47:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fe663be6-9724-57b4-b3f9-c897ef50756e/fe663be6-9724-57b4-b3f9-c897ef50756e_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F9817443283084a1bb181713a76532336%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/9817443283084a1bb181713a76532336/images/large/7.jpg saved to cache
2026-03-26 22:47:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item fe663be6-9724-57b4-b3f9-c897ef50756e
2026-03-26 22:47:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/9817443283084a1bb181713a76532336/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 917f2936-fc79-57a2-8b59-fbf3f397ac37 with identifier: 1986100
2026-03-26 22:47:34 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 22:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-26 22:47:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 917f2936-fc79-57a2-8b59-fbf3f397ac37 with identifier: 1986100
2026-03-26 22:47:34 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 917f2936-fc79-57a2-8b59-fbf3f397ac37 with identifier: 1986100 to the API
2026-03-26 22:47:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:47:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:47:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2ak/71844024402e4e0eaa973992531398c6/images/large/2.jpg>
{'auction_title': '',
'c_o_2_emission_value': 38,
'color': 'MYTHOS BLACK METALLIC',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'petrol',
'id': '917f2936-fc79-57a2-8b59-fbf3f397ac37',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'Q3 SPORTBACK',
'odometer': 174014,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 16,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_917f2936-fc79-57a2-8b59-fbf3f397ac37/917f2936-fc79-57a2-8b59-fbf3f397ac37_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 659822,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ak/71844024402e4e0eaa973992531398c6/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_917f2936-fc79-57a2-8b59-fbf3f397ac37/917f2936-fc79-57a2-8b59-fbf3f397ac37_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 662453,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ak/71844024402e4e0eaa973992531398c6/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_917f2936-fc79-57a2-8b59-fbf3f397ac37/917f2936-fc79-57a2-8b59-fbf3f397ac37_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 584677,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ak/71844024402e4e0eaa973992531398c6/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_917f2936-fc79-57a2-8b59-fbf3f397ac37/917f2936-fc79-57a2-8b59-fbf3f397ac37_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 698046,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ak/71844024402e4e0eaa973992531398c6/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_917f2936-fc79-57a2-8b59-fbf3f397ac37/917f2936-fc79-57a2-8b59-fbf3f397ac37_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 610720,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ak/71844024402e4e0eaa973992531398c6/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_917f2936-fc79-57a2-8b59-fbf3f397ac37/917f2936-fc79-57a2-8b59-fbf3f397ac37_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 624332,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ak/71844024402e4e0eaa973992531398c6/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_917f2936-fc79-57a2-8b59-fbf3f397ac37/917f2936-fc79-57a2-8b59-fbf3f397ac37_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 648713,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ak/71844024402e4e0eaa973992531398c6/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_917f2936-fc79-57a2-8b59-fbf3f397ac37/917f2936-fc79-57a2-8b59-fbf3f397ac37_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 687969,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ak/71844024402e4e0eaa973992531398c6/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_917f2936-fc79-57a2-8b59-fbf3f397ac37/917f2936-fc79-57a2-8b59-fbf3f397ac37_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 539142,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ak/71844024402e4e0eaa973992531398c6/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_917f2936-fc79-57a2-8b59-fbf3f397ac37/917f2936-fc79-57a2-8b59-fbf3f397ac37_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 620680,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ak/71844024402e4e0eaa973992531398c6/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-23',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q3 SPORTBACK 1.4 45 TFSI E S TRONIC S LINE',
'transmission': 'automatic',
'trim': '1.4 45 TFSI E S TRONIC S LINE',
'vin': None,
'year': 2021}
2026-03-26 22:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986100%27 HTTP/1.1" 200 None
2026-03-26 22:47:34 [ayvens.be] INFO: Saving data for 1986100: {'created_time': 1774565254.820748, 'last_price_update_time': 1774565254.820761, 'auction_closing_time': 1775028600.0}
2026-03-26 22:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986100') HTTP/1.1" 204 0
2026-03-26 22:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F7865be64b85b4035823d13ed0a78c0d3%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/7865be64b85b4035823d13ed0a78c0d3/images/large/6.jpg not downloaded yet
2026-03-26 22:47:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/7c113e01f0e84339bc54731ec915b719/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dw/66be59447e6d4eed9e9c717c747f5eb9/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/9817443283084a1bb181713a76532336/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F7865be64b85b4035823d13ed0a78c0d3%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/7865be64b85b4035823d13ed0a78c0d3/images/large/7.jpg not downloaded yet
2026-03-26 22:47:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/b9637912dc054098a3db21ea8cb813e0/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/9817443283084a1bb181713a76532336/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76eff50>
2026-03-26 22:47:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fe663be6-9724-57b4-b3f9-c897ef50756e/fe663be6-9724-57b4-b3f9-c897ef50756e_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F9817443283084a1bb181713a76532336%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/9817443283084a1bb181713a76532336/images/large/9.jpg saved to cache
2026-03-26 22:47:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item fe663be6-9724-57b4-b3f9-c897ef50756e
2026-03-26 22:47:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/9817443283084a1bb181713a76532336/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/7c113e01f0e84339bc54731ec915b719/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F7865be64b85b4035823d13ed0a78c0d3%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/7865be64b85b4035823d13ed0a78c0d3/images/large/8.jpg not downloaded yet
2026-03-26 22:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F7865be64b85b4035823d13ed0a78c0d3%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/7865be64b85b4035823d13ed0a78c0d3/images/large/9.jpg not downloaded yet
2026-03-26 22:47:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c6a9d0>
2026-03-26 22:47:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9d58c301-dab2-5aa2-8d0a-a5d15dbc93e3/9d58c301-dab2-5aa2-8d0a-a5d15dbc93e3_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F7c113e01f0e84339bc54731ec915b719%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/7c113e01f0e84339bc54731ec915b719/images/large/1.jpg saved to cache
2026-03-26 22:47:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 9d58c301-dab2-5aa2-8d0a-a5d15dbc93e3
2026-03-26 22:47:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6da5990>
2026-03-26 22:47:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fda00ae2-cb85-5aaf-8fae-4fc7773133b1/fda00ae2-cb85-5aaf-8fae-4fc7773133b1_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dw%252F66be59447e6d4eed9e9c717c747f5eb9%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dw/66be59447e6d4eed9e9c717c747f5eb9/images/large/5.jpg saved to cache
2026-03-26 22:47:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item fda00ae2-cb85-5aaf-8fae-4fc7773133b1
2026-03-26 22:47:35 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: fda00ae2-cb85-5aaf-8fae-4fc7773133b1, skipping ID generation
2026-03-26 22:47:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fda00ae2-cb85-5aaf-8fae-4fc7773133b1 with scrape type 1
2026-03-26 22:47:35 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item fda00ae2-cb85-5aaf-8fae-4fc7773133b1 sending to next pipeline
2026-03-26 22:47:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: fda00ae2-cb85-5aaf-8fae-4fc7773133b1, identifier: 1986096
2026-03-26 22:47:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74147d0>
2026-03-26 22:47:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fe663be6-9724-57b4-b3f9-c897ef50756e/fe663be6-9724-57b4-b3f9-c897ef50756e_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F9817443283084a1bb181713a76532336%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/9817443283084a1bb181713a76532336/images/large/8.jpg saved to cache
2026-03-26 22:47:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item fe663be6-9724-57b4-b3f9-c897ef50756e
2026-03-26 22:47:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76ee150>
2026-03-26 22:47:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_61b6d6b6-83de-527e-a30b-7d1dcea0a6a2/61b6d6b6-83de-527e-a30b-7d1dcea0a6a2_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Fb9637912dc054098a3db21ea8cb813e0%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/b9637912dc054098a3db21ea8cb813e0/images/large/6.jpg saved to cache
2026-03-26 22:47:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 61b6d6b6-83de-527e-a30b-7d1dcea0a6a2
2026-03-26 22:47:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7417950>
2026-03-26 22:47:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fe663be6-9724-57b4-b3f9-c897ef50756e/fe663be6-9724-57b4-b3f9-c897ef50756e_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F9817443283084a1bb181713a76532336%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/9817443283084a1bb181713a76532336/images/large/10.jpg saved to cache
2026-03-26 22:47:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item fe663be6-9724-57b4-b3f9-c897ef50756e
2026-03-26 22:47:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: fda00ae2-cb85-5aaf-8fae-4fc7773133b1 with identifier: 1986096
2026-03-26 22:47:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: fda00ae2-cb85-5aaf-8fae-4fc7773133b1 with identifier: 1986096
2026-03-26 22:47:35 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: fda00ae2-cb85-5aaf-8fae-4fc7773133b1 with identifier: 1986096 to the API
2026-03-26 22:47:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:47:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:47:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2dw/66be59447e6d4eed9e9c717c747f5eb9/images/large/5.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'petrol',
'id': 'fda00ae2-cb85-5aaf-8fae-4fc7773133b1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'GOLF VIII',
'odometer': 55309,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 16,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fda00ae2-cb85-5aaf-8fae-4fc7773133b1/fda00ae2-cb85-5aaf-8fae-4fc7773133b1_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 641884,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dw/66be59447e6d4eed9e9c717c747f5eb9/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fda00ae2-cb85-5aaf-8fae-4fc7773133b1/fda00ae2-cb85-5aaf-8fae-4fc7773133b1_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 642842,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dw/66be59447e6d4eed9e9c717c747f5eb9/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fda00ae2-cb85-5aaf-8fae-4fc7773133b1/fda00ae2-cb85-5aaf-8fae-4fc7773133b1_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 718270,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dw/66be59447e6d4eed9e9c717c747f5eb9/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fda00ae2-cb85-5aaf-8fae-4fc7773133b1/fda00ae2-cb85-5aaf-8fae-4fc7773133b1_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 603895,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dw/66be59447e6d4eed9e9c717c747f5eb9/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fda00ae2-cb85-5aaf-8fae-4fc7773133b1/fda00ae2-cb85-5aaf-8fae-4fc7773133b1_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 590547,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dw/66be59447e6d4eed9e9c717c747f5eb9/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fda00ae2-cb85-5aaf-8fae-4fc7773133b1/fda00ae2-cb85-5aaf-8fae-4fc7773133b1_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 617825,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dw/66be59447e6d4eed9e9c717c747f5eb9/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fda00ae2-cb85-5aaf-8fae-4fc7773133b1/fda00ae2-cb85-5aaf-8fae-4fc7773133b1_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 658007,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dw/66be59447e6d4eed9e9c717c747f5eb9/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fda00ae2-cb85-5aaf-8fae-4fc7773133b1/fda00ae2-cb85-5aaf-8fae-4fc7773133b1_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 615263,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dw/66be59447e6d4eed9e9c717c747f5eb9/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fda00ae2-cb85-5aaf-8fae-4fc7773133b1/fda00ae2-cb85-5aaf-8fae-4fc7773133b1_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 446624,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dw/66be59447e6d4eed9e9c717c747f5eb9/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fda00ae2-cb85-5aaf-8fae-4fc7773133b1/fda00ae2-cb85-5aaf-8fae-4fc7773133b1_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 675187,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dw/66be59447e6d4eed9e9c717c747f5eb9/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-07-18',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN GOLF VIII 1.4 EHYBRID STYLE BUSINESS DSG',
'transmission': 'automatic',
'trim': '1.4 EHYBRID STYLE BUSINESS DSG',
'vin': None,
'year': 2023}
2026-03-26 22:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986096%27 HTTP/1.1" 200 None
2026-03-26 22:47:35 [ayvens.be] INFO: Saving data for 1986096: {'created_time': 1774565255.996619, 'last_price_update_time': 1774565255.996629, 'auction_closing_time': 1775028600.0}
2026-03-26 22:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986096') HTTP/1.1" 204 0
2026-03-26 22:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F7865be64b85b4035823d13ed0a78c0d3%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/7865be64b85b4035823d13ed0a78c0d3/images/large/10.jpg not downloaded yet
2026-03-26 22:47:36 [ayvens.be] INFO: Found listing with ID: 1986105
2026-03-26 22:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986105%27 HTTP/1.1" 200 None
2026-03-26 22:47:36 [ayvens.be] INFO: Scrape type for 1986105: 1
2026-03-26 22:47:36 [ayvens.be] INFO: Extracting data for car ID: 1986105
2026-03-26 22:47:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c1337cdc-52f0-5c11-b22c-b6e1006cb547 with identifier: 1986105
2026-03-26 22:47:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c1337cdc-52f0-5c11-b22c-b6e1006cb547 with scrape type 1
2026-03-26 22:47:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item c1337cdc-52f0-5c11-b22c-b6e1006cb547
2026-03-26 22:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Fa147416fd5084e1fa03915e89785353a%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/a147416fd5084e1fa03915e89785353a/images/large/1.jpg not downloaded yet
2026-03-26 22:47:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76c7350>
2026-03-26 22:47:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fe663be6-9724-57b4-b3f9-c897ef50756e/fe663be6-9724-57b4-b3f9-c897ef50756e_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F9817443283084a1bb181713a76532336%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/9817443283084a1bb181713a76532336/images/large/6.jpg saved to cache
2026-03-26 22:47:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item fe663be6-9724-57b4-b3f9-c897ef50756e
2026-03-26 22:47:36 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: fe663be6-9724-57b4-b3f9-c897ef50756e, skipping ID generation
2026-03-26 22:47:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fe663be6-9724-57b4-b3f9-c897ef50756e with scrape type 1
2026-03-26 22:47:36 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item fe663be6-9724-57b4-b3f9-c897ef50756e sending to next pipeline
2026-03-26 22:47:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: fe663be6-9724-57b4-b3f9-c897ef50756e, identifier: 1986102
2026-03-26 22:47:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c5c650>
2026-03-26 22:47:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9d58c301-dab2-5aa2-8d0a-a5d15dbc93e3/9d58c301-dab2-5aa2-8d0a-a5d15dbc93e3_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F7c113e01f0e84339bc54731ec915b719%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/7c113e01f0e84339bc54731ec915b719/images/large/4.jpg saved to cache
2026-03-26 22:47:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 9d58c301-dab2-5aa2-8d0a-a5d15dbc93e3
2026-03-26 22:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Fa147416fd5084e1fa03915e89785353a%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/a147416fd5084e1fa03915e89785353a/images/large/2.jpg not downloaded yet
2026-03-26 22:47:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: fe663be6-9724-57b4-b3f9-c897ef50756e with identifier: 1986102
2026-03-26 22:47:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: fe663be6-9724-57b4-b3f9-c897ef50756e with identifier: 1986102
2026-03-26 22:47:36 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: fe663be6-9724-57b4-b3f9-c897ef50756e with identifier: 1986102 to the API
2026-03-26 22:47:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:47:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:47:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bm/9817443283084a1bb181713a76532336/images/large/6.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'petrol',
'id': 'fe663be6-9724-57b4-b3f9-c897ef50756e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '508',
'odometer': 86792,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 16,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fe663be6-9724-57b4-b3f9-c897ef50756e/fe663be6-9724-57b4-b3f9-c897ef50756e_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 651756,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/9817443283084a1bb181713a76532336/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fe663be6-9724-57b4-b3f9-c897ef50756e/fe663be6-9724-57b4-b3f9-c897ef50756e_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 661409,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/9817443283084a1bb181713a76532336/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fe663be6-9724-57b4-b3f9-c897ef50756e/fe663be6-9724-57b4-b3f9-c897ef50756e_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 636344,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/9817443283084a1bb181713a76532336/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fe663be6-9724-57b4-b3f9-c897ef50756e/fe663be6-9724-57b4-b3f9-c897ef50756e_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 689687,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/9817443283084a1bb181713a76532336/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fe663be6-9724-57b4-b3f9-c897ef50756e/fe663be6-9724-57b4-b3f9-c897ef50756e_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 611310,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/9817443283084a1bb181713a76532336/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fe663be6-9724-57b4-b3f9-c897ef50756e/fe663be6-9724-57b4-b3f9-c897ef50756e_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 598245,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/9817443283084a1bb181713a76532336/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fe663be6-9724-57b4-b3f9-c897ef50756e/fe663be6-9724-57b4-b3f9-c897ef50756e_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 649933,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/9817443283084a1bb181713a76532336/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fe663be6-9724-57b4-b3f9-c897ef50756e/fe663be6-9724-57b4-b3f9-c897ef50756e_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 682470,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/9817443283084a1bb181713a76532336/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fe663be6-9724-57b4-b3f9-c897ef50756e/fe663be6-9724-57b4-b3f9-c897ef50756e_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 562021,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/9817443283084a1bb181713a76532336/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fe663be6-9724-57b4-b3f9-c897ef50756e/fe663be6-9724-57b4-b3f9-c897ef50756e_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 560565,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/9817443283084a1bb181713a76532336/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-13',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 508 1.6 PHEV 225 E-AUTO ALLURE',
'transmission': 'automatic',
'trim': '1.6 PHEV 225 E-AUTO ALLURE',
'vin': None,
'year': 2022}
2026-03-26 22:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986102%27 HTTP/1.1" 200 None
2026-03-26 22:47:36 [ayvens.be] INFO: Saving data for 1986102: {'created_time': 1774565256.677537, 'last_price_update_time': 1774565256.677547, 'auction_closing_time': 1775028600.0}
2026-03-26 22:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986102') HTTP/1.1" 204 0
2026-03-26 22:47:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/7c113e01f0e84339bc54731ec915b719/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/7c113e01f0e84339bc54731ec915b719/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/7c113e01f0e84339bc54731ec915b719/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Fa147416fd5084e1fa03915e89785353a%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/a147416fd5084e1fa03915e89785353a/images/large/3.jpg not downloaded yet
2026-03-26 22:47:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/7c113e01f0e84339bc54731ec915b719/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/7c113e01f0e84339bc54731ec915b719/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Fa147416fd5084e1fa03915e89785353a%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/a147416fd5084e1fa03915e89785353a/images/large/4.jpg not downloaded yet
2026-03-26 22:47:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/7c113e01f0e84339bc54731ec915b719/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/7c113e01f0e84339bc54731ec915b719/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/7c113e01f0e84339bc54731ec915b719/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Fa147416fd5084e1fa03915e89785353a%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/a147416fd5084e1fa03915e89785353a/images/large/5.jpg not downloaded yet
2026-03-26 22:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Fa147416fd5084e1fa03915e89785353a%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/a147416fd5084e1fa03915e89785353a/images/large/6.jpg not downloaded yet
2026-03-26 22:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Fa147416fd5084e1fa03915e89785353a%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/a147416fd5084e1fa03915e89785353a/images/large/7.jpg not downloaded yet
2026-03-26 22:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Fa147416fd5084e1fa03915e89785353a%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/a147416fd5084e1fa03915e89785353a/images/large/8.jpg not downloaded yet
2026-03-26 22:47:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76c7f50>
2026-03-26 22:47:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9d58c301-dab2-5aa2-8d0a-a5d15dbc93e3/9d58c301-dab2-5aa2-8d0a-a5d15dbc93e3_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F7c113e01f0e84339bc54731ec915b719%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/7c113e01f0e84339bc54731ec915b719/images/large/5.jpg saved to cache
2026-03-26 22:47:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 9d58c301-dab2-5aa2-8d0a-a5d15dbc93e3
2026-03-26 22:47:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd3c6b90>
2026-03-26 22:47:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9d58c301-dab2-5aa2-8d0a-a5d15dbc93e3/9d58c301-dab2-5aa2-8d0a-a5d15dbc93e3_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F7c113e01f0e84339bc54731ec915b719%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/7c113e01f0e84339bc54731ec915b719/images/large/3.jpg saved to cache
2026-03-26 22:47:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 9d58c301-dab2-5aa2-8d0a-a5d15dbc93e3
2026-03-26 22:47:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7591d90>
2026-03-26 22:47:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9d58c301-dab2-5aa2-8d0a-a5d15dbc93e3/9d58c301-dab2-5aa2-8d0a-a5d15dbc93e3_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F7c113e01f0e84339bc54731ec915b719%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/7c113e01f0e84339bc54731ec915b719/images/large/6.jpg saved to cache
2026-03-26 22:47:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 9d58c301-dab2-5aa2-8d0a-a5d15dbc93e3
2026-03-26 22:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Fa147416fd5084e1fa03915e89785353a%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/a147416fd5084e1fa03915e89785353a/images/large/9.jpg not downloaded yet
2026-03-26 22:47:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e16dd0>
2026-03-26 22:47:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9d58c301-dab2-5aa2-8d0a-a5d15dbc93e3/9d58c301-dab2-5aa2-8d0a-a5d15dbc93e3_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F7c113e01f0e84339bc54731ec915b719%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/7c113e01f0e84339bc54731ec915b719/images/large/9.jpg saved to cache
2026-03-26 22:47:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 9d58c301-dab2-5aa2-8d0a-a5d15dbc93e3
2026-03-26 22:47:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7591b90>
2026-03-26 22:47:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9d58c301-dab2-5aa2-8d0a-a5d15dbc93e3/9d58c301-dab2-5aa2-8d0a-a5d15dbc93e3_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F7c113e01f0e84339bc54731ec915b719%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/7c113e01f0e84339bc54731ec915b719/images/large/8.jpg saved to cache
2026-03-26 22:47:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 9d58c301-dab2-5aa2-8d0a-a5d15dbc93e3
2026-03-26 22:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Fa147416fd5084e1fa03915e89785353a%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/a147416fd5084e1fa03915e89785353a/images/large/10.jpg not downloaded yet
2026-03-26 22:47:37 [ayvens.be] INFO: Found listing with ID: 1986106
2026-03-26 22:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986106%27 HTTP/1.1" 200 None
2026-03-26 22:47:37 [ayvens.be] INFO: Scrape type for 1986106: 1
2026-03-26 22:47:37 [ayvens.be] INFO: Extracting data for car ID: 1986106
2026-03-26 22:47:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85f1fb64-95ba-570e-a94a-6ccd7fe7ebfd with identifier: 1986106
2026-03-26 22:47:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85f1fb64-95ba-570e-a94a-6ccd7fe7ebfd with scrape type 1
2026-03-26 22:47:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 85f1fb64-95ba-570e-a94a-6ccd7fe7ebfd
2026-03-26 22:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Fcd239e26d5ef4b22baa24c0910c51f54%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/cd239e26d5ef4b22baa24c0910c51f54/images/large/1.jpg not downloaded yet
2026-03-26 22:47:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b75a4e90>
2026-03-26 22:47:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9d58c301-dab2-5aa2-8d0a-a5d15dbc93e3/9d58c301-dab2-5aa2-8d0a-a5d15dbc93e3_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F7c113e01f0e84339bc54731ec915b719%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/7c113e01f0e84339bc54731ec915b719/images/large/7.jpg saved to cache
2026-03-26 22:47:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 9d58c301-dab2-5aa2-8d0a-a5d15dbc93e3
2026-03-26 22:47:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74f9e90>
2026-03-26 22:47:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9d58c301-dab2-5aa2-8d0a-a5d15dbc93e3/9d58c301-dab2-5aa2-8d0a-a5d15dbc93e3_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F7c113e01f0e84339bc54731ec915b719%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/7c113e01f0e84339bc54731ec915b719/images/large/2.jpg saved to cache
2026-03-26 22:47:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 9d58c301-dab2-5aa2-8d0a-a5d15dbc93e3
2026-03-26 22:47:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b746f1d0>
2026-03-26 22:47:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9d58c301-dab2-5aa2-8d0a-a5d15dbc93e3/9d58c301-dab2-5aa2-8d0a-a5d15dbc93e3_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F7c113e01f0e84339bc54731ec915b719%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/7c113e01f0e84339bc54731ec915b719/images/large/10.jpg saved to cache
2026-03-26 22:47:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 9d58c301-dab2-5aa2-8d0a-a5d15dbc93e3
2026-03-26 22:47:37 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9d58c301-dab2-5aa2-8d0a-a5d15dbc93e3, skipping ID generation
2026-03-26 22:47:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9d58c301-dab2-5aa2-8d0a-a5d15dbc93e3 with scrape type 1
2026-03-26 22:47:37 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9d58c301-dab2-5aa2-8d0a-a5d15dbc93e3 sending to next pipeline
2026-03-26 22:47:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 9d58c301-dab2-5aa2-8d0a-a5d15dbc93e3, identifier: 1986103
2026-03-26 22:47:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 9d58c301-dab2-5aa2-8d0a-a5d15dbc93e3 with identifier: 1986103
2026-03-26 22:47:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 9d58c301-dab2-5aa2-8d0a-a5d15dbc93e3 with identifier: 1986103
2026-03-26 22:47:37 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 9d58c301-dab2-5aa2-8d0a-a5d15dbc93e3 with identifier: 1986103 to the API
2026-03-26 22:47:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:47:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:47:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bq/7c113e01f0e84339bc54731ec915b719/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.3L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'petrol',
'id': '9d58c301-dab2-5aa2-8d0a-a5d15dbc93e3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'CLA SHOOTING BRAKE',
'odometer': 15063,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 16,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9d58c301-dab2-5aa2-8d0a-a5d15dbc93e3/9d58c301-dab2-5aa2-8d0a-a5d15dbc93e3_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 596358,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/7c113e01f0e84339bc54731ec915b719/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9d58c301-dab2-5aa2-8d0a-a5d15dbc93e3/9d58c301-dab2-5aa2-8d0a-a5d15dbc93e3_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 591307,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/7c113e01f0e84339bc54731ec915b719/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9d58c301-dab2-5aa2-8d0a-a5d15dbc93e3/9d58c301-dab2-5aa2-8d0a-a5d15dbc93e3_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 586441,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/7c113e01f0e84339bc54731ec915b719/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9d58c301-dab2-5aa2-8d0a-a5d15dbc93e3/9d58c301-dab2-5aa2-8d0a-a5d15dbc93e3_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 592654,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/7c113e01f0e84339bc54731ec915b719/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9d58c301-dab2-5aa2-8d0a-a5d15dbc93e3/9d58c301-dab2-5aa2-8d0a-a5d15dbc93e3_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 526357,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/7c113e01f0e84339bc54731ec915b719/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9d58c301-dab2-5aa2-8d0a-a5d15dbc93e3/9d58c301-dab2-5aa2-8d0a-a5d15dbc93e3_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 613030,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/7c113e01f0e84339bc54731ec915b719/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9d58c301-dab2-5aa2-8d0a-a5d15dbc93e3/9d58c301-dab2-5aa2-8d0a-a5d15dbc93e3_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 590061,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/7c113e01f0e84339bc54731ec915b719/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9d58c301-dab2-5aa2-8d0a-a5d15dbc93e3/9d58c301-dab2-5aa2-8d0a-a5d15dbc93e3_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 582903,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/7c113e01f0e84339bc54731ec915b719/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9d58c301-dab2-5aa2-8d0a-a5d15dbc93e3/9d58c301-dab2-5aa2-8d0a-a5d15dbc93e3_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 502254,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/7c113e01f0e84339bc54731ec915b719/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9d58c301-dab2-5aa2-8d0a-a5d15dbc93e3/9d58c301-dab2-5aa2-8d0a-a5d15dbc93e3_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 615069,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/7c113e01f0e84339bc54731ec915b719/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-17',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLA SHOOTING BRAKE 1.3 CLA 250 E BUSINESS SOLUTION '
'DCT',
'transmission': 'automatic',
'trim': '1.3 CLA 250 E BUSINESS SOLUTION DCT',
'vin': None,
'year': 2022}
2026-03-26 22:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986103%27 HTTP/1.1" 200 None
2026-03-26 22:47:37 [ayvens.be] INFO: Saving data for 1986103: {'created_time': 1774565257.955792, 'last_price_update_time': 1774565257.955801, 'auction_closing_time': 1775028600.0}
2026-03-26 22:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986103') HTTP/1.1" 204 0
2026-03-26 22:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Fcd239e26d5ef4b22baa24c0910c51f54%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/cd239e26d5ef4b22baa24c0910c51f54/images/large/2.jpg not downloaded yet
2026-03-26 22:47:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/7865be64b85b4035823d13ed0a78c0d3/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/7865be64b85b4035823d13ed0a78c0d3/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/7865be64b85b4035823d13ed0a78c0d3/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Fcd239e26d5ef4b22baa24c0910c51f54%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/cd239e26d5ef4b22baa24c0910c51f54/images/large/3.jpg not downloaded yet
2026-03-26 22:47:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/7865be64b85b4035823d13ed0a78c0d3/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/7865be64b85b4035823d13ed0a78c0d3/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/7865be64b85b4035823d13ed0a78c0d3/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/7865be64b85b4035823d13ed0a78c0d3/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Fcd239e26d5ef4b22baa24c0910c51f54%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/cd239e26d5ef4b22baa24c0910c51f54/images/large/4.jpg not downloaded yet
2026-03-26 22:47:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/7865be64b85b4035823d13ed0a78c0d3/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Fcd239e26d5ef4b22baa24c0910c51f54%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/cd239e26d5ef4b22baa24c0910c51f54/images/large/5.jpg not downloaded yet
2026-03-26 22:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Fcd239e26d5ef4b22baa24c0910c51f54%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/cd239e26d5ef4b22baa24c0910c51f54/images/large/6.jpg not downloaded yet
2026-03-26 22:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Fcd239e26d5ef4b22baa24c0910c51f54%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/cd239e26d5ef4b22baa24c0910c51f54/images/large/7.jpg not downloaded yet
2026-03-26 22:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Fcd239e26d5ef4b22baa24c0910c51f54%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/cd239e26d5ef4b22baa24c0910c51f54/images/large/8.jpg not downloaded yet
2026-03-26 22:47:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7415290>
2026-03-26 22:47:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_26ad01cb-b78b-5f5e-b11d-de81424be4a4/26ad01cb-b78b-5f5e-b11d-de81424be4a4_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F7865be64b85b4035823d13ed0a78c0d3%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/7865be64b85b4035823d13ed0a78c0d3/images/large/5.jpg saved to cache
2026-03-26 22:47:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 26ad01cb-b78b-5f5e-b11d-de81424be4a4
2026-03-26 22:47:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7773ed0>
2026-03-26 22:47:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_26ad01cb-b78b-5f5e-b11d-de81424be4a4/26ad01cb-b78b-5f5e-b11d-de81424be4a4_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F7865be64b85b4035823d13ed0a78c0d3%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/7865be64b85b4035823d13ed0a78c0d3/images/large/4.jpg saved to cache
2026-03-26 22:47:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 26ad01cb-b78b-5f5e-b11d-de81424be4a4
2026-03-26 22:47:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7ce9190>
2026-03-26 22:47:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_26ad01cb-b78b-5f5e-b11d-de81424be4a4/26ad01cb-b78b-5f5e-b11d-de81424be4a4_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F7865be64b85b4035823d13ed0a78c0d3%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/7865be64b85b4035823d13ed0a78c0d3/images/large/2.jpg saved to cache
2026-03-26 22:47:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 26ad01cb-b78b-5f5e-b11d-de81424be4a4
2026-03-26 22:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Fcd239e26d5ef4b22baa24c0910c51f54%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/cd239e26d5ef4b22baa24c0910c51f54/images/large/9.jpg not downloaded yet
2026-03-26 22:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Fcd239e26d5ef4b22baa24c0910c51f54%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/cd239e26d5ef4b22baa24c0910c51f54/images/large/10.jpg not downloaded yet
2026-03-26 22:47:38 [ayvens.be] INFO: Found listing with ID: 1986107
2026-03-26 22:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986107%27 HTTP/1.1" 200 None
2026-03-26 22:47:38 [ayvens.be] INFO: Scrape type for 1986107: 1
2026-03-26 22:47:38 [ayvens.be] INFO: Extracting data for car ID: 1986107
2026-03-26 22:47:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 044d959a-eef7-583f-bf76-18ca8f11cefa with identifier: 1986107
2026-03-26 22:47:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 044d959a-eef7-583f-bf76-18ca8f11cefa with scrape type 1
2026-03-26 22:47:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 044d959a-eef7-583f-bf76-18ca8f11cefa
2026-03-26 22:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F0549aeca407a42faacaba818eb58f1a4%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/0549aeca407a42faacaba818eb58f1a4/images/large/1.jpg not downloaded yet
2026-03-26 22:47:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cc88d0>
2026-03-26 22:47:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_26ad01cb-b78b-5f5e-b11d-de81424be4a4/26ad01cb-b78b-5f5e-b11d-de81424be4a4_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F7865be64b85b4035823d13ed0a78c0d3%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/7865be64b85b4035823d13ed0a78c0d3/images/large/3.jpg saved to cache
2026-03-26 22:47:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 26ad01cb-b78b-5f5e-b11d-de81424be4a4
2026-03-26 22:47:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd0d16d0>
2026-03-26 22:47:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_26ad01cb-b78b-5f5e-b11d-de81424be4a4/26ad01cb-b78b-5f5e-b11d-de81424be4a4_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F7865be64b85b4035823d13ed0a78c0d3%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/7865be64b85b4035823d13ed0a78c0d3/images/large/6.jpg saved to cache
2026-03-26 22:47:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 26ad01cb-b78b-5f5e-b11d-de81424be4a4
2026-03-26 22:47:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79a5ad0>
2026-03-26 22:47:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_26ad01cb-b78b-5f5e-b11d-de81424be4a4/26ad01cb-b78b-5f5e-b11d-de81424be4a4_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F7865be64b85b4035823d13ed0a78c0d3%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/7865be64b85b4035823d13ed0a78c0d3/images/large/1.jpg saved to cache
2026-03-26 22:47:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 26ad01cb-b78b-5f5e-b11d-de81424be4a4
2026-03-26 22:47:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79cd9d0>
2026-03-26 22:47:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_26ad01cb-b78b-5f5e-b11d-de81424be4a4/26ad01cb-b78b-5f5e-b11d-de81424be4a4_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F7865be64b85b4035823d13ed0a78c0d3%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/7865be64b85b4035823d13ed0a78c0d3/images/large/7.jpg saved to cache
2026-03-26 22:47:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 26ad01cb-b78b-5f5e-b11d-de81424be4a4
2026-03-26 22:47:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79a4e10>
2026-03-26 22:47:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_26ad01cb-b78b-5f5e-b11d-de81424be4a4/26ad01cb-b78b-5f5e-b11d-de81424be4a4_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F7865be64b85b4035823d13ed0a78c0d3%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/7865be64b85b4035823d13ed0a78c0d3/images/large/8.jpg saved to cache
2026-03-26 22:47:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 26ad01cb-b78b-5f5e-b11d-de81424be4a4
2026-03-26 22:47:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/a147416fd5084e1fa03915e89785353a/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F0549aeca407a42faacaba818eb58f1a4%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/0549aeca407a42faacaba818eb58f1a4/images/large/2.jpg not downloaded yet
2026-03-26 22:47:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/a147416fd5084e1fa03915e89785353a/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/7865be64b85b4035823d13ed0a78c0d3/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/7865be64b85b4035823d13ed0a78c0d3/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F0549aeca407a42faacaba818eb58f1a4%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/0549aeca407a42faacaba818eb58f1a4/images/large/3.jpg not downloaded yet
2026-03-26 22:47:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/a147416fd5084e1fa03915e89785353a/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/a147416fd5084e1fa03915e89785353a/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/a147416fd5084e1fa03915e89785353a/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F0549aeca407a42faacaba818eb58f1a4%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/0549aeca407a42faacaba818eb58f1a4/images/large/4.jpg not downloaded yet
2026-03-26 22:47:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/b9637912dc054098a3db21ea8cb813e0/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F0549aeca407a42faacaba818eb58f1a4%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/0549aeca407a42faacaba818eb58f1a4/images/large/5.jpg not downloaded yet
2026-03-26 22:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F0549aeca407a42faacaba818eb58f1a4%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/0549aeca407a42faacaba818eb58f1a4/images/large/6.jpg not downloaded yet
2026-03-26 22:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F0549aeca407a42faacaba818eb58f1a4%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/0549aeca407a42faacaba818eb58f1a4/images/large/7.jpg not downloaded yet
2026-03-26 22:47:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b726a850>
2026-03-26 22:47:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c1337cdc-52f0-5c11-b22c-b6e1006cb547/c1337cdc-52f0-5c11-b22c-b6e1006cb547_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Fa147416fd5084e1fa03915e89785353a%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/a147416fd5084e1fa03915e89785353a/images/large/2.jpg saved to cache
2026-03-26 22:47:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item c1337cdc-52f0-5c11-b22c-b6e1006cb547
2026-03-26 22:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F0549aeca407a42faacaba818eb58f1a4%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/0549aeca407a42faacaba818eb58f1a4/images/large/8.jpg not downloaded yet
2026-03-26 22:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F0549aeca407a42faacaba818eb58f1a4%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/0549aeca407a42faacaba818eb58f1a4/images/large/9.jpg not downloaded yet
2026-03-26 22:47:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b725d850>
2026-03-26 22:47:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c1337cdc-52f0-5c11-b22c-b6e1006cb547/c1337cdc-52f0-5c11-b22c-b6e1006cb547_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Fa147416fd5084e1fa03915e89785353a%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/a147416fd5084e1fa03915e89785353a/images/large/1.jpg saved to cache
2026-03-26 22:47:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item c1337cdc-52f0-5c11-b22c-b6e1006cb547
2026-03-26 22:47:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b78c2350>
2026-03-26 22:47:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_26ad01cb-b78b-5f5e-b11d-de81424be4a4/26ad01cb-b78b-5f5e-b11d-de81424be4a4_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F7865be64b85b4035823d13ed0a78c0d3%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/7865be64b85b4035823d13ed0a78c0d3/images/large/10.jpg saved to cache
2026-03-26 22:47:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 26ad01cb-b78b-5f5e-b11d-de81424be4a4
2026-03-26 22:47:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b784dbd0>
2026-03-26 22:47:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_26ad01cb-b78b-5f5e-b11d-de81424be4a4/26ad01cb-b78b-5f5e-b11d-de81424be4a4_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F7865be64b85b4035823d13ed0a78c0d3%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/7865be64b85b4035823d13ed0a78c0d3/images/large/9.jpg saved to cache
2026-03-26 22:47:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 26ad01cb-b78b-5f5e-b11d-de81424be4a4
2026-03-26 22:47:39 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 26ad01cb-b78b-5f5e-b11d-de81424be4a4, skipping ID generation
2026-03-26 22:47:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 26ad01cb-b78b-5f5e-b11d-de81424be4a4 with scrape type 1
2026-03-26 22:47:39 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 26ad01cb-b78b-5f5e-b11d-de81424be4a4 sending to next pipeline
2026-03-26 22:47:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 26ad01cb-b78b-5f5e-b11d-de81424be4a4, identifier: 1986104
2026-03-26 22:47:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b72fd810>
2026-03-26 22:47:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c1337cdc-52f0-5c11-b22c-b6e1006cb547/c1337cdc-52f0-5c11-b22c-b6e1006cb547_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Fa147416fd5084e1fa03915e89785353a%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/a147416fd5084e1fa03915e89785353a/images/large/5.jpg saved to cache
2026-03-26 22:47:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item c1337cdc-52f0-5c11-b22c-b6e1006cb547
2026-03-26 22:47:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77e8410>
2026-03-26 22:47:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c1337cdc-52f0-5c11-b22c-b6e1006cb547/c1337cdc-52f0-5c11-b22c-b6e1006cb547_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Fa147416fd5084e1fa03915e89785353a%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/a147416fd5084e1fa03915e89785353a/images/large/3.jpg saved to cache
2026-03-26 22:47:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item c1337cdc-52f0-5c11-b22c-b6e1006cb547
2026-03-26 22:47:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b75a64d0>
2026-03-26 22:47:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c1337cdc-52f0-5c11-b22c-b6e1006cb547/c1337cdc-52f0-5c11-b22c-b6e1006cb547_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Fa147416fd5084e1fa03915e89785353a%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/a147416fd5084e1fa03915e89785353a/images/large/4.jpg saved to cache
2026-03-26 22:47:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item c1337cdc-52f0-5c11-b22c-b6e1006cb547
2026-03-26 22:47:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e10f50>
2026-03-26 22:47:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_61b6d6b6-83de-527e-a30b-7d1dcea0a6a2/61b6d6b6-83de-527e-a30b-7d1dcea0a6a2_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Fb9637912dc054098a3db21ea8cb813e0%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/b9637912dc054098a3db21ea8cb813e0/images/large/5.jpg saved to cache
2026-03-26 22:47:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 61b6d6b6-83de-527e-a30b-7d1dcea0a6a2
2026-03-26 22:47:40 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 61b6d6b6-83de-527e-a30b-7d1dcea0a6a2, skipping ID generation
2026-03-26 22:47:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 61b6d6b6-83de-527e-a30b-7d1dcea0a6a2 with scrape type 1
2026-03-26 22:47:40 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 61b6d6b6-83de-527e-a30b-7d1dcea0a6a2 sending to next pipeline
2026-03-26 22:47:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 61b6d6b6-83de-527e-a30b-7d1dcea0a6a2, identifier: 1986095
2026-03-26 22:47:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 26ad01cb-b78b-5f5e-b11d-de81424be4a4 with identifier: 1986104
2026-03-26 22:47:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 26ad01cb-b78b-5f5e-b11d-de81424be4a4 with identifier: 1986104
2026-03-26 22:47:40 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 26ad01cb-b78b-5f5e-b11d-de81424be4a4 with identifier: 1986104 to the API
2026-03-26 22:47:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:47:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:47:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bq/7865be64b85b4035823d13ed0a78c0d3/images/large/9.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'diesel',
'id': '26ad01cb-b78b-5f5e-b11d-de81424be4a4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'SKODA',
'model': 'KODIAQ',
'odometer': 115482,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 15,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_26ad01cb-b78b-5f5e-b11d-de81424be4a4/26ad01cb-b78b-5f5e-b11d-de81424be4a4_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 609999,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/7865be64b85b4035823d13ed0a78c0d3/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_26ad01cb-b78b-5f5e-b11d-de81424be4a4/26ad01cb-b78b-5f5e-b11d-de81424be4a4_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 594478,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/7865be64b85b4035823d13ed0a78c0d3/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_26ad01cb-b78b-5f5e-b11d-de81424be4a4/26ad01cb-b78b-5f5e-b11d-de81424be4a4_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 570478,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/7865be64b85b4035823d13ed0a78c0d3/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_26ad01cb-b78b-5f5e-b11d-de81424be4a4/26ad01cb-b78b-5f5e-b11d-de81424be4a4_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 637954,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/7865be64b85b4035823d13ed0a78c0d3/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_26ad01cb-b78b-5f5e-b11d-de81424be4a4/26ad01cb-b78b-5f5e-b11d-de81424be4a4_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 587771,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/7865be64b85b4035823d13ed0a78c0d3/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_26ad01cb-b78b-5f5e-b11d-de81424be4a4/26ad01cb-b78b-5f5e-b11d-de81424be4a4_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 571066,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/7865be64b85b4035823d13ed0a78c0d3/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_26ad01cb-b78b-5f5e-b11d-de81424be4a4/26ad01cb-b78b-5f5e-b11d-de81424be4a4_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 637553,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/7865be64b85b4035823d13ed0a78c0d3/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_26ad01cb-b78b-5f5e-b11d-de81424be4a4/26ad01cb-b78b-5f5e-b11d-de81424be4a4_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 691178,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/7865be64b85b4035823d13ed0a78c0d3/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_26ad01cb-b78b-5f5e-b11d-de81424be4a4/26ad01cb-b78b-5f5e-b11d-de81424be4a4_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 496203,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/7865be64b85b4035823d13ed0a78c0d3/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_26ad01cb-b78b-5f5e-b11d-de81424be4a4/26ad01cb-b78b-5f5e-b11d-de81424be4a4_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 592020,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/7865be64b85b4035823d13ed0a78c0d3/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-14',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA KODIAQ 2.0 CRTDI 110KW DSG7 4WD CLEVER',
'transmission': 'automatic',
'trim': '2.0 CRTDI 110KW DSG7 4WD CLEVER',
'vin': None,
'year': 2022}
2026-03-26 22:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986104%27 HTTP/1.1" 200 None
2026-03-26 22:47:40 [ayvens.be] INFO: Saving data for 1986104: {'created_time': 1774565260.519678, 'last_price_update_time': 1774565260.519688, 'auction_closing_time': 1775028600.0}
2026-03-26 22:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986104') HTTP/1.1" 204 0
2026-03-26 22:47:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 61b6d6b6-83de-527e-a30b-7d1dcea0a6a2 with identifier: 1986095
2026-03-26 22:47:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 61b6d6b6-83de-527e-a30b-7d1dcea0a6a2 with identifier: 1986095
2026-03-26 22:47:40 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 61b6d6b6-83de-527e-a30b-7d1dcea0a6a2 with identifier: 1986095 to the API
2026-03-26 22:47:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:47:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:47:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bs/b9637912dc054098a3db21ea8cb813e0/images/large/5.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'petrol',
'id': '61b6d6b6-83de-527e-a30b-7d1dcea0a6a2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'VOLVO',
'model': 'V60',
'odometer': 188584,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 17,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61b6d6b6-83de-527e-a30b-7d1dcea0a6a2/61b6d6b6-83de-527e-a30b-7d1dcea0a6a2_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 591397,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/b9637912dc054098a3db21ea8cb813e0/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61b6d6b6-83de-527e-a30b-7d1dcea0a6a2/61b6d6b6-83de-527e-a30b-7d1dcea0a6a2_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 598518,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/b9637912dc054098a3db21ea8cb813e0/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61b6d6b6-83de-527e-a30b-7d1dcea0a6a2/61b6d6b6-83de-527e-a30b-7d1dcea0a6a2_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 592381,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/b9637912dc054098a3db21ea8cb813e0/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61b6d6b6-83de-527e-a30b-7d1dcea0a6a2/61b6d6b6-83de-527e-a30b-7d1dcea0a6a2_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 646767,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/b9637912dc054098a3db21ea8cb813e0/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61b6d6b6-83de-527e-a30b-7d1dcea0a6a2/61b6d6b6-83de-527e-a30b-7d1dcea0a6a2_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 656791,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/b9637912dc054098a3db21ea8cb813e0/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61b6d6b6-83de-527e-a30b-7d1dcea0a6a2/61b6d6b6-83de-527e-a30b-7d1dcea0a6a2_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 596425,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/b9637912dc054098a3db21ea8cb813e0/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61b6d6b6-83de-527e-a30b-7d1dcea0a6a2/61b6d6b6-83de-527e-a30b-7d1dcea0a6a2_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 709328,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/b9637912dc054098a3db21ea8cb813e0/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61b6d6b6-83de-527e-a30b-7d1dcea0a6a2/61b6d6b6-83de-527e-a30b-7d1dcea0a6a2_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 614783,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/b9637912dc054098a3db21ea8cb813e0/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61b6d6b6-83de-527e-a30b-7d1dcea0a6a2/61b6d6b6-83de-527e-a30b-7d1dcea0a6a2_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 542461,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/b9637912dc054098a3db21ea8cb813e0/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61b6d6b6-83de-527e-a30b-7d1dcea0a6a2/61b6d6b6-83de-527e-a30b-7d1dcea0a6a2_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 634252,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/b9637912dc054098a3db21ea8cb813e0/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-03',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO V60 2.0 B3 MHEV MOMENTUM PRO AUTO',
'transmission': 'automatic',
'trim': '2.0 B3 MHEV MOMENTUM PRO AUTO',
'vin': None,
'year': 2022}
2026-03-26 22:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986095%27 HTTP/1.1" 200 None
2026-03-26 22:47:40 [ayvens.be] INFO: Saving data for 1986095: {'created_time': 1774565260.904431, 'last_price_update_time': 1774565260.90444, 'auction_closing_time': 1775028600.0}
2026-03-26 22:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986095') HTTP/1.1" 204 0
2026-03-26 22:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F0549aeca407a42faacaba818eb58f1a4%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/0549aeca407a42faacaba818eb58f1a4/images/large/10.jpg not downloaded yet
2026-03-26 22:47:40 [ayvens.be] INFO: Found listing with ID: 1986108
2026-03-26 22:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986108%27 HTTP/1.1" 200 None
2026-03-26 22:47:40 [ayvens.be] INFO: Scrape type for 1986108: 1
2026-03-26 22:47:40 [ayvens.be] INFO: Extracting data for car ID: 1986108
2026-03-26 22:47:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c69b35c-520e-512b-907d-80a9f87c56ee with identifier: 1986108
2026-03-26 22:47:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c69b35c-520e-512b-907d-80a9f87c56ee with scrape type 1
2026-03-26 22:47:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 2c69b35c-520e-512b-907d-80a9f87c56ee
2026-03-26 22:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xs%252F2274dc0dee944819bf6280edd89bb3d8%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xs/2274dc0dee944819bf6280edd89bb3d8/images/large/1.jpg not downloaded yet
2026-03-26 22:47:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/cd239e26d5ef4b22baa24c0910c51f54/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/cd239e26d5ef4b22baa24c0910c51f54/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xs%252F2274dc0dee944819bf6280edd89bb3d8%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xs/2274dc0dee944819bf6280edd89bb3d8/images/large/2.jpg not downloaded yet
2026-03-26 22:47:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/cd239e26d5ef4b22baa24c0910c51f54/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/cd239e26d5ef4b22baa24c0910c51f54/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xs%252F2274dc0dee944819bf6280edd89bb3d8%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xs/2274dc0dee944819bf6280edd89bb3d8/images/large/3.jpg not downloaded yet
2026-03-26 22:47:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/a147416fd5084e1fa03915e89785353a/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/cd239e26d5ef4b22baa24c0910c51f54/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/a147416fd5084e1fa03915e89785353a/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/a147416fd5084e1fa03915e89785353a/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xs%252F2274dc0dee944819bf6280edd89bb3d8%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xs/2274dc0dee944819bf6280edd89bb3d8/images/large/4.jpg not downloaded yet
2026-03-26 22:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xs%252F2274dc0dee944819bf6280edd89bb3d8%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xs/2274dc0dee944819bf6280edd89bb3d8/images/large/5.jpg not downloaded yet
2026-03-26 22:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xs%252F2274dc0dee944819bf6280edd89bb3d8%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xs/2274dc0dee944819bf6280edd89bb3d8/images/large/6.jpg not downloaded yet
2026-03-26 22:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xs%252F2274dc0dee944819bf6280edd89bb3d8%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xs/2274dc0dee944819bf6280edd89bb3d8/images/large/7.jpg not downloaded yet
2026-03-26 22:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xs%252F2274dc0dee944819bf6280edd89bb3d8%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xs/2274dc0dee944819bf6280edd89bb3d8/images/large/8.jpg not downloaded yet
2026-03-26 22:47:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd3bb850>
2026-03-26 22:47:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_85f1fb64-95ba-570e-a94a-6ccd7fe7ebfd/85f1fb64-95ba-570e-a94a-6ccd7fe7ebfd_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Fcd239e26d5ef4b22baa24c0910c51f54%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/cd239e26d5ef4b22baa24c0910c51f54/images/large/2.jpg saved to cache
2026-03-26 22:47:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 85f1fb64-95ba-570e-a94a-6ccd7fe7ebfd
2026-03-26 22:47:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c75a10>
2026-03-26 22:47:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_85f1fb64-95ba-570e-a94a-6ccd7fe7ebfd/85f1fb64-95ba-570e-a94a-6ccd7fe7ebfd_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Fcd239e26d5ef4b22baa24c0910c51f54%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/cd239e26d5ef4b22baa24c0910c51f54/images/large/9.jpg saved to cache
2026-03-26 22:47:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 85f1fb64-95ba-570e-a94a-6ccd7fe7ebfd
2026-03-26 22:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xs%252F2274dc0dee944819bf6280edd89bb3d8%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xs/2274dc0dee944819bf6280edd89bb3d8/images/large/9.jpg not downloaded yet
2026-03-26 22:47:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b781a0d0>
2026-03-26 22:47:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_85f1fb64-95ba-570e-a94a-6ccd7fe7ebfd/85f1fb64-95ba-570e-a94a-6ccd7fe7ebfd_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Fcd239e26d5ef4b22baa24c0910c51f54%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/cd239e26d5ef4b22baa24c0910c51f54/images/large/8.jpg saved to cache
2026-03-26 22:47:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 85f1fb64-95ba-570e-a94a-6ccd7fe7ebfd
2026-03-26 22:47:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7663810>
2026-03-26 22:47:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_85f1fb64-95ba-570e-a94a-6ccd7fe7ebfd/85f1fb64-95ba-570e-a94a-6ccd7fe7ebfd_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Fcd239e26d5ef4b22baa24c0910c51f54%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/cd239e26d5ef4b22baa24c0910c51f54/images/large/1.jpg saved to cache
2026-03-26 22:47:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 85f1fb64-95ba-570e-a94a-6ccd7fe7ebfd
2026-03-26 22:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xs%252F2274dc0dee944819bf6280edd89bb3d8%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xs/2274dc0dee944819bf6280edd89bb3d8/images/large/10.jpg not downloaded yet
2026-03-26 22:47:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/0549aeca407a42faacaba818eb58f1a4/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:41 [ayvens.be] INFO: Found listing with ID: 1986109
2026-03-26 22:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986109%27 HTTP/1.1" 200 None
2026-03-26 22:47:41 [ayvens.be] INFO: Scrape type for 1986109: 1
2026-03-26 22:47:41 [ayvens.be] INFO: Extracting data for car ID: 1986109
2026-03-26 22:47:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 200aebf9-af41-5b65-8832-43f5d7dfd460 with identifier: 1986109
2026-03-26 22:47:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 200aebf9-af41-5b65-8832-43f5d7dfd460 with scrape type 1
2026-03-26 22:47:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 200aebf9-af41-5b65-8832-43f5d7dfd460
2026-03-26 22:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1ym%252F143a431a8b164c17a155a14952a42e7d%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1ym/143a431a8b164c17a155a14952a42e7d/images/large/1.jpg not downloaded yet
2026-03-26 22:47:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c5ea50>
2026-03-26 22:47:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c1337cdc-52f0-5c11-b22c-b6e1006cb547/c1337cdc-52f0-5c11-b22c-b6e1006cb547_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Fa147416fd5084e1fa03915e89785353a%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/a147416fd5084e1fa03915e89785353a/images/large/9.jpg saved to cache
2026-03-26 22:47:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item c1337cdc-52f0-5c11-b22c-b6e1006cb547
2026-03-26 22:47:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74de2d0>
2026-03-26 22:47:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_85f1fb64-95ba-570e-a94a-6ccd7fe7ebfd/85f1fb64-95ba-570e-a94a-6ccd7fe7ebfd_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Fcd239e26d5ef4b22baa24c0910c51f54%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/cd239e26d5ef4b22baa24c0910c51f54/images/large/7.jpg saved to cache
2026-03-26 22:47:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 85f1fb64-95ba-570e-a94a-6ccd7fe7ebfd
2026-03-26 22:47:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e16dd0>
2026-03-26 22:47:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c1337cdc-52f0-5c11-b22c-b6e1006cb547/c1337cdc-52f0-5c11-b22c-b6e1006cb547_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Fa147416fd5084e1fa03915e89785353a%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/a147416fd5084e1fa03915e89785353a/images/large/8.jpg saved to cache
2026-03-26 22:47:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item c1337cdc-52f0-5c11-b22c-b6e1006cb547
2026-03-26 22:47:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e1ca90>
2026-03-26 22:47:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c1337cdc-52f0-5c11-b22c-b6e1006cb547/c1337cdc-52f0-5c11-b22c-b6e1006cb547_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Fa147416fd5084e1fa03915e89785353a%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/a147416fd5084e1fa03915e89785353a/images/large/10.jpg saved to cache
2026-03-26 22:47:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item c1337cdc-52f0-5c11-b22c-b6e1006cb547
2026-03-26 22:47:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/0549aeca407a42faacaba818eb58f1a4/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1ym%252F143a431a8b164c17a155a14952a42e7d%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1ym/143a431a8b164c17a155a14952a42e7d/images/large/2.jpg not downloaded yet
2026-03-26 22:47:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/cd239e26d5ef4b22baa24c0910c51f54/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/cd239e26d5ef4b22baa24c0910c51f54/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/0549aeca407a42faacaba818eb58f1a4/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1ym%252F143a431a8b164c17a155a14952a42e7d%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1ym/143a431a8b164c17a155a14952a42e7d/images/large/3.jpg not downloaded yet
2026-03-26 22:47:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/0549aeca407a42faacaba818eb58f1a4/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/0549aeca407a42faacaba818eb58f1a4/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79a57d0>
2026-03-26 22:47:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_044d959a-eef7-583f-bf76-18ca8f11cefa/044d959a-eef7-583f-bf76-18ca8f11cefa_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F0549aeca407a42faacaba818eb58f1a4%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/0549aeca407a42faacaba818eb58f1a4/images/large/1.jpg saved to cache
2026-03-26 22:47:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 044d959a-eef7-583f-bf76-18ca8f11cefa
2026-03-26 22:47:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/0549aeca407a42faacaba818eb58f1a4/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1ym%252F143a431a8b164c17a155a14952a42e7d%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1ym/143a431a8b164c17a155a14952a42e7d/images/large/4.jpg not downloaded yet
2026-03-26 22:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1ym%252F143a431a8b164c17a155a14952a42e7d%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1ym/143a431a8b164c17a155a14952a42e7d/images/large/5.jpg not downloaded yet
2026-03-26 22:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1ym%252F143a431a8b164c17a155a14952a42e7d%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1ym/143a431a8b164c17a155a14952a42e7d/images/large/6.jpg not downloaded yet
2026-03-26 22:47:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b782c5d0>
2026-03-26 22:47:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_044d959a-eef7-583f-bf76-18ca8f11cefa/044d959a-eef7-583f-bf76-18ca8f11cefa_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F0549aeca407a42faacaba818eb58f1a4%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/0549aeca407a42faacaba818eb58f1a4/images/large/2.jpg saved to cache
2026-03-26 22:47:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 044d959a-eef7-583f-bf76-18ca8f11cefa
2026-03-26 22:47:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b787c4d0>
2026-03-26 22:47:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_85f1fb64-95ba-570e-a94a-6ccd7fe7ebfd/85f1fb64-95ba-570e-a94a-6ccd7fe7ebfd_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Fcd239e26d5ef4b22baa24c0910c51f54%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/cd239e26d5ef4b22baa24c0910c51f54/images/large/10.jpg saved to cache
2026-03-26 22:47:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 85f1fb64-95ba-570e-a94a-6ccd7fe7ebfd
2026-03-26 22:47:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6dc0350>
2026-03-26 22:47:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_85f1fb64-95ba-570e-a94a-6ccd7fe7ebfd/85f1fb64-95ba-570e-a94a-6ccd7fe7ebfd_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Fcd239e26d5ef4b22baa24c0910c51f54%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/cd239e26d5ef4b22baa24c0910c51f54/images/large/6.jpg saved to cache
2026-03-26 22:47:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 85f1fb64-95ba-570e-a94a-6ccd7fe7ebfd
2026-03-26 22:47:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7924110>
2026-03-26 22:47:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_044d959a-eef7-583f-bf76-18ca8f11cefa/044d959a-eef7-583f-bf76-18ca8f11cefa_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F0549aeca407a42faacaba818eb58f1a4%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/0549aeca407a42faacaba818eb58f1a4/images/large/5.jpg saved to cache
2026-03-26 22:47:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 044d959a-eef7-583f-bf76-18ca8f11cefa
2026-03-26 22:47:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd0d1e90>
2026-03-26 22:47:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_044d959a-eef7-583f-bf76-18ca8f11cefa/044d959a-eef7-583f-bf76-18ca8f11cefa_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F0549aeca407a42faacaba818eb58f1a4%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/0549aeca407a42faacaba818eb58f1a4/images/large/8.jpg saved to cache
2026-03-26 22:47:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 044d959a-eef7-583f-bf76-18ca8f11cefa
2026-03-26 22:47:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b75924d0>
2026-03-26 22:47:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_044d959a-eef7-583f-bf76-18ca8f11cefa/044d959a-eef7-583f-bf76-18ca8f11cefa_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F0549aeca407a42faacaba818eb58f1a4%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/0549aeca407a42faacaba818eb58f1a4/images/large/6.jpg saved to cache
2026-03-26 22:47:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 044d959a-eef7-583f-bf76-18ca8f11cefa
2026-03-26 22:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1ym%252F143a431a8b164c17a155a14952a42e7d%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1ym/143a431a8b164c17a155a14952a42e7d/images/large/7.jpg not downloaded yet
2026-03-26 22:47:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/0549aeca407a42faacaba818eb58f1a4/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/0549aeca407a42faacaba818eb58f1a4/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1ym%252F143a431a8b164c17a155a14952a42e7d%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1ym/143a431a8b164c17a155a14952a42e7d/images/large/8.jpg not downloaded yet
2026-03-26 22:47:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7591310>
2026-03-26 22:47:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_044d959a-eef7-583f-bf76-18ca8f11cefa/044d959a-eef7-583f-bf76-18ca8f11cefa_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F0549aeca407a42faacaba818eb58f1a4%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/0549aeca407a42faacaba818eb58f1a4/images/large/7.jpg saved to cache
2026-03-26 22:47:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 044d959a-eef7-583f-bf76-18ca8f11cefa
2026-03-26 22:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1ym%252F143a431a8b164c17a155a14952a42e7d%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1ym/143a431a8b164c17a155a14952a42e7d/images/large/9.jpg not downloaded yet
2026-03-26 22:47:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xs/2274dc0dee944819bf6280edd89bb3d8/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1ym%252F143a431a8b164c17a155a14952a42e7d%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1ym/143a431a8b164c17a155a14952a42e7d/images/large/10.jpg not downloaded yet
2026-03-26 22:47:42 [ayvens.be] INFO: Found listing with ID: 1986110
2026-03-26 22:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986110%27 HTTP/1.1" 200 None
2026-03-26 22:47:42 [ayvens.be] INFO: Scrape type for 1986110: 1
2026-03-26 22:47:42 [ayvens.be] INFO: Extracting data for car ID: 1986110
2026-03-26 22:47:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 101d4a91-593b-5171-a207-9f994ad6bf13 with identifier: 1986110
2026-03-26 22:47:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 101d4a91-593b-5171-a207-9f994ad6bf13 with scrape type 1
2026-03-26 22:47:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 101d4a91-593b-5171-a207-9f994ad6bf13
2026-03-26 22:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bd%252F0283d760790f4ae7ad28362e5f5f2c88%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bd/0283d760790f4ae7ad28362e5f5f2c88/images/large/1.jpg not downloaded yet
2026-03-26 22:47:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7ccc3d0>
2026-03-26 22:47:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_044d959a-eef7-583f-bf76-18ca8f11cefa/044d959a-eef7-583f-bf76-18ca8f11cefa_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F0549aeca407a42faacaba818eb58f1a4%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/0549aeca407a42faacaba818eb58f1a4/images/large/10.jpg saved to cache
2026-03-26 22:47:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 044d959a-eef7-583f-bf76-18ca8f11cefa
2026-03-26 22:47:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7435250>
2026-03-26 22:47:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_044d959a-eef7-583f-bf76-18ca8f11cefa/044d959a-eef7-583f-bf76-18ca8f11cefa_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:47:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F0549aeca407a42faacaba818eb58f1a4%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/0549aeca407a42faacaba818eb58f1a4/images/large/9.jpg saved to cache
2026-03-26 22:47:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 044d959a-eef7-583f-bf76-18ca8f11cefa
2026-03-26 22:47:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xs/2274dc0dee944819bf6280edd89bb3d8/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/0549aeca407a42faacaba818eb58f1a4/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bd%252F0283d760790f4ae7ad28362e5f5f2c88%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bd/0283d760790f4ae7ad28362e5f5f2c88/images/large/2.jpg not downloaded yet
2026-03-26 22:47:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/0549aeca407a42faacaba818eb58f1a4/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bd%252F0283d760790f4ae7ad28362e5f5f2c88%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bd/0283d760790f4ae7ad28362e5f5f2c88/images/large/3.jpg not downloaded yet
2026-03-26 22:47:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b746d950>
2026-03-26 22:47:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2c69b35c-520e-512b-907d-80a9f87c56ee/2c69b35c-520e-512b-907d-80a9f87c56ee_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:47:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xs%252F2274dc0dee944819bf6280edd89bb3d8%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xs/2274dc0dee944819bf6280edd89bb3d8/images/large/1.jpg saved to cache
2026-03-26 22:47:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 2c69b35c-520e-512b-907d-80a9f87c56ee
2026-03-26 22:47:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xs/2274dc0dee944819bf6280edd89bb3d8/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xs/2274dc0dee944819bf6280edd89bb3d8/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bd%252F0283d760790f4ae7ad28362e5f5f2c88%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bd/0283d760790f4ae7ad28362e5f5f2c88/images/large/4.jpg not downloaded yet
2026-03-26 22:47:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bd%252F0283d760790f4ae7ad28362e5f5f2c88%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bd/0283d760790f4ae7ad28362e5f5f2c88/images/large/5.jpg not downloaded yet
2026-03-26 22:47:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1ym/143a431a8b164c17a155a14952a42e7d/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xs/2274dc0dee944819bf6280edd89bb3d8/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bd%252F0283d760790f4ae7ad28362e5f5f2c88%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bd/0283d760790f4ae7ad28362e5f5f2c88/images/large/6.jpg not downloaded yet
2026-03-26 22:47:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7474750>
2026-03-26 22:47:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2c69b35c-520e-512b-907d-80a9f87c56ee/2c69b35c-520e-512b-907d-80a9f87c56ee_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:47:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xs%252F2274dc0dee944819bf6280edd89bb3d8%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xs/2274dc0dee944819bf6280edd89bb3d8/images/large/2.jpg saved to cache
2026-03-26 22:47:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 2c69b35c-520e-512b-907d-80a9f87c56ee
2026-03-26 22:47:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7278250>
2026-03-26 22:47:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_044d959a-eef7-583f-bf76-18ca8f11cefa/044d959a-eef7-583f-bf76-18ca8f11cefa_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:47:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F0549aeca407a42faacaba818eb58f1a4%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/0549aeca407a42faacaba818eb58f1a4/images/large/4.jpg saved to cache
2026-03-26 22:47:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 044d959a-eef7-583f-bf76-18ca8f11cefa
2026-03-26 22:47:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74037d0>
2026-03-26 22:47:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_044d959a-eef7-583f-bf76-18ca8f11cefa/044d959a-eef7-583f-bf76-18ca8f11cefa_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:47:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F0549aeca407a42faacaba818eb58f1a4%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/0549aeca407a42faacaba818eb58f1a4/images/large/3.jpg saved to cache
2026-03-26 22:47:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 044d959a-eef7-583f-bf76-18ca8f11cefa
2026-03-26 22:47:43 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 044d959a-eef7-583f-bf76-18ca8f11cefa, skipping ID generation
2026-03-26 22:47:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 044d959a-eef7-583f-bf76-18ca8f11cefa with scrape type 1
2026-03-26 22:47:43 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 044d959a-eef7-583f-bf76-18ca8f11cefa sending to next pipeline
2026-03-26 22:47:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 044d959a-eef7-583f-bf76-18ca8f11cefa, identifier: 1986107
2026-03-26 22:47:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 044d959a-eef7-583f-bf76-18ca8f11cefa with identifier: 1986107
2026-03-26 22:47:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 044d959a-eef7-583f-bf76-18ca8f11cefa with identifier: 1986107
2026-03-26 22:47:43 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 044d959a-eef7-583f-bf76-18ca8f11cefa with identifier: 1986107 to the API
2026-03-26 22:47:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:47:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:47:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bp/0549aeca407a42faacaba818eb58f1a4/images/large/3.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'petrol',
'id': '044d959a-eef7-583f-bf76-18ca8f11cefa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'KIA',
'model': 'NIRO',
'odometer': 86950,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 18,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_044d959a-eef7-583f-bf76-18ca8f11cefa/044d959a-eef7-583f-bf76-18ca8f11cefa_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 626154,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/0549aeca407a42faacaba818eb58f1a4/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_044d959a-eef7-583f-bf76-18ca8f11cefa/044d959a-eef7-583f-bf76-18ca8f11cefa_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 608976,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/0549aeca407a42faacaba818eb58f1a4/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_044d959a-eef7-583f-bf76-18ca8f11cefa/044d959a-eef7-583f-bf76-18ca8f11cefa_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 737668,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/0549aeca407a42faacaba818eb58f1a4/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_044d959a-eef7-583f-bf76-18ca8f11cefa/044d959a-eef7-583f-bf76-18ca8f11cefa_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 659251,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/0549aeca407a42faacaba818eb58f1a4/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_044d959a-eef7-583f-bf76-18ca8f11cefa/044d959a-eef7-583f-bf76-18ca8f11cefa_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 582211,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/0549aeca407a42faacaba818eb58f1a4/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_044d959a-eef7-583f-bf76-18ca8f11cefa/044d959a-eef7-583f-bf76-18ca8f11cefa_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 572453,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/0549aeca407a42faacaba818eb58f1a4/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_044d959a-eef7-583f-bf76-18ca8f11cefa/044d959a-eef7-583f-bf76-18ca8f11cefa_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 738610,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/0549aeca407a42faacaba818eb58f1a4/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_044d959a-eef7-583f-bf76-18ca8f11cefa/044d959a-eef7-583f-bf76-18ca8f11cefa_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 651098,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/0549aeca407a42faacaba818eb58f1a4/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_044d959a-eef7-583f-bf76-18ca8f11cefa/044d959a-eef7-583f-bf76-18ca8f11cefa_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 471261,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/0549aeca407a42faacaba818eb58f1a4/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_044d959a-eef7-583f-bf76-18ca8f11cefa/044d959a-eef7-583f-bf76-18ca8f11cefa_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 565914,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/0549aeca407a42faacaba818eb58f1a4/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-09',
'seats_number': 5,
'seller_name': None,
'title': 'KIA NIRO 1.6 GDI PHEV PULSE',
'transmission': 'automatic',
'trim': '1.6 GDI PHEV PULSE',
'vin': None,
'year': 2022}
2026-03-26 22:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986107%27 HTTP/1.1" 200 None
2026-03-26 22:47:44 [ayvens.be] INFO: Saving data for 1986107: {'created_time': 1774565264.095872, 'last_price_update_time': 1774565264.095882, 'auction_closing_time': 1775028600.0}
2026-03-26 22:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986107') HTTP/1.1" 204 0
2026-03-26 22:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bd%252F0283d760790f4ae7ad28362e5f5f2c88%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bd/0283d760790f4ae7ad28362e5f5f2c88/images/large/7.jpg not downloaded yet
2026-03-26 22:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bd%252F0283d760790f4ae7ad28362e5f5f2c88%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bd/0283d760790f4ae7ad28362e5f5f2c88/images/large/8.jpg not downloaded yet
2026-03-26 22:47:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xs/2274dc0dee944819bf6280edd89bb3d8/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1ym/143a431a8b164c17a155a14952a42e7d/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7279a50>
2026-03-26 22:47:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2c69b35c-520e-512b-907d-80a9f87c56ee/2c69b35c-520e-512b-907d-80a9f87c56ee_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xs%252F2274dc0dee944819bf6280edd89bb3d8%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xs/2274dc0dee944819bf6280edd89bb3d8/images/large/8.jpg saved to cache
2026-03-26 22:47:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 2c69b35c-520e-512b-907d-80a9f87c56ee
2026-03-26 22:47:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79de310>
2026-03-26 22:47:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2c69b35c-520e-512b-907d-80a9f87c56ee/2c69b35c-520e-512b-907d-80a9f87c56ee_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xs%252F2274dc0dee944819bf6280edd89bb3d8%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xs/2274dc0dee944819bf6280edd89bb3d8/images/large/9.jpg saved to cache
2026-03-26 22:47:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 2c69b35c-520e-512b-907d-80a9f87c56ee
2026-03-26 22:47:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b777bc10>
2026-03-26 22:47:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_200aebf9-af41-5b65-8832-43f5d7dfd460/200aebf9-af41-5b65-8832-43f5d7dfd460_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1ym%252F143a431a8b164c17a155a14952a42e7d%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1ym/143a431a8b164c17a155a14952a42e7d/images/large/1.jpg saved to cache
2026-03-26 22:47:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 200aebf9-af41-5b65-8832-43f5d7dfd460
2026-03-26 22:47:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b741f690>
2026-03-26 22:47:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2c69b35c-520e-512b-907d-80a9f87c56ee/2c69b35c-520e-512b-907d-80a9f87c56ee_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xs%252F2274dc0dee944819bf6280edd89bb3d8%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xs/2274dc0dee944819bf6280edd89bb3d8/images/large/7.jpg saved to cache
2026-03-26 22:47:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 2c69b35c-520e-512b-907d-80a9f87c56ee
2026-03-26 22:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bd%252F0283d760790f4ae7ad28362e5f5f2c88%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bd/0283d760790f4ae7ad28362e5f5f2c88/images/large/9.jpg not downloaded yet
2026-03-26 22:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bd%252F0283d760790f4ae7ad28362e5f5f2c88%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bd/0283d760790f4ae7ad28362e5f5f2c88/images/large/10.jpg not downloaded yet
2026-03-26 22:47:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7769110>
2026-03-26 22:47:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2c69b35c-520e-512b-907d-80a9f87c56ee/2c69b35c-520e-512b-907d-80a9f87c56ee_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xs%252F2274dc0dee944819bf6280edd89bb3d8%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xs/2274dc0dee944819bf6280edd89bb3d8/images/large/10.jpg saved to cache
2026-03-26 22:47:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 2c69b35c-520e-512b-907d-80a9f87c56ee
2026-03-26 22:47:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd3ac290>
2026-03-26 22:47:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_200aebf9-af41-5b65-8832-43f5d7dfd460/200aebf9-af41-5b65-8832-43f5d7dfd460_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1ym%252F143a431a8b164c17a155a14952a42e7d%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1ym/143a431a8b164c17a155a14952a42e7d/images/large/2.jpg saved to cache
2026-03-26 22:47:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 200aebf9-af41-5b65-8832-43f5d7dfd460
2026-03-26 22:47:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xs/2274dc0dee944819bf6280edd89bb3d8/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1ym/143a431a8b164c17a155a14952a42e7d/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:44 [ayvens.be] INFO: Found listing with ID: 1986111
2026-03-26 22:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986111%27 HTTP/1.1" 200 None
2026-03-26 22:47:44 [ayvens.be] INFO: Scrape type for 1986111: 1
2026-03-26 22:47:44 [ayvens.be] INFO: Extracting data for car ID: 1986111
2026-03-26 22:47:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 38b6522c-3b16-5915-8240-889381cbcf12 with identifier: 1986111
2026-03-26 22:47:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 38b6522c-3b16-5915-8240-889381cbcf12 with scrape type 1
2026-03-26 22:47:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 38b6522c-3b16-5915-8240-889381cbcf12
2026-03-26 22:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ad%252Fa1c64c3b40a24a14b37841df476fc572%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ad/a1c64c3b40a24a14b37841df476fc572/images/large/1.jpg not downloaded yet
2026-03-26 22:47:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1ym/143a431a8b164c17a155a14952a42e7d/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xs/2274dc0dee944819bf6280edd89bb3d8/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xs/2274dc0dee944819bf6280edd89bb3d8/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1ym/143a431a8b164c17a155a14952a42e7d/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ad%252Fa1c64c3b40a24a14b37841df476fc572%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ad/a1c64c3b40a24a14b37841df476fc572/images/large/2.jpg not downloaded yet
2026-03-26 22:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ad%252Fa1c64c3b40a24a14b37841df476fc572%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ad/a1c64c3b40a24a14b37841df476fc572/images/large/3.jpg not downloaded yet
2026-03-26 22:47:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b75a7c10>
2026-03-26 22:47:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2c69b35c-520e-512b-907d-80a9f87c56ee/2c69b35c-520e-512b-907d-80a9f87c56ee_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xs%252F2274dc0dee944819bf6280edd89bb3d8%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xs/2274dc0dee944819bf6280edd89bb3d8/images/large/6.jpg saved to cache
2026-03-26 22:47:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 2c69b35c-520e-512b-907d-80a9f87c56ee
2026-03-26 22:47:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74b7dd0>
2026-03-26 22:47:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_200aebf9-af41-5b65-8832-43f5d7dfd460/200aebf9-af41-5b65-8832-43f5d7dfd460_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1ym%252F143a431a8b164c17a155a14952a42e7d%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1ym/143a431a8b164c17a155a14952a42e7d/images/large/4.jpg saved to cache
2026-03-26 22:47:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 200aebf9-af41-5b65-8832-43f5d7dfd460
2026-03-26 22:47:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bd/0283d760790f4ae7ad28362e5f5f2c88/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ad%252Fa1c64c3b40a24a14b37841df476fc572%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ad/a1c64c3b40a24a14b37841df476fc572/images/large/4.jpg not downloaded yet
2026-03-26 22:47:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1ym/143a431a8b164c17a155a14952a42e7d/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ad%252Fa1c64c3b40a24a14b37841df476fc572%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ad/a1c64c3b40a24a14b37841df476fc572/images/large/5.jpg not downloaded yet
2026-03-26 22:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ad%252Fa1c64c3b40a24a14b37841df476fc572%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ad/a1c64c3b40a24a14b37841df476fc572/images/large/6.jpg not downloaded yet
2026-03-26 22:47:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7592fd0>
2026-03-26 22:47:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_200aebf9-af41-5b65-8832-43f5d7dfd460/200aebf9-af41-5b65-8832-43f5d7dfd460_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1ym%252F143a431a8b164c17a155a14952a42e7d%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1ym/143a431a8b164c17a155a14952a42e7d/images/large/6.jpg saved to cache
2026-03-26 22:47:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 200aebf9-af41-5b65-8832-43f5d7dfd460
2026-03-26 22:47:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7412c50>
2026-03-26 22:47:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2c69b35c-520e-512b-907d-80a9f87c56ee/2c69b35c-520e-512b-907d-80a9f87c56ee_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xs%252F2274dc0dee944819bf6280edd89bb3d8%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xs/2274dc0dee944819bf6280edd89bb3d8/images/large/5.jpg saved to cache
2026-03-26 22:47:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 2c69b35c-520e-512b-907d-80a9f87c56ee
2026-03-26 22:47:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5ca4090>
2026-03-26 22:47:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2c69b35c-520e-512b-907d-80a9f87c56ee/2c69b35c-520e-512b-907d-80a9f87c56ee_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xs%252F2274dc0dee944819bf6280edd89bb3d8%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xs/2274dc0dee944819bf6280edd89bb3d8/images/large/4.jpg saved to cache
2026-03-26 22:47:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 2c69b35c-520e-512b-907d-80a9f87c56ee
2026-03-26 22:47:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b781b090>
2026-03-26 22:47:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_200aebf9-af41-5b65-8832-43f5d7dfd460/200aebf9-af41-5b65-8832-43f5d7dfd460_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1ym%252F143a431a8b164c17a155a14952a42e7d%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1ym/143a431a8b164c17a155a14952a42e7d/images/large/7.jpg saved to cache
2026-03-26 22:47:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 200aebf9-af41-5b65-8832-43f5d7dfd460
2026-03-26 22:47:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bd/0283d760790f4ae7ad28362e5f5f2c88/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bd/0283d760790f4ae7ad28362e5f5f2c88/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bd/0283d760790f4ae7ad28362e5f5f2c88/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ad%252Fa1c64c3b40a24a14b37841df476fc572%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ad/a1c64c3b40a24a14b37841df476fc572/images/large/7.jpg not downloaded yet
2026-03-26 22:47:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1ym/143a431a8b164c17a155a14952a42e7d/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bd/0283d760790f4ae7ad28362e5f5f2c88/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ad%252Fa1c64c3b40a24a14b37841df476fc572%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ad/a1c64c3b40a24a14b37841df476fc572/images/large/8.jpg not downloaded yet
2026-03-26 22:47:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c6b010>
2026-03-26 22:47:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_101d4a91-593b-5171-a207-9f994ad6bf13/101d4a91-593b-5171-a207-9f994ad6bf13_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bd%252F0283d760790f4ae7ad28362e5f5f2c88%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bd/0283d760790f4ae7ad28362e5f5f2c88/images/large/1.jpg saved to cache
2026-03-26 22:47:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 101d4a91-593b-5171-a207-9f994ad6bf13
2026-03-26 22:47:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e14b50>
2026-03-26 22:47:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_200aebf9-af41-5b65-8832-43f5d7dfd460/200aebf9-af41-5b65-8832-43f5d7dfd460_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1ym%252F143a431a8b164c17a155a14952a42e7d%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1ym/143a431a8b164c17a155a14952a42e7d/images/large/8.jpg saved to cache
2026-03-26 22:47:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 200aebf9-af41-5b65-8832-43f5d7dfd460
2026-03-26 22:47:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1ym/143a431a8b164c17a155a14952a42e7d/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bd/0283d760790f4ae7ad28362e5f5f2c88/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ad%252Fa1c64c3b40a24a14b37841df476fc572%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ad/a1c64c3b40a24a14b37841df476fc572/images/large/9.jpg not downloaded yet
2026-03-26 22:47:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bd/0283d760790f4ae7ad28362e5f5f2c88/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ad%252Fa1c64c3b40a24a14b37841df476fc572%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ad/a1c64c3b40a24a14b37841df476fc572/images/large/10.jpg not downloaded yet
2026-03-26 22:47:45 [ayvens.be] INFO: Found listing with ID: 1986112
2026-03-26 22:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986112%27 HTTP/1.1" 200 None
2026-03-26 22:47:45 [ayvens.be] INFO: Scrape type for 1986112: 1
2026-03-26 22:47:45 [ayvens.be] INFO: Extracting data for car ID: 1986112
2026-03-26 22:47:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e1b696bd-cdc7-5c8f-a787-cc9fb6644017 with identifier: 1986112
2026-03-26 22:47:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e1b696bd-cdc7-5c8f-a787-cc9fb6644017 with scrape type 1
2026-03-26 22:47:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item e1b696bd-cdc7-5c8f-a787-cc9fb6644017
2026-03-26 22:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Ff98b183446d04e7c97e0ccdec5428509%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/f98b183446d04e7c97e0ccdec5428509/images/large/1.jpg not downloaded yet
2026-03-26 22:47:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e10250>
2026-03-26 22:47:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_101d4a91-593b-5171-a207-9f994ad6bf13/101d4a91-593b-5171-a207-9f994ad6bf13_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bd%252F0283d760790f4ae7ad28362e5f5f2c88%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bd/0283d760790f4ae7ad28362e5f5f2c88/images/large/6.jpg saved to cache
2026-03-26 22:47:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 101d4a91-593b-5171-a207-9f994ad6bf13
2026-03-26 22:47:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7435d10>
2026-03-26 22:47:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_101d4a91-593b-5171-a207-9f994ad6bf13/101d4a91-593b-5171-a207-9f994ad6bf13_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bd%252F0283d760790f4ae7ad28362e5f5f2c88%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bd/0283d760790f4ae7ad28362e5f5f2c88/images/large/5.jpg saved to cache
2026-03-26 22:47:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 101d4a91-593b-5171-a207-9f994ad6bf13
2026-03-26 22:47:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e47110>
2026-03-26 22:47:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_101d4a91-593b-5171-a207-9f994ad6bf13/101d4a91-593b-5171-a207-9f994ad6bf13_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bd%252F0283d760790f4ae7ad28362e5f5f2c88%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bd/0283d760790f4ae7ad28362e5f5f2c88/images/large/3.jpg saved to cache
2026-03-26 22:47:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 101d4a91-593b-5171-a207-9f994ad6bf13
2026-03-26 22:47:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76eca10>
2026-03-26 22:47:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_200aebf9-af41-5b65-8832-43f5d7dfd460/200aebf9-af41-5b65-8832-43f5d7dfd460_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1ym%252F143a431a8b164c17a155a14952a42e7d%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1ym/143a431a8b164c17a155a14952a42e7d/images/large/10.jpg saved to cache
2026-03-26 22:47:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 200aebf9-af41-5b65-8832-43f5d7dfd460
2026-03-26 22:47:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b740a3d0>
2026-03-26 22:47:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_101d4a91-593b-5171-a207-9f994ad6bf13/101d4a91-593b-5171-a207-9f994ad6bf13_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bd%252F0283d760790f4ae7ad28362e5f5f2c88%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bd/0283d760790f4ae7ad28362e5f5f2c88/images/large/2.jpg saved to cache
2026-03-26 22:47:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 101d4a91-593b-5171-a207-9f994ad6bf13
2026-03-26 22:47:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bd/0283d760790f4ae7ad28362e5f5f2c88/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bd/0283d760790f4ae7ad28362e5f5f2c88/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Ff98b183446d04e7c97e0ccdec5428509%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/f98b183446d04e7c97e0ccdec5428509/images/large/2.jpg not downloaded yet
2026-03-26 22:47:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bd/0283d760790f4ae7ad28362e5f5f2c88/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77c9690>
2026-03-26 22:47:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_200aebf9-af41-5b65-8832-43f5d7dfd460/200aebf9-af41-5b65-8832-43f5d7dfd460_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1ym%252F143a431a8b164c17a155a14952a42e7d%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1ym/143a431a8b164c17a155a14952a42e7d/images/large/9.jpg saved to cache
2026-03-26 22:47:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 200aebf9-af41-5b65-8832-43f5d7dfd460
2026-03-26 22:47:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7453110>
2026-03-26 22:47:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_101d4a91-593b-5171-a207-9f994ad6bf13/101d4a91-593b-5171-a207-9f994ad6bf13_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bd%252F0283d760790f4ae7ad28362e5f5f2c88%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bd/0283d760790f4ae7ad28362e5f5f2c88/images/large/8.jpg saved to cache
2026-03-26 22:47:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 101d4a91-593b-5171-a207-9f994ad6bf13
2026-03-26 22:47:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b72ff950>
2026-03-26 22:47:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_101d4a91-593b-5171-a207-9f994ad6bf13/101d4a91-593b-5171-a207-9f994ad6bf13_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bd%252F0283d760790f4ae7ad28362e5f5f2c88%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bd/0283d760790f4ae7ad28362e5f5f2c88/images/large/7.jpg saved to cache
2026-03-26 22:47:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 101d4a91-593b-5171-a207-9f994ad6bf13
2026-03-26 22:47:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ad/a1c64c3b40a24a14b37841df476fc572/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Ff98b183446d04e7c97e0ccdec5428509%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/f98b183446d04e7c97e0ccdec5428509/images/large/3.jpg not downloaded yet
2026-03-26 22:47:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1ym/143a431a8b164c17a155a14952a42e7d/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Ff98b183446d04e7c97e0ccdec5428509%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/f98b183446d04e7c97e0ccdec5428509/images/large/4.jpg not downloaded yet
2026-03-26 22:47:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79f9f10>
2026-03-26 22:47:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_101d4a91-593b-5171-a207-9f994ad6bf13/101d4a91-593b-5171-a207-9f994ad6bf13_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bd%252F0283d760790f4ae7ad28362e5f5f2c88%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bd/0283d760790f4ae7ad28362e5f5f2c88/images/large/4.jpg saved to cache
2026-03-26 22:47:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 101d4a91-593b-5171-a207-9f994ad6bf13
2026-03-26 22:47:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7770690>
2026-03-26 22:47:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_101d4a91-593b-5171-a207-9f994ad6bf13/101d4a91-593b-5171-a207-9f994ad6bf13_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bd%252F0283d760790f4ae7ad28362e5f5f2c88%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bd/0283d760790f4ae7ad28362e5f5f2c88/images/large/9.jpg saved to cache
2026-03-26 22:47:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 101d4a91-593b-5171-a207-9f994ad6bf13
2026-03-26 22:47:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6da6150>
2026-03-26 22:47:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_101d4a91-593b-5171-a207-9f994ad6bf13/101d4a91-593b-5171-a207-9f994ad6bf13_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bd%252F0283d760790f4ae7ad28362e5f5f2c88%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bd/0283d760790f4ae7ad28362e5f5f2c88/images/large/10.jpg saved to cache
2026-03-26 22:47:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 101d4a91-593b-5171-a207-9f994ad6bf13
2026-03-26 22:47:46 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 101d4a91-593b-5171-a207-9f994ad6bf13, skipping ID generation
2026-03-26 22:47:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 101d4a91-593b-5171-a207-9f994ad6bf13 with scrape type 1
2026-03-26 22:47:46 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 101d4a91-593b-5171-a207-9f994ad6bf13 sending to next pipeline
2026-03-26 22:47:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 101d4a91-593b-5171-a207-9f994ad6bf13, identifier: 1986110
2026-03-26 22:47:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 101d4a91-593b-5171-a207-9f994ad6bf13 with identifier: 1986110
2026-03-26 22:47:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 101d4a91-593b-5171-a207-9f994ad6bf13 with identifier: 1986110
2026-03-26 22:47:47 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 101d4a91-593b-5171-a207-9f994ad6bf13 with identifier: 1986110 to the API
2026-03-26 22:47:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:47:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:47:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bd/0283d760790f4ae7ad28362e5f5f2c88/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.3L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'petrol',
'id': '101d4a91-593b-5171-a207-9f994ad6bf13',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'CLASS A (W177)',
'odometer': 54907,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 14,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_101d4a91-593b-5171-a207-9f994ad6bf13/101d4a91-593b-5171-a207-9f994ad6bf13_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 425251,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bd/0283d760790f4ae7ad28362e5f5f2c88/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_101d4a91-593b-5171-a207-9f994ad6bf13/101d4a91-593b-5171-a207-9f994ad6bf13_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 406520,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bd/0283d760790f4ae7ad28362e5f5f2c88/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_101d4a91-593b-5171-a207-9f994ad6bf13/101d4a91-593b-5171-a207-9f994ad6bf13_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 390207,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bd/0283d760790f4ae7ad28362e5f5f2c88/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_101d4a91-593b-5171-a207-9f994ad6bf13/101d4a91-593b-5171-a207-9f994ad6bf13_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 358751,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bd/0283d760790f4ae7ad28362e5f5f2c88/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_101d4a91-593b-5171-a207-9f994ad6bf13/101d4a91-593b-5171-a207-9f994ad6bf13_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 310494,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bd/0283d760790f4ae7ad28362e5f5f2c88/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_101d4a91-593b-5171-a207-9f994ad6bf13/101d4a91-593b-5171-a207-9f994ad6bf13_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 284480,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bd/0283d760790f4ae7ad28362e5f5f2c88/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_101d4a91-593b-5171-a207-9f994ad6bf13/101d4a91-593b-5171-a207-9f994ad6bf13_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 378278,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bd/0283d760790f4ae7ad28362e5f5f2c88/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_101d4a91-593b-5171-a207-9f994ad6bf13/101d4a91-593b-5171-a207-9f994ad6bf13_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 326129,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bd/0283d760790f4ae7ad28362e5f5f2c88/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_101d4a91-593b-5171-a207-9f994ad6bf13/101d4a91-593b-5171-a207-9f994ad6bf13_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 344303,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bd/0283d760790f4ae7ad28362e5f5f2c88/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_101d4a91-593b-5171-a207-9f994ad6bf13/101d4a91-593b-5171-a207-9f994ad6bf13_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 434187,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bd/0283d760790f4ae7ad28362e5f5f2c88/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-07',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLASS A (W177) A 250 e PHEV Business Solution',
'transmission': 'automatic',
'trim': 'A 250 e PHEV Business Solution',
'vin': None,
'year': 2021}
2026-03-26 22:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986110%27 HTTP/1.1" 200 None
2026-03-26 22:47:47 [ayvens.be] INFO: Saving data for 1986110: {'created_time': 1774565267.52955, 'last_price_update_time': 1774565267.529558, 'auction_closing_time': 1775028600.0}
2026-03-26 22:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986110') HTTP/1.1" 204 0
2026-03-26 22:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Ff98b183446d04e7c97e0ccdec5428509%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/f98b183446d04e7c97e0ccdec5428509/images/large/5.jpg not downloaded yet
2026-03-26 22:47:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ad/a1c64c3b40a24a14b37841df476fc572/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ad/a1c64c3b40a24a14b37841df476fc572/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Ff98b183446d04e7c97e0ccdec5428509%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/f98b183446d04e7c97e0ccdec5428509/images/large/6.jpg not downloaded yet
2026-03-26 22:47:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1ym/143a431a8b164c17a155a14952a42e7d/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7b164d0>
2026-03-26 22:47:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_38b6522c-3b16-5915-8240-889381cbcf12/38b6522c-3b16-5915-8240-889381cbcf12_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ad%252Fa1c64c3b40a24a14b37841df476fc572%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ad/a1c64c3b40a24a14b37841df476fc572/images/large/1.jpg saved to cache
2026-03-26 22:47:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 38b6522c-3b16-5915-8240-889381cbcf12
2026-03-26 22:47:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7482450>
2026-03-26 22:47:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_200aebf9-af41-5b65-8832-43f5d7dfd460/200aebf9-af41-5b65-8832-43f5d7dfd460_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1ym%252F143a431a8b164c17a155a14952a42e7d%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1ym/143a431a8b164c17a155a14952a42e7d/images/large/5.jpg saved to cache
2026-03-26 22:47:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 200aebf9-af41-5b65-8832-43f5d7dfd460
2026-03-26 22:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Ff98b183446d04e7c97e0ccdec5428509%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/f98b183446d04e7c97e0ccdec5428509/images/large/7.jpg not downloaded yet
2026-03-26 22:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Ff98b183446d04e7c97e0ccdec5428509%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/f98b183446d04e7c97e0ccdec5428509/images/large/8.jpg not downloaded yet
2026-03-26 22:47:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7727950>
2026-03-26 22:47:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_38b6522c-3b16-5915-8240-889381cbcf12/38b6522c-3b16-5915-8240-889381cbcf12_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ad%252Fa1c64c3b40a24a14b37841df476fc572%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ad/a1c64c3b40a24a14b37841df476fc572/images/large/3.jpg saved to cache
2026-03-26 22:47:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 38b6522c-3b16-5915-8240-889381cbcf12
2026-03-26 22:47:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5ca4d10>
2026-03-26 22:47:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_38b6522c-3b16-5915-8240-889381cbcf12/38b6522c-3b16-5915-8240-889381cbcf12_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ad%252Fa1c64c3b40a24a14b37841df476fc572%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ad/a1c64c3b40a24a14b37841df476fc572/images/large/4.jpg saved to cache
2026-03-26 22:47:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 38b6522c-3b16-5915-8240-889381cbcf12
2026-03-26 22:47:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79f9350>
2026-03-26 22:47:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_200aebf9-af41-5b65-8832-43f5d7dfd460/200aebf9-af41-5b65-8832-43f5d7dfd460_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1ym%252F143a431a8b164c17a155a14952a42e7d%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1ym/143a431a8b164c17a155a14952a42e7d/images/large/3.jpg saved to cache
2026-03-26 22:47:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 200aebf9-af41-5b65-8832-43f5d7dfd460
2026-03-26 22:47:48 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 200aebf9-af41-5b65-8832-43f5d7dfd460, skipping ID generation
2026-03-26 22:47:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 200aebf9-af41-5b65-8832-43f5d7dfd460 with scrape type 1
2026-03-26 22:47:48 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 200aebf9-af41-5b65-8832-43f5d7dfd460 sending to next pipeline
2026-03-26 22:47:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 200aebf9-af41-5b65-8832-43f5d7dfd460, identifier: 1986109
2026-03-26 22:47:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 200aebf9-af41-5b65-8832-43f5d7dfd460 with identifier: 1986109
2026-03-26 22:47:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 200aebf9-af41-5b65-8832-43f5d7dfd460 with identifier: 1986109
2026-03-26 22:47:48 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 200aebf9-af41-5b65-8832-43f5d7dfd460 with identifier: 1986109 to the API
2026-03-26 22:47:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:47:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:47:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/1ym/143a431a8b164c17a155a14952a42e7d/images/large/3.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'diesel',
'id': '200aebf9-af41-5b65-8832-43f5d7dfd460',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'SKODA',
'model': 'OCTAVIA DIESEL - 2020',
'odometer': 195310,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 15,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_200aebf9-af41-5b65-8832-43f5d7dfd460/200aebf9-af41-5b65-8832-43f5d7dfd460_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 568833,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1ym/143a431a8b164c17a155a14952a42e7d/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_200aebf9-af41-5b65-8832-43f5d7dfd460/200aebf9-af41-5b65-8832-43f5d7dfd460_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 567881,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1ym/143a431a8b164c17a155a14952a42e7d/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_200aebf9-af41-5b65-8832-43f5d7dfd460/200aebf9-af41-5b65-8832-43f5d7dfd460_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 607462,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1ym/143a431a8b164c17a155a14952a42e7d/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_200aebf9-af41-5b65-8832-43f5d7dfd460/200aebf9-af41-5b65-8832-43f5d7dfd460_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 578196,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1ym/143a431a8b164c17a155a14952a42e7d/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_200aebf9-af41-5b65-8832-43f5d7dfd460/200aebf9-af41-5b65-8832-43f5d7dfd460_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 564724,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1ym/143a431a8b164c17a155a14952a42e7d/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_200aebf9-af41-5b65-8832-43f5d7dfd460/200aebf9-af41-5b65-8832-43f5d7dfd460_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 545793,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1ym/143a431a8b164c17a155a14952a42e7d/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_200aebf9-af41-5b65-8832-43f5d7dfd460/200aebf9-af41-5b65-8832-43f5d7dfd460_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 612367,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1ym/143a431a8b164c17a155a14952a42e7d/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_200aebf9-af41-5b65-8832-43f5d7dfd460/200aebf9-af41-5b65-8832-43f5d7dfd460_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 583768,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1ym/143a431a8b164c17a155a14952a42e7d/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_200aebf9-af41-5b65-8832-43f5d7dfd460/200aebf9-af41-5b65-8832-43f5d7dfd460_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 611764,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1ym/143a431a8b164c17a155a14952a42e7d/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_200aebf9-af41-5b65-8832-43f5d7dfd460/200aebf9-af41-5b65-8832-43f5d7dfd460_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 459481,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1ym/143a431a8b164c17a155a14952a42e7d/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-07',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA OCTAVIA DIESEL - 2020 2.0 CR TDi EVO Ambition DSG',
'transmission': 'automatic',
'trim': '2.0 CR TDi EVO Ambition DSG',
'vin': None,
'year': 2020}
2026-03-26 22:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986109%27 HTTP/1.1" 200 None
2026-03-26 22:47:48 [ayvens.be] INFO: Saving data for 1986109: {'created_time': 1774565268.697338, 'last_price_update_time': 1774565268.697347, 'auction_closing_time': 1775028600.0}
2026-03-26 22:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986109') HTTP/1.1" 204 0
2026-03-26 22:47:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ad/a1c64c3b40a24a14b37841df476fc572/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ad/a1c64c3b40a24a14b37841df476fc572/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ad/a1c64c3b40a24a14b37841df476fc572/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Ff98b183446d04e7c97e0ccdec5428509%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/f98b183446d04e7c97e0ccdec5428509/images/large/9.jpg not downloaded yet
2026-03-26 22:47:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/cd239e26d5ef4b22baa24c0910c51f54/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xs/2274dc0dee944819bf6280edd89bb3d8/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Ff98b183446d04e7c97e0ccdec5428509%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/f98b183446d04e7c97e0ccdec5428509/images/large/10.jpg not downloaded yet
2026-03-26 22:47:48 [ayvens.be] INFO: Found listing with ID: 1986113
2026-03-26 22:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986113%27 HTTP/1.1" 200 None
2026-03-26 22:47:48 [ayvens.be] INFO: Scrape type for 1986113: 1
2026-03-26 22:47:48 [ayvens.be] INFO: Extracting data for car ID: 1986113
2026-03-26 22:47:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d09e213b-dcb3-5849-8c5a-aff923d9a202 with identifier: 1986113
2026-03-26 22:47:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d09e213b-dcb3-5849-8c5a-aff923d9a202 with scrape type 1
2026-03-26 22:47:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item d09e213b-dcb3-5849-8c5a-aff923d9a202
2026-03-26 22:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2gf%252F56502af294714427b343350ff02db38e%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2gf/56502af294714427b343350ff02db38e/images/large/1.jpg not downloaded yet
2026-03-26 22:47:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ad/a1c64c3b40a24a14b37841df476fc572/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2gf%252F56502af294714427b343350ff02db38e%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2gf/56502af294714427b343350ff02db38e/images/large/2.jpg not downloaded yet
2026-03-26 22:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2gf%252F56502af294714427b343350ff02db38e%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2gf/56502af294714427b343350ff02db38e/images/large/3.jpg not downloaded yet
2026-03-26 22:47:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ad/a1c64c3b40a24a14b37841df476fc572/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/cd239e26d5ef4b22baa24c0910c51f54/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7474e50>
2026-03-26 22:47:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_38b6522c-3b16-5915-8240-889381cbcf12/38b6522c-3b16-5915-8240-889381cbcf12_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ad%252Fa1c64c3b40a24a14b37841df476fc572%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ad/a1c64c3b40a24a14b37841df476fc572/images/large/6.jpg saved to cache
2026-03-26 22:47:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 38b6522c-3b16-5915-8240-889381cbcf12
2026-03-26 22:47:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7925850>
2026-03-26 22:47:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_38b6522c-3b16-5915-8240-889381cbcf12/38b6522c-3b16-5915-8240-889381cbcf12_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:47:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ad%252Fa1c64c3b40a24a14b37841df476fc572%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ad/a1c64c3b40a24a14b37841df476fc572/images/large/5.jpg saved to cache
2026-03-26 22:47:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 38b6522c-3b16-5915-8240-889381cbcf12
2026-03-26 22:47:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b768b3d0>
2026-03-26 22:47:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_38b6522c-3b16-5915-8240-889381cbcf12/38b6522c-3b16-5915-8240-889381cbcf12_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:47:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ad%252Fa1c64c3b40a24a14b37841df476fc572%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ad/a1c64c3b40a24a14b37841df476fc572/images/large/2.jpg saved to cache
2026-03-26 22:47:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 38b6522c-3b16-5915-8240-889381cbcf12
2026-03-26 22:47:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2gf%252F56502af294714427b343350ff02db38e%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2gf/56502af294714427b343350ff02db38e/images/large/4.jpg not downloaded yet
2026-03-26 22:47:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd235fd0>
2026-03-26 22:47:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_85f1fb64-95ba-570e-a94a-6ccd7fe7ebfd/85f1fb64-95ba-570e-a94a-6ccd7fe7ebfd_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:47:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Fcd239e26d5ef4b22baa24c0910c51f54%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/cd239e26d5ef4b22baa24c0910c51f54/images/large/5.jpg saved to cache
2026-03-26 22:47:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 85f1fb64-95ba-570e-a94a-6ccd7fe7ebfd
2026-03-26 22:47:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c5f2d0>
2026-03-26 22:47:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2c69b35c-520e-512b-907d-80a9f87c56ee/2c69b35c-520e-512b-907d-80a9f87c56ee_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:47:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xs%252F2274dc0dee944819bf6280edd89bb3d8%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xs/2274dc0dee944819bf6280edd89bb3d8/images/large/3.jpg saved to cache
2026-03-26 22:47:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 2c69b35c-520e-512b-907d-80a9f87c56ee
2026-03-26 22:47:49 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2c69b35c-520e-512b-907d-80a9f87c56ee, skipping ID generation
2026-03-26 22:47:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c69b35c-520e-512b-907d-80a9f87c56ee with scrape type 1
2026-03-26 22:47:49 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2c69b35c-520e-512b-907d-80a9f87c56ee sending to next pipeline
2026-03-26 22:47:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 2c69b35c-520e-512b-907d-80a9f87c56ee, identifier: 1986108
2026-03-26 22:47:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2gf%252F56502af294714427b343350ff02db38e%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2gf/56502af294714427b343350ff02db38e/images/large/5.jpg not downloaded yet
2026-03-26 22:47:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 2c69b35c-520e-512b-907d-80a9f87c56ee with identifier: 1986108
2026-03-26 22:47:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 2c69b35c-520e-512b-907d-80a9f87c56ee with identifier: 1986108
2026-03-26 22:47:49 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 2c69b35c-520e-512b-907d-80a9f87c56ee with identifier: 1986108 to the API
2026-03-26 22:47:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:47:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:47:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/1xs/2274dc0dee944819bf6280edd89bb3d8/images/large/3.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'diesel',
'id': '2c69b35c-520e-512b-907d-80a9f87c56ee',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'X1 DIESEL - 2019',
'odometer': 76510,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 22,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2c69b35c-520e-512b-907d-80a9f87c56ee/2c69b35c-520e-512b-907d-80a9f87c56ee_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 655895,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xs/2274dc0dee944819bf6280edd89bb3d8/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2c69b35c-520e-512b-907d-80a9f87c56ee/2c69b35c-520e-512b-907d-80a9f87c56ee_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 633175,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xs/2274dc0dee944819bf6280edd89bb3d8/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2c69b35c-520e-512b-907d-80a9f87c56ee/2c69b35c-520e-512b-907d-80a9f87c56ee_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 697867,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xs/2274dc0dee944819bf6280edd89bb3d8/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2c69b35c-520e-512b-907d-80a9f87c56ee/2c69b35c-520e-512b-907d-80a9f87c56ee_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 704888,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xs/2274dc0dee944819bf6280edd89bb3d8/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2c69b35c-520e-512b-907d-80a9f87c56ee/2c69b35c-520e-512b-907d-80a9f87c56ee_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 687117,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xs/2274dc0dee944819bf6280edd89bb3d8/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2c69b35c-520e-512b-907d-80a9f87c56ee/2c69b35c-520e-512b-907d-80a9f87c56ee_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 745621,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xs/2274dc0dee944819bf6280edd89bb3d8/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2c69b35c-520e-512b-907d-80a9f87c56ee/2c69b35c-520e-512b-907d-80a9f87c56ee_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 537285,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xs/2274dc0dee944819bf6280edd89bb3d8/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2c69b35c-520e-512b-907d-80a9f87c56ee/2c69b35c-520e-512b-907d-80a9f87c56ee_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 974102,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xs/2274dc0dee944819bf6280edd89bb3d8/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2c69b35c-520e-512b-907d-80a9f87c56ee/2c69b35c-520e-512b-907d-80a9f87c56ee_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 924214,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xs/2274dc0dee944819bf6280edd89bb3d8/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2c69b35c-520e-512b-907d-80a9f87c56ee/2c69b35c-520e-512b-907d-80a9f87c56ee_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 869555,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xs/2274dc0dee944819bf6280edd89bb3d8/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-05-07',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 DIESEL - 2019 1.5 d sDrive16 AdBlue',
'transmission': 'manual',
'trim': '1.5 d sDrive16 AdBlue',
'vin': None,
'year': 2020}
2026-03-26 22:47:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986108%27 HTTP/1.1" 200 None
2026-03-26 22:47:49 [ayvens.be] INFO: Saving data for 1986108: {'created_time': 1774565269.862624, 'last_price_update_time': 1774565269.862635, 'auction_closing_time': 1775028600.0}
2026-03-26 22:47:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986108') HTTP/1.1" 204 0
2026-03-26 22:47:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/f98b183446d04e7c97e0ccdec5428509/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/f98b183446d04e7c97e0ccdec5428509/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/f98b183446d04e7c97e0ccdec5428509/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/f98b183446d04e7c97e0ccdec5428509/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2gf%252F56502af294714427b343350ff02db38e%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2gf/56502af294714427b343350ff02db38e/images/large/6.jpg not downloaded yet
2026-03-26 22:47:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7571e10>
2026-03-26 22:47:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_38b6522c-3b16-5915-8240-889381cbcf12/38b6522c-3b16-5915-8240-889381cbcf12_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ad%252Fa1c64c3b40a24a14b37841df476fc572%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ad/a1c64c3b40a24a14b37841df476fc572/images/large/8.jpg saved to cache
2026-03-26 22:47:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 38b6522c-3b16-5915-8240-889381cbcf12
2026-03-26 22:47:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b727fa90>
2026-03-26 22:47:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_38b6522c-3b16-5915-8240-889381cbcf12/38b6522c-3b16-5915-8240-889381cbcf12_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ad%252Fa1c64c3b40a24a14b37841df476fc572%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ad/a1c64c3b40a24a14b37841df476fc572/images/large/7.jpg saved to cache
2026-03-26 22:47:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 38b6522c-3b16-5915-8240-889381cbcf12
2026-03-26 22:47:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7435650>
2026-03-26 22:47:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_85f1fb64-95ba-570e-a94a-6ccd7fe7ebfd/85f1fb64-95ba-570e-a94a-6ccd7fe7ebfd_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Fcd239e26d5ef4b22baa24c0910c51f54%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/cd239e26d5ef4b22baa24c0910c51f54/images/large/4.jpg saved to cache
2026-03-26 22:47:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 85f1fb64-95ba-570e-a94a-6ccd7fe7ebfd
2026-03-26 22:47:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/f98b183446d04e7c97e0ccdec5428509/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2gf%252F56502af294714427b343350ff02db38e%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2gf/56502af294714427b343350ff02db38e/images/large/7.jpg not downloaded yet
2026-03-26 22:47:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ad/a1c64c3b40a24a14b37841df476fc572/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ad/a1c64c3b40a24a14b37841df476fc572/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2gf%252F56502af294714427b343350ff02db38e%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2gf/56502af294714427b343350ff02db38e/images/large/8.jpg not downloaded yet
2026-03-26 22:47:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b727e450>
2026-03-26 22:47:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e1b696bd-cdc7-5c8f-a787-cc9fb6644017/e1b696bd-cdc7-5c8f-a787-cc9fb6644017_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Ff98b183446d04e7c97e0ccdec5428509%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/f98b183446d04e7c97e0ccdec5428509/images/large/4.jpg saved to cache
2026-03-26 22:47:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item e1b696bd-cdc7-5c8f-a787-cc9fb6644017
2026-03-26 22:47:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b768b310>
2026-03-26 22:47:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e1b696bd-cdc7-5c8f-a787-cc9fb6644017/e1b696bd-cdc7-5c8f-a787-cc9fb6644017_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Ff98b183446d04e7c97e0ccdec5428509%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/f98b183446d04e7c97e0ccdec5428509/images/large/1.jpg saved to cache
2026-03-26 22:47:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item e1b696bd-cdc7-5c8f-a787-cc9fb6644017
2026-03-26 22:47:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7436190>
2026-03-26 22:47:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e1b696bd-cdc7-5c8f-a787-cc9fb6644017/e1b696bd-cdc7-5c8f-a787-cc9fb6644017_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Ff98b183446d04e7c97e0ccdec5428509%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/f98b183446d04e7c97e0ccdec5428509/images/large/3.jpg saved to cache
2026-03-26 22:47:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item e1b696bd-cdc7-5c8f-a787-cc9fb6644017
2026-03-26 22:47:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74bd7d0>
2026-03-26 22:47:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e1b696bd-cdc7-5c8f-a787-cc9fb6644017/e1b696bd-cdc7-5c8f-a787-cc9fb6644017_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Ff98b183446d04e7c97e0ccdec5428509%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/f98b183446d04e7c97e0ccdec5428509/images/large/2.jpg saved to cache
2026-03-26 22:47:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item e1b696bd-cdc7-5c8f-a787-cc9fb6644017
2026-03-26 22:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2gf%252F56502af294714427b343350ff02db38e%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2gf/56502af294714427b343350ff02db38e/images/large/9.jpg not downloaded yet
2026-03-26 22:47:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/cd239e26d5ef4b22baa24c0910c51f54/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2gf%252F56502af294714427b343350ff02db38e%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2gf/56502af294714427b343350ff02db38e/images/large/10.jpg not downloaded yet
2026-03-26 22:47:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/f98b183446d04e7c97e0ccdec5428509/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:50 [ayvens.be] INFO: Found listing with ID: 1986114
2026-03-26 22:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986114%27 HTTP/1.1" 200 None
2026-03-26 22:47:50 [ayvens.be] INFO: Scrape type for 1986114: 1
2026-03-26 22:47:50 [ayvens.be] INFO: Extracting data for car ID: 1986114
2026-03-26 22:47:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc3a069a-ed71-5f2e-8d9a-86ad24a3f2a8 with identifier: 1986114
2026-03-26 22:47:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc3a069a-ed71-5f2e-8d9a-86ad24a3f2a8 with scrape type 1
2026-03-26 22:47:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item fc3a069a-ed71-5f2e-8d9a-86ad24a3f2a8
2026-03-26 22:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bx%252Fac0e1348124c4302ad0da1d370775b7c%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bx/ac0e1348124c4302ad0da1d370775b7c/images/large/1.jpg not downloaded yet
2026-03-26 22:47:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79f9090>
2026-03-26 22:47:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e1b696bd-cdc7-5c8f-a787-cc9fb6644017/e1b696bd-cdc7-5c8f-a787-cc9fb6644017_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Ff98b183446d04e7c97e0ccdec5428509%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/f98b183446d04e7c97e0ccdec5428509/images/large/5.jpg saved to cache
2026-03-26 22:47:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item e1b696bd-cdc7-5c8f-a787-cc9fb6644017
2026-03-26 22:47:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7662290>
2026-03-26 22:47:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_38b6522c-3b16-5915-8240-889381cbcf12/38b6522c-3b16-5915-8240-889381cbcf12_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ad%252Fa1c64c3b40a24a14b37841df476fc572%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ad/a1c64c3b40a24a14b37841df476fc572/images/large/9.jpg saved to cache
2026-03-26 22:47:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 38b6522c-3b16-5915-8240-889381cbcf12
2026-03-26 22:47:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b746e410>
2026-03-26 22:47:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_38b6522c-3b16-5915-8240-889381cbcf12/38b6522c-3b16-5915-8240-889381cbcf12_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ad%252Fa1c64c3b40a24a14b37841df476fc572%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ad/a1c64c3b40a24a14b37841df476fc572/images/large/10.jpg saved to cache
2026-03-26 22:47:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 38b6522c-3b16-5915-8240-889381cbcf12
2026-03-26 22:47:50 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 38b6522c-3b16-5915-8240-889381cbcf12, skipping ID generation
2026-03-26 22:47:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 38b6522c-3b16-5915-8240-889381cbcf12 with scrape type 1
2026-03-26 22:47:50 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 38b6522c-3b16-5915-8240-889381cbcf12 sending to next pipeline
2026-03-26 22:47:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 38b6522c-3b16-5915-8240-889381cbcf12, identifier: 1986111
2026-03-26 22:47:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/f98b183446d04e7c97e0ccdec5428509/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/f98b183446d04e7c97e0ccdec5428509/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 38b6522c-3b16-5915-8240-889381cbcf12 with identifier: 1986111
2026-03-26 22:47:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 38b6522c-3b16-5915-8240-889381cbcf12 with identifier: 1986111
2026-03-26 22:47:50 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 38b6522c-3b16-5915-8240-889381cbcf12 with identifier: 1986111 to the API
2026-03-26 22:47:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:47:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:47:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2ad/a1c64c3b40a24a14b37841df476fc572/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'diesel',
'id': '38b6522c-3b16-5915-8240-889381cbcf12',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'Touran',
'odometer': 103372,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 15,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_38b6522c-3b16-5915-8240-889381cbcf12/38b6522c-3b16-5915-8240-889381cbcf12_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 522257,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ad/a1c64c3b40a24a14b37841df476fc572/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_38b6522c-3b16-5915-8240-889381cbcf12/38b6522c-3b16-5915-8240-889381cbcf12_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 554303,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ad/a1c64c3b40a24a14b37841df476fc572/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_38b6522c-3b16-5915-8240-889381cbcf12/38b6522c-3b16-5915-8240-889381cbcf12_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 573897,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ad/a1c64c3b40a24a14b37841df476fc572/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_38b6522c-3b16-5915-8240-889381cbcf12/38b6522c-3b16-5915-8240-889381cbcf12_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 586596,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ad/a1c64c3b40a24a14b37841df476fc572/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_38b6522c-3b16-5915-8240-889381cbcf12/38b6522c-3b16-5915-8240-889381cbcf12_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 561106,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ad/a1c64c3b40a24a14b37841df476fc572/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_38b6522c-3b16-5915-8240-889381cbcf12/38b6522c-3b16-5915-8240-889381cbcf12_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 565246,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ad/a1c64c3b40a24a14b37841df476fc572/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_38b6522c-3b16-5915-8240-889381cbcf12/38b6522c-3b16-5915-8240-889381cbcf12_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 625411,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ad/a1c64c3b40a24a14b37841df476fc572/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_38b6522c-3b16-5915-8240-889381cbcf12/38b6522c-3b16-5915-8240-889381cbcf12_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 584753,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ad/a1c64c3b40a24a14b37841df476fc572/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_38b6522c-3b16-5915-8240-889381cbcf12/38b6522c-3b16-5915-8240-889381cbcf12_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 575623,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ad/a1c64c3b40a24a14b37841df476fc572/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_38b6522c-3b16-5915-8240-889381cbcf12/38b6522c-3b16-5915-8240-889381cbcf12_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 563678,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ad/a1c64c3b40a24a14b37841df476fc572/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-26',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Touran 2.0 TDI 90KW TRENDLINE',
'transmission': 'manual',
'trim': '2.0 TDI 90KW TRENDLINE',
'vin': None,
'year': 2021}
2026-03-26 22:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986111%27 HTTP/1.1" 200 None
2026-03-26 22:47:51 [ayvens.be] INFO: Saving data for 1986111: {'created_time': 1774565271.167112, 'last_price_update_time': 1774565271.167121, 'auction_closing_time': 1775028600.0}
2026-03-26 22:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986111') HTTP/1.1" 204 0
2026-03-26 22:47:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/f98b183446d04e7c97e0ccdec5428509/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/f98b183446d04e7c97e0ccdec5428509/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bx%252Fac0e1348124c4302ad0da1d370775b7c%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bx/ac0e1348124c4302ad0da1d370775b7c/images/large/2.jpg not downloaded yet
2026-03-26 22:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bx%252Fac0e1348124c4302ad0da1d370775b7c%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bx/ac0e1348124c4302ad0da1d370775b7c/images/large/3.jpg not downloaded yet
2026-03-26 22:47:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74820d0>
2026-03-26 22:47:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_85f1fb64-95ba-570e-a94a-6ccd7fe7ebfd/85f1fb64-95ba-570e-a94a-6ccd7fe7ebfd_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Fcd239e26d5ef4b22baa24c0910c51f54%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/cd239e26d5ef4b22baa24c0910c51f54/images/large/3.jpg saved to cache
2026-03-26 22:47:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 85f1fb64-95ba-570e-a94a-6ccd7fe7ebfd
2026-03-26 22:47:51 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 85f1fb64-95ba-570e-a94a-6ccd7fe7ebfd, skipping ID generation
2026-03-26 22:47:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85f1fb64-95ba-570e-a94a-6ccd7fe7ebfd with scrape type 1
2026-03-26 22:47:51 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 85f1fb64-95ba-570e-a94a-6ccd7fe7ebfd sending to next pipeline
2026-03-26 22:47:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 85f1fb64-95ba-570e-a94a-6ccd7fe7ebfd, identifier: 1986106
2026-03-26 22:47:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79a1810>
2026-03-26 22:47:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e1b696bd-cdc7-5c8f-a787-cc9fb6644017/e1b696bd-cdc7-5c8f-a787-cc9fb6644017_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Ff98b183446d04e7c97e0ccdec5428509%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/f98b183446d04e7c97e0ccdec5428509/images/large/6.jpg saved to cache
2026-03-26 22:47:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item e1b696bd-cdc7-5c8f-a787-cc9fb6644017
2026-03-26 22:47:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e1f050>
2026-03-26 22:47:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e1b696bd-cdc7-5c8f-a787-cc9fb6644017/e1b696bd-cdc7-5c8f-a787-cc9fb6644017_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Ff98b183446d04e7c97e0ccdec5428509%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/f98b183446d04e7c97e0ccdec5428509/images/large/8.jpg saved to cache
2026-03-26 22:47:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item e1b696bd-cdc7-5c8f-a787-cc9fb6644017
2026-03-26 22:47:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cc32d0>
2026-03-26 22:47:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e1b696bd-cdc7-5c8f-a787-cc9fb6644017/e1b696bd-cdc7-5c8f-a787-cc9fb6644017_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Ff98b183446d04e7c97e0ccdec5428509%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/f98b183446d04e7c97e0ccdec5428509/images/large/7.jpg saved to cache
2026-03-26 22:47:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item e1b696bd-cdc7-5c8f-a787-cc9fb6644017
2026-03-26 22:47:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/a147416fd5084e1fa03915e89785353a/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bx%252Fac0e1348124c4302ad0da1d370775b7c%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bx/ac0e1348124c4302ad0da1d370775b7c/images/large/4.jpg not downloaded yet
2026-03-26 22:47:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 85f1fb64-95ba-570e-a94a-6ccd7fe7ebfd with identifier: 1986106
2026-03-26 22:47:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 85f1fb64-95ba-570e-a94a-6ccd7fe7ebfd with identifier: 1986106
2026-03-26 22:47:51 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 85f1fb64-95ba-570e-a94a-6ccd7fe7ebfd with identifier: 1986106 to the API
2026-03-26 22:47:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:47:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:47:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bp/cd239e26d5ef4b22baa24c0910c51f54/images/large/3.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'diesel',
'id': '85f1fb64-95ba-570e-a94a-6ccd7fe7ebfd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'SKODA',
'model': 'Octavia',
'odometer': 207402,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 15,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_85f1fb64-95ba-570e-a94a-6ccd7fe7ebfd/85f1fb64-95ba-570e-a94a-6ccd7fe7ebfd_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 633930,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/cd239e26d5ef4b22baa24c0910c51f54/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_85f1fb64-95ba-570e-a94a-6ccd7fe7ebfd/85f1fb64-95ba-570e-a94a-6ccd7fe7ebfd_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 622531,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/cd239e26d5ef4b22baa24c0910c51f54/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_85f1fb64-95ba-570e-a94a-6ccd7fe7ebfd/85f1fb64-95ba-570e-a94a-6ccd7fe7ebfd_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 643631,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/cd239e26d5ef4b22baa24c0910c51f54/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_85f1fb64-95ba-570e-a94a-6ccd7fe7ebfd/85f1fb64-95ba-570e-a94a-6ccd7fe7ebfd_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 630371,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/cd239e26d5ef4b22baa24c0910c51f54/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_85f1fb64-95ba-570e-a94a-6ccd7fe7ebfd/85f1fb64-95ba-570e-a94a-6ccd7fe7ebfd_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 575605,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/cd239e26d5ef4b22baa24c0910c51f54/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_85f1fb64-95ba-570e-a94a-6ccd7fe7ebfd/85f1fb64-95ba-570e-a94a-6ccd7fe7ebfd_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 588795,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/cd239e26d5ef4b22baa24c0910c51f54/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_85f1fb64-95ba-570e-a94a-6ccd7fe7ebfd/85f1fb64-95ba-570e-a94a-6ccd7fe7ebfd_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 665694,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/cd239e26d5ef4b22baa24c0910c51f54/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_85f1fb64-95ba-570e-a94a-6ccd7fe7ebfd/85f1fb64-95ba-570e-a94a-6ccd7fe7ebfd_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 638951,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/cd239e26d5ef4b22baa24c0910c51f54/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_85f1fb64-95ba-570e-a94a-6ccd7fe7ebfd/85f1fb64-95ba-570e-a94a-6ccd7fe7ebfd_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 541119,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/cd239e26d5ef4b22baa24c0910c51f54/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_85f1fb64-95ba-570e-a94a-6ccd7fe7ebfd/85f1fb64-95ba-570e-a94a-6ccd7fe7ebfd_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 451772,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/cd239e26d5ef4b22baa24c0910c51f54/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA Octavia 2.0 CRTDI 110KW DSG7 CLEVER',
'transmission': 'automatic',
'trim': '2.0 CRTDI 110KW DSG7 CLEVER',
'vin': None,
'year': 2022}
2026-03-26 22:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986106%27 HTTP/1.1" 200 None
2026-03-26 22:47:51 [ayvens.be] INFO: Saving data for 1986106: {'created_time': 1774565271.964456, 'last_price_update_time': 1774565271.964469, 'auction_closing_time': 1775028600.0}
2026-03-26 22:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986106') HTTP/1.1" 204 0
2026-03-26 22:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bx%252Fac0e1348124c4302ad0da1d370775b7c%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bx/ac0e1348124c4302ad0da1d370775b7c/images/large/5.jpg not downloaded yet
2026-03-26 22:47:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e1d590>
2026-03-26 22:47:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e1b696bd-cdc7-5c8f-a787-cc9fb6644017/e1b696bd-cdc7-5c8f-a787-cc9fb6644017_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Ff98b183446d04e7c97e0ccdec5428509%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/f98b183446d04e7c97e0ccdec5428509/images/large/9.jpg saved to cache
2026-03-26 22:47:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item e1b696bd-cdc7-5c8f-a787-cc9fb6644017
2026-03-26 22:47:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79250d0>
2026-03-26 22:47:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e1b696bd-cdc7-5c8f-a787-cc9fb6644017/e1b696bd-cdc7-5c8f-a787-cc9fb6644017_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Ff98b183446d04e7c97e0ccdec5428509%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/f98b183446d04e7c97e0ccdec5428509/images/large/10.jpg saved to cache
2026-03-26 22:47:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item e1b696bd-cdc7-5c8f-a787-cc9fb6644017
2026-03-26 22:47:52 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e1b696bd-cdc7-5c8f-a787-cc9fb6644017, skipping ID generation
2026-03-26 22:47:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e1b696bd-cdc7-5c8f-a787-cc9fb6644017 with scrape type 1
2026-03-26 22:47:52 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e1b696bd-cdc7-5c8f-a787-cc9fb6644017 sending to next pipeline
2026-03-26 22:47:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: e1b696bd-cdc7-5c8f-a787-cc9fb6644017, identifier: 1986112
2026-03-26 22:47:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: e1b696bd-cdc7-5c8f-a787-cc9fb6644017 with identifier: 1986112
2026-03-26 22:47:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: e1b696bd-cdc7-5c8f-a787-cc9fb6644017 with identifier: 1986112
2026-03-26 22:47:52 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: e1b696bd-cdc7-5c8f-a787-cc9fb6644017 with identifier: 1986112 to the API
2026-03-26 22:47:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:47:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:47:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bp/f98b183446d04e7c97e0ccdec5428509/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': 44,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'petrol',
'id': 'e1b696bd-cdc7-5c8f-a787-cc9fb6644017',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'MINI',
'model': 'COUNTRYMAN',
'odometer': 54455,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 15,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e1b696bd-cdc7-5c8f-a787-cc9fb6644017/e1b696bd-cdc7-5c8f-a787-cc9fb6644017_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 226469,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/f98b183446d04e7c97e0ccdec5428509/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e1b696bd-cdc7-5c8f-a787-cc9fb6644017/e1b696bd-cdc7-5c8f-a787-cc9fb6644017_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 226169,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/f98b183446d04e7c97e0ccdec5428509/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e1b696bd-cdc7-5c8f-a787-cc9fb6644017/e1b696bd-cdc7-5c8f-a787-cc9fb6644017_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 224408,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/f98b183446d04e7c97e0ccdec5428509/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e1b696bd-cdc7-5c8f-a787-cc9fb6644017/e1b696bd-cdc7-5c8f-a787-cc9fb6644017_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 226121,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/f98b183446d04e7c97e0ccdec5428509/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e1b696bd-cdc7-5c8f-a787-cc9fb6644017/e1b696bd-cdc7-5c8f-a787-cc9fb6644017_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 248120,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/f98b183446d04e7c97e0ccdec5428509/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e1b696bd-cdc7-5c8f-a787-cc9fb6644017/e1b696bd-cdc7-5c8f-a787-cc9fb6644017_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 225972,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/f98b183446d04e7c97e0ccdec5428509/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e1b696bd-cdc7-5c8f-a787-cc9fb6644017/e1b696bd-cdc7-5c8f-a787-cc9fb6644017_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 321799,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/f98b183446d04e7c97e0ccdec5428509/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e1b696bd-cdc7-5c8f-a787-cc9fb6644017/e1b696bd-cdc7-5c8f-a787-cc9fb6644017_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 292701,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/f98b183446d04e7c97e0ccdec5428509/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e1b696bd-cdc7-5c8f-a787-cc9fb6644017/e1b696bd-cdc7-5c8f-a787-cc9fb6644017_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 341827,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/f98b183446d04e7c97e0ccdec5428509/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e1b696bd-cdc7-5c8f-a787-cc9fb6644017/e1b696bd-cdc7-5c8f-a787-cc9fb6644017_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 331317,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/f98b183446d04e7c97e0ccdec5428509/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-08',
'seats_number': 5,
'seller_name': None,
'title': 'MINI COUNTRYMAN 1.5 COOPER S E 4WD AUTO',
'transmission': 'automatic',
'trim': '1.5 COOPER S E 4WD AUTO',
'vin': None,
'year': 2022}
2026-03-26 22:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986112%27 HTTP/1.1" 200 None
2026-03-26 22:47:52 [ayvens.be] INFO: Saving data for 1986112: {'created_time': 1774565272.632131, 'last_price_update_time': 1774565272.632143, 'auction_closing_time': 1775028600.0}
2026-03-26 22:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986112') HTTP/1.1" 204 0
2026-03-26 22:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bx%252Fac0e1348124c4302ad0da1d370775b7c%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bx/ac0e1348124c4302ad0da1d370775b7c/images/large/6.jpg not downloaded yet
2026-03-26 22:47:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6d81910>
2026-03-26 22:47:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c1337cdc-52f0-5c11-b22c-b6e1006cb547/c1337cdc-52f0-5c11-b22c-b6e1006cb547_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Fa147416fd5084e1fa03915e89785353a%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/a147416fd5084e1fa03915e89785353a/images/large/7.jpg saved to cache
2026-03-26 22:47:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item c1337cdc-52f0-5c11-b22c-b6e1006cb547
2026-03-26 22:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bx%252Fac0e1348124c4302ad0da1d370775b7c%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bx/ac0e1348124c4302ad0da1d370775b7c/images/large/7.jpg not downloaded yet
2026-03-26 22:47:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2gf/56502af294714427b343350ff02db38e/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2gf/56502af294714427b343350ff02db38e/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2gf/56502af294714427b343350ff02db38e/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bx%252Fac0e1348124c4302ad0da1d370775b7c%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bx/ac0e1348124c4302ad0da1d370775b7c/images/large/8.jpg not downloaded yet
2026-03-26 22:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bx%252Fac0e1348124c4302ad0da1d370775b7c%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bx/ac0e1348124c4302ad0da1d370775b7c/images/large/9.jpg not downloaded yet
2026-03-26 22:47:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2gf/56502af294714427b343350ff02db38e/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2gf/56502af294714427b343350ff02db38e/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2gf/56502af294714427b343350ff02db38e/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bx%252Fac0e1348124c4302ad0da1d370775b7c%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bx/ac0e1348124c4302ad0da1d370775b7c/images/large/10.jpg not downloaded yet
2026-03-26 22:47:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/a147416fd5084e1fa03915e89785353a/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:52 [ayvens.be] INFO: Found listing with ID: 1986115
2026-03-26 22:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986115%27 HTTP/1.1" 200 None
2026-03-26 22:47:52 [ayvens.be] INFO: Scrape type for 1986115: 1
2026-03-26 22:47:52 [ayvens.be] INFO: Extracting data for car ID: 1986115
2026-03-26 22:47:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0c2f1084-9ea9-5906-8c9c-c7eddb6bb6a3 with identifier: 1986115
2026-03-26 22:47:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0c2f1084-9ea9-5906-8c9c-c7eddb6bb6a3 with scrape type 1
2026-03-26 22:47:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 0c2f1084-9ea9-5906-8c9c-c7eddb6bb6a3
2026-03-26 22:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F59d814c8a95f44f5804bd516ad548727%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/59d814c8a95f44f5804bd516ad548727/images/large/1.jpg not downloaded yet
2026-03-26 22:47:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2gf/56502af294714427b343350ff02db38e/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F59d814c8a95f44f5804bd516ad548727%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/59d814c8a95f44f5804bd516ad548727/images/large/2.jpg not downloaded yet
2026-03-26 22:47:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7408b50>
2026-03-26 22:47:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d09e213b-dcb3-5849-8c5a-aff923d9a202/d09e213b-dcb3-5849-8c5a-aff923d9a202_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:47:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2gf%252F56502af294714427b343350ff02db38e%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2gf/56502af294714427b343350ff02db38e/images/large/4.jpg saved to cache
2026-03-26 22:47:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item d09e213b-dcb3-5849-8c5a-aff923d9a202
2026-03-26 22:47:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7416190>
2026-03-26 22:47:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d09e213b-dcb3-5849-8c5a-aff923d9a202/d09e213b-dcb3-5849-8c5a-aff923d9a202_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:47:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2gf%252F56502af294714427b343350ff02db38e%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2gf/56502af294714427b343350ff02db38e/images/large/3.jpg saved to cache
2026-03-26 22:47:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item d09e213b-dcb3-5849-8c5a-aff923d9a202
2026-03-26 22:47:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7476510>
2026-03-26 22:47:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d09e213b-dcb3-5849-8c5a-aff923d9a202/d09e213b-dcb3-5849-8c5a-aff923d9a202_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:47:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2gf%252F56502af294714427b343350ff02db38e%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2gf/56502af294714427b343350ff02db38e/images/large/5.jpg saved to cache
2026-03-26 22:47:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item d09e213b-dcb3-5849-8c5a-aff923d9a202
2026-03-26 22:47:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F59d814c8a95f44f5804bd516ad548727%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/59d814c8a95f44f5804bd516ad548727/images/large/3.jpg not downloaded yet
2026-03-26 22:47:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7415310>
2026-03-26 22:47:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d09e213b-dcb3-5849-8c5a-aff923d9a202/d09e213b-dcb3-5849-8c5a-aff923d9a202_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:47:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2gf%252F56502af294714427b343350ff02db38e%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2gf/56502af294714427b343350ff02db38e/images/large/1.jpg saved to cache
2026-03-26 22:47:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item d09e213b-dcb3-5849-8c5a-aff923d9a202
2026-03-26 22:47:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e17150>
2026-03-26 22:47:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d09e213b-dcb3-5849-8c5a-aff923d9a202/d09e213b-dcb3-5849-8c5a-aff923d9a202_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:47:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2gf%252F56502af294714427b343350ff02db38e%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2gf/56502af294714427b343350ff02db38e/images/large/6.jpg saved to cache
2026-03-26 22:47:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item d09e213b-dcb3-5849-8c5a-aff923d9a202
2026-03-26 22:47:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6ded810>
2026-03-26 22:47:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d09e213b-dcb3-5849-8c5a-aff923d9a202/d09e213b-dcb3-5849-8c5a-aff923d9a202_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:47:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2gf%252F56502af294714427b343350ff02db38e%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2gf/56502af294714427b343350ff02db38e/images/large/2.jpg saved to cache
2026-03-26 22:47:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item d09e213b-dcb3-5849-8c5a-aff923d9a202
2026-03-26 22:47:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F59d814c8a95f44f5804bd516ad548727%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/59d814c8a95f44f5804bd516ad548727/images/large/4.jpg not downloaded yet
2026-03-26 22:47:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F59d814c8a95f44f5804bd516ad548727%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/59d814c8a95f44f5804bd516ad548727/images/large/5.jpg not downloaded yet
2026-03-26 22:47:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74bee90>
2026-03-26 22:47:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c1337cdc-52f0-5c11-b22c-b6e1006cb547/c1337cdc-52f0-5c11-b22c-b6e1006cb547_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:47:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Fa147416fd5084e1fa03915e89785353a%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/a147416fd5084e1fa03915e89785353a/images/large/6.jpg saved to cache
2026-03-26 22:47:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item c1337cdc-52f0-5c11-b22c-b6e1006cb547
2026-03-26 22:47:53 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c1337cdc-52f0-5c11-b22c-b6e1006cb547, skipping ID generation
2026-03-26 22:47:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c1337cdc-52f0-5c11-b22c-b6e1006cb547 with scrape type 1
2026-03-26 22:47:53 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c1337cdc-52f0-5c11-b22c-b6e1006cb547 sending to next pipeline
2026-03-26 22:47:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: c1337cdc-52f0-5c11-b22c-b6e1006cb547, identifier: 1986105
2026-03-26 22:47:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6def710>
2026-03-26 22:47:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d09e213b-dcb3-5849-8c5a-aff923d9a202/d09e213b-dcb3-5849-8c5a-aff923d9a202_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:47:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2gf%252F56502af294714427b343350ff02db38e%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2gf/56502af294714427b343350ff02db38e/images/large/7.jpg saved to cache
2026-03-26 22:47:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item d09e213b-dcb3-5849-8c5a-aff923d9a202
2026-03-26 22:47:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: c1337cdc-52f0-5c11-b22c-b6e1006cb547 with identifier: 1986105
2026-03-26 22:47:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: c1337cdc-52f0-5c11-b22c-b6e1006cb547 with identifier: 1986105
2026-03-26 22:47:54 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: c1337cdc-52f0-5c11-b22c-b6e1006cb547 with identifier: 1986105 to the API
2026-03-26 22:47:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:47:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:47:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bm/a147416fd5084e1fa03915e89785353a/images/large/6.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'electric',
'id': 'c1337cdc-52f0-5c11-b22c-b6e1006cb547',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'EQA',
'odometer': 40652,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 24,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c1337cdc-52f0-5c11-b22c-b6e1006cb547/c1337cdc-52f0-5c11-b22c-b6e1006cb547_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 725589,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/a147416fd5084e1fa03915e89785353a/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c1337cdc-52f0-5c11-b22c-b6e1006cb547/c1337cdc-52f0-5c11-b22c-b6e1006cb547_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 731278,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/a147416fd5084e1fa03915e89785353a/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c1337cdc-52f0-5c11-b22c-b6e1006cb547/c1337cdc-52f0-5c11-b22c-b6e1006cb547_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 695233,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/a147416fd5084e1fa03915e89785353a/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c1337cdc-52f0-5c11-b22c-b6e1006cb547/c1337cdc-52f0-5c11-b22c-b6e1006cb547_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 695574,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/a147416fd5084e1fa03915e89785353a/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c1337cdc-52f0-5c11-b22c-b6e1006cb547/c1337cdc-52f0-5c11-b22c-b6e1006cb547_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 696860,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/a147416fd5084e1fa03915e89785353a/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c1337cdc-52f0-5c11-b22c-b6e1006cb547/c1337cdc-52f0-5c11-b22c-b6e1006cb547_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 869991,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/a147416fd5084e1fa03915e89785353a/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c1337cdc-52f0-5c11-b22c-b6e1006cb547/c1337cdc-52f0-5c11-b22c-b6e1006cb547_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 612771,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/a147416fd5084e1fa03915e89785353a/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c1337cdc-52f0-5c11-b22c-b6e1006cb547/c1337cdc-52f0-5c11-b22c-b6e1006cb547_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 827645,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/a147416fd5084e1fa03915e89785353a/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c1337cdc-52f0-5c11-b22c-b6e1006cb547/c1337cdc-52f0-5c11-b22c-b6e1006cb547_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 782195,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/a147416fd5084e1fa03915e89785353a/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c1337cdc-52f0-5c11-b22c-b6e1006cb547/c1337cdc-52f0-5c11-b22c-b6e1006cb547_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 784294,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/a147416fd5084e1fa03915e89785353a/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-18',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ EQA BEV 67KWH EQA 250 BUSINESS SOL LUX',
'transmission': 'automatic',
'trim': 'BEV 67KWH EQA 250 BUSINESS SOL LUX',
'vin': None,
'year': 2022}
2026-03-26 22:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986105%27 HTTP/1.1" 200 None
2026-03-26 22:47:54 [ayvens.be] INFO: Saving data for 1986105: {'created_time': 1774565274.26765, 'last_price_update_time': 1774565274.26766, 'auction_closing_time': 1775028600.0}
2026-03-26 22:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986105') HTTP/1.1" 204 0
2026-03-26 22:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F59d814c8a95f44f5804bd516ad548727%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/59d814c8a95f44f5804bd516ad548727/images/large/6.jpg not downloaded yet
2026-03-26 22:47:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2gf/56502af294714427b343350ff02db38e/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F59d814c8a95f44f5804bd516ad548727%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/59d814c8a95f44f5804bd516ad548727/images/large/7.jpg not downloaded yet
2026-03-26 22:47:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bx/ac0e1348124c4302ad0da1d370775b7c/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bx/ac0e1348124c4302ad0da1d370775b7c/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2gf/56502af294714427b343350ff02db38e/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bx/ac0e1348124c4302ad0da1d370775b7c/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F59d814c8a95f44f5804bd516ad548727%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/59d814c8a95f44f5804bd516ad548727/images/large/8.jpg not downloaded yet
2026-03-26 22:47:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bx/ac0e1348124c4302ad0da1d370775b7c/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bx/ac0e1348124c4302ad0da1d370775b7c/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F59d814c8a95f44f5804bd516ad548727%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/59d814c8a95f44f5804bd516ad548727/images/large/9.jpg not downloaded yet
2026-03-26 22:47:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2gf/56502af294714427b343350ff02db38e/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F59d814c8a95f44f5804bd516ad548727%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/59d814c8a95f44f5804bd516ad548727/images/large/10.jpg not downloaded yet
2026-03-26 22:47:54 [ayvens.be] INFO: Found listing with ID: 1986116
2026-03-26 22:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986116%27 HTTP/1.1" 200 None
2026-03-26 22:47:54 [ayvens.be] INFO: Scrape type for 1986116: 1
2026-03-26 22:47:54 [ayvens.be] INFO: Extracting data for car ID: 1986116
2026-03-26 22:47:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bd05defc-932e-5f41-9fe2-636638421e1a with identifier: 1986116
2026-03-26 22:47:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd05defc-932e-5f41-9fe2-636638421e1a with scrape type 1
2026-03-26 22:47:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item bd05defc-932e-5f41-9fe2-636638421e1a
2026-03-26 22:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bt%252F13221be0df8a4ffe8ee6ffacbd25c41a%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bt/13221be0df8a4ffe8ee6ffacbd25c41a/images/large/1.jpg not downloaded yet
2026-03-26 22:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bt%252F13221be0df8a4ffe8ee6ffacbd25c41a%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bt/13221be0df8a4ffe8ee6ffacbd25c41a/images/large/2.jpg not downloaded yet
2026-03-26 22:47:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e4dcd0>
2026-03-26 22:47:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d09e213b-dcb3-5849-8c5a-aff923d9a202/d09e213b-dcb3-5849-8c5a-aff923d9a202_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2gf%252F56502af294714427b343350ff02db38e%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2gf/56502af294714427b343350ff02db38e/images/large/10.jpg saved to cache
2026-03-26 22:47:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item d09e213b-dcb3-5849-8c5a-aff923d9a202
2026-03-26 22:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bt%252F13221be0df8a4ffe8ee6ffacbd25c41a%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bt/13221be0df8a4ffe8ee6ffacbd25c41a/images/large/3.jpg not downloaded yet
2026-03-26 22:47:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79d4450>
2026-03-26 22:47:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fc3a069a-ed71-5f2e-8d9a-86ad24a3f2a8/fc3a069a-ed71-5f2e-8d9a-86ad24a3f2a8_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bx%252Fac0e1348124c4302ad0da1d370775b7c%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bx/ac0e1348124c4302ad0da1d370775b7c/images/large/2.jpg saved to cache
2026-03-26 22:47:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item fc3a069a-ed71-5f2e-8d9a-86ad24a3f2a8
2026-03-26 22:47:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77d6ed0>
2026-03-26 22:47:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fc3a069a-ed71-5f2e-8d9a-86ad24a3f2a8/fc3a069a-ed71-5f2e-8d9a-86ad24a3f2a8_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bx%252Fac0e1348124c4302ad0da1d370775b7c%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bx/ac0e1348124c4302ad0da1d370775b7c/images/large/1.jpg saved to cache
2026-03-26 22:47:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item fc3a069a-ed71-5f2e-8d9a-86ad24a3f2a8
2026-03-26 22:47:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6defe50>
2026-03-26 22:47:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d09e213b-dcb3-5849-8c5a-aff923d9a202/d09e213b-dcb3-5849-8c5a-aff923d9a202_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2gf%252F56502af294714427b343350ff02db38e%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2gf/56502af294714427b343350ff02db38e/images/large/8.jpg saved to cache
2026-03-26 22:47:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item d09e213b-dcb3-5849-8c5a-aff923d9a202
2026-03-26 22:47:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e02390>
2026-03-26 22:47:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fc3a069a-ed71-5f2e-8d9a-86ad24a3f2a8/fc3a069a-ed71-5f2e-8d9a-86ad24a3f2a8_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bx%252Fac0e1348124c4302ad0da1d370775b7c%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bx/ac0e1348124c4302ad0da1d370775b7c/images/large/3.jpg saved to cache
2026-03-26 22:47:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item fc3a069a-ed71-5f2e-8d9a-86ad24a3f2a8
2026-03-26 22:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bt%252F13221be0df8a4ffe8ee6ffacbd25c41a%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bt/13221be0df8a4ffe8ee6ffacbd25c41a/images/large/4.jpg not downloaded yet
2026-03-26 22:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bt%252F13221be0df8a4ffe8ee6ffacbd25c41a%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bt/13221be0df8a4ffe8ee6ffacbd25c41a/images/large/5.jpg not downloaded yet
2026-03-26 22:47:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7770250>
2026-03-26 22:47:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fc3a069a-ed71-5f2e-8d9a-86ad24a3f2a8/fc3a069a-ed71-5f2e-8d9a-86ad24a3f2a8_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bx%252Fac0e1348124c4302ad0da1d370775b7c%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bx/ac0e1348124c4302ad0da1d370775b7c/images/large/4.jpg saved to cache
2026-03-26 22:47:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item fc3a069a-ed71-5f2e-8d9a-86ad24a3f2a8
2026-03-26 22:47:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b746d850>
2026-03-26 22:47:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fc3a069a-ed71-5f2e-8d9a-86ad24a3f2a8/fc3a069a-ed71-5f2e-8d9a-86ad24a3f2a8_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bx%252Fac0e1348124c4302ad0da1d370775b7c%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bx/ac0e1348124c4302ad0da1d370775b7c/images/large/5.jpg saved to cache
2026-03-26 22:47:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item fc3a069a-ed71-5f2e-8d9a-86ad24a3f2a8
2026-03-26 22:47:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7747690>
2026-03-26 22:47:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d09e213b-dcb3-5849-8c5a-aff923d9a202/d09e213b-dcb3-5849-8c5a-aff923d9a202_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2gf%252F56502af294714427b343350ff02db38e%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2gf/56502af294714427b343350ff02db38e/images/large/9.jpg saved to cache
2026-03-26 22:47:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item d09e213b-dcb3-5849-8c5a-aff923d9a202
2026-03-26 22:47:55 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d09e213b-dcb3-5849-8c5a-aff923d9a202, skipping ID generation
2026-03-26 22:47:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d09e213b-dcb3-5849-8c5a-aff923d9a202 with scrape type 1
2026-03-26 22:47:55 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d09e213b-dcb3-5849-8c5a-aff923d9a202 sending to next pipeline
2026-03-26 22:47:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: d09e213b-dcb3-5849-8c5a-aff923d9a202, identifier: 1986113
2026-03-26 22:47:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: d09e213b-dcb3-5849-8c5a-aff923d9a202 with identifier: 1986113
2026-03-26 22:47:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: d09e213b-dcb3-5849-8c5a-aff923d9a202 with identifier: 1986113
2026-03-26 22:47:55 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: d09e213b-dcb3-5849-8c5a-aff923d9a202 with identifier: 1986113 to the API
2026-03-26 22:47:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:47:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:47:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2gf/56502af294714427b343350ff02db38e/images/large/9.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'petrol',
'id': 'd09e213b-dcb3-5849-8c5a-aff923d9a202',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'KIA',
'model': 'SPORTAGE',
'odometer': 47774,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 15,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d09e213b-dcb3-5849-8c5a-aff923d9a202/d09e213b-dcb3-5849-8c5a-aff923d9a202_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 734919,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2gf/56502af294714427b343350ff02db38e/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d09e213b-dcb3-5849-8c5a-aff923d9a202/d09e213b-dcb3-5849-8c5a-aff923d9a202_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 764396,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2gf/56502af294714427b343350ff02db38e/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d09e213b-dcb3-5849-8c5a-aff923d9a202/d09e213b-dcb3-5849-8c5a-aff923d9a202_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 728043,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2gf/56502af294714427b343350ff02db38e/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d09e213b-dcb3-5849-8c5a-aff923d9a202/d09e213b-dcb3-5849-8c5a-aff923d9a202_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 778606,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2gf/56502af294714427b343350ff02db38e/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d09e213b-dcb3-5849-8c5a-aff923d9a202/d09e213b-dcb3-5849-8c5a-aff923d9a202_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 733070,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2gf/56502af294714427b343350ff02db38e/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d09e213b-dcb3-5849-8c5a-aff923d9a202/d09e213b-dcb3-5849-8c5a-aff923d9a202_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 759737,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2gf/56502af294714427b343350ff02db38e/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d09e213b-dcb3-5849-8c5a-aff923d9a202/d09e213b-dcb3-5849-8c5a-aff923d9a202_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 787014,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2gf/56502af294714427b343350ff02db38e/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d09e213b-dcb3-5849-8c5a-aff923d9a202/d09e213b-dcb3-5849-8c5a-aff923d9a202_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 878555,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2gf/56502af294714427b343350ff02db38e/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d09e213b-dcb3-5849-8c5a-aff923d9a202/d09e213b-dcb3-5849-8c5a-aff923d9a202_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 913620,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2gf/56502af294714427b343350ff02db38e/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d09e213b-dcb3-5849-8c5a-aff923d9a202/d09e213b-dcb3-5849-8c5a-aff923d9a202_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 707902,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2gf/56502af294714427b343350ff02db38e/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-11-27',
'seats_number': 5,
'seller_name': None,
'title': 'KIA SPORTAGE 1.6 T-GDI 245 PHEV STYLE EDITION AT 4WD',
'transmission': 'automatic',
'trim': '1.6 T-GDI 245 PHEV STYLE EDITION AT 4WD',
'vin': None,
'year': 2024}
2026-03-26 22:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986113%27 HTTP/1.1" 200 None
2026-03-26 22:47:55 [ayvens.be] INFO: Saving data for 1986113: {'created_time': 1774565275.834599, 'last_price_update_time': 1774565275.834617, 'auction_closing_time': 1775028600.0}
2026-03-26 22:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986113') HTTP/1.1" 204 0
2026-03-26 22:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bt%252F13221be0df8a4ffe8ee6ffacbd25c41a%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bt/13221be0df8a4ffe8ee6ffacbd25c41a/images/large/6.jpg not downloaded yet
2026-03-26 22:47:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/59d814c8a95f44f5804bd516ad548727/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bx/ac0e1348124c4302ad0da1d370775b7c/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bx/ac0e1348124c4302ad0da1d370775b7c/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bx/ac0e1348124c4302ad0da1d370775b7c/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/59d814c8a95f44f5804bd516ad548727/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bt%252F13221be0df8a4ffe8ee6ffacbd25c41a%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bt/13221be0df8a4ffe8ee6ffacbd25c41a/images/large/7.jpg not downloaded yet
2026-03-26 22:47:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bx/ac0e1348124c4302ad0da1d370775b7c/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bx/ac0e1348124c4302ad0da1d370775b7c/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bt%252F13221be0df8a4ffe8ee6ffacbd25c41a%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bt/13221be0df8a4ffe8ee6ffacbd25c41a/images/large/8.jpg not downloaded yet
2026-03-26 22:47:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/59d814c8a95f44f5804bd516ad548727/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bt%252F13221be0df8a4ffe8ee6ffacbd25c41a%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bt/13221be0df8a4ffe8ee6ffacbd25c41a/images/large/9.jpg not downloaded yet
2026-03-26 22:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bt%252F13221be0df8a4ffe8ee6ffacbd25c41a%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bt/13221be0df8a4ffe8ee6ffacbd25c41a/images/large/10.jpg not downloaded yet
2026-03-26 22:47:55 [ayvens.be] INFO: Found listing with ID: 1986117
2026-03-26 22:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986117%27 HTTP/1.1" 200 None
2026-03-26 22:47:55 [ayvens.be] INFO: Scrape type for 1986117: 1
2026-03-26 22:47:55 [ayvens.be] INFO: Extracting data for car ID: 1986117
2026-03-26 22:47:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 796264d2-ef71-5414-ba30-f0650c221ace with identifier: 1986117
2026-03-26 22:47:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 796264d2-ef71-5414-ba30-f0650c221ace with scrape type 1
2026-03-26 22:47:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 796264d2-ef71-5414-ba30-f0650c221ace
2026-03-26 22:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2da%252F1cf8f78f48424eb1834151b134f7cfd0%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2da/1cf8f78f48424eb1834151b134f7cfd0/images/large/1.jpg not downloaded yet
2026-03-26 22:47:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2da%252F1cf8f78f48424eb1834151b134f7cfd0%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2da/1cf8f78f48424eb1834151b134f7cfd0/images/large/2.jpg not downloaded yet
2026-03-26 22:47:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2da%252F1cf8f78f48424eb1834151b134f7cfd0%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2da/1cf8f78f48424eb1834151b134f7cfd0/images/large/3.jpg not downloaded yet
2026-03-26 22:47:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7434750>
2026-03-26 22:47:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0c2f1084-9ea9-5906-8c9c-c7eddb6bb6a3/0c2f1084-9ea9-5906-8c9c-c7eddb6bb6a3_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:47:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F59d814c8a95f44f5804bd516ad548727%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/59d814c8a95f44f5804bd516ad548727/images/large/2.jpg saved to cache
2026-03-26 22:47:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 0c2f1084-9ea9-5906-8c9c-c7eddb6bb6a3
2026-03-26 22:47:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b725c790>
2026-03-26 22:47:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fc3a069a-ed71-5f2e-8d9a-86ad24a3f2a8/fc3a069a-ed71-5f2e-8d9a-86ad24a3f2a8_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:47:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bx%252Fac0e1348124c4302ad0da1d370775b7c%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bx/ac0e1348124c4302ad0da1d370775b7c/images/large/7.jpg saved to cache
2026-03-26 22:47:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item fc3a069a-ed71-5f2e-8d9a-86ad24a3f2a8
2026-03-26 22:47:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b727b350>
2026-03-26 22:47:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fc3a069a-ed71-5f2e-8d9a-86ad24a3f2a8/fc3a069a-ed71-5f2e-8d9a-86ad24a3f2a8_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:47:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bx%252Fac0e1348124c4302ad0da1d370775b7c%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bx/ac0e1348124c4302ad0da1d370775b7c/images/large/9.jpg saved to cache
2026-03-26 22:47:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item fc3a069a-ed71-5f2e-8d9a-86ad24a3f2a8
2026-03-26 22:47:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b75739d0>
2026-03-26 22:47:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fc3a069a-ed71-5f2e-8d9a-86ad24a3f2a8/fc3a069a-ed71-5f2e-8d9a-86ad24a3f2a8_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:47:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bx%252Fac0e1348124c4302ad0da1d370775b7c%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bx/ac0e1348124c4302ad0da1d370775b7c/images/large/8.jpg saved to cache
2026-03-26 22:47:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item fc3a069a-ed71-5f2e-8d9a-86ad24a3f2a8
2026-03-26 22:47:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74a5dd0>
2026-03-26 22:47:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0c2f1084-9ea9-5906-8c9c-c7eddb6bb6a3/0c2f1084-9ea9-5906-8c9c-c7eddb6bb6a3_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:47:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F59d814c8a95f44f5804bd516ad548727%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/59d814c8a95f44f5804bd516ad548727/images/large/3.jpg saved to cache
2026-03-26 22:47:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 0c2f1084-9ea9-5906-8c9c-c7eddb6bb6a3
2026-03-26 22:47:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b741c1d0>
2026-03-26 22:47:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fc3a069a-ed71-5f2e-8d9a-86ad24a3f2a8/fc3a069a-ed71-5f2e-8d9a-86ad24a3f2a8_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:47:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bx%252Fac0e1348124c4302ad0da1d370775b7c%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bx/ac0e1348124c4302ad0da1d370775b7c/images/large/6.jpg saved to cache
2026-03-26 22:47:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item fc3a069a-ed71-5f2e-8d9a-86ad24a3f2a8
2026-03-26 22:47:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd3bb690>
2026-03-26 22:47:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fc3a069a-ed71-5f2e-8d9a-86ad24a3f2a8/fc3a069a-ed71-5f2e-8d9a-86ad24a3f2a8_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:47:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bx%252Fac0e1348124c4302ad0da1d370775b7c%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bx/ac0e1348124c4302ad0da1d370775b7c/images/large/10.jpg saved to cache
2026-03-26 22:47:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item fc3a069a-ed71-5f2e-8d9a-86ad24a3f2a8
2026-03-26 22:47:56 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: fc3a069a-ed71-5f2e-8d9a-86ad24a3f2a8, skipping ID generation
2026-03-26 22:47:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc3a069a-ed71-5f2e-8d9a-86ad24a3f2a8 with scrape type 1
2026-03-26 22:47:56 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item fc3a069a-ed71-5f2e-8d9a-86ad24a3f2a8 sending to next pipeline
2026-03-26 22:47:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: fc3a069a-ed71-5f2e-8d9a-86ad24a3f2a8, identifier: 1986114
2026-03-26 22:47:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: fc3a069a-ed71-5f2e-8d9a-86ad24a3f2a8 with identifier: 1986114
2026-03-26 22:47:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: fc3a069a-ed71-5f2e-8d9a-86ad24a3f2a8 with identifier: 1986114
2026-03-26 22:47:56 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: fc3a069a-ed71-5f2e-8d9a-86ad24a3f2a8 with identifier: 1986114 to the API
2026-03-26 22:47:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:47:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:47:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bx/ac0e1348124c4302ad0da1d370775b7c/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'electric',
'id': 'fc3a069a-ed71-5f2e-8d9a-86ad24a3f2a8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'Q4 E-TRON',
'odometer': 96788,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 16,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc3a069a-ed71-5f2e-8d9a-86ad24a3f2a8/fc3a069a-ed71-5f2e-8d9a-86ad24a3f2a8_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 623963,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bx/ac0e1348124c4302ad0da1d370775b7c/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc3a069a-ed71-5f2e-8d9a-86ad24a3f2a8/fc3a069a-ed71-5f2e-8d9a-86ad24a3f2a8_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 622830,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bx/ac0e1348124c4302ad0da1d370775b7c/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc3a069a-ed71-5f2e-8d9a-86ad24a3f2a8/fc3a069a-ed71-5f2e-8d9a-86ad24a3f2a8_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 602360,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bx/ac0e1348124c4302ad0da1d370775b7c/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc3a069a-ed71-5f2e-8d9a-86ad24a3f2a8/fc3a069a-ed71-5f2e-8d9a-86ad24a3f2a8_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 667471,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bx/ac0e1348124c4302ad0da1d370775b7c/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc3a069a-ed71-5f2e-8d9a-86ad24a3f2a8/fc3a069a-ed71-5f2e-8d9a-86ad24a3f2a8_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 543400,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bx/ac0e1348124c4302ad0da1d370775b7c/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc3a069a-ed71-5f2e-8d9a-86ad24a3f2a8/fc3a069a-ed71-5f2e-8d9a-86ad24a3f2a8_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 572063,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bx/ac0e1348124c4302ad0da1d370775b7c/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc3a069a-ed71-5f2e-8d9a-86ad24a3f2a8/fc3a069a-ed71-5f2e-8d9a-86ad24a3f2a8_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 628142,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bx/ac0e1348124c4302ad0da1d370775b7c/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc3a069a-ed71-5f2e-8d9a-86ad24a3f2a8/fc3a069a-ed71-5f2e-8d9a-86ad24a3f2a8_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 687368,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bx/ac0e1348124c4302ad0da1d370775b7c/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc3a069a-ed71-5f2e-8d9a-86ad24a3f2a8/fc3a069a-ed71-5f2e-8d9a-86ad24a3f2a8_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 541485,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bx/ac0e1348124c4302ad0da1d370775b7c/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc3a069a-ed71-5f2e-8d9a-86ad24a3f2a8/fc3a069a-ed71-5f2e-8d9a-86ad24a3f2a8_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 515244,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bx/ac0e1348124c4302ad0da1d370775b7c/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-03',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q4 E-TRON BEV 82KWH 40 S LINE AUTO',
'transmission': 'automatic',
'trim': 'BEV 82KWH 40 S LINE AUTO',
'vin': None,
'year': 2022}
2026-03-26 22:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986114%27 HTTP/1.1" 200 None
2026-03-26 22:47:57 [ayvens.be] INFO: Saving data for 1986114: {'created_time': 1774565277.109869, 'last_price_update_time': 1774565277.109878, 'auction_closing_time': 1775028600.0}
2026-03-26 22:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986114') HTTP/1.1" 204 0
2026-03-26 22:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2da%252F1cf8f78f48424eb1834151b134f7cfd0%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2da/1cf8f78f48424eb1834151b134f7cfd0/images/large/4.jpg not downloaded yet
2026-03-26 22:47:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77276d0>
2026-03-26 22:47:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0c2f1084-9ea9-5906-8c9c-c7eddb6bb6a3/0c2f1084-9ea9-5906-8c9c-c7eddb6bb6a3_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F59d814c8a95f44f5804bd516ad548727%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/59d814c8a95f44f5804bd516ad548727/images/large/1.jpg saved to cache
2026-03-26 22:47:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 0c2f1084-9ea9-5906-8c9c-c7eddb6bb6a3
2026-03-26 22:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2da%252F1cf8f78f48424eb1834151b134f7cfd0%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2da/1cf8f78f48424eb1834151b134f7cfd0/images/large/5.jpg not downloaded yet
2026-03-26 22:47:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/59d814c8a95f44f5804bd516ad548727/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2da%252F1cf8f78f48424eb1834151b134f7cfd0%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2da/1cf8f78f48424eb1834151b134f7cfd0/images/large/6.jpg not downloaded yet
2026-03-26 22:47:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/59d814c8a95f44f5804bd516ad548727/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bt/13221be0df8a4ffe8ee6ffacbd25c41a/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/59d814c8a95f44f5804bd516ad548727/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bt/13221be0df8a4ffe8ee6ffacbd25c41a/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bt/13221be0df8a4ffe8ee6ffacbd25c41a/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2da%252F1cf8f78f48424eb1834151b134f7cfd0%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2da/1cf8f78f48424eb1834151b134f7cfd0/images/large/7.jpg not downloaded yet
2026-03-26 22:47:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/59d814c8a95f44f5804bd516ad548727/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/59d814c8a95f44f5804bd516ad548727/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2da%252F1cf8f78f48424eb1834151b134f7cfd0%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2da/1cf8f78f48424eb1834151b134f7cfd0/images/large/8.jpg not downloaded yet
2026-03-26 22:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2da%252F1cf8f78f48424eb1834151b134f7cfd0%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2da/1cf8f78f48424eb1834151b134f7cfd0/images/large/9.jpg not downloaded yet
2026-03-26 22:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2da%252F1cf8f78f48424eb1834151b134f7cfd0%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2da/1cf8f78f48424eb1834151b134f7cfd0/images/large/10.jpg not downloaded yet
2026-03-26 22:47:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b748b290>
2026-03-26 22:47:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0c2f1084-9ea9-5906-8c9c-c7eddb6bb6a3/0c2f1084-9ea9-5906-8c9c-c7eddb6bb6a3_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F59d814c8a95f44f5804bd516ad548727%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/59d814c8a95f44f5804bd516ad548727/images/large/5.jpg saved to cache
2026-03-26 22:47:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 0c2f1084-9ea9-5906-8c9c-c7eddb6bb6a3
2026-03-26 22:47:57 [ayvens.be] INFO: Found listing with ID: 1986118
2026-03-26 22:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986118%27 HTTP/1.1" 200 None
2026-03-26 22:47:57 [ayvens.be] INFO: Scrape type for 1986118: 1
2026-03-26 22:47:57 [ayvens.be] INFO: Extracting data for car ID: 1986118
2026-03-26 22:47:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0876d05a-e310-51a9-871a-8c4c4e06706d with identifier: 1986118
2026-03-26 22:47:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0876d05a-e310-51a9-871a-8c4c4e06706d with scrape type 1
2026-03-26 22:47:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 0876d05a-e310-51a9-871a-8c4c4e06706d
2026-03-26 22:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2db%252Feaab306cefa74a61b51f6530e6745b15%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2db/eaab306cefa74a61b51f6530e6745b15/images/large/1.jpg not downloaded yet
2026-03-26 22:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2db%252Feaab306cefa74a61b51f6530e6745b15%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2db/eaab306cefa74a61b51f6530e6745b15/images/large/2.jpg not downloaded yet
2026-03-26 22:47:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bt/13221be0df8a4ffe8ee6ffacbd25c41a/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bt/13221be0df8a4ffe8ee6ffacbd25c41a/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2db%252Feaab306cefa74a61b51f6530e6745b15%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2db/eaab306cefa74a61b51f6530e6745b15/images/large/3.jpg not downloaded yet
2026-03-26 22:47:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b78c2c90>
2026-03-26 22:47:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0c2f1084-9ea9-5906-8c9c-c7eddb6bb6a3/0c2f1084-9ea9-5906-8c9c-c7eddb6bb6a3_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F59d814c8a95f44f5804bd516ad548727%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/59d814c8a95f44f5804bd516ad548727/images/large/4.jpg saved to cache
2026-03-26 22:47:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 0c2f1084-9ea9-5906-8c9c-c7eddb6bb6a3
2026-03-26 22:47:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79ddf10>
2026-03-26 22:47:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bd05defc-932e-5f41-9fe2-636638421e1a/bd05defc-932e-5f41-9fe2-636638421e1a_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bt%252F13221be0df8a4ffe8ee6ffacbd25c41a%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bt/13221be0df8a4ffe8ee6ffacbd25c41a/images/large/4.jpg saved to cache
2026-03-26 22:47:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item bd05defc-932e-5f41-9fe2-636638421e1a
2026-03-26 22:47:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77af8d0>
2026-03-26 22:47:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0c2f1084-9ea9-5906-8c9c-c7eddb6bb6a3/0c2f1084-9ea9-5906-8c9c-c7eddb6bb6a3_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F59d814c8a95f44f5804bd516ad548727%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/59d814c8a95f44f5804bd516ad548727/images/large/7.jpg saved to cache
2026-03-26 22:47:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 0c2f1084-9ea9-5906-8c9c-c7eddb6bb6a3
2026-03-26 22:47:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b787cd90>
2026-03-26 22:47:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bd05defc-932e-5f41-9fe2-636638421e1a/bd05defc-932e-5f41-9fe2-636638421e1a_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bt%252F13221be0df8a4ffe8ee6ffacbd25c41a%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bt/13221be0df8a4ffe8ee6ffacbd25c41a/images/large/2.jpg saved to cache
2026-03-26 22:47:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item bd05defc-932e-5f41-9fe2-636638421e1a
2026-03-26 22:47:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c7e510>
2026-03-26 22:47:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bd05defc-932e-5f41-9fe2-636638421e1a/bd05defc-932e-5f41-9fe2-636638421e1a_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bt%252F13221be0df8a4ffe8ee6ffacbd25c41a%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bt/13221be0df8a4ffe8ee6ffacbd25c41a/images/large/3.jpg saved to cache
2026-03-26 22:47:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item bd05defc-932e-5f41-9fe2-636638421e1a
2026-03-26 22:47:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6da7050>
2026-03-26 22:47:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0c2f1084-9ea9-5906-8c9c-c7eddb6bb6a3/0c2f1084-9ea9-5906-8c9c-c7eddb6bb6a3_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F59d814c8a95f44f5804bd516ad548727%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/59d814c8a95f44f5804bd516ad548727/images/large/8.jpg saved to cache
2026-03-26 22:47:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 0c2f1084-9ea9-5906-8c9c-c7eddb6bb6a3
2026-03-26 22:47:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77ad250>
2026-03-26 22:47:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0c2f1084-9ea9-5906-8c9c-c7eddb6bb6a3/0c2f1084-9ea9-5906-8c9c-c7eddb6bb6a3_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F59d814c8a95f44f5804bd516ad548727%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/59d814c8a95f44f5804bd516ad548727/images/large/6.jpg saved to cache
2026-03-26 22:47:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 0c2f1084-9ea9-5906-8c9c-c7eddb6bb6a3
2026-03-26 22:47:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bt/13221be0df8a4ffe8ee6ffacbd25c41a/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2db%252Feaab306cefa74a61b51f6530e6745b15%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2db/eaab306cefa74a61b51f6530e6745b15/images/large/4.jpg not downloaded yet
2026-03-26 22:47:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bt/13221be0df8a4ffe8ee6ffacbd25c41a/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/59d814c8a95f44f5804bd516ad548727/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2db%252Feaab306cefa74a61b51f6530e6745b15%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2db/eaab306cefa74a61b51f6530e6745b15/images/large/5.jpg not downloaded yet
2026-03-26 22:47:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e158d0>
2026-03-26 22:47:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bd05defc-932e-5f41-9fe2-636638421e1a/bd05defc-932e-5f41-9fe2-636638421e1a_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bt%252F13221be0df8a4ffe8ee6ffacbd25c41a%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bt/13221be0df8a4ffe8ee6ffacbd25c41a/images/large/5.jpg saved to cache
2026-03-26 22:47:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item bd05defc-932e-5f41-9fe2-636638421e1a
2026-03-26 22:47:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7402f90>
2026-03-26 22:47:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bd05defc-932e-5f41-9fe2-636638421e1a/bd05defc-932e-5f41-9fe2-636638421e1a_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bt%252F13221be0df8a4ffe8ee6ffacbd25c41a%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bt/13221be0df8a4ffe8ee6ffacbd25c41a/images/large/6.jpg saved to cache
2026-03-26 22:47:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item bd05defc-932e-5f41-9fe2-636638421e1a
2026-03-26 22:47:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2da/1cf8f78f48424eb1834151b134f7cfd0/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2da/1cf8f78f48424eb1834151b134f7cfd0/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/59d814c8a95f44f5804bd516ad548727/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2db%252Feaab306cefa74a61b51f6530e6745b15%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2db/eaab306cefa74a61b51f6530e6745b15/images/large/6.jpg not downloaded yet
2026-03-26 22:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2db%252Feaab306cefa74a61b51f6530e6745b15%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2db/eaab306cefa74a61b51f6530e6745b15/images/large/7.jpg not downloaded yet
2026-03-26 22:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2db%252Feaab306cefa74a61b51f6530e6745b15%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2db/eaab306cefa74a61b51f6530e6745b15/images/large/8.jpg not downloaded yet
2026-03-26 22:47:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7564a10>
2026-03-26 22:47:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bd05defc-932e-5f41-9fe2-636638421e1a/bd05defc-932e-5f41-9fe2-636638421e1a_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bt%252F13221be0df8a4ffe8ee6ffacbd25c41a%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bt/13221be0df8a4ffe8ee6ffacbd25c41a/images/large/1.jpg saved to cache
2026-03-26 22:47:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item bd05defc-932e-5f41-9fe2-636638421e1a
2026-03-26 22:47:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7662fd0>
2026-03-26 22:47:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bd05defc-932e-5f41-9fe2-636638421e1a/bd05defc-932e-5f41-9fe2-636638421e1a_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bt%252F13221be0df8a4ffe8ee6ffacbd25c41a%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bt/13221be0df8a4ffe8ee6ffacbd25c41a/images/large/7.jpg saved to cache
2026-03-26 22:47:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item bd05defc-932e-5f41-9fe2-636638421e1a
2026-03-26 22:47:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7772650>
2026-03-26 22:47:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0c2f1084-9ea9-5906-8c9c-c7eddb6bb6a3/0c2f1084-9ea9-5906-8c9c-c7eddb6bb6a3_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F59d814c8a95f44f5804bd516ad548727%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/59d814c8a95f44f5804bd516ad548727/images/large/10.jpg saved to cache
2026-03-26 22:47:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 0c2f1084-9ea9-5906-8c9c-c7eddb6bb6a3
2026-03-26 22:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2db%252Feaab306cefa74a61b51f6530e6745b15%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2db/eaab306cefa74a61b51f6530e6745b15/images/large/9.jpg not downloaded yet
2026-03-26 22:47:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2da/1cf8f78f48424eb1834151b134f7cfd0/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2db%252Feaab306cefa74a61b51f6530e6745b15%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2db/eaab306cefa74a61b51f6530e6745b15/images/large/10.jpg not downloaded yet
2026-03-26 22:47:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2da/1cf8f78f48424eb1834151b134f7cfd0/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2da/1cf8f78f48424eb1834151b134f7cfd0/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bt/13221be0df8a4ffe8ee6ffacbd25c41a/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bt/13221be0df8a4ffe8ee6ffacbd25c41a/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cc1d50>
2026-03-26 22:47:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_796264d2-ef71-5414-ba30-f0650c221ace/796264d2-ef71-5414-ba30-f0650c221ace_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2da%252F1cf8f78f48424eb1834151b134f7cfd0%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2da/1cf8f78f48424eb1834151b134f7cfd0/images/large/4.jpg saved to cache
2026-03-26 22:47:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 796264d2-ef71-5414-ba30-f0650c221ace
2026-03-26 22:47:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79d5710>
2026-03-26 22:47:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_796264d2-ef71-5414-ba30-f0650c221ace/796264d2-ef71-5414-ba30-f0650c221ace_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2da%252F1cf8f78f48424eb1834151b134f7cfd0%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2da/1cf8f78f48424eb1834151b134f7cfd0/images/large/3.jpg saved to cache
2026-03-26 22:47:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 796264d2-ef71-5414-ba30-f0650c221ace
2026-03-26 22:47:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7452050>
2026-03-26 22:47:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0c2f1084-9ea9-5906-8c9c-c7eddb6bb6a3/0c2f1084-9ea9-5906-8c9c-c7eddb6bb6a3_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F59d814c8a95f44f5804bd516ad548727%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/59d814c8a95f44f5804bd516ad548727/images/large/9.jpg saved to cache
2026-03-26 22:47:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 0c2f1084-9ea9-5906-8c9c-c7eddb6bb6a3
2026-03-26 22:47:59 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0c2f1084-9ea9-5906-8c9c-c7eddb6bb6a3, skipping ID generation
2026-03-26 22:47:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0c2f1084-9ea9-5906-8c9c-c7eddb6bb6a3 with scrape type 1
2026-03-26 22:47:59 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0c2f1084-9ea9-5906-8c9c-c7eddb6bb6a3 sending to next pipeline
2026-03-26 22:47:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 0c2f1084-9ea9-5906-8c9c-c7eddb6bb6a3, identifier: 1986115
2026-03-26 22:47:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2da/1cf8f78f48424eb1834151b134f7cfd0/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:59 [ayvens.be] INFO: Found listing with ID: 1986119
2026-03-26 22:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986119%27 HTTP/1.1" 200 None
2026-03-26 22:47:59 [ayvens.be] INFO: Scrape type for 1986119: 1
2026-03-26 22:47:59 [ayvens.be] INFO: Extracting data for car ID: 1986119
2026-03-26 22:47:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e83682af-c1d5-556f-98a5-e781e5a0138b with identifier: 1986119
2026-03-26 22:47:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e83682af-c1d5-556f-98a5-e781e5a0138b with scrape type 1
2026-03-26 22:47:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item e83682af-c1d5-556f-98a5-e781e5a0138b
2026-03-26 22:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bc%252Fdd9c567f7248403fa3994886528b2a27%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bc/dd9c567f7248403fa3994886528b2a27/images/large/1.jpg not downloaded yet
2026-03-26 22:47:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 0c2f1084-9ea9-5906-8c9c-c7eddb6bb6a3 with identifier: 1986115
2026-03-26 22:47:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 0c2f1084-9ea9-5906-8c9c-c7eddb6bb6a3 with identifier: 1986115
2026-03-26 22:47:59 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 0c2f1084-9ea9-5906-8c9c-c7eddb6bb6a3 with identifier: 1986115 to the API
2026-03-26 22:47:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:47:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:47:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bh/59d814c8a95f44f5804bd516ad548727/images/large/9.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'petrol',
'id': '0c2f1084-9ea9-5906-8c9c-c7eddb6bb6a3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'SKODA',
'model': 'OCTAVIA COMBI',
'odometer': 106114,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 17,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0c2f1084-9ea9-5906-8c9c-c7eddb6bb6a3/0c2f1084-9ea9-5906-8c9c-c7eddb6bb6a3_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 720945,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/59d814c8a95f44f5804bd516ad548727/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0c2f1084-9ea9-5906-8c9c-c7eddb6bb6a3/0c2f1084-9ea9-5906-8c9c-c7eddb6bb6a3_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 616410,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/59d814c8a95f44f5804bd516ad548727/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0c2f1084-9ea9-5906-8c9c-c7eddb6bb6a3/0c2f1084-9ea9-5906-8c9c-c7eddb6bb6a3_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 679056,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/59d814c8a95f44f5804bd516ad548727/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0c2f1084-9ea9-5906-8c9c-c7eddb6bb6a3/0c2f1084-9ea9-5906-8c9c-c7eddb6bb6a3_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 813602,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/59d814c8a95f44f5804bd516ad548727/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0c2f1084-9ea9-5906-8c9c-c7eddb6bb6a3/0c2f1084-9ea9-5906-8c9c-c7eddb6bb6a3_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 653043,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/59d814c8a95f44f5804bd516ad548727/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0c2f1084-9ea9-5906-8c9c-c7eddb6bb6a3/0c2f1084-9ea9-5906-8c9c-c7eddb6bb6a3_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 565398,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/59d814c8a95f44f5804bd516ad548727/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0c2f1084-9ea9-5906-8c9c-c7eddb6bb6a3/0c2f1084-9ea9-5906-8c9c-c7eddb6bb6a3_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 670876,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/59d814c8a95f44f5804bd516ad548727/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0c2f1084-9ea9-5906-8c9c-c7eddb6bb6a3/0c2f1084-9ea9-5906-8c9c-c7eddb6bb6a3_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 813277,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/59d814c8a95f44f5804bd516ad548727/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0c2f1084-9ea9-5906-8c9c-c7eddb6bb6a3/0c2f1084-9ea9-5906-8c9c-c7eddb6bb6a3_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 645762,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/59d814c8a95f44f5804bd516ad548727/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0c2f1084-9ea9-5906-8c9c-c7eddb6bb6a3/0c2f1084-9ea9-5906-8c9c-c7eddb6bb6a3_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 572382,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/59d814c8a95f44f5804bd516ad548727/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-02',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA OCTAVIA COMBI 1.5 TGI 96KW DSG7 AMBITION',
'transmission': 'automatic',
'trim': '1.5 TGI 96KW DSG7 AMBITION',
'vin': None,
'year': 2021}
2026-03-26 22:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986115%27 HTTP/1.1" 200 None
2026-03-26 22:47:59 [ayvens.be] INFO: Saving data for 1986115: {'created_time': 1774565279.733715, 'last_price_update_time': 1774565279.733724, 'auction_closing_time': 1775028600.0}
2026-03-26 22:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986115') HTTP/1.1" 204 0
2026-03-26 22:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bc%252Fdd9c567f7248403fa3994886528b2a27%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bc/dd9c567f7248403fa3994886528b2a27/images/large/2.jpg not downloaded yet
2026-03-26 22:47:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2db/eaab306cefa74a61b51f6530e6745b15/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bc%252Fdd9c567f7248403fa3994886528b2a27%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:47:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bc/dd9c567f7248403fa3994886528b2a27/images/large/3.jpg not downloaded yet
2026-03-26 22:47:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7570b10>
2026-03-26 22:47:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_796264d2-ef71-5414-ba30-f0650c221ace/796264d2-ef71-5414-ba30-f0650c221ace_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2da%252F1cf8f78f48424eb1834151b134f7cfd0%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2da/1cf8f78f48424eb1834151b134f7cfd0/images/large/5.jpg saved to cache
2026-03-26 22:47:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 796264d2-ef71-5414-ba30-f0650c221ace
2026-03-26 22:47:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c7c790>
2026-03-26 22:47:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:47:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_796264d2-ef71-5414-ba30-f0650c221ace/796264d2-ef71-5414-ba30-f0650c221ace_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2da%252F1cf8f78f48424eb1834151b134f7cfd0%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:47:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2da/1cf8f78f48424eb1834151b134f7cfd0/images/large/6.jpg saved to cache
2026-03-26 22:47:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 796264d2-ef71-5414-ba30-f0650c221ace
2026-03-26 22:47:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:47:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e44990>
2026-03-26 22:47:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:47:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:47:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_796264d2-ef71-5414-ba30-f0650c221ace/796264d2-ef71-5414-ba30-f0650c221ace_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2da%252F1cf8f78f48424eb1834151b134f7cfd0%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2da/1cf8f78f48424eb1834151b134f7cfd0/images/large/1.jpg saved to cache
2026-03-26 22:48:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 796264d2-ef71-5414-ba30-f0650c221ace
2026-03-26 22:48:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7725e10>
2026-03-26 22:48:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bd05defc-932e-5f41-9fe2-636638421e1a/bd05defc-932e-5f41-9fe2-636638421e1a_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bt%252F13221be0df8a4ffe8ee6ffacbd25c41a%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bt/13221be0df8a4ffe8ee6ffacbd25c41a/images/large/9.jpg saved to cache
2026-03-26 22:48:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item bd05defc-932e-5f41-9fe2-636638421e1a
2026-03-26 22:48:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b748b210>
2026-03-26 22:48:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bd05defc-932e-5f41-9fe2-636638421e1a/bd05defc-932e-5f41-9fe2-636638421e1a_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bt%252F13221be0df8a4ffe8ee6ffacbd25c41a%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bt/13221be0df8a4ffe8ee6ffacbd25c41a/images/large/10.jpg saved to cache
2026-03-26 22:48:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item bd05defc-932e-5f41-9fe2-636638421e1a
2026-03-26 22:48:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd0d8410>
2026-03-26 22:48:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_796264d2-ef71-5414-ba30-f0650c221ace/796264d2-ef71-5414-ba30-f0650c221ace_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2da%252F1cf8f78f48424eb1834151b134f7cfd0%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2da/1cf8f78f48424eb1834151b134f7cfd0/images/large/2.jpg saved to cache
2026-03-26 22:48:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 796264d2-ef71-5414-ba30-f0650c221ace
2026-03-26 22:48:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2da/1cf8f78f48424eb1834151b134f7cfd0/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bc%252Fdd9c567f7248403fa3994886528b2a27%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bc/dd9c567f7248403fa3994886528b2a27/images/large/4.jpg not downloaded yet
2026-03-26 22:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bc%252Fdd9c567f7248403fa3994886528b2a27%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bc/dd9c567f7248403fa3994886528b2a27/images/large/5.jpg not downloaded yet
2026-03-26 22:48:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2db/eaab306cefa74a61b51f6530e6745b15/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7567650>
2026-03-26 22:48:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0876d05a-e310-51a9-871a-8c4c4e06706d/0876d05a-e310-51a9-871a-8c4c4e06706d_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2db%252Feaab306cefa74a61b51f6530e6745b15%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2db/eaab306cefa74a61b51f6530e6745b15/images/large/1.jpg saved to cache
2026-03-26 22:48:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 0876d05a-e310-51a9-871a-8c4c4e06706d
2026-03-26 22:48:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2db/eaab306cefa74a61b51f6530e6745b15/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bc%252Fdd9c567f7248403fa3994886528b2a27%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bc/dd9c567f7248403fa3994886528b2a27/images/large/6.jpg not downloaded yet
2026-03-26 22:48:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2da/1cf8f78f48424eb1834151b134f7cfd0/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2da/1cf8f78f48424eb1834151b134f7cfd0/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2db/eaab306cefa74a61b51f6530e6745b15/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b744a210>
2026-03-26 22:48:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_796264d2-ef71-5414-ba30-f0650c221ace/796264d2-ef71-5414-ba30-f0650c221ace_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2da%252F1cf8f78f48424eb1834151b134f7cfd0%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2da/1cf8f78f48424eb1834151b134f7cfd0/images/large/10.jpg saved to cache
2026-03-26 22:48:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 796264d2-ef71-5414-ba30-f0650c221ace
2026-03-26 22:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bc%252Fdd9c567f7248403fa3994886528b2a27%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bc/dd9c567f7248403fa3994886528b2a27/images/large/7.jpg not downloaded yet
2026-03-26 22:48:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2db/eaab306cefa74a61b51f6530e6745b15/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bc%252Fdd9c567f7248403fa3994886528b2a27%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bc/dd9c567f7248403fa3994886528b2a27/images/large/8.jpg not downloaded yet
2026-03-26 22:48:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77ac5d0>
2026-03-26 22:48:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0876d05a-e310-51a9-871a-8c4c4e06706d/0876d05a-e310-51a9-871a-8c4c4e06706d_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2db%252Feaab306cefa74a61b51f6530e6745b15%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2db/eaab306cefa74a61b51f6530e6745b15/images/large/2.jpg saved to cache
2026-03-26 22:48:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 0876d05a-e310-51a9-871a-8c4c4e06706d
2026-03-26 22:48:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7818450>
2026-03-26 22:48:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0876d05a-e310-51a9-871a-8c4c4e06706d/0876d05a-e310-51a9-871a-8c4c4e06706d_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2db%252Feaab306cefa74a61b51f6530e6745b15%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2db/eaab306cefa74a61b51f6530e6745b15/images/large/3.jpg saved to cache
2026-03-26 22:48:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 0876d05a-e310-51a9-871a-8c4c4e06706d
2026-03-26 22:48:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74ddd10>
2026-03-26 22:48:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_796264d2-ef71-5414-ba30-f0650c221ace/796264d2-ef71-5414-ba30-f0650c221ace_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2da%252F1cf8f78f48424eb1834151b134f7cfd0%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2da/1cf8f78f48424eb1834151b134f7cfd0/images/large/9.jpg saved to cache
2026-03-26 22:48:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 796264d2-ef71-5414-ba30-f0650c221ace
2026-03-26 22:48:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7459e10>
2026-03-26 22:48:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_796264d2-ef71-5414-ba30-f0650c221ace/796264d2-ef71-5414-ba30-f0650c221ace_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:48:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2da%252F1cf8f78f48424eb1834151b134f7cfd0%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2da/1cf8f78f48424eb1834151b134f7cfd0/images/large/8.jpg saved to cache
2026-03-26 22:48:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 796264d2-ef71-5414-ba30-f0650c221ace
2026-03-26 22:48:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7ceb210>
2026-03-26 22:48:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0876d05a-e310-51a9-871a-8c4c4e06706d/0876d05a-e310-51a9-871a-8c4c4e06706d_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:48:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2db%252Feaab306cefa74a61b51f6530e6745b15%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2db/eaab306cefa74a61b51f6530e6745b15/images/large/4.jpg saved to cache
2026-03-26 22:48:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 0876d05a-e310-51a9-871a-8c4c4e06706d
2026-03-26 22:48:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bc%252Fdd9c567f7248403fa3994886528b2a27%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bc/dd9c567f7248403fa3994886528b2a27/images/large/9.jpg not downloaded yet
2026-03-26 22:48:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bt/13221be0df8a4ffe8ee6ffacbd25c41a/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bc%252Fdd9c567f7248403fa3994886528b2a27%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bc/dd9c567f7248403fa3994886528b2a27/images/large/10.jpg not downloaded yet
2026-03-26 22:48:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2da/1cf8f78f48424eb1834151b134f7cfd0/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7491410>
2026-03-26 22:48:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0876d05a-e310-51a9-871a-8c4c4e06706d/0876d05a-e310-51a9-871a-8c4c4e06706d_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:48:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2db%252Feaab306cefa74a61b51f6530e6745b15%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2db/eaab306cefa74a61b51f6530e6745b15/images/large/5.jpg saved to cache
2026-03-26 22:48:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 0876d05a-e310-51a9-871a-8c4c4e06706d
2026-03-26 22:48:01 [ayvens.be] INFO: Found listing with ID: 1986120
2026-03-26 22:48:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986120%27 HTTP/1.1" 200 None
2026-03-26 22:48:01 [ayvens.be] INFO: Scrape type for 1986120: 1
2026-03-26 22:48:01 [ayvens.be] INFO: Extracting data for car ID: 1986120
2026-03-26 22:48:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2d305006-0852-5850-8020-cc419dbd9f86 with identifier: 1986120
2026-03-26 22:48:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2d305006-0852-5850-8020-cc419dbd9f86 with scrape type 1
2026-03-26 22:48:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 2d305006-0852-5850-8020-cc419dbd9f86
2026-03-26 22:48:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252F4280ec5a05c54f64b2ef78b66b2eac0d%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/4280ec5a05c54f64b2ef78b66b2eac0d/images/large/1.jpg not downloaded yet
2026-03-26 22:48:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252F4280ec5a05c54f64b2ef78b66b2eac0d%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/4280ec5a05c54f64b2ef78b66b2eac0d/images/large/2.jpg not downloaded yet
2026-03-26 22:48:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2db/eaab306cefa74a61b51f6530e6745b15/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252F4280ec5a05c54f64b2ef78b66b2eac0d%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/4280ec5a05c54f64b2ef78b66b2eac0d/images/large/3.jpg not downloaded yet
2026-03-26 22:48:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7494890>
2026-03-26 22:48:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bd05defc-932e-5f41-9fe2-636638421e1a/bd05defc-932e-5f41-9fe2-636638421e1a_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:48:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bt%252F13221be0df8a4ffe8ee6ffacbd25c41a%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bt/13221be0df8a4ffe8ee6ffacbd25c41a/images/large/8.jpg saved to cache
2026-03-26 22:48:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item bd05defc-932e-5f41-9fe2-636638421e1a
2026-03-26 22:48:01 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: bd05defc-932e-5f41-9fe2-636638421e1a, skipping ID generation
2026-03-26 22:48:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd05defc-932e-5f41-9fe2-636638421e1a with scrape type 1
2026-03-26 22:48:01 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item bd05defc-932e-5f41-9fe2-636638421e1a sending to next pipeline
2026-03-26 22:48:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: bd05defc-932e-5f41-9fe2-636638421e1a, identifier: 1986116
2026-03-26 22:48:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77eb3d0>
2026-03-26 22:48:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_796264d2-ef71-5414-ba30-f0650c221ace/796264d2-ef71-5414-ba30-f0650c221ace_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:48:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2da%252F1cf8f78f48424eb1834151b134f7cfd0%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2da/1cf8f78f48424eb1834151b134f7cfd0/images/large/7.jpg saved to cache
2026-03-26 22:48:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 796264d2-ef71-5414-ba30-f0650c221ace
2026-03-26 22:48:01 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 796264d2-ef71-5414-ba30-f0650c221ace, skipping ID generation
2026-03-26 22:48:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 796264d2-ef71-5414-ba30-f0650c221ace with scrape type 1
2026-03-26 22:48:01 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 796264d2-ef71-5414-ba30-f0650c221ace sending to next pipeline
2026-03-26 22:48:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 796264d2-ef71-5414-ba30-f0650c221ace, identifier: 1986117
2026-03-26 22:48:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2db/eaab306cefa74a61b51f6530e6745b15/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2db/eaab306cefa74a61b51f6530e6745b15/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: bd05defc-932e-5f41-9fe2-636638421e1a with identifier: 1986116
2026-03-26 22:48:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: bd05defc-932e-5f41-9fe2-636638421e1a with identifier: 1986116
2026-03-26 22:48:02 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: bd05defc-932e-5f41-9fe2-636638421e1a with identifier: 1986116 to the API
2026-03-26 22:48:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:48:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:48:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bt/13221be0df8a4ffe8ee6ffacbd25c41a/images/large/8.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 4,
'engine': '',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'electric',
'id': 'bd05defc-932e-5f41-9fe2-636638421e1a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'TESLA',
'model': 'MODEL 3',
'odometer': 146140,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 15,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bd05defc-932e-5f41-9fe2-636638421e1a/bd05defc-932e-5f41-9fe2-636638421e1a_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 354293,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bt/13221be0df8a4ffe8ee6ffacbd25c41a/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bd05defc-932e-5f41-9fe2-636638421e1a/bd05defc-932e-5f41-9fe2-636638421e1a_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 429883,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bt/13221be0df8a4ffe8ee6ffacbd25c41a/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bd05defc-932e-5f41-9fe2-636638421e1a/bd05defc-932e-5f41-9fe2-636638421e1a_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 436307,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bt/13221be0df8a4ffe8ee6ffacbd25c41a/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bd05defc-932e-5f41-9fe2-636638421e1a/bd05defc-932e-5f41-9fe2-636638421e1a_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 430997,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bt/13221be0df8a4ffe8ee6ffacbd25c41a/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bd05defc-932e-5f41-9fe2-636638421e1a/bd05defc-932e-5f41-9fe2-636638421e1a_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 290062,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bt/13221be0df8a4ffe8ee6ffacbd25c41a/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bd05defc-932e-5f41-9fe2-636638421e1a/bd05defc-932e-5f41-9fe2-636638421e1a_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 214257,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bt/13221be0df8a4ffe8ee6ffacbd25c41a/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bd05defc-932e-5f41-9fe2-636638421e1a/bd05defc-932e-5f41-9fe2-636638421e1a_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 341103,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bt/13221be0df8a4ffe8ee6ffacbd25c41a/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bd05defc-932e-5f41-9fe2-636638421e1a/bd05defc-932e-5f41-9fe2-636638421e1a_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 321598,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bt/13221be0df8a4ffe8ee6ffacbd25c41a/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bd05defc-932e-5f41-9fe2-636638421e1a/bd05defc-932e-5f41-9fe2-636638421e1a_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 235234,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bt/13221be0df8a4ffe8ee6ffacbd25c41a/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bd05defc-932e-5f41-9fe2-636638421e1a/bd05defc-932e-5f41-9fe2-636638421e1a_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 235937,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bt/13221be0df8a4ffe8ee6ffacbd25c41a/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-21',
'seats_number': 5,
'seller_name': None,
'title': 'TESLA MODEL 3 BEV 75KWH LONG RANGE DUAL MOTOR 4WD AUTO',
'transmission': 'automatic',
'trim': 'BEV 75KWH LONG RANGE DUAL MOTOR 4WD AUTO',
'vin': None,
'year': 2022}
2026-03-26 22:48:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986116%27 HTTP/1.1" 200 None
2026-03-26 22:48:02 [ayvens.be] INFO: Saving data for 1986116: {'created_time': 1774565282.322426, 'last_price_update_time': 1774565282.322437, 'auction_closing_time': 1775028600.0}
2026-03-26 22:48:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986116') HTTP/1.1" 204 0
2026-03-26 22:48:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 796264d2-ef71-5414-ba30-f0650c221ace with identifier: 1986117
2026-03-26 22:48:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 796264d2-ef71-5414-ba30-f0650c221ace with identifier: 1986117
2026-03-26 22:48:02 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 796264d2-ef71-5414-ba30-f0650c221ace with identifier: 1986117 to the API
2026-03-26 22:48:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:48:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:48:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2da/1cf8f78f48424eb1834151b134f7cfd0/images/large/7.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.3L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'petrol',
'id': '796264d2-ef71-5414-ba30-f0650c221ace',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'GLA',
'odometer': 87698,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 17,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_796264d2-ef71-5414-ba30-f0650c221ace/796264d2-ef71-5414-ba30-f0650c221ace_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 578643,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2da/1cf8f78f48424eb1834151b134f7cfd0/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_796264d2-ef71-5414-ba30-f0650c221ace/796264d2-ef71-5414-ba30-f0650c221ace_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 588199,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2da/1cf8f78f48424eb1834151b134f7cfd0/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_796264d2-ef71-5414-ba30-f0650c221ace/796264d2-ef71-5414-ba30-f0650c221ace_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 612521,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2da/1cf8f78f48424eb1834151b134f7cfd0/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_796264d2-ef71-5414-ba30-f0650c221ace/796264d2-ef71-5414-ba30-f0650c221ace_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 624219,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2da/1cf8f78f48424eb1834151b134f7cfd0/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_796264d2-ef71-5414-ba30-f0650c221ace/796264d2-ef71-5414-ba30-f0650c221ace_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 513630,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2da/1cf8f78f48424eb1834151b134f7cfd0/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_796264d2-ef71-5414-ba30-f0650c221ace/796264d2-ef71-5414-ba30-f0650c221ace_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 629085,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2da/1cf8f78f48424eb1834151b134f7cfd0/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_796264d2-ef71-5414-ba30-f0650c221ace/796264d2-ef71-5414-ba30-f0650c221ace_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 604603,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2da/1cf8f78f48424eb1834151b134f7cfd0/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_796264d2-ef71-5414-ba30-f0650c221ace/796264d2-ef71-5414-ba30-f0650c221ace_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 639509,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2da/1cf8f78f48424eb1834151b134f7cfd0/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_796264d2-ef71-5414-ba30-f0650c221ace/796264d2-ef71-5414-ba30-f0650c221ace_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 600350,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2da/1cf8f78f48424eb1834151b134f7cfd0/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_796264d2-ef71-5414-ba30-f0650c221ace/796264d2-ef71-5414-ba30-f0650c221ace_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 629085,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2da/1cf8f78f48424eb1834151b134f7cfd0/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-12',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ GLA 1.3 GLA 250 E DCT AMG LINE',
'transmission': 'automatic',
'trim': '1.3 GLA 250 E DCT AMG LINE',
'vin': None,
'year': 2023}
2026-03-26 22:48:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986117%27 HTTP/1.1" 200 None
2026-03-26 22:48:02 [ayvens.be] INFO: Saving data for 1986117: {'created_time': 1774565282.673191, 'last_price_update_time': 1774565282.6732, 'auction_closing_time': 1775028600.0}
2026-03-26 22:48:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986117') HTTP/1.1" 204 0
2026-03-26 22:48:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252F4280ec5a05c54f64b2ef78b66b2eac0d%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/4280ec5a05c54f64b2ef78b66b2eac0d/images/large/4.jpg not downloaded yet
2026-03-26 22:48:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2db/eaab306cefa74a61b51f6530e6745b15/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2db/eaab306cefa74a61b51f6530e6745b15/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252F4280ec5a05c54f64b2ef78b66b2eac0d%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/4280ec5a05c54f64b2ef78b66b2eac0d/images/large/5.jpg not downloaded yet
2026-03-26 22:48:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79a1850>
2026-03-26 22:48:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0876d05a-e310-51a9-871a-8c4c4e06706d/0876d05a-e310-51a9-871a-8c4c4e06706d_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:48:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2db%252Feaab306cefa74a61b51f6530e6745b15%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2db/eaab306cefa74a61b51f6530e6745b15/images/large/10.jpg saved to cache
2026-03-26 22:48:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 0876d05a-e310-51a9-871a-8c4c4e06706d
2026-03-26 22:48:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd275cd0>
2026-03-26 22:48:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0876d05a-e310-51a9-871a-8c4c4e06706d/0876d05a-e310-51a9-871a-8c4c4e06706d_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:48:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2db%252Feaab306cefa74a61b51f6530e6745b15%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2db/eaab306cefa74a61b51f6530e6745b15/images/large/8.jpg saved to cache
2026-03-26 22:48:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 0876d05a-e310-51a9-871a-8c4c4e06706d
2026-03-26 22:48:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b781ad50>
2026-03-26 22:48:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0876d05a-e310-51a9-871a-8c4c4e06706d/0876d05a-e310-51a9-871a-8c4c4e06706d_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2db%252Feaab306cefa74a61b51f6530e6745b15%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2db/eaab306cefa74a61b51f6530e6745b15/images/large/7.jpg saved to cache
2026-03-26 22:48:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 0876d05a-e310-51a9-871a-8c4c4e06706d
2026-03-26 22:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252F4280ec5a05c54f64b2ef78b66b2eac0d%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/4280ec5a05c54f64b2ef78b66b2eac0d/images/large/6.jpg not downloaded yet
2026-03-26 22:48:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bc/dd9c567f7248403fa3994886528b2a27/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b728ed10>
2026-03-26 22:48:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0876d05a-e310-51a9-871a-8c4c4e06706d/0876d05a-e310-51a9-871a-8c4c4e06706d_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2db%252Feaab306cefa74a61b51f6530e6745b15%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2db/eaab306cefa74a61b51f6530e6745b15/images/large/6.jpg saved to cache
2026-03-26 22:48:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 0876d05a-e310-51a9-871a-8c4c4e06706d
2026-03-26 22:48:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6d73550>
2026-03-26 22:48:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0876d05a-e310-51a9-871a-8c4c4e06706d/0876d05a-e310-51a9-871a-8c4c4e06706d_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2db%252Feaab306cefa74a61b51f6530e6745b15%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2db/eaab306cefa74a61b51f6530e6745b15/images/large/9.jpg saved to cache
2026-03-26 22:48:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 0876d05a-e310-51a9-871a-8c4c4e06706d
2026-03-26 22:48:03 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0876d05a-e310-51a9-871a-8c4c4e06706d, skipping ID generation
2026-03-26 22:48:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0876d05a-e310-51a9-871a-8c4c4e06706d with scrape type 1
2026-03-26 22:48:03 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0876d05a-e310-51a9-871a-8c4c4e06706d sending to next pipeline
2026-03-26 22:48:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 0876d05a-e310-51a9-871a-8c4c4e06706d, identifier: 1986118
2026-03-26 22:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252F4280ec5a05c54f64b2ef78b66b2eac0d%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/4280ec5a05c54f64b2ef78b66b2eac0d/images/large/7.jpg not downloaded yet
2026-03-26 22:48:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 0876d05a-e310-51a9-871a-8c4c4e06706d with identifier: 1986118
2026-03-26 22:48:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 0876d05a-e310-51a9-871a-8c4c4e06706d with identifier: 1986118
2026-03-26 22:48:03 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 0876d05a-e310-51a9-871a-8c4c4e06706d with identifier: 1986118 to the API
2026-03-26 22:48:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:48:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:48:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2db/eaab306cefa74a61b51f6530e6745b15/images/large/9.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 4,
'engine': '1.5L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'diesel',
'id': '0876d05a-e310-51a9-871a-8c4c4e06706d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'EXPRESS',
'odometer': 66102,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 21,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0876d05a-e310-51a9-871a-8c4c4e06706d/0876d05a-e310-51a9-871a-8c4c4e06706d_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 584826,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2db/eaab306cefa74a61b51f6530e6745b15/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0876d05a-e310-51a9-871a-8c4c4e06706d/0876d05a-e310-51a9-871a-8c4c4e06706d_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 583709,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2db/eaab306cefa74a61b51f6530e6745b15/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0876d05a-e310-51a9-871a-8c4c4e06706d/0876d05a-e310-51a9-871a-8c4c4e06706d_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 560540,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2db/eaab306cefa74a61b51f6530e6745b15/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0876d05a-e310-51a9-871a-8c4c4e06706d/0876d05a-e310-51a9-871a-8c4c4e06706d_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 598629,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2db/eaab306cefa74a61b51f6530e6745b15/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0876d05a-e310-51a9-871a-8c4c4e06706d/0876d05a-e310-51a9-871a-8c4c4e06706d_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 538264,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2db/eaab306cefa74a61b51f6530e6745b15/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0876d05a-e310-51a9-871a-8c4c4e06706d/0876d05a-e310-51a9-871a-8c4c4e06706d_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 723994,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2db/eaab306cefa74a61b51f6530e6745b15/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0876d05a-e310-51a9-871a-8c4c4e06706d/0876d05a-e310-51a9-871a-8c4c4e06706d_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 613938,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2db/eaab306cefa74a61b51f6530e6745b15/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0876d05a-e310-51a9-871a-8c4c4e06706d/0876d05a-e310-51a9-871a-8c4c4e06706d_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 849581,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2db/eaab306cefa74a61b51f6530e6745b15/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0876d05a-e310-51a9-871a-8c4c4e06706d/0876d05a-e310-51a9-871a-8c4c4e06706d_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 800653,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2db/eaab306cefa74a61b51f6530e6745b15/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0876d05a-e310-51a9-871a-8c4c4e06706d/0876d05a-e310-51a9-871a-8c4c4e06706d_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 570528,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2db/eaab306cefa74a61b51f6530e6745b15/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-15',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT EXPRESS 1.5 DCI BLUE 75 CONFORT',
'transmission': 'manual',
'trim': '1.5 DCI BLUE 75 CONFORT',
'vin': None,
'year': 2022}
2026-03-26 22:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986118%27 HTTP/1.1" 200 None
2026-03-26 22:48:03 [ayvens.be] INFO: Saving data for 1986118: {'created_time': 1774565283.687203, 'last_price_update_time': 1774565283.687212, 'auction_closing_time': 1775028600.0}
2026-03-26 22:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986118') HTTP/1.1" 204 0
2026-03-26 22:48:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bc/dd9c567f7248403fa3994886528b2a27/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bc/dd9c567f7248403fa3994886528b2a27/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252F4280ec5a05c54f64b2ef78b66b2eac0d%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/4280ec5a05c54f64b2ef78b66b2eac0d/images/large/8.jpg not downloaded yet
2026-03-26 22:48:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cc8ad0>
2026-03-26 22:48:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e83682af-c1d5-556f-98a5-e781e5a0138b/e83682af-c1d5-556f-98a5-e781e5a0138b_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bc%252Fdd9c567f7248403fa3994886528b2a27%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bc/dd9c567f7248403fa3994886528b2a27/images/large/1.jpg saved to cache
2026-03-26 22:48:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item e83682af-c1d5-556f-98a5-e781e5a0138b
2026-03-26 22:48:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bc/dd9c567f7248403fa3994886528b2a27/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252F4280ec5a05c54f64b2ef78b66b2eac0d%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/4280ec5a05c54f64b2ef78b66b2eac0d/images/large/9.jpg not downloaded yet
2026-03-26 22:48:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bc/dd9c567f7248403fa3994886528b2a27/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252F4280ec5a05c54f64b2ef78b66b2eac0d%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/4280ec5a05c54f64b2ef78b66b2eac0d/images/large/10.jpg not downloaded yet
2026-03-26 22:48:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bc/dd9c567f7248403fa3994886528b2a27/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e34d90>
2026-03-26 22:48:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e83682af-c1d5-556f-98a5-e781e5a0138b/e83682af-c1d5-556f-98a5-e781e5a0138b_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bc%252Fdd9c567f7248403fa3994886528b2a27%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bc/dd9c567f7248403fa3994886528b2a27/images/large/2.jpg saved to cache
2026-03-26 22:48:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item e83682af-c1d5-556f-98a5-e781e5a0138b
2026-03-26 22:48:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7aa2b50>
2026-03-26 22:48:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e83682af-c1d5-556f-98a5-e781e5a0138b/e83682af-c1d5-556f-98a5-e781e5a0138b_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bc%252Fdd9c567f7248403fa3994886528b2a27%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bc/dd9c567f7248403fa3994886528b2a27/images/large/3.jpg saved to cache
2026-03-26 22:48:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item e83682af-c1d5-556f-98a5-e781e5a0138b
2026-03-26 22:48:04 [ayvens.be] INFO: Found listing with ID: 1986121
2026-03-26 22:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986121%27 HTTP/1.1" 200 None
2026-03-26 22:48:04 [ayvens.be] INFO: Scrape type for 1986121: 1
2026-03-26 22:48:04 [ayvens.be] INFO: Extracting data for car ID: 1986121
2026-03-26 22:48:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c962d856-a1e1-5c8f-bee9-de129749fcf4 with identifier: 1986121
2026-03-26 22:48:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c962d856-a1e1-5c8f-bee9-de129749fcf4 with scrape type 1
2026-03-26 22:48:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item c962d856-a1e1-5c8f-bee9-de129749fcf4
2026-03-26 22:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cq%252Fd293fb6265c34a66b7d826ab796c8445%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cq/d293fb6265c34a66b7d826ab796c8445/images/large/1.jpg not downloaded yet
2026-03-26 22:48:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bc/dd9c567f7248403fa3994886528b2a27/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bc/dd9c567f7248403fa3994886528b2a27/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cq%252Fd293fb6265c34a66b7d826ab796c8445%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cq/d293fb6265c34a66b7d826ab796c8445/images/large/2.jpg not downloaded yet
2026-03-26 22:48:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bc/dd9c567f7248403fa3994886528b2a27/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cq%252Fd293fb6265c34a66b7d826ab796c8445%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cq/d293fb6265c34a66b7d826ab796c8445/images/large/3.jpg not downloaded yet
2026-03-26 22:48:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79d4f10>
2026-03-26 22:48:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e83682af-c1d5-556f-98a5-e781e5a0138b/e83682af-c1d5-556f-98a5-e781e5a0138b_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bc%252Fdd9c567f7248403fa3994886528b2a27%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bc/dd9c567f7248403fa3994886528b2a27/images/large/4.jpg saved to cache
2026-03-26 22:48:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item e83682af-c1d5-556f-98a5-e781e5a0138b
2026-03-26 22:48:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5ca1d50>
2026-03-26 22:48:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e83682af-c1d5-556f-98a5-e781e5a0138b/e83682af-c1d5-556f-98a5-e781e5a0138b_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bc%252Fdd9c567f7248403fa3994886528b2a27%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bc/dd9c567f7248403fa3994886528b2a27/images/large/5.jpg saved to cache
2026-03-26 22:48:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item e83682af-c1d5-556f-98a5-e781e5a0138b
2026-03-26 22:48:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd8e04d0>
2026-03-26 22:48:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e83682af-c1d5-556f-98a5-e781e5a0138b/e83682af-c1d5-556f-98a5-e781e5a0138b_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bc%252Fdd9c567f7248403fa3994886528b2a27%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bc/dd9c567f7248403fa3994886528b2a27/images/large/6.jpg saved to cache
2026-03-26 22:48:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item e83682af-c1d5-556f-98a5-e781e5a0138b
2026-03-26 22:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cq%252Fd293fb6265c34a66b7d826ab796c8445%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cq/d293fb6265c34a66b7d826ab796c8445/images/large/4.jpg not downloaded yet
2026-03-26 22:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cq%252Fd293fb6265c34a66b7d826ab796c8445%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cq/d293fb6265c34a66b7d826ab796c8445/images/large/5.jpg not downloaded yet
2026-03-26 22:48:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79cc090>
2026-03-26 22:48:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e83682af-c1d5-556f-98a5-e781e5a0138b/e83682af-c1d5-556f-98a5-e781e5a0138b_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bc%252Fdd9c567f7248403fa3994886528b2a27%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bc/dd9c567f7248403fa3994886528b2a27/images/large/7.jpg saved to cache
2026-03-26 22:48:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item e83682af-c1d5-556f-98a5-e781e5a0138b
2026-03-26 22:48:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7661850>
2026-03-26 22:48:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e83682af-c1d5-556f-98a5-e781e5a0138b/e83682af-c1d5-556f-98a5-e781e5a0138b_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bc%252Fdd9c567f7248403fa3994886528b2a27%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bc/dd9c567f7248403fa3994886528b2a27/images/large/9.jpg saved to cache
2026-03-26 22:48:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item e83682af-c1d5-556f-98a5-e781e5a0138b
2026-03-26 22:48:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7771d10>
2026-03-26 22:48:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e83682af-c1d5-556f-98a5-e781e5a0138b/e83682af-c1d5-556f-98a5-e781e5a0138b_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bc%252Fdd9c567f7248403fa3994886528b2a27%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bc/dd9c567f7248403fa3994886528b2a27/images/large/8.jpg saved to cache
2026-03-26 22:48:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item e83682af-c1d5-556f-98a5-e781e5a0138b
2026-03-26 22:48:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bg/4280ec5a05c54f64b2ef78b66b2eac0d/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cq%252Fd293fb6265c34a66b7d826ab796c8445%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cq/d293fb6265c34a66b7d826ab796c8445/images/large/6.jpg not downloaded yet
2026-03-26 22:48:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bg/4280ec5a05c54f64b2ef78b66b2eac0d/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bc/dd9c567f7248403fa3994886528b2a27/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cq%252Fd293fb6265c34a66b7d826ab796c8445%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cq/d293fb6265c34a66b7d826ab796c8445/images/large/7.jpg not downloaded yet
2026-03-26 22:48:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bg/4280ec5a05c54f64b2ef78b66b2eac0d/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bg/4280ec5a05c54f64b2ef78b66b2eac0d/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bg/4280ec5a05c54f64b2ef78b66b2eac0d/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cq%252Fd293fb6265c34a66b7d826ab796c8445%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cq/d293fb6265c34a66b7d826ab796c8445/images/large/8.jpg not downloaded yet
2026-03-26 22:48:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bg/4280ec5a05c54f64b2ef78b66b2eac0d/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cq%252Fd293fb6265c34a66b7d826ab796c8445%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cq/d293fb6265c34a66b7d826ab796c8445/images/large/9.jpg not downloaded yet
2026-03-26 22:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cq%252Fd293fb6265c34a66b7d826ab796c8445%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cq/d293fb6265c34a66b7d826ab796c8445/images/large/10.jpg not downloaded yet
2026-03-26 22:48:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bg/4280ec5a05c54f64b2ef78b66b2eac0d/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:05 [ayvens.be] INFO: Found listing with ID: 1986122
2026-03-26 22:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986122%27 HTTP/1.1" 200 None
2026-03-26 22:48:05 [ayvens.be] INFO: Scrape type for 1986122: 1
2026-03-26 22:48:05 [ayvens.be] INFO: Extracting data for car ID: 1986122
2026-03-26 22:48:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f23e36f3-99cf-5de1-97ea-022894fd7d70 with identifier: 1986122
2026-03-26 22:48:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f23e36f3-99cf-5de1-97ea-022894fd7d70 with scrape type 1
2026-03-26 22:48:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item f23e36f3-99cf-5de1-97ea-022894fd7d70
2026-03-26 22:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F08078458ca6445c6ae8123e49d1713c5%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/08078458ca6445c6ae8123e49d1713c5/images/large/1.jpg not downloaded yet
2026-03-26 22:48:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e2b210>
2026-03-26 22:48:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2d305006-0852-5850-8020-cc419dbd9f86/2d305006-0852-5850-8020-cc419dbd9f86_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252F4280ec5a05c54f64b2ef78b66b2eac0d%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/4280ec5a05c54f64b2ef78b66b2eac0d/images/large/2.jpg saved to cache
2026-03-26 22:48:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 2d305006-0852-5850-8020-cc419dbd9f86
2026-03-26 22:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F08078458ca6445c6ae8123e49d1713c5%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/08078458ca6445c6ae8123e49d1713c5/images/large/2.jpg not downloaded yet
2026-03-26 22:48:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79a0690>
2026-03-26 22:48:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2d305006-0852-5850-8020-cc419dbd9f86/2d305006-0852-5850-8020-cc419dbd9f86_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252F4280ec5a05c54f64b2ef78b66b2eac0d%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/4280ec5a05c54f64b2ef78b66b2eac0d/images/large/1.jpg saved to cache
2026-03-26 22:48:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 2d305006-0852-5850-8020-cc419dbd9f86
2026-03-26 22:48:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cca510>
2026-03-26 22:48:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e83682af-c1d5-556f-98a5-e781e5a0138b/e83682af-c1d5-556f-98a5-e781e5a0138b_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bc%252Fdd9c567f7248403fa3994886528b2a27%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bc/dd9c567f7248403fa3994886528b2a27/images/large/10.jpg saved to cache
2026-03-26 22:48:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item e83682af-c1d5-556f-98a5-e781e5a0138b
2026-03-26 22:48:05 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e83682af-c1d5-556f-98a5-e781e5a0138b, skipping ID generation
2026-03-26 22:48:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e83682af-c1d5-556f-98a5-e781e5a0138b with scrape type 1
2026-03-26 22:48:05 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e83682af-c1d5-556f-98a5-e781e5a0138b sending to next pipeline
2026-03-26 22:48:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: e83682af-c1d5-556f-98a5-e781e5a0138b, identifier: 1986119
2026-03-26 22:48:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c7c810>
2026-03-26 22:48:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2d305006-0852-5850-8020-cc419dbd9f86/2d305006-0852-5850-8020-cc419dbd9f86_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252F4280ec5a05c54f64b2ef78b66b2eac0d%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/4280ec5a05c54f64b2ef78b66b2eac0d/images/large/3.jpg saved to cache
2026-03-26 22:48:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 2d305006-0852-5850-8020-cc419dbd9f86
2026-03-26 22:48:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7400ad0>
2026-03-26 22:48:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2d305006-0852-5850-8020-cc419dbd9f86/2d305006-0852-5850-8020-cc419dbd9f86_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252F4280ec5a05c54f64b2ef78b66b2eac0d%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/4280ec5a05c54f64b2ef78b66b2eac0d/images/large/5.jpg saved to cache
2026-03-26 22:48:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 2d305006-0852-5850-8020-cc419dbd9f86
2026-03-26 22:48:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74fbf10>
2026-03-26 22:48:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2d305006-0852-5850-8020-cc419dbd9f86/2d305006-0852-5850-8020-cc419dbd9f86_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252F4280ec5a05c54f64b2ef78b66b2eac0d%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/4280ec5a05c54f64b2ef78b66b2eac0d/images/large/6.jpg saved to cache
2026-03-26 22:48:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 2d305006-0852-5850-8020-cc419dbd9f86
2026-03-26 22:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F08078458ca6445c6ae8123e49d1713c5%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/08078458ca6445c6ae8123e49d1713c5/images/large/3.jpg not downloaded yet
2026-03-26 22:48:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: e83682af-c1d5-556f-98a5-e781e5a0138b with identifier: 1986119
2026-03-26 22:48:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: e83682af-c1d5-556f-98a5-e781e5a0138b with identifier: 1986119
2026-03-26 22:48:05 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: e83682af-c1d5-556f-98a5-e781e5a0138b with identifier: 1986119 to the API
2026-03-26 22:48:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:48:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:48:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bc/dd9c567f7248403fa3994886528b2a27/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'diesel',
'id': 'e83682af-c1d5-556f-98a5-e781e5a0138b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '5008',
'odometer': 153859,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 13,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e83682af-c1d5-556f-98a5-e781e5a0138b/e83682af-c1d5-556f-98a5-e781e5a0138b_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 685108,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bc/dd9c567f7248403fa3994886528b2a27/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e83682af-c1d5-556f-98a5-e781e5a0138b/e83682af-c1d5-556f-98a5-e781e5a0138b_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 623817,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bc/dd9c567f7248403fa3994886528b2a27/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e83682af-c1d5-556f-98a5-e781e5a0138b/e83682af-c1d5-556f-98a5-e781e5a0138b_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 566215,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bc/dd9c567f7248403fa3994886528b2a27/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e83682af-c1d5-556f-98a5-e781e5a0138b/e83682af-c1d5-556f-98a5-e781e5a0138b_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 639536,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bc/dd9c567f7248403fa3994886528b2a27/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e83682af-c1d5-556f-98a5-e781e5a0138b/e83682af-c1d5-556f-98a5-e781e5a0138b_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 550445,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bc/dd9c567f7248403fa3994886528b2a27/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e83682af-c1d5-556f-98a5-e781e5a0138b/e83682af-c1d5-556f-98a5-e781e5a0138b_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 641014,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bc/dd9c567f7248403fa3994886528b2a27/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e83682af-c1d5-556f-98a5-e781e5a0138b/e83682af-c1d5-556f-98a5-e781e5a0138b_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 639573,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bc/dd9c567f7248403fa3994886528b2a27/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e83682af-c1d5-556f-98a5-e781e5a0138b/e83682af-c1d5-556f-98a5-e781e5a0138b_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 734914,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bc/dd9c567f7248403fa3994886528b2a27/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e83682af-c1d5-556f-98a5-e781e5a0138b/e83682af-c1d5-556f-98a5-e781e5a0138b_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 562069,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bc/dd9c567f7248403fa3994886528b2a27/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e83682af-c1d5-556f-98a5-e781e5a0138b/e83682af-c1d5-556f-98a5-e781e5a0138b_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 610535,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bc/dd9c567f7248403fa3994886528b2a27/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-05',
'seats_number': 7,
'seller_name': None,
'title': 'PEUGEOT 5008 1.5 BLUEHDI 130 AUTO GT PACK',
'transmission': 'automatic',
'trim': '1.5 BLUEHDI 130 AUTO GT PACK',
'vin': None,
'year': 2021}
2026-03-26 22:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986119%27 HTTP/1.1" 200 None
2026-03-26 22:48:06 [ayvens.be] INFO: Saving data for 1986119: {'created_time': 1774565286.139477, 'last_price_update_time': 1774565286.139489, 'auction_closing_time': 1775028600.0}
2026-03-26 22:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986119') HTTP/1.1" 204 0
2026-03-26 22:48:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bg/4280ec5a05c54f64b2ef78b66b2eac0d/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F08078458ca6445c6ae8123e49d1713c5%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/08078458ca6445c6ae8123e49d1713c5/images/large/4.jpg not downloaded yet
2026-03-26 22:48:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b768ae10>
2026-03-26 22:48:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2d305006-0852-5850-8020-cc419dbd9f86/2d305006-0852-5850-8020-cc419dbd9f86_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252F4280ec5a05c54f64b2ef78b66b2eac0d%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/4280ec5a05c54f64b2ef78b66b2eac0d/images/large/4.jpg saved to cache
2026-03-26 22:48:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 2d305006-0852-5850-8020-cc419dbd9f86
2026-03-26 22:48:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76eed10>
2026-03-26 22:48:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2d305006-0852-5850-8020-cc419dbd9f86/2d305006-0852-5850-8020-cc419dbd9f86_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252F4280ec5a05c54f64b2ef78b66b2eac0d%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/4280ec5a05c54f64b2ef78b66b2eac0d/images/large/7.jpg saved to cache
2026-03-26 22:48:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 2d305006-0852-5850-8020-cc419dbd9f86
2026-03-26 22:48:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bg/4280ec5a05c54f64b2ef78b66b2eac0d/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F08078458ca6445c6ae8123e49d1713c5%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/08078458ca6445c6ae8123e49d1713c5/images/large/5.jpg not downloaded yet
2026-03-26 22:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F08078458ca6445c6ae8123e49d1713c5%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/08078458ca6445c6ae8123e49d1713c5/images/large/6.jpg not downloaded yet
2026-03-26 22:48:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bg/4280ec5a05c54f64b2ef78b66b2eac0d/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cq/d293fb6265c34a66b7d826ab796c8445/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cq/d293fb6265c34a66b7d826ab796c8445/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cq/d293fb6265c34a66b7d826ab796c8445/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74be690>
2026-03-26 22:48:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2d305006-0852-5850-8020-cc419dbd9f86/2d305006-0852-5850-8020-cc419dbd9f86_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252F4280ec5a05c54f64b2ef78b66b2eac0d%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/4280ec5a05c54f64b2ef78b66b2eac0d/images/large/9.jpg saved to cache
2026-03-26 22:48:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 2d305006-0852-5850-8020-cc419dbd9f86
2026-03-26 22:48:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cq/d293fb6265c34a66b7d826ab796c8445/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F08078458ca6445c6ae8123e49d1713c5%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/08078458ca6445c6ae8123e49d1713c5/images/large/7.jpg not downloaded yet
2026-03-26 22:48:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cq/d293fb6265c34a66b7d826ab796c8445/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F08078458ca6445c6ae8123e49d1713c5%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/08078458ca6445c6ae8123e49d1713c5/images/large/8.jpg not downloaded yet
2026-03-26 22:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F08078458ca6445c6ae8123e49d1713c5%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/08078458ca6445c6ae8123e49d1713c5/images/large/9.jpg not downloaded yet
2026-03-26 22:48:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74be210>
2026-03-26 22:48:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2d305006-0852-5850-8020-cc419dbd9f86/2d305006-0852-5850-8020-cc419dbd9f86_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252F4280ec5a05c54f64b2ef78b66b2eac0d%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/4280ec5a05c54f64b2ef78b66b2eac0d/images/large/10.jpg saved to cache
2026-03-26 22:48:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 2d305006-0852-5850-8020-cc419dbd9f86
2026-03-26 22:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F08078458ca6445c6ae8123e49d1713c5%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/08078458ca6445c6ae8123e49d1713c5/images/large/10.jpg not downloaded yet
2026-03-26 22:48:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7926790>
2026-03-26 22:48:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2d305006-0852-5850-8020-cc419dbd9f86/2d305006-0852-5850-8020-cc419dbd9f86_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252F4280ec5a05c54f64b2ef78b66b2eac0d%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/4280ec5a05c54f64b2ef78b66b2eac0d/images/large/8.jpg saved to cache
2026-03-26 22:48:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 2d305006-0852-5850-8020-cc419dbd9f86
2026-03-26 22:48:06 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2d305006-0852-5850-8020-cc419dbd9f86, skipping ID generation
2026-03-26 22:48:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2d305006-0852-5850-8020-cc419dbd9f86 with scrape type 1
2026-03-26 22:48:06 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2d305006-0852-5850-8020-cc419dbd9f86 sending to next pipeline
2026-03-26 22:48:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 2d305006-0852-5850-8020-cc419dbd9f86, identifier: 1986120
2026-03-26 22:48:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76ee7d0>
2026-03-26 22:48:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c962d856-a1e1-5c8f-bee9-de129749fcf4/c962d856-a1e1-5c8f-bee9-de129749fcf4_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cq%252Fd293fb6265c34a66b7d826ab796c8445%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cq/d293fb6265c34a66b7d826ab796c8445/images/large/3.jpg saved to cache
2026-03-26 22:48:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item c962d856-a1e1-5c8f-bee9-de129749fcf4
2026-03-26 22:48:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7724710>
2026-03-26 22:48:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c962d856-a1e1-5c8f-bee9-de129749fcf4/c962d856-a1e1-5c8f-bee9-de129749fcf4_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cq%252Fd293fb6265c34a66b7d826ab796c8445%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cq/d293fb6265c34a66b7d826ab796c8445/images/large/2.jpg saved to cache
2026-03-26 22:48:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item c962d856-a1e1-5c8f-bee9-de129749fcf4
2026-03-26 22:48:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79f3790>
2026-03-26 22:48:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c962d856-a1e1-5c8f-bee9-de129749fcf4/c962d856-a1e1-5c8f-bee9-de129749fcf4_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cq%252Fd293fb6265c34a66b7d826ab796c8445%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cq/d293fb6265c34a66b7d826ab796c8445/images/large/4.jpg saved to cache
2026-03-26 22:48:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item c962d856-a1e1-5c8f-bee9-de129749fcf4
2026-03-26 22:48:07 [scrapy.extensions.logstats] INFO: Crawled 5 pages (at -1 pages/min), scraped 91 items (at 35 items/min)
2026-03-26 22:48:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 181MiB
2026-03-26 22:48:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 2d305006-0852-5850-8020-cc419dbd9f86 with identifier: 1986120
2026-03-26 22:48:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 2d305006-0852-5850-8020-cc419dbd9f86 with identifier: 1986120
2026-03-26 22:48:07 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 2d305006-0852-5850-8020-cc419dbd9f86 with identifier: 1986120 to the API
2026-03-26 22:48:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:48:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:48:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bg/4280ec5a05c54f64b2ef78b66b2eac0d/images/large/8.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'diesel',
'id': '2d305006-0852-5850-8020-cc419dbd9f86',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'A6 AVANT',
'odometer': 89229,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 15,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2d305006-0852-5850-8020-cc419dbd9f86/2d305006-0852-5850-8020-cc419dbd9f86_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 684897,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bg/4280ec5a05c54f64b2ef78b66b2eac0d/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2d305006-0852-5850-8020-cc419dbd9f86/2d305006-0852-5850-8020-cc419dbd9f86_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 647992,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bg/4280ec5a05c54f64b2ef78b66b2eac0d/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2d305006-0852-5850-8020-cc419dbd9f86/2d305006-0852-5850-8020-cc419dbd9f86_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 594099,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bg/4280ec5a05c54f64b2ef78b66b2eac0d/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2d305006-0852-5850-8020-cc419dbd9f86/2d305006-0852-5850-8020-cc419dbd9f86_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 723674,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bg/4280ec5a05c54f64b2ef78b66b2eac0d/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2d305006-0852-5850-8020-cc419dbd9f86/2d305006-0852-5850-8020-cc419dbd9f86_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 573277,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bg/4280ec5a05c54f64b2ef78b66b2eac0d/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2d305006-0852-5850-8020-cc419dbd9f86/2d305006-0852-5850-8020-cc419dbd9f86_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 560548,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bg/4280ec5a05c54f64b2ef78b66b2eac0d/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2d305006-0852-5850-8020-cc419dbd9f86/2d305006-0852-5850-8020-cc419dbd9f86_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 614602,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bg/4280ec5a05c54f64b2ef78b66b2eac0d/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2d305006-0852-5850-8020-cc419dbd9f86/2d305006-0852-5850-8020-cc419dbd9f86_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 675750,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bg/4280ec5a05c54f64b2ef78b66b2eac0d/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2d305006-0852-5850-8020-cc419dbd9f86/2d305006-0852-5850-8020-cc419dbd9f86_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 514151,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bg/4280ec5a05c54f64b2ef78b66b2eac0d/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2d305006-0852-5850-8020-cc419dbd9f86/2d305006-0852-5850-8020-cc419dbd9f86_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 481166,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bg/4280ec5a05c54f64b2ef78b66b2eac0d/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-10',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A6 AVANT 2.0 TDI 35 S TRONIC BUSINESS ED ATTR',
'transmission': 'automatic',
'trim': '2.0 TDI 35 S TRONIC BUSINESS ED ATTR',
'vin': None,
'year': 2021}
2026-03-26 22:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986120%27 HTTP/1.1" 200 None
2026-03-26 22:48:07 [ayvens.be] INFO: Saving data for 1986120: {'created_time': 1774565287.523679, 'last_price_update_time': 1774565287.523688, 'auction_closing_time': 1775028600.0}
2026-03-26 22:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986120') HTTP/1.1" 204 0
2026-03-26 22:48:07 [ayvens.be] INFO: Found listing with ID: 1986123
2026-03-26 22:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986123%27 HTTP/1.1" 200 None
2026-03-26 22:48:07 [ayvens.be] INFO: Scrape type for 1986123: 1
2026-03-26 22:48:07 [ayvens.be] INFO: Extracting data for car ID: 1986123
2026-03-26 22:48:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c5aced6b-d46f-5dc2-a6cd-9bb903a1397d with identifier: 1986123
2026-03-26 22:48:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c5aced6b-d46f-5dc2-a6cd-9bb903a1397d with scrape type 1
2026-03-26 22:48:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item c5aced6b-d46f-5dc2-a6cd-9bb903a1397d
2026-03-26 22:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F0380973a4a8c4fac9683d9829c7a5040%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/0380973a4a8c4fac9683d9829c7a5040/images/large/1.jpg not downloaded yet
2026-03-26 22:48:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77ad1d0>
2026-03-26 22:48:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c962d856-a1e1-5c8f-bee9-de129749fcf4/c962d856-a1e1-5c8f-bee9-de129749fcf4_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cq%252Fd293fb6265c34a66b7d826ab796c8445%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cq/d293fb6265c34a66b7d826ab796c8445/images/large/1.jpg saved to cache
2026-03-26 22:48:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item c962d856-a1e1-5c8f-bee9-de129749fcf4
2026-03-26 22:48:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd4c86d0>
2026-03-26 22:48:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c962d856-a1e1-5c8f-bee9-de129749fcf4/c962d856-a1e1-5c8f-bee9-de129749fcf4_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cq%252Fd293fb6265c34a66b7d826ab796c8445%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cq/d293fb6265c34a66b7d826ab796c8445/images/large/5.jpg saved to cache
2026-03-26 22:48:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item c962d856-a1e1-5c8f-bee9-de129749fcf4
2026-03-26 22:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F0380973a4a8c4fac9683d9829c7a5040%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/0380973a4a8c4fac9683d9829c7a5040/images/large/2.jpg not downloaded yet
2026-03-26 22:48:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cq/d293fb6265c34a66b7d826ab796c8445/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cq/d293fb6265c34a66b7d826ab796c8445/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F0380973a4a8c4fac9683d9829c7a5040%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/0380973a4a8c4fac9683d9829c7a5040/images/large/3.jpg not downloaded yet
2026-03-26 22:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F0380973a4a8c4fac9683d9829c7a5040%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/0380973a4a8c4fac9683d9829c7a5040/images/large/4.jpg not downloaded yet
2026-03-26 22:48:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ab/08078458ca6445c6ae8123e49d1713c5/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cq/d293fb6265c34a66b7d826ab796c8445/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F0380973a4a8c4fac9683d9829c7a5040%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/0380973a4a8c4fac9683d9829c7a5040/images/large/5.jpg not downloaded yet
2026-03-26 22:48:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ab/08078458ca6445c6ae8123e49d1713c5/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ab/08078458ca6445c6ae8123e49d1713c5/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cq/d293fb6265c34a66b7d826ab796c8445/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cq/d293fb6265c34a66b7d826ab796c8445/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F0380973a4a8c4fac9683d9829c7a5040%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/0380973a4a8c4fac9683d9829c7a5040/images/large/6.jpg not downloaded yet
2026-03-26 22:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F0380973a4a8c4fac9683d9829c7a5040%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/0380973a4a8c4fac9683d9829c7a5040/images/large/7.jpg not downloaded yet
2026-03-26 22:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F0380973a4a8c4fac9683d9829c7a5040%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/0380973a4a8c4fac9683d9829c7a5040/images/large/8.jpg not downloaded yet
2026-03-26 22:48:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74587d0>
2026-03-26 22:48:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c962d856-a1e1-5c8f-bee9-de129749fcf4/c962d856-a1e1-5c8f-bee9-de129749fcf4_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cq%252Fd293fb6265c34a66b7d826ab796c8445%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cq/d293fb6265c34a66b7d826ab796c8445/images/large/7.jpg saved to cache
2026-03-26 22:48:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item c962d856-a1e1-5c8f-bee9-de129749fcf4
2026-03-26 22:48:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6da50d0>
2026-03-26 22:48:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c962d856-a1e1-5c8f-bee9-de129749fcf4/c962d856-a1e1-5c8f-bee9-de129749fcf4_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cq%252Fd293fb6265c34a66b7d826ab796c8445%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cq/d293fb6265c34a66b7d826ab796c8445/images/large/6.jpg saved to cache
2026-03-26 22:48:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item c962d856-a1e1-5c8f-bee9-de129749fcf4
2026-03-26 22:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F0380973a4a8c4fac9683d9829c7a5040%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/0380973a4a8c4fac9683d9829c7a5040/images/large/9.jpg not downloaded yet
2026-03-26 22:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F0380973a4a8c4fac9683d9829c7a5040%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/0380973a4a8c4fac9683d9829c7a5040/images/large/10.jpg not downloaded yet
2026-03-26 22:48:08 [ayvens.be] INFO: Found listing with ID: 1986124
2026-03-26 22:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986124%27 HTTP/1.1" 200 None
2026-03-26 22:48:08 [ayvens.be] INFO: Scrape type for 1986124: 1
2026-03-26 22:48:08 [ayvens.be] INFO: Extracting data for car ID: 1986124
2026-03-26 22:48:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e8a013bd-22c1-5c6d-bce6-42fd909ba0f5 with identifier: 1986124
2026-03-26 22:48:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e8a013bd-22c1-5c6d-bce6-42fd909ba0f5 with scrape type 1
2026-03-26 22:48:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item e8a013bd-22c1-5c6d-bce6-42fd909ba0f5
2026-03-26 22:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2et%252F54741e6bcaf44d638e0230c31d4fba99%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2et/54741e6bcaf44d638e0230c31d4fba99/images/large/1.jpg not downloaded yet
2026-03-26 22:48:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b727a850>
2026-03-26 22:48:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f23e36f3-99cf-5de1-97ea-022894fd7d70/f23e36f3-99cf-5de1-97ea-022894fd7d70_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F08078458ca6445c6ae8123e49d1713c5%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/08078458ca6445c6ae8123e49d1713c5/images/large/1.jpg saved to cache
2026-03-26 22:48:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item f23e36f3-99cf-5de1-97ea-022894fd7d70
2026-03-26 22:48:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6d73850>
2026-03-26 22:48:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c962d856-a1e1-5c8f-bee9-de129749fcf4/c962d856-a1e1-5c8f-bee9-de129749fcf4_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cq%252Fd293fb6265c34a66b7d826ab796c8445%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cq/d293fb6265c34a66b7d826ab796c8445/images/large/10.jpg saved to cache
2026-03-26 22:48:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item c962d856-a1e1-5c8f-bee9-de129749fcf4
2026-03-26 22:48:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b744a850>
2026-03-26 22:48:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f23e36f3-99cf-5de1-97ea-022894fd7d70/f23e36f3-99cf-5de1-97ea-022894fd7d70_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F08078458ca6445c6ae8123e49d1713c5%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/08078458ca6445c6ae8123e49d1713c5/images/large/2.jpg saved to cache
2026-03-26 22:48:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item f23e36f3-99cf-5de1-97ea-022894fd7d70
2026-03-26 22:48:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b764bad0>
2026-03-26 22:48:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f23e36f3-99cf-5de1-97ea-022894fd7d70/f23e36f3-99cf-5de1-97ea-022894fd7d70_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F08078458ca6445c6ae8123e49d1713c5%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/08078458ca6445c6ae8123e49d1713c5/images/large/3.jpg saved to cache
2026-03-26 22:48:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item f23e36f3-99cf-5de1-97ea-022894fd7d70
2026-03-26 22:48:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5ccb110>
2026-03-26 22:48:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c962d856-a1e1-5c8f-bee9-de129749fcf4/c962d856-a1e1-5c8f-bee9-de129749fcf4_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cq%252Fd293fb6265c34a66b7d826ab796c8445%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cq/d293fb6265c34a66b7d826ab796c8445/images/large/8.jpg saved to cache
2026-03-26 22:48:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item c962d856-a1e1-5c8f-bee9-de129749fcf4
2026-03-26 22:48:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5ccbbd0>
2026-03-26 22:48:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c962d856-a1e1-5c8f-bee9-de129749fcf4/c962d856-a1e1-5c8f-bee9-de129749fcf4_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cq%252Fd293fb6265c34a66b7d826ab796c8445%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cq/d293fb6265c34a66b7d826ab796c8445/images/large/9.jpg saved to cache
2026-03-26 22:48:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item c962d856-a1e1-5c8f-bee9-de129749fcf4
2026-03-26 22:48:09 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c962d856-a1e1-5c8f-bee9-de129749fcf4, skipping ID generation
2026-03-26 22:48:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c962d856-a1e1-5c8f-bee9-de129749fcf4 with scrape type 1
2026-03-26 22:48:09 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c962d856-a1e1-5c8f-bee9-de129749fcf4 sending to next pipeline
2026-03-26 22:48:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: c962d856-a1e1-5c8f-bee9-de129749fcf4, identifier: 1986121
2026-03-26 22:48:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: c962d856-a1e1-5c8f-bee9-de129749fcf4 with identifier: 1986121
2026-03-26 22:48:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: c962d856-a1e1-5c8f-bee9-de129749fcf4 with identifier: 1986121
2026-03-26 22:48:09 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: c962d856-a1e1-5c8f-bee9-de129749fcf4 with identifier: 1986121 to the API
2026-03-26 22:48:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:48:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:48:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2cq/d293fb6265c34a66b7d826ab796c8445/images/large/9.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'electric',
'id': 'c962d856-a1e1-5c8f-bee9-de129749fcf4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'VOLVO',
'model': 'C40',
'odometer': 127822,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 18,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c962d856-a1e1-5c8f-bee9-de129749fcf4/c962d856-a1e1-5c8f-bee9-de129749fcf4_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 615952,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cq/d293fb6265c34a66b7d826ab796c8445/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c962d856-a1e1-5c8f-bee9-de129749fcf4/c962d856-a1e1-5c8f-bee9-de129749fcf4_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 625990,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cq/d293fb6265c34a66b7d826ab796c8445/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c962d856-a1e1-5c8f-bee9-de129749fcf4/c962d856-a1e1-5c8f-bee9-de129749fcf4_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 648253,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cq/d293fb6265c34a66b7d826ab796c8445/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c962d856-a1e1-5c8f-bee9-de129749fcf4/c962d856-a1e1-5c8f-bee9-de129749fcf4_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 651526,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cq/d293fb6265c34a66b7d826ab796c8445/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c962d856-a1e1-5c8f-bee9-de129749fcf4/c962d856-a1e1-5c8f-bee9-de129749fcf4_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 612139,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cq/d293fb6265c34a66b7d826ab796c8445/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c962d856-a1e1-5c8f-bee9-de129749fcf4/c962d856-a1e1-5c8f-bee9-de129749fcf4_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 669708,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cq/d293fb6265c34a66b7d826ab796c8445/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c962d856-a1e1-5c8f-bee9-de129749fcf4/c962d856-a1e1-5c8f-bee9-de129749fcf4_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 576738,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cq/d293fb6265c34a66b7d826ab796c8445/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c962d856-a1e1-5c8f-bee9-de129749fcf4/c962d856-a1e1-5c8f-bee9-de129749fcf4_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 789758,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cq/d293fb6265c34a66b7d826ab796c8445/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c962d856-a1e1-5c8f-bee9-de129749fcf4/c962d856-a1e1-5c8f-bee9-de129749fcf4_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 824036,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cq/d293fb6265c34a66b7d826ab796c8445/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c962d856-a1e1-5c8f-bee9-de129749fcf4/c962d856-a1e1-5c8f-bee9-de129749fcf4_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 715201,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cq/d293fb6265c34a66b7d826ab796c8445/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-19',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO C40 BEV 69KWH RECHARGE ULTIMATE',
'transmission': 'automatic',
'trim': 'BEV 69KWH RECHARGE ULTIMATE',
'vin': None,
'year': 2022}
2026-03-26 22:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986121%27 HTTP/1.1" 200 None
2026-03-26 22:48:09 [ayvens.be] INFO: Saving data for 1986121: {'created_time': 1774565289.581252, 'last_price_update_time': 1774565289.581262, 'auction_closing_time': 1775028600.0}
2026-03-26 22:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986121') HTTP/1.1" 204 0
2026-03-26 22:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2et%252F54741e6bcaf44d638e0230c31d4fba99%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2et/54741e6bcaf44d638e0230c31d4fba99/images/large/2.jpg not downloaded yet
2026-03-26 22:48:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ab/08078458ca6445c6ae8123e49d1713c5/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2et%252F54741e6bcaf44d638e0230c31d4fba99%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2et/54741e6bcaf44d638e0230c31d4fba99/images/large/3.jpg not downloaded yet
2026-03-26 22:48:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ab/08078458ca6445c6ae8123e49d1713c5/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ab/08078458ca6445c6ae8123e49d1713c5/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ab/08078458ca6445c6ae8123e49d1713c5/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ab/08078458ca6445c6ae8123e49d1713c5/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ab/08078458ca6445c6ae8123e49d1713c5/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2et%252F54741e6bcaf44d638e0230c31d4fba99%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2et/54741e6bcaf44d638e0230c31d4fba99/images/large/4.jpg not downloaded yet
2026-03-26 22:48:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/0380973a4a8c4fac9683d9829c7a5040/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ab/08078458ca6445c6ae8123e49d1713c5/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2et%252F54741e6bcaf44d638e0230c31d4fba99%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2et/54741e6bcaf44d638e0230c31d4fba99/images/large/5.jpg not downloaded yet
2026-03-26 22:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2et%252F54741e6bcaf44d638e0230c31d4fba99%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2et/54741e6bcaf44d638e0230c31d4fba99/images/large/6.jpg not downloaded yet
2026-03-26 22:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2et%252F54741e6bcaf44d638e0230c31d4fba99%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2et/54741e6bcaf44d638e0230c31d4fba99/images/large/7.jpg not downloaded yet
2026-03-26 22:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2et%252F54741e6bcaf44d638e0230c31d4fba99%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2et/54741e6bcaf44d638e0230c31d4fba99/images/large/8.jpg not downloaded yet
2026-03-26 22:48:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7648050>
2026-03-26 22:48:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f23e36f3-99cf-5de1-97ea-022894fd7d70/f23e36f3-99cf-5de1-97ea-022894fd7d70_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F08078458ca6445c6ae8123e49d1713c5%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/08078458ca6445c6ae8123e49d1713c5/images/large/6.jpg saved to cache
2026-03-26 22:48:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item f23e36f3-99cf-5de1-97ea-022894fd7d70
2026-03-26 22:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2et%252F54741e6bcaf44d638e0230c31d4fba99%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2et/54741e6bcaf44d638e0230c31d4fba99/images/large/9.jpg not downloaded yet
2026-03-26 22:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2et%252F54741e6bcaf44d638e0230c31d4fba99%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2et/54741e6bcaf44d638e0230c31d4fba99/images/large/10.jpg not downloaded yet
2026-03-26 22:48:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7573390>
2026-03-26 22:48:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f23e36f3-99cf-5de1-97ea-022894fd7d70/f23e36f3-99cf-5de1-97ea-022894fd7d70_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:48:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F08078458ca6445c6ae8123e49d1713c5%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/08078458ca6445c6ae8123e49d1713c5/images/large/7.jpg saved to cache
2026-03-26 22:48:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item f23e36f3-99cf-5de1-97ea-022894fd7d70
2026-03-26 22:48:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74a7fd0>
2026-03-26 22:48:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f23e36f3-99cf-5de1-97ea-022894fd7d70/f23e36f3-99cf-5de1-97ea-022894fd7d70_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:48:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F08078458ca6445c6ae8123e49d1713c5%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/08078458ca6445c6ae8123e49d1713c5/images/large/9.jpg saved to cache
2026-03-26 22:48:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item f23e36f3-99cf-5de1-97ea-022894fd7d70
2026-03-26 22:48:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74a4050>
2026-03-26 22:48:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f23e36f3-99cf-5de1-97ea-022894fd7d70/f23e36f3-99cf-5de1-97ea-022894fd7d70_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:48:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F08078458ca6445c6ae8123e49d1713c5%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/08078458ca6445c6ae8123e49d1713c5/images/large/5.jpg saved to cache
2026-03-26 22:48:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item f23e36f3-99cf-5de1-97ea-022894fd7d70
2026-03-26 22:48:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7475710>
2026-03-26 22:48:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f23e36f3-99cf-5de1-97ea-022894fd7d70/f23e36f3-99cf-5de1-97ea-022894fd7d70_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:48:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F08078458ca6445c6ae8123e49d1713c5%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/08078458ca6445c6ae8123e49d1713c5/images/large/10.jpg saved to cache
2026-03-26 22:48:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item f23e36f3-99cf-5de1-97ea-022894fd7d70
2026-03-26 22:48:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cbde50>
2026-03-26 22:48:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f23e36f3-99cf-5de1-97ea-022894fd7d70/f23e36f3-99cf-5de1-97ea-022894fd7d70_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:48:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F08078458ca6445c6ae8123e49d1713c5%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/08078458ca6445c6ae8123e49d1713c5/images/large/8.jpg saved to cache
2026-03-26 22:48:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item f23e36f3-99cf-5de1-97ea-022894fd7d70
2026-03-26 22:48:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c5f950>
2026-03-26 22:48:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c5aced6b-d46f-5dc2-a6cd-9bb903a1397d/c5aced6b-d46f-5dc2-a6cd-9bb903a1397d_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:48:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F0380973a4a8c4fac9683d9829c7a5040%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/0380973a4a8c4fac9683d9829c7a5040/images/large/1.jpg saved to cache
2026-03-26 22:48:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item c5aced6b-d46f-5dc2-a6cd-9bb903a1397d
2026-03-26 22:48:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7474f10>
2026-03-26 22:48:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f23e36f3-99cf-5de1-97ea-022894fd7d70/f23e36f3-99cf-5de1-97ea-022894fd7d70_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:48:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F08078458ca6445c6ae8123e49d1713c5%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/08078458ca6445c6ae8123e49d1713c5/images/large/4.jpg saved to cache
2026-03-26 22:48:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item f23e36f3-99cf-5de1-97ea-022894fd7d70
2026-03-26 22:48:10 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f23e36f3-99cf-5de1-97ea-022894fd7d70, skipping ID generation
2026-03-26 22:48:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f23e36f3-99cf-5de1-97ea-022894fd7d70 with scrape type 1
2026-03-26 22:48:10 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f23e36f3-99cf-5de1-97ea-022894fd7d70 sending to next pipeline
2026-03-26 22:48:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: f23e36f3-99cf-5de1-97ea-022894fd7d70, identifier: 1986122
2026-03-26 22:48:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: f23e36f3-99cf-5de1-97ea-022894fd7d70 with identifier: 1986122
2026-03-26 22:48:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: f23e36f3-99cf-5de1-97ea-022894fd7d70 with identifier: 1986122
2026-03-26 22:48:10 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: f23e36f3-99cf-5de1-97ea-022894fd7d70 with identifier: 1986122 to the API
2026-03-26 22:48:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:48:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:48:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2ab/08078458ca6445c6ae8123e49d1713c5/images/large/4.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'petrol',
'id': 'f23e36f3-99cf-5de1-97ea-022894fd7d70',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '5 SERIES BERLINE',
'odometer': 144677,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 15,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f23e36f3-99cf-5de1-97ea-022894fd7d70/f23e36f3-99cf-5de1-97ea-022894fd7d70_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 608079,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ab/08078458ca6445c6ae8123e49d1713c5/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f23e36f3-99cf-5de1-97ea-022894fd7d70/f23e36f3-99cf-5de1-97ea-022894fd7d70_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 632418,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ab/08078458ca6445c6ae8123e49d1713c5/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f23e36f3-99cf-5de1-97ea-022894fd7d70/f23e36f3-99cf-5de1-97ea-022894fd7d70_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 613201,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ab/08078458ca6445c6ae8123e49d1713c5/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f23e36f3-99cf-5de1-97ea-022894fd7d70/f23e36f3-99cf-5de1-97ea-022894fd7d70_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 655540,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ab/08078458ca6445c6ae8123e49d1713c5/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f23e36f3-99cf-5de1-97ea-022894fd7d70/f23e36f3-99cf-5de1-97ea-022894fd7d70_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 553372,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ab/08078458ca6445c6ae8123e49d1713c5/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f23e36f3-99cf-5de1-97ea-022894fd7d70/f23e36f3-99cf-5de1-97ea-022894fd7d70_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 585672,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ab/08078458ca6445c6ae8123e49d1713c5/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f23e36f3-99cf-5de1-97ea-022894fd7d70/f23e36f3-99cf-5de1-97ea-022894fd7d70_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 623760,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ab/08078458ca6445c6ae8123e49d1713c5/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f23e36f3-99cf-5de1-97ea-022894fd7d70/f23e36f3-99cf-5de1-97ea-022894fd7d70_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 645738,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ab/08078458ca6445c6ae8123e49d1713c5/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f23e36f3-99cf-5de1-97ea-022894fd7d70/f23e36f3-99cf-5de1-97ea-022894fd7d70_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 569885,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ab/08078458ca6445c6ae8123e49d1713c5/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f23e36f3-99cf-5de1-97ea-022894fd7d70/f23e36f3-99cf-5de1-97ea-022894fd7d70_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 534078,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ab/08078458ca6445c6ae8123e49d1713c5/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-11',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 5 SERIES BERLINE 2.0 530E 170KW AUTO',
'transmission': 'automatic',
'trim': '2.0 530E 170KW AUTO',
'vin': None,
'year': 2021}
2026-03-26 22:48:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986122%27 HTTP/1.1" 200 None
2026-03-26 22:48:10 [ayvens.be] INFO: Saving data for 1986122: {'created_time': 1774565290.957745, 'last_price_update_time': 1774565290.957755, 'auction_closing_time': 1775028600.0}
2026-03-26 22:48:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986122') HTTP/1.1" 204 0
2026-03-26 22:48:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/0380973a4a8c4fac9683d9829c7a5040/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:10 [ayvens.be] INFO: Found listing with ID: 1986125
2026-03-26 22:48:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986125%27 HTTP/1.1" 200 None
2026-03-26 22:48:10 [ayvens.be] INFO: Scrape type for 1986125: 1
2026-03-26 22:48:10 [ayvens.be] INFO: Extracting data for car ID: 1986125
2026-03-26 22:48:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 627821ca-29b1-5fd9-bb5c-154f2a67d644 with identifier: 1986125
2026-03-26 22:48:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 627821ca-29b1-5fd9-bb5c-154f2a67d644 with scrape type 1
2026-03-26 22:48:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 627821ca-29b1-5fd9-bb5c-154f2a67d644
2026-03-26 22:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cv%252F1cc5f6dea6384b9a96afbbf4da863a38%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cv/1cc5f6dea6384b9a96afbbf4da863a38/images/large/1.jpg not downloaded yet
2026-03-26 22:48:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/0380973a4a8c4fac9683d9829c7a5040/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/0380973a4a8c4fac9683d9829c7a5040/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cv%252F1cc5f6dea6384b9a96afbbf4da863a38%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cv/1cc5f6dea6384b9a96afbbf4da863a38/images/large/2.jpg not downloaded yet
2026-03-26 22:48:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/0380973a4a8c4fac9683d9829c7a5040/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/0380973a4a8c4fac9683d9829c7a5040/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/0380973a4a8c4fac9683d9829c7a5040/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/0380973a4a8c4fac9683d9829c7a5040/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cv%252F1cc5f6dea6384b9a96afbbf4da863a38%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cv/1cc5f6dea6384b9a96afbbf4da863a38/images/large/3.jpg not downloaded yet
2026-03-26 22:48:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/0380973a4a8c4fac9683d9829c7a5040/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cv%252F1cc5f6dea6384b9a96afbbf4da863a38%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cv/1cc5f6dea6384b9a96afbbf4da863a38/images/large/4.jpg not downloaded yet
2026-03-26 22:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cv%252F1cc5f6dea6384b9a96afbbf4da863a38%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cv/1cc5f6dea6384b9a96afbbf4da863a38/images/large/5.jpg not downloaded yet
2026-03-26 22:48:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76ed110>
2026-03-26 22:48:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c5aced6b-d46f-5dc2-a6cd-9bb903a1397d/c5aced6b-d46f-5dc2-a6cd-9bb903a1397d_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F0380973a4a8c4fac9683d9829c7a5040%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/0380973a4a8c4fac9683d9829c7a5040/images/large/9.jpg saved to cache
2026-03-26 22:48:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item c5aced6b-d46f-5dc2-a6cd-9bb903a1397d
2026-03-26 22:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cv%252F1cc5f6dea6384b9a96afbbf4da863a38%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cv/1cc5f6dea6384b9a96afbbf4da863a38/images/large/6.jpg not downloaded yet
2026-03-26 22:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cv%252F1cc5f6dea6384b9a96afbbf4da863a38%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cv/1cc5f6dea6384b9a96afbbf4da863a38/images/large/7.jpg not downloaded yet
2026-03-26 22:48:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2et/54741e6bcaf44d638e0230c31d4fba99/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2et/54741e6bcaf44d638e0230c31d4fba99/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cv%252F1cc5f6dea6384b9a96afbbf4da863a38%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cv/1cc5f6dea6384b9a96afbbf4da863a38/images/large/8.jpg not downloaded yet
2026-03-26 22:48:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74a5bd0>
2026-03-26 22:48:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c5aced6b-d46f-5dc2-a6cd-9bb903a1397d/c5aced6b-d46f-5dc2-a6cd-9bb903a1397d_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F0380973a4a8c4fac9683d9829c7a5040%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/0380973a4a8c4fac9683d9829c7a5040/images/large/6.jpg saved to cache
2026-03-26 22:48:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item c5aced6b-d46f-5dc2-a6cd-9bb903a1397d
2026-03-26 22:48:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7438410>
2026-03-26 22:48:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c5aced6b-d46f-5dc2-a6cd-9bb903a1397d/c5aced6b-d46f-5dc2-a6cd-9bb903a1397d_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F0380973a4a8c4fac9683d9829c7a5040%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/0380973a4a8c4fac9683d9829c7a5040/images/large/2.jpg saved to cache
2026-03-26 22:48:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item c5aced6b-d46f-5dc2-a6cd-9bb903a1397d
2026-03-26 22:48:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7aa1b90>
2026-03-26 22:48:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c5aced6b-d46f-5dc2-a6cd-9bb903a1397d/c5aced6b-d46f-5dc2-a6cd-9bb903a1397d_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F0380973a4a8c4fac9683d9829c7a5040%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/0380973a4a8c4fac9683d9829c7a5040/images/large/3.jpg saved to cache
2026-03-26 22:48:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item c5aced6b-d46f-5dc2-a6cd-9bb903a1397d
2026-03-26 22:48:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cbcc10>
2026-03-26 22:48:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c5aced6b-d46f-5dc2-a6cd-9bb903a1397d/c5aced6b-d46f-5dc2-a6cd-9bb903a1397d_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F0380973a4a8c4fac9683d9829c7a5040%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/0380973a4a8c4fac9683d9829c7a5040/images/large/5.jpg saved to cache
2026-03-26 22:48:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item c5aced6b-d46f-5dc2-a6cd-9bb903a1397d
2026-03-26 22:48:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7438550>
2026-03-26 22:48:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c5aced6b-d46f-5dc2-a6cd-9bb903a1397d/c5aced6b-d46f-5dc2-a6cd-9bb903a1397d_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F0380973a4a8c4fac9683d9829c7a5040%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/0380973a4a8c4fac9683d9829c7a5040/images/large/7.jpg saved to cache
2026-03-26 22:48:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item c5aced6b-d46f-5dc2-a6cd-9bb903a1397d
2026-03-26 22:48:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c5fcd0>
2026-03-26 22:48:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c5aced6b-d46f-5dc2-a6cd-9bb903a1397d/c5aced6b-d46f-5dc2-a6cd-9bb903a1397d_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F0380973a4a8c4fac9683d9829c7a5040%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/0380973a4a8c4fac9683d9829c7a5040/images/large/4.jpg saved to cache
2026-03-26 22:48:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item c5aced6b-d46f-5dc2-a6cd-9bb903a1397d
2026-03-26 22:48:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd0d0f50>
2026-03-26 22:48:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c5aced6b-d46f-5dc2-a6cd-9bb903a1397d/c5aced6b-d46f-5dc2-a6cd-9bb903a1397d_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F0380973a4a8c4fac9683d9829c7a5040%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/0380973a4a8c4fac9683d9829c7a5040/images/large/8.jpg saved to cache
2026-03-26 22:48:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item c5aced6b-d46f-5dc2-a6cd-9bb903a1397d
2026-03-26 22:48:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2et/54741e6bcaf44d638e0230c31d4fba99/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2et/54741e6bcaf44d638e0230c31d4fba99/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2et/54741e6bcaf44d638e0230c31d4fba99/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/0380973a4a8c4fac9683d9829c7a5040/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2et/54741e6bcaf44d638e0230c31d4fba99/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cv%252F1cc5f6dea6384b9a96afbbf4da863a38%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cv/1cc5f6dea6384b9a96afbbf4da863a38/images/large/9.jpg not downloaded yet
2026-03-26 22:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cv%252F1cc5f6dea6384b9a96afbbf4da863a38%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cv/1cc5f6dea6384b9a96afbbf4da863a38/images/large/10.jpg not downloaded yet
2026-03-26 22:48:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79d5290>
2026-03-26 22:48:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e8a013bd-22c1-5c6d-bce6-42fd909ba0f5/e8a013bd-22c1-5c6d-bce6-42fd909ba0f5_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:48:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2et%252F54741e6bcaf44d638e0230c31d4fba99%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2et/54741e6bcaf44d638e0230c31d4fba99/images/large/9.jpg saved to cache
2026-03-26 22:48:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item e8a013bd-22c1-5c6d-bce6-42fd909ba0f5
2026-03-26 22:48:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b75a4650>
2026-03-26 22:48:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e8a013bd-22c1-5c6d-bce6-42fd909ba0f5/e8a013bd-22c1-5c6d-bce6-42fd909ba0f5_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:48:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2et%252F54741e6bcaf44d638e0230c31d4fba99%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2et/54741e6bcaf44d638e0230c31d4fba99/images/large/6.jpg saved to cache
2026-03-26 22:48:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item e8a013bd-22c1-5c6d-bce6-42fd909ba0f5
2026-03-26 22:48:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2et/54741e6bcaf44d638e0230c31d4fba99/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:12 [ayvens.be] INFO: Found listing with ID: 1986126
2026-03-26 22:48:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986126%27 HTTP/1.1" 200 None
2026-03-26 22:48:12 [ayvens.be] INFO: Scrape type for 1986126: 1
2026-03-26 22:48:12 [ayvens.be] INFO: Extracting data for car ID: 1986126
2026-03-26 22:48:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9a58a0a4-49a0-521b-ae92-ee9919a76463 with identifier: 1986126
2026-03-26 22:48:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a58a0a4-49a0-521b-ae92-ee9919a76463 with scrape type 1
2026-03-26 22:48:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 9a58a0a4-49a0-521b-ae92-ee9919a76463
2026-03-26 22:48:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2aw%252Fb0d62c15ffa743549d37a36b235079de%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2aw/b0d62c15ffa743549d37a36b235079de/images/large/1.jpg not downloaded yet
2026-03-26 22:48:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2aw%252Fb0d62c15ffa743549d37a36b235079de%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2aw/b0d62c15ffa743549d37a36b235079de/images/large/2.jpg not downloaded yet
2026-03-26 22:48:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2et/54741e6bcaf44d638e0230c31d4fba99/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cv/1cc5f6dea6384b9a96afbbf4da863a38/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cv/1cc5f6dea6384b9a96afbbf4da863a38/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cv/1cc5f6dea6384b9a96afbbf4da863a38/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2aw%252Fb0d62c15ffa743549d37a36b235079de%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2aw/b0d62c15ffa743549d37a36b235079de/images/large/3.jpg not downloaded yet
2026-03-26 22:48:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74091d0>
2026-03-26 22:48:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e8a013bd-22c1-5c6d-bce6-42fd909ba0f5/e8a013bd-22c1-5c6d-bce6-42fd909ba0f5_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:48:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2et%252F54741e6bcaf44d638e0230c31d4fba99%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2et/54741e6bcaf44d638e0230c31d4fba99/images/large/2.jpg saved to cache
2026-03-26 22:48:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item e8a013bd-22c1-5c6d-bce6-42fd909ba0f5
2026-03-26 22:48:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7726350>
2026-03-26 22:48:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e8a013bd-22c1-5c6d-bce6-42fd909ba0f5/e8a013bd-22c1-5c6d-bce6-42fd909ba0f5_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:48:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2et%252F54741e6bcaf44d638e0230c31d4fba99%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2et/54741e6bcaf44d638e0230c31d4fba99/images/large/1.jpg saved to cache
2026-03-26 22:48:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item e8a013bd-22c1-5c6d-bce6-42fd909ba0f5
2026-03-26 22:48:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77737d0>
2026-03-26 22:48:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e8a013bd-22c1-5c6d-bce6-42fd909ba0f5/e8a013bd-22c1-5c6d-bce6-42fd909ba0f5_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:48:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2et%252F54741e6bcaf44d638e0230c31d4fba99%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2et/54741e6bcaf44d638e0230c31d4fba99/images/large/7.jpg saved to cache
2026-03-26 22:48:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item e8a013bd-22c1-5c6d-bce6-42fd909ba0f5
2026-03-26 22:48:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e17590>
2026-03-26 22:48:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c5aced6b-d46f-5dc2-a6cd-9bb903a1397d/c5aced6b-d46f-5dc2-a6cd-9bb903a1397d_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:48:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F0380973a4a8c4fac9683d9829c7a5040%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/0380973a4a8c4fac9683d9829c7a5040/images/large/10.jpg saved to cache
2026-03-26 22:48:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item c5aced6b-d46f-5dc2-a6cd-9bb903a1397d
2026-03-26 22:48:12 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c5aced6b-d46f-5dc2-a6cd-9bb903a1397d, skipping ID generation
2026-03-26 22:48:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c5aced6b-d46f-5dc2-a6cd-9bb903a1397d with scrape type 1
2026-03-26 22:48:12 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c5aced6b-d46f-5dc2-a6cd-9bb903a1397d sending to next pipeline
2026-03-26 22:48:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: c5aced6b-d46f-5dc2-a6cd-9bb903a1397d, identifier: 1986123
2026-03-26 22:48:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b764ae90>
2026-03-26 22:48:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e8a013bd-22c1-5c6d-bce6-42fd909ba0f5/e8a013bd-22c1-5c6d-bce6-42fd909ba0f5_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:48:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2et%252F54741e6bcaf44d638e0230c31d4fba99%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2et/54741e6bcaf44d638e0230c31d4fba99/images/large/8.jpg saved to cache
2026-03-26 22:48:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item e8a013bd-22c1-5c6d-bce6-42fd909ba0f5
2026-03-26 22:48:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: c5aced6b-d46f-5dc2-a6cd-9bb903a1397d with identifier: 1986123
2026-03-26 22:48:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: c5aced6b-d46f-5dc2-a6cd-9bb903a1397d with identifier: 1986123
2026-03-26 22:48:12 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: c5aced6b-d46f-5dc2-a6cd-9bb903a1397d with identifier: 1986123 to the API
2026-03-26 22:48:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:48:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:48:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bs/0380973a4a8c4fac9683d9829c7a5040/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'petrol',
'id': 'c5aced6b-d46f-5dc2-a6cd-9bb903a1397d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'TOYOTA',
'model': 'YARIS CROSS',
'odometer': 69353,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 14,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c5aced6b-d46f-5dc2-a6cd-9bb903a1397d/c5aced6b-d46f-5dc2-a6cd-9bb903a1397d_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 670406,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/0380973a4a8c4fac9683d9829c7a5040/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c5aced6b-d46f-5dc2-a6cd-9bb903a1397d/c5aced6b-d46f-5dc2-a6cd-9bb903a1397d_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 547446,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/0380973a4a8c4fac9683d9829c7a5040/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c5aced6b-d46f-5dc2-a6cd-9bb903a1397d/c5aced6b-d46f-5dc2-a6cd-9bb903a1397d_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 609568,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/0380973a4a8c4fac9683d9829c7a5040/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c5aced6b-d46f-5dc2-a6cd-9bb903a1397d/c5aced6b-d46f-5dc2-a6cd-9bb903a1397d_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 584578,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/0380973a4a8c4fac9683d9829c7a5040/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c5aced6b-d46f-5dc2-a6cd-9bb903a1397d/c5aced6b-d46f-5dc2-a6cd-9bb903a1397d_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 499181,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/0380973a4a8c4fac9683d9829c7a5040/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c5aced6b-d46f-5dc2-a6cd-9bb903a1397d/c5aced6b-d46f-5dc2-a6cd-9bb903a1397d_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 383187,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/0380973a4a8c4fac9683d9829c7a5040/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c5aced6b-d46f-5dc2-a6cd-9bb903a1397d/c5aced6b-d46f-5dc2-a6cd-9bb903a1397d_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 491240,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/0380973a4a8c4fac9683d9829c7a5040/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c5aced6b-d46f-5dc2-a6cd-9bb903a1397d/c5aced6b-d46f-5dc2-a6cd-9bb903a1397d_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 406765,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/0380973a4a8c4fac9683d9829c7a5040/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c5aced6b-d46f-5dc2-a6cd-9bb903a1397d/c5aced6b-d46f-5dc2-a6cd-9bb903a1397d_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 354549,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/0380973a4a8c4fac9683d9829c7a5040/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c5aced6b-d46f-5dc2-a6cd-9bb903a1397d/c5aced6b-d46f-5dc2-a6cd-9bb903a1397d_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 316613,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/0380973a4a8c4fac9683d9829c7a5040/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-10',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA YARIS CROSS 1.5 VVT-IE HEV DYNAMIC PLUS CVT',
'transmission': 'automatic',
'trim': '1.5 VVT-IE HEV DYNAMIC PLUS CVT',
'vin': None,
'year': 2022}
2026-03-26 22:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986123%27 HTTP/1.1" 200 None
2026-03-26 22:48:13 [ayvens.be] INFO: Saving data for 1986123: {'created_time': 1774565293.135142, 'last_price_update_time': 1774565293.135152, 'auction_closing_time': 1775028600.0}
2026-03-26 22:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986123') HTTP/1.1" 204 0
2026-03-26 22:48:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2et/54741e6bcaf44d638e0230c31d4fba99/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2aw%252Fb0d62c15ffa743549d37a36b235079de%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2aw/b0d62c15ffa743549d37a36b235079de/images/large/4.jpg not downloaded yet
2026-03-26 22:48:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cv/1cc5f6dea6384b9a96afbbf4da863a38/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2aw%252Fb0d62c15ffa743549d37a36b235079de%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2aw/b0d62c15ffa743549d37a36b235079de/images/large/5.jpg not downloaded yet
2026-03-26 22:48:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2et/54741e6bcaf44d638e0230c31d4fba99/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b746dcd0>
2026-03-26 22:48:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e8a013bd-22c1-5c6d-bce6-42fd909ba0f5/e8a013bd-22c1-5c6d-bce6-42fd909ba0f5_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2et%252F54741e6bcaf44d638e0230c31d4fba99%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2et/54741e6bcaf44d638e0230c31d4fba99/images/large/5.jpg saved to cache
2026-03-26 22:48:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item e8a013bd-22c1-5c6d-bce6-42fd909ba0f5
2026-03-26 22:48:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b764b5d0>
2026-03-26 22:48:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e8a013bd-22c1-5c6d-bce6-42fd909ba0f5/e8a013bd-22c1-5c6d-bce6-42fd909ba0f5_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2et%252F54741e6bcaf44d638e0230c31d4fba99%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2et/54741e6bcaf44d638e0230c31d4fba99/images/large/10.jpg saved to cache
2026-03-26 22:48:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item e8a013bd-22c1-5c6d-bce6-42fd909ba0f5
2026-03-26 22:48:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c776d0>
2026-03-26 22:48:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_627821ca-29b1-5fd9-bb5c-154f2a67d644/627821ca-29b1-5fd9-bb5c-154f2a67d644_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cv%252F1cc5f6dea6384b9a96afbbf4da863a38%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cv/1cc5f6dea6384b9a96afbbf4da863a38/images/large/3.jpg saved to cache
2026-03-26 22:48:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 627821ca-29b1-5fd9-bb5c-154f2a67d644
2026-03-26 22:48:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e14050>
2026-03-26 22:48:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_627821ca-29b1-5fd9-bb5c-154f2a67d644/627821ca-29b1-5fd9-bb5c-154f2a67d644_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cv%252F1cc5f6dea6384b9a96afbbf4da863a38%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cv/1cc5f6dea6384b9a96afbbf4da863a38/images/large/2.jpg saved to cache
2026-03-26 22:48:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 627821ca-29b1-5fd9-bb5c-154f2a67d644
2026-03-26 22:48:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c75690>
2026-03-26 22:48:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_627821ca-29b1-5fd9-bb5c-154f2a67d644/627821ca-29b1-5fd9-bb5c-154f2a67d644_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cv%252F1cc5f6dea6384b9a96afbbf4da863a38%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cv/1cc5f6dea6384b9a96afbbf4da863a38/images/large/4.jpg saved to cache
2026-03-26 22:48:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 627821ca-29b1-5fd9-bb5c-154f2a67d644
2026-03-26 22:48:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cv/1cc5f6dea6384b9a96afbbf4da863a38/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cv/1cc5f6dea6384b9a96afbbf4da863a38/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cv/1cc5f6dea6384b9a96afbbf4da863a38/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cv/1cc5f6dea6384b9a96afbbf4da863a38/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2aw%252Fb0d62c15ffa743549d37a36b235079de%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2aw/b0d62c15ffa743549d37a36b235079de/images/large/6.jpg not downloaded yet
2026-03-26 22:48:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cv/1cc5f6dea6384b9a96afbbf4da863a38/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2aw%252Fb0d62c15ffa743549d37a36b235079de%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2aw/b0d62c15ffa743549d37a36b235079de/images/large/7.jpg not downloaded yet
2026-03-26 22:48:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cv/1cc5f6dea6384b9a96afbbf4da863a38/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b727ced0>
2026-03-26 22:48:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e8a013bd-22c1-5c6d-bce6-42fd909ba0f5/e8a013bd-22c1-5c6d-bce6-42fd909ba0f5_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2et%252F54741e6bcaf44d638e0230c31d4fba99%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2et/54741e6bcaf44d638e0230c31d4fba99/images/large/3.jpg saved to cache
2026-03-26 22:48:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item e8a013bd-22c1-5c6d-bce6-42fd909ba0f5
2026-03-26 22:48:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7773310>
2026-03-26 22:48:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_627821ca-29b1-5fd9-bb5c-154f2a67d644/627821ca-29b1-5fd9-bb5c-154f2a67d644_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cv%252F1cc5f6dea6384b9a96afbbf4da863a38%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cv/1cc5f6dea6384b9a96afbbf4da863a38/images/large/1.jpg saved to cache
2026-03-26 22:48:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 627821ca-29b1-5fd9-bb5c-154f2a67d644
2026-03-26 22:48:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7877cd0>
2026-03-26 22:48:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e8a013bd-22c1-5c6d-bce6-42fd909ba0f5/e8a013bd-22c1-5c6d-bce6-42fd909ba0f5_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2et%252F54741e6bcaf44d638e0230c31d4fba99%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2et/54741e6bcaf44d638e0230c31d4fba99/images/large/4.jpg saved to cache
2026-03-26 22:48:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item e8a013bd-22c1-5c6d-bce6-42fd909ba0f5
2026-03-26 22:48:13 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e8a013bd-22c1-5c6d-bce6-42fd909ba0f5, skipping ID generation
2026-03-26 22:48:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e8a013bd-22c1-5c6d-bce6-42fd909ba0f5 with scrape type 1
2026-03-26 22:48:13 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e8a013bd-22c1-5c6d-bce6-42fd909ba0f5 sending to next pipeline
2026-03-26 22:48:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: e8a013bd-22c1-5c6d-bce6-42fd909ba0f5, identifier: 1986124
2026-03-26 22:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2aw%252Fb0d62c15ffa743549d37a36b235079de%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2aw/b0d62c15ffa743549d37a36b235079de/images/large/8.jpg not downloaded yet
2026-03-26 22:48:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: e8a013bd-22c1-5c6d-bce6-42fd909ba0f5 with identifier: 1986124
2026-03-26 22:48:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: e8a013bd-22c1-5c6d-bce6-42fd909ba0f5 with identifier: 1986124
2026-03-26 22:48:13 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: e8a013bd-22c1-5c6d-bce6-42fd909ba0f5 with identifier: 1986124 to the API
2026-03-26 22:48:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:48:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:48:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2et/54741e6bcaf44d638e0230c31d4fba99/images/large/4.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'electric',
'id': 'e8a013bd-22c1-5c6d-bce6-42fd909ba0f5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '308',
'odometer': 26637,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 15,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e8a013bd-22c1-5c6d-bce6-42fd909ba0f5/e8a013bd-22c1-5c6d-bce6-42fd909ba0f5_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 374439,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2et/54741e6bcaf44d638e0230c31d4fba99/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e8a013bd-22c1-5c6d-bce6-42fd909ba0f5/e8a013bd-22c1-5c6d-bce6-42fd909ba0f5_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 371179,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2et/54741e6bcaf44d638e0230c31d4fba99/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e8a013bd-22c1-5c6d-bce6-42fd909ba0f5/e8a013bd-22c1-5c6d-bce6-42fd909ba0f5_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 362988,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2et/54741e6bcaf44d638e0230c31d4fba99/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e8a013bd-22c1-5c6d-bce6-42fd909ba0f5/e8a013bd-22c1-5c6d-bce6-42fd909ba0f5_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 361887,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2et/54741e6bcaf44d638e0230c31d4fba99/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e8a013bd-22c1-5c6d-bce6-42fd909ba0f5/e8a013bd-22c1-5c6d-bce6-42fd909ba0f5_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 289210,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2et/54741e6bcaf44d638e0230c31d4fba99/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e8a013bd-22c1-5c6d-bce6-42fd909ba0f5/e8a013bd-22c1-5c6d-bce6-42fd909ba0f5_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 199046,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2et/54741e6bcaf44d638e0230c31d4fba99/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e8a013bd-22c1-5c6d-bce6-42fd909ba0f5/e8a013bd-22c1-5c6d-bce6-42fd909ba0f5_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 304869,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2et/54741e6bcaf44d638e0230c31d4fba99/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e8a013bd-22c1-5c6d-bce6-42fd909ba0f5/e8a013bd-22c1-5c6d-bce6-42fd909ba0f5_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 359026,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2et/54741e6bcaf44d638e0230c31d4fba99/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e8a013bd-22c1-5c6d-bce6-42fd909ba0f5/e8a013bd-22c1-5c6d-bce6-42fd909ba0f5_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 308795,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2et/54741e6bcaf44d638e0230c31d4fba99/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e8a013bd-22c1-5c6d-bce6-42fd909ba0f5/e8a013bd-22c1-5c6d-bce6-42fd909ba0f5_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 232326,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2et/54741e6bcaf44d638e0230c31d4fba99/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-29',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 308 BEV 51KWH ELECTRIQUE E-308 AUTO GT',
'transmission': 'automatic',
'trim': 'BEV 51KWH ELECTRIQUE E-308 AUTO GT',
'vin': None,
'year': 2024}
2026-03-26 22:48:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986124%27 HTTP/1.1" 200 None
2026-03-26 22:48:14 [ayvens.be] INFO: Saving data for 1986124: {'created_time': 1774565294.234558, 'last_price_update_time': 1774565294.234566, 'auction_closing_time': 1775028600.0}
2026-03-26 22:48:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986124') HTTP/1.1" 204 0
2026-03-26 22:48:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2aw%252Fb0d62c15ffa743549d37a36b235079de%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2aw/b0d62c15ffa743549d37a36b235079de/images/large/9.jpg not downloaded yet
2026-03-26 22:48:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b768b950>
2026-03-26 22:48:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_627821ca-29b1-5fd9-bb5c-154f2a67d644/627821ca-29b1-5fd9-bb5c-154f2a67d644_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:48:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cv%252F1cc5f6dea6384b9a96afbbf4da863a38%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cv/1cc5f6dea6384b9a96afbbf4da863a38/images/large/5.jpg saved to cache
2026-03-26 22:48:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 627821ca-29b1-5fd9-bb5c-154f2a67d644
2026-03-26 22:48:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7565c90>
2026-03-26 22:48:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_627821ca-29b1-5fd9-bb5c-154f2a67d644/627821ca-29b1-5fd9-bb5c-154f2a67d644_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:48:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cv%252F1cc5f6dea6384b9a96afbbf4da863a38%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cv/1cc5f6dea6384b9a96afbbf4da863a38/images/large/8.jpg saved to cache
2026-03-26 22:48:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 627821ca-29b1-5fd9-bb5c-154f2a67d644
2026-03-26 22:48:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7565510>
2026-03-26 22:48:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_627821ca-29b1-5fd9-bb5c-154f2a67d644/627821ca-29b1-5fd9-bb5c-154f2a67d644_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:48:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cv%252F1cc5f6dea6384b9a96afbbf4da863a38%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cv/1cc5f6dea6384b9a96afbbf4da863a38/images/large/6.jpg saved to cache
2026-03-26 22:48:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 627821ca-29b1-5fd9-bb5c-154f2a67d644
2026-03-26 22:48:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76e32d0>
2026-03-26 22:48:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_627821ca-29b1-5fd9-bb5c-154f2a67d644/627821ca-29b1-5fd9-bb5c-154f2a67d644_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:48:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cv%252F1cc5f6dea6384b9a96afbbf4da863a38%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cv/1cc5f6dea6384b9a96afbbf4da863a38/images/large/7.jpg saved to cache
2026-03-26 22:48:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 627821ca-29b1-5fd9-bb5c-154f2a67d644
2026-03-26 22:48:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b782ca50>
2026-03-26 22:48:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_627821ca-29b1-5fd9-bb5c-154f2a67d644/627821ca-29b1-5fd9-bb5c-154f2a67d644_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:48:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cv%252F1cc5f6dea6384b9a96afbbf4da863a38%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cv/1cc5f6dea6384b9a96afbbf4da863a38/images/large/9.jpg saved to cache
2026-03-26 22:48:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 627821ca-29b1-5fd9-bb5c-154f2a67d644
2026-03-26 22:48:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7567010>
2026-03-26 22:48:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_627821ca-29b1-5fd9-bb5c-154f2a67d644/627821ca-29b1-5fd9-bb5c-154f2a67d644_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:48:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cv%252F1cc5f6dea6384b9a96afbbf4da863a38%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cv/1cc5f6dea6384b9a96afbbf4da863a38/images/large/10.jpg saved to cache
2026-03-26 22:48:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 627821ca-29b1-5fd9-bb5c-154f2a67d644
2026-03-26 22:48:14 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 627821ca-29b1-5fd9-bb5c-154f2a67d644, skipping ID generation
2026-03-26 22:48:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 627821ca-29b1-5fd9-bb5c-154f2a67d644 with scrape type 1
2026-03-26 22:48:14 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 627821ca-29b1-5fd9-bb5c-154f2a67d644 sending to next pipeline
2026-03-26 22:48:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 627821ca-29b1-5fd9-bb5c-154f2a67d644, identifier: 1986125
2026-03-26 22:48:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 627821ca-29b1-5fd9-bb5c-154f2a67d644 with identifier: 1986125
2026-03-26 22:48:14 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 22:48:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-26 22:48:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 627821ca-29b1-5fd9-bb5c-154f2a67d644 with identifier: 1986125
2026-03-26 22:48:14 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 627821ca-29b1-5fd9-bb5c-154f2a67d644 with identifier: 1986125 to the API
2026-03-26 22:48:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:48:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:48:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2cv/1cc5f6dea6384b9a96afbbf4da863a38/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': 0,
'color': 'PEARL WHITE MULTI',
'currency': 'EUR',
'doors_number': 4,
'engine': '',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'electric',
'id': '627821ca-29b1-5fd9-bb5c-154f2a67d644',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'TESLA',
'model': 'MODEL 3',
'odometer': 89447,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 14,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_627821ca-29b1-5fd9-bb5c-154f2a67d644/627821ca-29b1-5fd9-bb5c-154f2a67d644_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 192602,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cv/1cc5f6dea6384b9a96afbbf4da863a38/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_627821ca-29b1-5fd9-bb5c-154f2a67d644/627821ca-29b1-5fd9-bb5c-154f2a67d644_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 176439,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cv/1cc5f6dea6384b9a96afbbf4da863a38/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_627821ca-29b1-5fd9-bb5c-154f2a67d644/627821ca-29b1-5fd9-bb5c-154f2a67d644_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 198398,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cv/1cc5f6dea6384b9a96afbbf4da863a38/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_627821ca-29b1-5fd9-bb5c-154f2a67d644/627821ca-29b1-5fd9-bb5c-154f2a67d644_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 194215,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cv/1cc5f6dea6384b9a96afbbf4da863a38/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_627821ca-29b1-5fd9-bb5c-154f2a67d644/627821ca-29b1-5fd9-bb5c-154f2a67d644_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 261764,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cv/1cc5f6dea6384b9a96afbbf4da863a38/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_627821ca-29b1-5fd9-bb5c-154f2a67d644/627821ca-29b1-5fd9-bb5c-154f2a67d644_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 240553,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cv/1cc5f6dea6384b9a96afbbf4da863a38/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_627821ca-29b1-5fd9-bb5c-154f2a67d644/627821ca-29b1-5fd9-bb5c-154f2a67d644_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 216131,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cv/1cc5f6dea6384b9a96afbbf4da863a38/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_627821ca-29b1-5fd9-bb5c-154f2a67d644/627821ca-29b1-5fd9-bb5c-154f2a67d644_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 239320,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cv/1cc5f6dea6384b9a96afbbf4da863a38/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_627821ca-29b1-5fd9-bb5c-154f2a67d644/627821ca-29b1-5fd9-bb5c-154f2a67d644_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 296968,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cv/1cc5f6dea6384b9a96afbbf4da863a38/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_627821ca-29b1-5fd9-bb5c-154f2a67d644/627821ca-29b1-5fd9-bb5c-154f2a67d644_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 192142,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cv/1cc5f6dea6384b9a96afbbf4da863a38/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-15',
'seats_number': 5,
'seller_name': None,
'title': 'TESLA MODEL 3 BEV 50KWH STANDARD RWD PLUS AUTO',
'transmission': 'automatic',
'trim': 'BEV 50KWH STANDARD RWD PLUS AUTO',
'vin': None,
'year': 2022}
2026-03-26 22:48:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986125%27 HTTP/1.1" 200 None
2026-03-26 22:48:14 [ayvens.be] INFO: Saving data for 1986125: {'created_time': 1774565294.975803, 'last_price_update_time': 1774565294.975814, 'auction_closing_time': 1775028600.0}
2026-03-26 22:48:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986125') HTTP/1.1" 204 0
2026-03-26 22:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2aw%252Fb0d62c15ffa743549d37a36b235079de%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2aw/b0d62c15ffa743549d37a36b235079de/images/large/10.jpg not downloaded yet
2026-03-26 22:48:15 [ayvens.be] INFO: Found listing with ID: 1986127
2026-03-26 22:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986127%27 HTTP/1.1" 200 None
2026-03-26 22:48:15 [ayvens.be] INFO: Scrape type for 1986127: 1
2026-03-26 22:48:15 [ayvens.be] INFO: Extracting data for car ID: 1986127
2026-03-26 22:48:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee0d89dd-63fb-5dfb-8528-680fc89783a4 with identifier: 1986127
2026-03-26 22:48:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee0d89dd-63fb-5dfb-8528-680fc89783a4 with scrape type 1
2026-03-26 22:48:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item ee0d89dd-63fb-5dfb-8528-680fc89783a4
2026-03-26 22:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xn%252Fd211ea10511442aa8477d6a5aa5c0c16%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xn/d211ea10511442aa8477d6a5aa5c0c16/images/large/1.jpg not downloaded yet
2026-03-26 22:48:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2aw/b0d62c15ffa743549d37a36b235079de/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xn%252Fd211ea10511442aa8477d6a5aa5c0c16%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xn/d211ea10511442aa8477d6a5aa5c0c16/images/large/2.jpg not downloaded yet
2026-03-26 22:48:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2aw/b0d62c15ffa743549d37a36b235079de/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2aw/b0d62c15ffa743549d37a36b235079de/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xn%252Fd211ea10511442aa8477d6a5aa5c0c16%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xn/d211ea10511442aa8477d6a5aa5c0c16/images/large/3.jpg not downloaded yet
2026-03-26 22:48:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2aw/b0d62c15ffa743549d37a36b235079de/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2aw/b0d62c15ffa743549d37a36b235079de/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xn%252Fd211ea10511442aa8477d6a5aa5c0c16%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xn/d211ea10511442aa8477d6a5aa5c0c16/images/large/4.jpg not downloaded yet
2026-03-26 22:48:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2aw/b0d62c15ffa743549d37a36b235079de/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2aw/b0d62c15ffa743549d37a36b235079de/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xn%252Fd211ea10511442aa8477d6a5aa5c0c16%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xn/d211ea10511442aa8477d6a5aa5c0c16/images/large/5.jpg not downloaded yet
2026-03-26 22:48:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7413d50>
2026-03-26 22:48:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9a58a0a4-49a0-521b-ae92-ee9919a76463/9a58a0a4-49a0-521b-ae92-ee9919a76463_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2aw%252Fb0d62c15ffa743549d37a36b235079de%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2aw/b0d62c15ffa743549d37a36b235079de/images/large/5.jpg saved to cache
2026-03-26 22:48:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 9a58a0a4-49a0-521b-ae92-ee9919a76463
2026-03-26 22:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xn%252Fd211ea10511442aa8477d6a5aa5c0c16%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xn/d211ea10511442aa8477d6a5aa5c0c16/images/large/6.jpg not downloaded yet
2026-03-26 22:48:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2aw/b0d62c15ffa743549d37a36b235079de/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xn%252Fd211ea10511442aa8477d6a5aa5c0c16%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xn/d211ea10511442aa8477d6a5aa5c0c16/images/large/7.jpg not downloaded yet
2026-03-26 22:48:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2aw/b0d62c15ffa743549d37a36b235079de/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b741e3d0>
2026-03-26 22:48:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9a58a0a4-49a0-521b-ae92-ee9919a76463/9a58a0a4-49a0-521b-ae92-ee9919a76463_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2aw%252Fb0d62c15ffa743549d37a36b235079de%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2aw/b0d62c15ffa743549d37a36b235079de/images/large/2.jpg saved to cache
2026-03-26 22:48:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 9a58a0a4-49a0-521b-ae92-ee9919a76463
2026-03-26 22:48:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79d67d0>
2026-03-26 22:48:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9a58a0a4-49a0-521b-ae92-ee9919a76463/9a58a0a4-49a0-521b-ae92-ee9919a76463_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2aw%252Fb0d62c15ffa743549d37a36b235079de%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2aw/b0d62c15ffa743549d37a36b235079de/images/large/1.jpg saved to cache
2026-03-26 22:48:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 9a58a0a4-49a0-521b-ae92-ee9919a76463
2026-03-26 22:48:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b768bad0>
2026-03-26 22:48:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9a58a0a4-49a0-521b-ae92-ee9919a76463/9a58a0a4-49a0-521b-ae92-ee9919a76463_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2aw%252Fb0d62c15ffa743549d37a36b235079de%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2aw/b0d62c15ffa743549d37a36b235079de/images/large/3.jpg saved to cache
2026-03-26 22:48:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 9a58a0a4-49a0-521b-ae92-ee9919a76463
2026-03-26 22:48:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7585490>
2026-03-26 22:48:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9a58a0a4-49a0-521b-ae92-ee9919a76463/9a58a0a4-49a0-521b-ae92-ee9919a76463_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2aw%252Fb0d62c15ffa743549d37a36b235079de%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2aw/b0d62c15ffa743549d37a36b235079de/images/large/4.jpg saved to cache
2026-03-26 22:48:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 9a58a0a4-49a0-521b-ae92-ee9919a76463
2026-03-26 22:48:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cc8ad0>
2026-03-26 22:48:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9a58a0a4-49a0-521b-ae92-ee9919a76463/9a58a0a4-49a0-521b-ae92-ee9919a76463_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2aw%252Fb0d62c15ffa743549d37a36b235079de%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2aw/b0d62c15ffa743549d37a36b235079de/images/large/6.jpg saved to cache
2026-03-26 22:48:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 9a58a0a4-49a0-521b-ae92-ee9919a76463
2026-03-26 22:48:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b768b8d0>
2026-03-26 22:48:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9a58a0a4-49a0-521b-ae92-ee9919a76463/9a58a0a4-49a0-521b-ae92-ee9919a76463_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2aw%252Fb0d62c15ffa743549d37a36b235079de%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2aw/b0d62c15ffa743549d37a36b235079de/images/large/7.jpg saved to cache
2026-03-26 22:48:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 9a58a0a4-49a0-521b-ae92-ee9919a76463
2026-03-26 22:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xn%252Fd211ea10511442aa8477d6a5aa5c0c16%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xn/d211ea10511442aa8477d6a5aa5c0c16/images/large/8.jpg not downloaded yet
2026-03-26 22:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xn%252Fd211ea10511442aa8477d6a5aa5c0c16%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xn/d211ea10511442aa8477d6a5aa5c0c16/images/large/9.jpg not downloaded yet
2026-03-26 22:48:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd0d2c10>
2026-03-26 22:48:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9a58a0a4-49a0-521b-ae92-ee9919a76463/9a58a0a4-49a0-521b-ae92-ee9919a76463_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2aw%252Fb0d62c15ffa743549d37a36b235079de%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2aw/b0d62c15ffa743549d37a36b235079de/images/large/8.jpg saved to cache
2026-03-26 22:48:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 9a58a0a4-49a0-521b-ae92-ee9919a76463
2026-03-26 22:48:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7475690>
2026-03-26 22:48:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9a58a0a4-49a0-521b-ae92-ee9919a76463/9a58a0a4-49a0-521b-ae92-ee9919a76463_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2aw%252Fb0d62c15ffa743549d37a36b235079de%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2aw/b0d62c15ffa743549d37a36b235079de/images/large/9.jpg saved to cache
2026-03-26 22:48:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 9a58a0a4-49a0-521b-ae92-ee9919a76463
2026-03-26 22:48:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2aw/b0d62c15ffa743549d37a36b235079de/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xn%252Fd211ea10511442aa8477d6a5aa5c0c16%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xn/d211ea10511442aa8477d6a5aa5c0c16/images/large/10.jpg not downloaded yet
2026-03-26 22:48:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xn/d211ea10511442aa8477d6a5aa5c0c16/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:16 [ayvens.be] INFO: Found listing with ID: 1986128
2026-03-26 22:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986128%27 HTTP/1.1" 200 None
2026-03-26 22:48:16 [ayvens.be] INFO: Scrape type for 1986128: 1
2026-03-26 22:48:16 [ayvens.be] INFO: Extracting data for car ID: 1986128
2026-03-26 22:48:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c954d54d-3795-5008-8a99-2f623d405a16 with identifier: 1986128
2026-03-26 22:48:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c954d54d-3795-5008-8a99-2f623d405a16 with scrape type 1
2026-03-26 22:48:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item c954d54d-3795-5008-8a99-2f623d405a16
2026-03-26 22:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yh%252Fe865581792604122b9f602c538dd2633%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yh/e865581792604122b9f602c538dd2633/images/large/1.jpg not downloaded yet
2026-03-26 22:48:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xn/d211ea10511442aa8477d6a5aa5c0c16/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xn/d211ea10511442aa8477d6a5aa5c0c16/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yh%252Fe865581792604122b9f602c538dd2633%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yh/e865581792604122b9f602c538dd2633/images/large/2.jpg not downloaded yet
2026-03-26 22:48:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xn/d211ea10511442aa8477d6a5aa5c0c16/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xn/d211ea10511442aa8477d6a5aa5c0c16/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yh%252Fe865581792604122b9f602c538dd2633%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yh/e865581792604122b9f602c538dd2633/images/large/3.jpg not downloaded yet
2026-03-26 22:48:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b75a72d0>
2026-03-26 22:48:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9a58a0a4-49a0-521b-ae92-ee9919a76463/9a58a0a4-49a0-521b-ae92-ee9919a76463_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2aw%252Fb0d62c15ffa743549d37a36b235079de%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2aw/b0d62c15ffa743549d37a36b235079de/images/large/10.jpg saved to cache
2026-03-26 22:48:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 9a58a0a4-49a0-521b-ae92-ee9919a76463
2026-03-26 22:48:16 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9a58a0a4-49a0-521b-ae92-ee9919a76463, skipping ID generation
2026-03-26 22:48:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a58a0a4-49a0-521b-ae92-ee9919a76463 with scrape type 1
2026-03-26 22:48:16 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9a58a0a4-49a0-521b-ae92-ee9919a76463 sending to next pipeline
2026-03-26 22:48:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 9a58a0a4-49a0-521b-ae92-ee9919a76463, identifier: 1986126
2026-03-26 22:48:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7688c10>
2026-03-26 22:48:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ee0d89dd-63fb-5dfb-8528-680fc89783a4/ee0d89dd-63fb-5dfb-8528-680fc89783a4_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xn%252Fd211ea10511442aa8477d6a5aa5c0c16%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xn/d211ea10511442aa8477d6a5aa5c0c16/images/large/2.jpg saved to cache
2026-03-26 22:48:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item ee0d89dd-63fb-5dfb-8528-680fc89783a4
2026-03-26 22:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yh%252Fe865581792604122b9f602c538dd2633%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yh/e865581792604122b9f602c538dd2633/images/large/4.jpg not downloaded yet
2026-03-26 22:48:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 9a58a0a4-49a0-521b-ae92-ee9919a76463 with identifier: 1986126
2026-03-26 22:48:16 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 22:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-26 22:48:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 9a58a0a4-49a0-521b-ae92-ee9919a76463 with identifier: 1986126
2026-03-26 22:48:16 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 9a58a0a4-49a0-521b-ae92-ee9919a76463 with identifier: 1986126 to the API
2026-03-26 22:48:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:48:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:48:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2aw/b0d62c15ffa743549d37a36b235079de/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': 192,
'color': 'AGATE BLACK MICA',
'currency': 'EUR',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'diesel',
'id': '9a58a0a4-49a0-521b-ae92-ee9919a76463',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'FORD',
'model': 'TRANSIT CUSTOM',
'odometer': 173518,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 15,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9a58a0a4-49a0-521b-ae92-ee9919a76463/9a58a0a4-49a0-521b-ae92-ee9919a76463_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 651077,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2aw/b0d62c15ffa743549d37a36b235079de/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9a58a0a4-49a0-521b-ae92-ee9919a76463/9a58a0a4-49a0-521b-ae92-ee9919a76463_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 653320,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2aw/b0d62c15ffa743549d37a36b235079de/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9a58a0a4-49a0-521b-ae92-ee9919a76463/9a58a0a4-49a0-521b-ae92-ee9919a76463_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 676048,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2aw/b0d62c15ffa743549d37a36b235079de/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9a58a0a4-49a0-521b-ae92-ee9919a76463/9a58a0a4-49a0-521b-ae92-ee9919a76463_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 663444,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2aw/b0d62c15ffa743549d37a36b235079de/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9a58a0a4-49a0-521b-ae92-ee9919a76463/9a58a0a4-49a0-521b-ae92-ee9919a76463_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 488137,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2aw/b0d62c15ffa743549d37a36b235079de/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9a58a0a4-49a0-521b-ae92-ee9919a76463/9a58a0a4-49a0-521b-ae92-ee9919a76463_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 628657,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2aw/b0d62c15ffa743549d37a36b235079de/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9a58a0a4-49a0-521b-ae92-ee9919a76463/9a58a0a4-49a0-521b-ae92-ee9919a76463_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 626173,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2aw/b0d62c15ffa743549d37a36b235079de/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9a58a0a4-49a0-521b-ae92-ee9919a76463/9a58a0a4-49a0-521b-ae92-ee9919a76463_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 589508,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2aw/b0d62c15ffa743549d37a36b235079de/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9a58a0a4-49a0-521b-ae92-ee9919a76463/9a58a0a4-49a0-521b-ae92-ee9919a76463_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 511685,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2aw/b0d62c15ffa743549d37a36b235079de/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9a58a0a4-49a0-521b-ae92-ee9919a76463/9a58a0a4-49a0-521b-ae92-ee9919a76463_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 586014,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2aw/b0d62c15ffa743549d37a36b235079de/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-23',
'seats_number': 6,
'seller_name': None,
'title': 'FORD TRANSIT CUSTOM 2.0TD 170PS LIMITED FWD 320 DC LWB AUTO',
'transmission': 'automatic',
'trim': '2.0TD 170PS LIMITED FWD 320 DC LWB AUTO',
'vin': None,
'year': 2021}
2026-03-26 22:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986126%27 HTTP/1.1" 200 None
2026-03-26 22:48:17 [ayvens.be] INFO: Saving data for 1986126: {'created_time': 1774565297.12054, 'last_price_update_time': 1774565297.12055, 'auction_closing_time': 1775028600.0}
2026-03-26 22:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986126') HTTP/1.1" 204 0
2026-03-26 22:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yh%252Fe865581792604122b9f602c538dd2633%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yh/e865581792604122b9f602c538dd2633/images/large/5.jpg not downloaded yet
2026-03-26 22:48:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b777a590>
2026-03-26 22:48:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ee0d89dd-63fb-5dfb-8528-680fc89783a4/ee0d89dd-63fb-5dfb-8528-680fc89783a4_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xn%252Fd211ea10511442aa8477d6a5aa5c0c16%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xn/d211ea10511442aa8477d6a5aa5c0c16/images/large/3.jpg saved to cache
2026-03-26 22:48:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item ee0d89dd-63fb-5dfb-8528-680fc89783a4
2026-03-26 22:48:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74b7710>
2026-03-26 22:48:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ee0d89dd-63fb-5dfb-8528-680fc89783a4/ee0d89dd-63fb-5dfb-8528-680fc89783a4_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xn%252Fd211ea10511442aa8477d6a5aa5c0c16%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xn/d211ea10511442aa8477d6a5aa5c0c16/images/large/1.jpg saved to cache
2026-03-26 22:48:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item ee0d89dd-63fb-5dfb-8528-680fc89783a4
2026-03-26 22:48:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e476d0>
2026-03-26 22:48:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ee0d89dd-63fb-5dfb-8528-680fc89783a4/ee0d89dd-63fb-5dfb-8528-680fc89783a4_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xn%252Fd211ea10511442aa8477d6a5aa5c0c16%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xn/d211ea10511442aa8477d6a5aa5c0c16/images/large/4.jpg saved to cache
2026-03-26 22:48:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item ee0d89dd-63fb-5dfb-8528-680fc89783a4
2026-03-26 22:48:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74b7710>
2026-03-26 22:48:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ee0d89dd-63fb-5dfb-8528-680fc89783a4/ee0d89dd-63fb-5dfb-8528-680fc89783a4_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xn%252Fd211ea10511442aa8477d6a5aa5c0c16%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xn/d211ea10511442aa8477d6a5aa5c0c16/images/large/5.jpg saved to cache
2026-03-26 22:48:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item ee0d89dd-63fb-5dfb-8528-680fc89783a4
2026-03-26 22:48:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xn/d211ea10511442aa8477d6a5aa5c0c16/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yh%252Fe865581792604122b9f602c538dd2633%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yh/e865581792604122b9f602c538dd2633/images/large/6.jpg not downloaded yet
2026-03-26 22:48:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xn/d211ea10511442aa8477d6a5aa5c0c16/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xn/d211ea10511442aa8477d6a5aa5c0c16/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yh%252Fe865581792604122b9f602c538dd2633%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yh/e865581792604122b9f602c538dd2633/images/large/7.jpg not downloaded yet
2026-03-26 22:48:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xn/d211ea10511442aa8477d6a5aa5c0c16/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yh%252Fe865581792604122b9f602c538dd2633%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yh/e865581792604122b9f602c538dd2633/images/large/8.jpg not downloaded yet
2026-03-26 22:48:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yh/e865581792604122b9f602c538dd2633/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xn/d211ea10511442aa8477d6a5aa5c0c16/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yh%252Fe865581792604122b9f602c538dd2633%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yh/e865581792604122b9f602c538dd2633/images/large/9.jpg not downloaded yet
2026-03-26 22:48:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b726b7d0>
2026-03-26 22:48:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ee0d89dd-63fb-5dfb-8528-680fc89783a4/ee0d89dd-63fb-5dfb-8528-680fc89783a4_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xn%252Fd211ea10511442aa8477d6a5aa5c0c16%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xn/d211ea10511442aa8477d6a5aa5c0c16/images/large/8.jpg saved to cache
2026-03-26 22:48:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item ee0d89dd-63fb-5dfb-8528-680fc89783a4
2026-03-26 22:48:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yh/e865581792604122b9f602c538dd2633/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yh/e865581792604122b9f602c538dd2633/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yh%252Fe865581792604122b9f602c538dd2633%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yh/e865581792604122b9f602c538dd2633/images/large/10.jpg not downloaded yet
2026-03-26 22:48:17 [ayvens.be] INFO: Found listing with ID: 1986129
2026-03-26 22:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986129%27 HTTP/1.1" 200 None
2026-03-26 22:48:17 [ayvens.be] INFO: Scrape type for 1986129: 1
2026-03-26 22:48:17 [ayvens.be] INFO: Extracting data for car ID: 1986129
2026-03-26 22:48:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 61d6703d-3f5e-5bb0-880a-7bf9c26dd021 with identifier: 1986129
2026-03-26 22:48:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 61d6703d-3f5e-5bb0-880a-7bf9c26dd021 with scrape type 1
2026-03-26 22:48:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 61d6703d-3f5e-5bb0-880a-7bf9c26dd021
2026-03-26 22:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wp%252Fe9dec367b5904e7a8437ec7faf85d7ce%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wp/e9dec367b5904e7a8437ec7faf85d7ce/images/large/1.jpg not downloaded yet
2026-03-26 22:48:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e17ad0>
2026-03-26 22:48:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ee0d89dd-63fb-5dfb-8528-680fc89783a4/ee0d89dd-63fb-5dfb-8528-680fc89783a4_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xn%252Fd211ea10511442aa8477d6a5aa5c0c16%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xn/d211ea10511442aa8477d6a5aa5c0c16/images/large/6.jpg saved to cache
2026-03-26 22:48:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item ee0d89dd-63fb-5dfb-8528-680fc89783a4
2026-03-26 22:48:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77734d0>
2026-03-26 22:48:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ee0d89dd-63fb-5dfb-8528-680fc89783a4/ee0d89dd-63fb-5dfb-8528-680fc89783a4_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xn%252Fd211ea10511442aa8477d6a5aa5c0c16%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xn/d211ea10511442aa8477d6a5aa5c0c16/images/large/7.jpg saved to cache
2026-03-26 22:48:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item ee0d89dd-63fb-5dfb-8528-680fc89783a4
2026-03-26 22:48:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76484d0>
2026-03-26 22:48:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ee0d89dd-63fb-5dfb-8528-680fc89783a4/ee0d89dd-63fb-5dfb-8528-680fc89783a4_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xn%252Fd211ea10511442aa8477d6a5aa5c0c16%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xn/d211ea10511442aa8477d6a5aa5c0c16/images/large/9.jpg saved to cache
2026-03-26 22:48:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item ee0d89dd-63fb-5dfb-8528-680fc89783a4
2026-03-26 22:48:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cc1150>
2026-03-26 22:48:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c954d54d-3795-5008-8a99-2f623d405a16/c954d54d-3795-5008-8a99-2f623d405a16_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yh%252Fe865581792604122b9f602c538dd2633%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yh/e865581792604122b9f602c538dd2633/images/large/1.jpg saved to cache
2026-03-26 22:48:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item c954d54d-3795-5008-8a99-2f623d405a16
2026-03-26 22:48:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b78c1f10>
2026-03-26 22:48:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ee0d89dd-63fb-5dfb-8528-680fc89783a4/ee0d89dd-63fb-5dfb-8528-680fc89783a4_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xn%252Fd211ea10511442aa8477d6a5aa5c0c16%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xn/d211ea10511442aa8477d6a5aa5c0c16/images/large/10.jpg saved to cache
2026-03-26 22:48:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item ee0d89dd-63fb-5dfb-8528-680fc89783a4
2026-03-26 22:48:18 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ee0d89dd-63fb-5dfb-8528-680fc89783a4, skipping ID generation
2026-03-26 22:48:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee0d89dd-63fb-5dfb-8528-680fc89783a4 with scrape type 1
2026-03-26 22:48:18 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ee0d89dd-63fb-5dfb-8528-680fc89783a4 sending to next pipeline
2026-03-26 22:48:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: ee0d89dd-63fb-5dfb-8528-680fc89783a4, identifier: 1986127
2026-03-26 22:48:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: ee0d89dd-63fb-5dfb-8528-680fc89783a4 with identifier: 1986127
2026-03-26 22:48:18 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 22:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-26 22:48:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: ee0d89dd-63fb-5dfb-8528-680fc89783a4 with identifier: 1986127
2026-03-26 22:48:18 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: ee0d89dd-63fb-5dfb-8528-680fc89783a4 with identifier: 1986127 to the API
2026-03-26 22:48:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:48:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:48:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/1xn/d211ea10511442aa8477d6a5aa5c0c16/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': 185,
'color': 'FROZEN WHITE',
'currency': 'EUR',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'diesel',
'id': 'ee0d89dd-63fb-5dfb-8528-680fc89783a4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'FORD',
'model': 'TRANSIT 2T 350L FOU LWB HR DSL',
'odometer': 90411,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 15,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ee0d89dd-63fb-5dfb-8528-680fc89783a4/ee0d89dd-63fb-5dfb-8528-680fc89783a4_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 598230,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xn/d211ea10511442aa8477d6a5aa5c0c16/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ee0d89dd-63fb-5dfb-8528-680fc89783a4/ee0d89dd-63fb-5dfb-8528-680fc89783a4_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 560928,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xn/d211ea10511442aa8477d6a5aa5c0c16/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ee0d89dd-63fb-5dfb-8528-680fc89783a4/ee0d89dd-63fb-5dfb-8528-680fc89783a4_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 702388,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xn/d211ea10511442aa8477d6a5aa5c0c16/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ee0d89dd-63fb-5dfb-8528-680fc89783a4/ee0d89dd-63fb-5dfb-8528-680fc89783a4_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 555615,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xn/d211ea10511442aa8477d6a5aa5c0c16/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ee0d89dd-63fb-5dfb-8528-680fc89783a4/ee0d89dd-63fb-5dfb-8528-680fc89783a4_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 543927,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xn/d211ea10511442aa8477d6a5aa5c0c16/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ee0d89dd-63fb-5dfb-8528-680fc89783a4/ee0d89dd-63fb-5dfb-8528-680fc89783a4_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 629164,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xn/d211ea10511442aa8477d6a5aa5c0c16/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ee0d89dd-63fb-5dfb-8528-680fc89783a4/ee0d89dd-63fb-5dfb-8528-680fc89783a4_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 679171,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xn/d211ea10511442aa8477d6a5aa5c0c16/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ee0d89dd-63fb-5dfb-8528-680fc89783a4/ee0d89dd-63fb-5dfb-8528-680fc89783a4_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 585818,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xn/d211ea10511442aa8477d6a5aa5c0c16/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ee0d89dd-63fb-5dfb-8528-680fc89783a4/ee0d89dd-63fb-5dfb-8528-680fc89783a4_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 497053,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xn/d211ea10511442aa8477d6a5aa5c0c16/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ee0d89dd-63fb-5dfb-8528-680fc89783a4/ee0d89dd-63fb-5dfb-8528-680fc89783a4_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 645334,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xn/d211ea10511442aa8477d6a5aa5c0c16/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-02-21',
'seats_number': 3,
'seller_name': None,
'title': 'FORD TRANSIT 2T 350L FOU LWB HR DSL 2.0 TDCi L3H2 Trend STOCK',
'transmission': 'manual',
'trim': '2.0 TDCi L3H2 Trend STOCK',
'vin': None,
'year': 2020}
2026-03-26 22:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986127%27 HTTP/1.1" 200 None
2026-03-26 22:48:18 [ayvens.be] INFO: Saving data for 1986127: {'created_time': 1774565298.625847, 'last_price_update_time': 1774565298.625857, 'auction_closing_time': 1775028600.0}
2026-03-26 22:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986127') HTTP/1.1" 204 0
2026-03-26 22:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wp%252Fe9dec367b5904e7a8437ec7faf85d7ce%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wp/e9dec367b5904e7a8437ec7faf85d7ce/images/large/2.jpg not downloaded yet
2026-03-26 22:48:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e44f90>
2026-03-26 22:48:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c954d54d-3795-5008-8a99-2f623d405a16/c954d54d-3795-5008-8a99-2f623d405a16_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yh%252Fe865581792604122b9f602c538dd2633%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yh/e865581792604122b9f602c538dd2633/images/large/2.jpg saved to cache
2026-03-26 22:48:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item c954d54d-3795-5008-8a99-2f623d405a16
2026-03-26 22:48:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79ccb50>
2026-03-26 22:48:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c954d54d-3795-5008-8a99-2f623d405a16/c954d54d-3795-5008-8a99-2f623d405a16_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yh%252Fe865581792604122b9f602c538dd2633%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yh/e865581792604122b9f602c538dd2633/images/large/3.jpg saved to cache
2026-03-26 22:48:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item c954d54d-3795-5008-8a99-2f623d405a16
2026-03-26 22:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wp%252Fe9dec367b5904e7a8437ec7faf85d7ce%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wp/e9dec367b5904e7a8437ec7faf85d7ce/images/large/3.jpg not downloaded yet
2026-03-26 22:48:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yh/e865581792604122b9f602c538dd2633/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yh/e865581792604122b9f602c538dd2633/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wp%252Fe9dec367b5904e7a8437ec7faf85d7ce%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wp/e9dec367b5904e7a8437ec7faf85d7ce/images/large/4.jpg not downloaded yet
2026-03-26 22:48:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yh/e865581792604122b9f602c538dd2633/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wp%252Fe9dec367b5904e7a8437ec7faf85d7ce%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wp/e9dec367b5904e7a8437ec7faf85d7ce/images/large/5.jpg not downloaded yet
2026-03-26 22:48:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yh/e865581792604122b9f602c538dd2633/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yh/e865581792604122b9f602c538dd2633/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yh/e865581792604122b9f602c538dd2633/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wp%252Fe9dec367b5904e7a8437ec7faf85d7ce%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wp/e9dec367b5904e7a8437ec7faf85d7ce/images/large/6.jpg not downloaded yet
2026-03-26 22:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wp%252Fe9dec367b5904e7a8437ec7faf85d7ce%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wp/e9dec367b5904e7a8437ec7faf85d7ce/images/large/7.jpg not downloaded yet
2026-03-26 22:48:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yh/e865581792604122b9f602c538dd2633/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wp%252Fe9dec367b5904e7a8437ec7faf85d7ce%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wp/e9dec367b5904e7a8437ec7faf85d7ce/images/large/8.jpg not downloaded yet
2026-03-26 22:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wp%252Fe9dec367b5904e7a8437ec7faf85d7ce%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wp/e9dec367b5904e7a8437ec7faf85d7ce/images/large/9.jpg not downloaded yet
2026-03-26 22:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wp%252Fe9dec367b5904e7a8437ec7faf85d7ce%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wp/e9dec367b5904e7a8437ec7faf85d7ce/images/large/10.jpg not downloaded yet
2026-03-26 22:48:19 [ayvens.be] INFO: Found listing with ID: 1986130
2026-03-26 22:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986130%27 HTTP/1.1" 200 None
2026-03-26 22:48:19 [ayvens.be] INFO: Scrape type for 1986130: 1
2026-03-26 22:48:19 [ayvens.be] INFO: Extracting data for car ID: 1986130
2026-03-26 22:48:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 36b22174-318f-5ff5-ae07-aaad5522ce26 with identifier: 1986130
2026-03-26 22:48:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 36b22174-318f-5ff5-ae07-aaad5522ce26 with scrape type 1
2026-03-26 22:48:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 36b22174-318f-5ff5-ae07-aaad5522ce26
2026-03-26 22:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xe%252Fd3ef690cd5dd426f87c1b03806f752af%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xe/d3ef690cd5dd426f87c1b03806f752af/images/large/1.jpg not downloaded yet
2026-03-26 22:48:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7aa0250>
2026-03-26 22:48:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c954d54d-3795-5008-8a99-2f623d405a16/c954d54d-3795-5008-8a99-2f623d405a16_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yh%252Fe865581792604122b9f602c538dd2633%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yh/e865581792604122b9f602c538dd2633/images/large/4.jpg saved to cache
2026-03-26 22:48:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item c954d54d-3795-5008-8a99-2f623d405a16
2026-03-26 22:48:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7496550>
2026-03-26 22:48:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c954d54d-3795-5008-8a99-2f623d405a16/c954d54d-3795-5008-8a99-2f623d405a16_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yh%252Fe865581792604122b9f602c538dd2633%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yh/e865581792604122b9f602c538dd2633/images/large/5.jpg saved to cache
2026-03-26 22:48:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item c954d54d-3795-5008-8a99-2f623d405a16
2026-03-26 22:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xe%252Fd3ef690cd5dd426f87c1b03806f752af%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xe/d3ef690cd5dd426f87c1b03806f752af/images/large/2.jpg not downloaded yet
2026-03-26 22:48:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b764b7d0>
2026-03-26 22:48:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c954d54d-3795-5008-8a99-2f623d405a16/c954d54d-3795-5008-8a99-2f623d405a16_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yh%252Fe865581792604122b9f602c538dd2633%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yh/e865581792604122b9f602c538dd2633/images/large/6.jpg saved to cache
2026-03-26 22:48:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item c954d54d-3795-5008-8a99-2f623d405a16
2026-03-26 22:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xe%252Fd3ef690cd5dd426f87c1b03806f752af%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xe/d3ef690cd5dd426f87c1b03806f752af/images/large/3.jpg not downloaded yet
2026-03-26 22:48:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1wp/e9dec367b5904e7a8437ec7faf85d7ce/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c6b150>
2026-03-26 22:48:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c954d54d-3795-5008-8a99-2f623d405a16/c954d54d-3795-5008-8a99-2f623d405a16_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yh%252Fe865581792604122b9f602c538dd2633%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yh/e865581792604122b9f602c538dd2633/images/large/9.jpg saved to cache
2026-03-26 22:48:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item c954d54d-3795-5008-8a99-2f623d405a16
2026-03-26 22:48:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80c9869a50>
2026-03-26 22:48:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c954d54d-3795-5008-8a99-2f623d405a16/c954d54d-3795-5008-8a99-2f623d405a16_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yh%252Fe865581792604122b9f602c538dd2633%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yh/e865581792604122b9f602c538dd2633/images/large/7.jpg saved to cache
2026-03-26 22:48:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item c954d54d-3795-5008-8a99-2f623d405a16
2026-03-26 22:48:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77c8190>
2026-03-26 22:48:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c954d54d-3795-5008-8a99-2f623d405a16/c954d54d-3795-5008-8a99-2f623d405a16_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yh%252Fe865581792604122b9f602c538dd2633%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yh/e865581792604122b9f602c538dd2633/images/large/8.jpg saved to cache
2026-03-26 22:48:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item c954d54d-3795-5008-8a99-2f623d405a16
2026-03-26 22:48:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74123d0>
2026-03-26 22:48:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c954d54d-3795-5008-8a99-2f623d405a16/c954d54d-3795-5008-8a99-2f623d405a16_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yh%252Fe865581792604122b9f602c538dd2633%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yh/e865581792604122b9f602c538dd2633/images/large/10.jpg saved to cache
2026-03-26 22:48:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item c954d54d-3795-5008-8a99-2f623d405a16
2026-03-26 22:48:19 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c954d54d-3795-5008-8a99-2f623d405a16, skipping ID generation
2026-03-26 22:48:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c954d54d-3795-5008-8a99-2f623d405a16 with scrape type 1
2026-03-26 22:48:19 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c954d54d-3795-5008-8a99-2f623d405a16 sending to next pipeline
2026-03-26 22:48:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: c954d54d-3795-5008-8a99-2f623d405a16, identifier: 1986128
2026-03-26 22:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xe%252Fd3ef690cd5dd426f87c1b03806f752af%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xe/d3ef690cd5dd426f87c1b03806f752af/images/large/4.jpg not downloaded yet
2026-03-26 22:48:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: c954d54d-3795-5008-8a99-2f623d405a16 with identifier: 1986128
2026-03-26 22:48:20 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 22:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-26 22:48:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: c954d54d-3795-5008-8a99-2f623d405a16 with identifier: 1986128
2026-03-26 22:48:20 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: c954d54d-3795-5008-8a99-2f623d405a16 with identifier: 1986128 to the API
2026-03-26 22:48:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:48:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:48:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/1yh/e865581792604122b9f602c538dd2633/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': 211,
'color': 'ARTIC WHITE GLOSS',
'currency': 'EUR',
'doors_number': 4,
'engine': '2.1L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'diesel',
'id': 'c954d54d-3795-5008-8a99-2f623d405a16',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'SPRINTER',
'odometer': 220790,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 15,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c954d54d-3795-5008-8a99-2f623d405a16/c954d54d-3795-5008-8a99-2f623d405a16_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 565606,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yh/e865581792604122b9f602c538dd2633/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c954d54d-3795-5008-8a99-2f623d405a16/c954d54d-3795-5008-8a99-2f623d405a16_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 564617,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yh/e865581792604122b9f602c538dd2633/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c954d54d-3795-5008-8a99-2f623d405a16/c954d54d-3795-5008-8a99-2f623d405a16_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 584093,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yh/e865581792604122b9f602c538dd2633/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c954d54d-3795-5008-8a99-2f623d405a16/c954d54d-3795-5008-8a99-2f623d405a16_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 638610,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yh/e865581792604122b9f602c538dd2633/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c954d54d-3795-5008-8a99-2f623d405a16/c954d54d-3795-5008-8a99-2f623d405a16_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 486928,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yh/e865581792604122b9f602c538dd2633/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c954d54d-3795-5008-8a99-2f623d405a16/c954d54d-3795-5008-8a99-2f623d405a16_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 638979,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yh/e865581792604122b9f602c538dd2633/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c954d54d-3795-5008-8a99-2f623d405a16/c954d54d-3795-5008-8a99-2f623d405a16_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 540662,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yh/e865581792604122b9f602c538dd2633/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c954d54d-3795-5008-8a99-2f623d405a16/c954d54d-3795-5008-8a99-2f623d405a16_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 534008,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yh/e865581792604122b9f602c538dd2633/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c954d54d-3795-5008-8a99-2f623d405a16/c954d54d-3795-5008-8a99-2f623d405a16_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 548908,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yh/e865581792604122b9f602c538dd2633/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c954d54d-3795-5008-8a99-2f623d405a16/c954d54d-3795-5008-8a99-2f623d405a16_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 488079,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yh/e865581792604122b9f602c538dd2633/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-04',
'seats_number': 7,
'seller_name': None,
'title': 'MERCEDES-BENZ SPRINTER 2.1CDI 120KW 516 L3 DC AUTO 3.5T',
'transmission': 'automatic',
'trim': '2.1CDI 120KW 516 L3 DC AUTO 3.5T',
'vin': None,
'year': 2020}
2026-03-26 22:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986128%27 HTTP/1.1" 200 None
2026-03-26 22:48:20 [ayvens.be] INFO: Saving data for 1986128: {'created_time': 1774565300.663053, 'last_price_update_time': 1774565300.663062, 'auction_closing_time': 1775028600.0}
2026-03-26 22:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986128') HTTP/1.1" 204 0
2026-03-26 22:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xe%252Fd3ef690cd5dd426f87c1b03806f752af%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xe/d3ef690cd5dd426f87c1b03806f752af/images/large/5.jpg not downloaded yet
2026-03-26 22:48:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b75a6cd0>
2026-03-26 22:48:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_61d6703d-3f5e-5bb0-880a-7bf9c26dd021/61d6703d-3f5e-5bb0-880a-7bf9c26dd021_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wp%252Fe9dec367b5904e7a8437ec7faf85d7ce%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wp/e9dec367b5904e7a8437ec7faf85d7ce/images/large/1.jpg saved to cache
2026-03-26 22:48:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 61d6703d-3f5e-5bb0-880a-7bf9c26dd021
2026-03-26 22:48:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1wp/e9dec367b5904e7a8437ec7faf85d7ce/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1wp/e9dec367b5904e7a8437ec7faf85d7ce/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xe%252Fd3ef690cd5dd426f87c1b03806f752af%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xe/d3ef690cd5dd426f87c1b03806f752af/images/large/6.jpg not downloaded yet
2026-03-26 22:48:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1wp/e9dec367b5904e7a8437ec7faf85d7ce/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1wp/e9dec367b5904e7a8437ec7faf85d7ce/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1wp/e9dec367b5904e7a8437ec7faf85d7ce/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1wp/e9dec367b5904e7a8437ec7faf85d7ce/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xe%252Fd3ef690cd5dd426f87c1b03806f752af%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xe/d3ef690cd5dd426f87c1b03806f752af/images/large/7.jpg not downloaded yet
2026-03-26 22:48:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1wp/e9dec367b5904e7a8437ec7faf85d7ce/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xe%252Fd3ef690cd5dd426f87c1b03806f752af%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xe/d3ef690cd5dd426f87c1b03806f752af/images/large/8.jpg not downloaded yet
2026-03-26 22:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xe%252Fd3ef690cd5dd426f87c1b03806f752af%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xe/d3ef690cd5dd426f87c1b03806f752af/images/large/9.jpg not downloaded yet
2026-03-26 22:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xe%252Fd3ef690cd5dd426f87c1b03806f752af%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xe/d3ef690cd5dd426f87c1b03806f752af/images/large/10.jpg not downloaded yet
2026-03-26 22:48:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1wp/e9dec367b5904e7a8437ec7faf85d7ce/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:20 [ayvens.be] INFO: Found listing with ID: 1986131
2026-03-26 22:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986131%27 HTTP/1.1" 200 None
2026-03-26 22:48:20 [ayvens.be] INFO: Scrape type for 1986131: 1
2026-03-26 22:48:20 [ayvens.be] INFO: Extracting data for car ID: 1986131
2026-03-26 22:48:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 271890e8-17ea-5c62-a5dc-2d293ad8ffeb with identifier: 1986131
2026-03-26 22:48:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 271890e8-17ea-5c62-a5dc-2d293ad8ffeb with scrape type 1
2026-03-26 22:48:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 271890e8-17ea-5c62-a5dc-2d293ad8ffeb
2026-03-26 22:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1tt%252F462629a4264b4f6c90df740f1a8c9469%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1tt/462629a4264b4f6c90df740f1a8c9469/images/large/1.jpg not downloaded yet
2026-03-26 22:48:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7818350>
2026-03-26 22:48:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_61d6703d-3f5e-5bb0-880a-7bf9c26dd021/61d6703d-3f5e-5bb0-880a-7bf9c26dd021_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wp%252Fe9dec367b5904e7a8437ec7faf85d7ce%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wp/e9dec367b5904e7a8437ec7faf85d7ce/images/large/4.jpg saved to cache
2026-03-26 22:48:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 61d6703d-3f5e-5bb0-880a-7bf9c26dd021
2026-03-26 22:48:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7429590>
2026-03-26 22:48:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_61d6703d-3f5e-5bb0-880a-7bf9c26dd021/61d6703d-3f5e-5bb0-880a-7bf9c26dd021_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:48:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wp%252Fe9dec367b5904e7a8437ec7faf85d7ce%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wp/e9dec367b5904e7a8437ec7faf85d7ce/images/large/7.jpg saved to cache
2026-03-26 22:48:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 61d6703d-3f5e-5bb0-880a-7bf9c26dd021
2026-03-26 22:48:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1tt%252F462629a4264b4f6c90df740f1a8c9469%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1tt/462629a4264b4f6c90df740f1a8c9469/images/large/2.jpg not downloaded yet
2026-03-26 22:48:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77aec90>
2026-03-26 22:48:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_61d6703d-3f5e-5bb0-880a-7bf9c26dd021/61d6703d-3f5e-5bb0-880a-7bf9c26dd021_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:48:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wp%252Fe9dec367b5904e7a8437ec7faf85d7ce%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wp/e9dec367b5904e7a8437ec7faf85d7ce/images/large/2.jpg saved to cache
2026-03-26 22:48:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 61d6703d-3f5e-5bb0-880a-7bf9c26dd021
2026-03-26 22:48:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5ca7110>
2026-03-26 22:48:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_61d6703d-3f5e-5bb0-880a-7bf9c26dd021/61d6703d-3f5e-5bb0-880a-7bf9c26dd021_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:48:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wp%252Fe9dec367b5904e7a8437ec7faf85d7ce%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wp/e9dec367b5904e7a8437ec7faf85d7ce/images/large/3.jpg saved to cache
2026-03-26 22:48:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 61d6703d-3f5e-5bb0-880a-7bf9c26dd021
2026-03-26 22:48:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b729ca10>
2026-03-26 22:48:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_61d6703d-3f5e-5bb0-880a-7bf9c26dd021/61d6703d-3f5e-5bb0-880a-7bf9c26dd021_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:48:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wp%252Fe9dec367b5904e7a8437ec7faf85d7ce%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wp/e9dec367b5904e7a8437ec7faf85d7ce/images/large/5.jpg saved to cache
2026-03-26 22:48:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 61d6703d-3f5e-5bb0-880a-7bf9c26dd021
2026-03-26 22:48:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76c7490>
2026-03-26 22:48:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_61d6703d-3f5e-5bb0-880a-7bf9c26dd021/61d6703d-3f5e-5bb0-880a-7bf9c26dd021_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:48:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wp%252Fe9dec367b5904e7a8437ec7faf85d7ce%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wp/e9dec367b5904e7a8437ec7faf85d7ce/images/large/6.jpg saved to cache
2026-03-26 22:48:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 61d6703d-3f5e-5bb0-880a-7bf9c26dd021
2026-03-26 22:48:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7590d90>
2026-03-26 22:48:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_61d6703d-3f5e-5bb0-880a-7bf9c26dd021/61d6703d-3f5e-5bb0-880a-7bf9c26dd021_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:48:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wp%252Fe9dec367b5904e7a8437ec7faf85d7ce%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wp/e9dec367b5904e7a8437ec7faf85d7ce/images/large/8.jpg saved to cache
2026-03-26 22:48:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 61d6703d-3f5e-5bb0-880a-7bf9c26dd021
2026-03-26 22:48:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1tt%252F462629a4264b4f6c90df740f1a8c9469%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1tt/462629a4264b4f6c90df740f1a8c9469/images/large/3.jpg not downloaded yet
2026-03-26 22:48:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1tt%252F462629a4264b4f6c90df740f1a8c9469%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1tt/462629a4264b4f6c90df740f1a8c9469/images/large/4.jpg not downloaded yet
2026-03-26 22:48:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7442b10>
2026-03-26 22:48:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_61d6703d-3f5e-5bb0-880a-7bf9c26dd021/61d6703d-3f5e-5bb0-880a-7bf9c26dd021_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:48:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wp%252Fe9dec367b5904e7a8437ec7faf85d7ce%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wp/e9dec367b5904e7a8437ec7faf85d7ce/images/large/9.jpg saved to cache
2026-03-26 22:48:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 61d6703d-3f5e-5bb0-880a-7bf9c26dd021
2026-03-26 22:48:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1tt%252F462629a4264b4f6c90df740f1a8c9469%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1tt/462629a4264b4f6c90df740f1a8c9469/images/large/5.jpg not downloaded yet
2026-03-26 22:48:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xe/d3ef690cd5dd426f87c1b03806f752af/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xe/d3ef690cd5dd426f87c1b03806f752af/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1tt%252F462629a4264b4f6c90df740f1a8c9469%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1tt/462629a4264b4f6c90df740f1a8c9469/images/large/6.jpg not downloaded yet
2026-03-26 22:48:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xe/d3ef690cd5dd426f87c1b03806f752af/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xe/d3ef690cd5dd426f87c1b03806f752af/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xe/d3ef690cd5dd426f87c1b03806f752af/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1tt%252F462629a4264b4f6c90df740f1a8c9469%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1tt/462629a4264b4f6c90df740f1a8c9469/images/large/7.jpg not downloaded yet
2026-03-26 22:48:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1wp/e9dec367b5904e7a8437ec7faf85d7ce/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xe/d3ef690cd5dd426f87c1b03806f752af/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xe/d3ef690cd5dd426f87c1b03806f752af/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1tt%252F462629a4264b4f6c90df740f1a8c9469%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1tt/462629a4264b4f6c90df740f1a8c9469/images/large/8.jpg not downloaded yet
2026-03-26 22:48:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1tt%252F462629a4264b4f6c90df740f1a8c9469%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1tt/462629a4264b4f6c90df740f1a8c9469/images/large/9.jpg not downloaded yet
2026-03-26 22:48:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1tt%252F462629a4264b4f6c90df740f1a8c9469%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1tt/462629a4264b4f6c90df740f1a8c9469/images/large/10.jpg not downloaded yet
2026-03-26 22:48:21 [ayvens.be] INFO: Found listing with ID: 1986132
2026-03-26 22:48:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986132%27 HTTP/1.1" 200 None
2026-03-26 22:48:21 [ayvens.be] INFO: Scrape type for 1986132: 1
2026-03-26 22:48:21 [ayvens.be] INFO: Extracting data for car ID: 1986132
2026-03-26 22:48:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eb8dcd5c-2ea5-528d-ab64-790d668bac9b with identifier: 1986132
2026-03-26 22:48:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eb8dcd5c-2ea5-528d-ab64-790d668bac9b with scrape type 1
2026-03-26 22:48:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item eb8dcd5c-2ea5-528d-ab64-790d668bac9b
2026-03-26 22:48:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252Fcbd98fd642194fd58338497fea8f9875%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/cbd98fd642194fd58338497fea8f9875/images/large/1.jpg not downloaded yet
2026-03-26 22:48:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252Fcbd98fd642194fd58338497fea8f9875%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/cbd98fd642194fd58338497fea8f9875/images/large/2.jpg not downloaded yet
2026-03-26 22:48:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c74050>
2026-03-26 22:48:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_36b22174-318f-5ff5-ae07-aaad5522ce26/36b22174-318f-5ff5-ae07-aaad5522ce26_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xe%252Fd3ef690cd5dd426f87c1b03806f752af%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xe/d3ef690cd5dd426f87c1b03806f752af/images/large/3.jpg saved to cache
2026-03-26 22:48:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 36b22174-318f-5ff5-ae07-aaad5522ce26
2026-03-26 22:48:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b777a850>
2026-03-26 22:48:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_36b22174-318f-5ff5-ae07-aaad5522ce26/36b22174-318f-5ff5-ae07-aaad5522ce26_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xe%252Fd3ef690cd5dd426f87c1b03806f752af%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xe/d3ef690cd5dd426f87c1b03806f752af/images/large/2.jpg saved to cache
2026-03-26 22:48:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 36b22174-318f-5ff5-ae07-aaad5522ce26
2026-03-26 22:48:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7278910>
2026-03-26 22:48:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_36b22174-318f-5ff5-ae07-aaad5522ce26/36b22174-318f-5ff5-ae07-aaad5522ce26_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xe%252Fd3ef690cd5dd426f87c1b03806f752af%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xe/d3ef690cd5dd426f87c1b03806f752af/images/large/1.jpg saved to cache
2026-03-26 22:48:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 36b22174-318f-5ff5-ae07-aaad5522ce26
2026-03-26 22:48:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7585850>
2026-03-26 22:48:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_36b22174-318f-5ff5-ae07-aaad5522ce26/36b22174-318f-5ff5-ae07-aaad5522ce26_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xe%252Fd3ef690cd5dd426f87c1b03806f752af%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xe/d3ef690cd5dd426f87c1b03806f752af/images/large/5.jpg saved to cache
2026-03-26 22:48:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 36b22174-318f-5ff5-ae07-aaad5522ce26
2026-03-26 22:48:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b727a8d0>
2026-03-26 22:48:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_36b22174-318f-5ff5-ae07-aaad5522ce26/36b22174-318f-5ff5-ae07-aaad5522ce26_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xe%252Fd3ef690cd5dd426f87c1b03806f752af%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xe/d3ef690cd5dd426f87c1b03806f752af/images/large/6.jpg saved to cache
2026-03-26 22:48:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 36b22174-318f-5ff5-ae07-aaad5522ce26
2026-03-26 22:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252Fcbd98fd642194fd58338497fea8f9875%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/cbd98fd642194fd58338497fea8f9875/images/large/3.jpg not downloaded yet
2026-03-26 22:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252Fcbd98fd642194fd58338497fea8f9875%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/cbd98fd642194fd58338497fea8f9875/images/large/4.jpg not downloaded yet
2026-03-26 22:48:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79cd550>
2026-03-26 22:48:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_61d6703d-3f5e-5bb0-880a-7bf9c26dd021/61d6703d-3f5e-5bb0-880a-7bf9c26dd021_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wp%252Fe9dec367b5904e7a8437ec7faf85d7ce%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wp/e9dec367b5904e7a8437ec7faf85d7ce/images/large/10.jpg saved to cache
2026-03-26 22:48:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 61d6703d-3f5e-5bb0-880a-7bf9c26dd021
2026-03-26 22:48:22 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 61d6703d-3f5e-5bb0-880a-7bf9c26dd021, skipping ID generation
2026-03-26 22:48:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 61d6703d-3f5e-5bb0-880a-7bf9c26dd021 with scrape type 1
2026-03-26 22:48:22 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 61d6703d-3f5e-5bb0-880a-7bf9c26dd021 sending to next pipeline
2026-03-26 22:48:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 61d6703d-3f5e-5bb0-880a-7bf9c26dd021, identifier: 1986129
2026-03-26 22:48:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd9a83d0>
2026-03-26 22:48:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_36b22174-318f-5ff5-ae07-aaad5522ce26/36b22174-318f-5ff5-ae07-aaad5522ce26_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xe%252Fd3ef690cd5dd426f87c1b03806f752af%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xe/d3ef690cd5dd426f87c1b03806f752af/images/large/4.jpg saved to cache
2026-03-26 22:48:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 36b22174-318f-5ff5-ae07-aaad5522ce26
2026-03-26 22:48:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e37250>
2026-03-26 22:48:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_36b22174-318f-5ff5-ae07-aaad5522ce26/36b22174-318f-5ff5-ae07-aaad5522ce26_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xe%252Fd3ef690cd5dd426f87c1b03806f752af%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xe/d3ef690cd5dd426f87c1b03806f752af/images/large/7.jpg saved to cache
2026-03-26 22:48:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 36b22174-318f-5ff5-ae07-aaad5522ce26
2026-03-26 22:48:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 61d6703d-3f5e-5bb0-880a-7bf9c26dd021 with identifier: 1986129
2026-03-26 22:48:23 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 22:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-26 22:48:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 61d6703d-3f5e-5bb0-880a-7bf9c26dd021 with identifier: 1986129
2026-03-26 22:48:23 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 61d6703d-3f5e-5bb0-880a-7bf9c26dd021 with identifier: 1986129 to the API
2026-03-26 22:48:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:48:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:48:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/1wp/e9dec367b5904e7a8437ec7faf85d7ce/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': 189,
'color': 'BLANC',
'currency': 'EUR',
'doors_number': 4,
'engine': '2.3L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'diesel',
'id': '61d6703d-3f5e-5bb0-880a-7bf9c26dd021',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'MASTER 35 LWB DSL - 2014',
'odometer': 78351,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 23,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61d6703d-3f5e-5bb0-880a-7bf9c26dd021/61d6703d-3f5e-5bb0-880a-7bf9c26dd021_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 599810,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1wp/e9dec367b5904e7a8437ec7faf85d7ce/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61d6703d-3f5e-5bb0-880a-7bf9c26dd021/61d6703d-3f5e-5bb0-880a-7bf9c26dd021_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 616540,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1wp/e9dec367b5904e7a8437ec7faf85d7ce/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61d6703d-3f5e-5bb0-880a-7bf9c26dd021/61d6703d-3f5e-5bb0-880a-7bf9c26dd021_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 644211,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1wp/e9dec367b5904e7a8437ec7faf85d7ce/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61d6703d-3f5e-5bb0-880a-7bf9c26dd021/61d6703d-3f5e-5bb0-880a-7bf9c26dd021_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 653437,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1wp/e9dec367b5904e7a8437ec7faf85d7ce/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61d6703d-3f5e-5bb0-880a-7bf9c26dd021/61d6703d-3f5e-5bb0-880a-7bf9c26dd021_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 657107,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1wp/e9dec367b5904e7a8437ec7faf85d7ce/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61d6703d-3f5e-5bb0-880a-7bf9c26dd021/61d6703d-3f5e-5bb0-880a-7bf9c26dd021_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 710089,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1wp/e9dec367b5904e7a8437ec7faf85d7ce/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61d6703d-3f5e-5bb0-880a-7bf9c26dd021/61d6703d-3f5e-5bb0-880a-7bf9c26dd021_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 582949,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1wp/e9dec367b5904e7a8437ec7faf85d7ce/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61d6703d-3f5e-5bb0-880a-7bf9c26dd021/61d6703d-3f5e-5bb0-880a-7bf9c26dd021_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 743821,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1wp/e9dec367b5904e7a8437ec7faf85d7ce/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61d6703d-3f5e-5bb0-880a-7bf9c26dd021/61d6703d-3f5e-5bb0-880a-7bf9c26dd021_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 813072,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1wp/e9dec367b5904e7a8437ec7faf85d7ce/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61d6703d-3f5e-5bb0-880a-7bf9c26dd021/61d6703d-3f5e-5bb0-880a-7bf9c26dd021_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 767764,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1wp/e9dec367b5904e7a8437ec7faf85d7ce/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-07-30',
'seats_number': 7,
'seller_name': None,
'title': 'RENAULT MASTER 35 LWB DSL - 2014 2.3 dCi 35 L3H1 Energy Twin Turbo '
'STOCK',
'transmission': 'manual',
'trim': '2.3 dCi 35 L3H1 Energy Twin Turbo STOCK',
'vin': None,
'year': 2019}
2026-03-26 22:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986129%27 HTTP/1.1" 200 None
2026-03-26 22:48:23 [ayvens.be] INFO: Saving data for 1986129: {'created_time': 1774565303.422766, 'last_price_update_time': 1774565303.422777, 'auction_closing_time': 1775028600.0}
2026-03-26 22:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986129') HTTP/1.1" 204 0
2026-03-26 22:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252Fcbd98fd642194fd58338497fea8f9875%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/cbd98fd642194fd58338497fea8f9875/images/large/5.jpg not downloaded yet
2026-03-26 22:48:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1tt/462629a4264b4f6c90df740f1a8c9469/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1tt/462629a4264b4f6c90df740f1a8c9469/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252Fcbd98fd642194fd58338497fea8f9875%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/cbd98fd642194fd58338497fea8f9875/images/large/6.jpg not downloaded yet
2026-03-26 22:48:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1tt/462629a4264b4f6c90df740f1a8c9469/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1tt/462629a4264b4f6c90df740f1a8c9469/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1tt/462629a4264b4f6c90df740f1a8c9469/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252Fcbd98fd642194fd58338497fea8f9875%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/cbd98fd642194fd58338497fea8f9875/images/large/7.jpg not downloaded yet
2026-03-26 22:48:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xe/d3ef690cd5dd426f87c1b03806f752af/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252Fcbd98fd642194fd58338497fea8f9875%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/cbd98fd642194fd58338497fea8f9875/images/large/8.jpg not downloaded yet
2026-03-26 22:48:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xe/d3ef690cd5dd426f87c1b03806f752af/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xe/d3ef690cd5dd426f87c1b03806f752af/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252Fcbd98fd642194fd58338497fea8f9875%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/cbd98fd642194fd58338497fea8f9875/images/large/9.jpg not downloaded yet
2026-03-26 22:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252Fcbd98fd642194fd58338497fea8f9875%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/cbd98fd642194fd58338497fea8f9875/images/large/10.jpg not downloaded yet
2026-03-26 22:48:23 [ayvens.be] INFO: Found listing with ID: 1986133
2026-03-26 22:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986133%27 HTTP/1.1" 200 None
2026-03-26 22:48:23 [ayvens.be] INFO: Scrape type for 1986133: 1
2026-03-26 22:48:23 [ayvens.be] INFO: Extracting data for car ID: 1986133
2026-03-26 22:48:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e533decd-6a4b-5ad4-9de8-abc906ee4a8a with identifier: 1986133
2026-03-26 22:48:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e533decd-6a4b-5ad4-9de8-abc906ee4a8a with scrape type 1
2026-03-26 22:48:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item e533decd-6a4b-5ad4-9de8-abc906ee4a8a
2026-03-26 22:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2an%252F611f76604b33404a830343985c612bcd%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2an/611f76604b33404a830343985c612bcd/images/large/1.jpg not downloaded yet
2026-03-26 22:48:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7429790>
2026-03-26 22:48:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_271890e8-17ea-5c62-a5dc-2d293ad8ffeb/271890e8-17ea-5c62-a5dc-2d293ad8ffeb_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1tt%252F462629a4264b4f6c90df740f1a8c9469%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1tt/462629a4264b4f6c90df740f1a8c9469/images/large/1.jpg saved to cache
2026-03-26 22:48:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 271890e8-17ea-5c62-a5dc-2d293ad8ffeb
2026-03-26 22:48:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74a7890>
2026-03-26 22:48:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_271890e8-17ea-5c62-a5dc-2d293ad8ffeb/271890e8-17ea-5c62-a5dc-2d293ad8ffeb_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1tt%252F462629a4264b4f6c90df740f1a8c9469%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1tt/462629a4264b4f6c90df740f1a8c9469/images/large/2.jpg saved to cache
2026-03-26 22:48:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 271890e8-17ea-5c62-a5dc-2d293ad8ffeb
2026-03-26 22:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2an%252F611f76604b33404a830343985c612bcd%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2an/611f76604b33404a830343985c612bcd/images/large/2.jpg not downloaded yet
2026-03-26 22:48:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b727e1d0>
2026-03-26 22:48:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_271890e8-17ea-5c62-a5dc-2d293ad8ffeb/271890e8-17ea-5c62-a5dc-2d293ad8ffeb_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1tt%252F462629a4264b4f6c90df740f1a8c9469%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1tt/462629a4264b4f6c90df740f1a8c9469/images/large/3.jpg saved to cache
2026-03-26 22:48:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 271890e8-17ea-5c62-a5dc-2d293ad8ffeb
2026-03-26 22:48:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7592750>
2026-03-26 22:48:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_271890e8-17ea-5c62-a5dc-2d293ad8ffeb/271890e8-17ea-5c62-a5dc-2d293ad8ffeb_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:48:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1tt%252F462629a4264b4f6c90df740f1a8c9469%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1tt/462629a4264b4f6c90df740f1a8c9469/images/large/4.jpg saved to cache
2026-03-26 22:48:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 271890e8-17ea-5c62-a5dc-2d293ad8ffeb
2026-03-26 22:48:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7269bd0>
2026-03-26 22:48:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_271890e8-17ea-5c62-a5dc-2d293ad8ffeb/271890e8-17ea-5c62-a5dc-2d293ad8ffeb_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:48:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1tt%252F462629a4264b4f6c90df740f1a8c9469%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1tt/462629a4264b4f6c90df740f1a8c9469/images/large/5.jpg saved to cache
2026-03-26 22:48:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 271890e8-17ea-5c62-a5dc-2d293ad8ffeb
2026-03-26 22:48:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2an%252F611f76604b33404a830343985c612bcd%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2an/611f76604b33404a830343985c612bcd/images/large/3.jpg not downloaded yet
2026-03-26 22:48:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2an%252F611f76604b33404a830343985c612bcd%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2an/611f76604b33404a830343985c612bcd/images/large/4.jpg not downloaded yet
2026-03-26 22:48:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74aefd0>
2026-03-26 22:48:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_36b22174-318f-5ff5-ae07-aaad5522ce26/36b22174-318f-5ff5-ae07-aaad5522ce26_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:48:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xe%252Fd3ef690cd5dd426f87c1b03806f752af%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xe/d3ef690cd5dd426f87c1b03806f752af/images/large/9.jpg saved to cache
2026-03-26 22:48:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 36b22174-318f-5ff5-ae07-aaad5522ce26
2026-03-26 22:48:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c6a7d0>
2026-03-26 22:48:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_36b22174-318f-5ff5-ae07-aaad5522ce26/36b22174-318f-5ff5-ae07-aaad5522ce26_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:48:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xe%252Fd3ef690cd5dd426f87c1b03806f752af%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xe/d3ef690cd5dd426f87c1b03806f752af/images/large/10.jpg saved to cache
2026-03-26 22:48:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 36b22174-318f-5ff5-ae07-aaad5522ce26
2026-03-26 22:48:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b78778d0>
2026-03-26 22:48:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_36b22174-318f-5ff5-ae07-aaad5522ce26/36b22174-318f-5ff5-ae07-aaad5522ce26_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:48:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xe%252Fd3ef690cd5dd426f87c1b03806f752af%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xe/d3ef690cd5dd426f87c1b03806f752af/images/large/8.jpg saved to cache
2026-03-26 22:48:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 36b22174-318f-5ff5-ae07-aaad5522ce26
2026-03-26 22:48:24 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 36b22174-318f-5ff5-ae07-aaad5522ce26, skipping ID generation
2026-03-26 22:48:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 36b22174-318f-5ff5-ae07-aaad5522ce26 with scrape type 1
2026-03-26 22:48:24 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 36b22174-318f-5ff5-ae07-aaad5522ce26 sending to next pipeline
2026-03-26 22:48:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 36b22174-318f-5ff5-ae07-aaad5522ce26, identifier: 1986130
2026-03-26 22:48:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 36b22174-318f-5ff5-ae07-aaad5522ce26 with identifier: 1986130
2026-03-26 22:48:24 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 22:48:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-26 22:48:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 36b22174-318f-5ff5-ae07-aaad5522ce26 with identifier: 1986130
2026-03-26 22:48:24 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 36b22174-318f-5ff5-ae07-aaad5522ce26 with identifier: 1986130 to the API
2026-03-26 22:48:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:48:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:48:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/1xe/d3ef690cd5dd426f87c1b03806f752af/images/large/8.jpg>
{'auction_title': '',
'c_o_2_emission_value': 43,
'color': 'SAVILE GREY',
'currency': 'EUR',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'petrol',
'id': '36b22174-318f-5ff5-ae07-aaad5522ce26',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'VOLVO',
'model': 'V90 - 2016',
'odometer': 123931,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 23,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_36b22174-318f-5ff5-ae07-aaad5522ce26/36b22174-318f-5ff5-ae07-aaad5522ce26_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 696616,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xe/d3ef690cd5dd426f87c1b03806f752af/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_36b22174-318f-5ff5-ae07-aaad5522ce26/36b22174-318f-5ff5-ae07-aaad5522ce26_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 681435,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xe/d3ef690cd5dd426f87c1b03806f752af/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_36b22174-318f-5ff5-ae07-aaad5522ce26/36b22174-318f-5ff5-ae07-aaad5522ce26_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 707794,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xe/d3ef690cd5dd426f87c1b03806f752af/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_36b22174-318f-5ff5-ae07-aaad5522ce26/36b22174-318f-5ff5-ae07-aaad5522ce26_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 721394,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xe/d3ef690cd5dd426f87c1b03806f752af/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_36b22174-318f-5ff5-ae07-aaad5522ce26/36b22174-318f-5ff5-ae07-aaad5522ce26_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 720351,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xe/d3ef690cd5dd426f87c1b03806f752af/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_36b22174-318f-5ff5-ae07-aaad5522ce26/36b22174-318f-5ff5-ae07-aaad5522ce26_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 654519,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xe/d3ef690cd5dd426f87c1b03806f752af/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_36b22174-318f-5ff5-ae07-aaad5522ce26/36b22174-318f-5ff5-ae07-aaad5522ce26_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 632137,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xe/d3ef690cd5dd426f87c1b03806f752af/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_36b22174-318f-5ff5-ae07-aaad5522ce26/36b22174-318f-5ff5-ae07-aaad5522ce26_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 881429,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xe/d3ef690cd5dd426f87c1b03806f752af/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_36b22174-318f-5ff5-ae07-aaad5522ce26/36b22174-318f-5ff5-ae07-aaad5522ce26_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 867167,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xe/d3ef690cd5dd426f87c1b03806f752af/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_36b22174-318f-5ff5-ae07-aaad5522ce26/36b22174-318f-5ff5-ae07-aaad5522ce26_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 896866,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xe/d3ef690cd5dd426f87c1b03806f752af/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-12-04',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO V90 - 2016 2.0 T8 TE AWD PHEV Inscrip. Ge.(EU6d-T.) STOCK',
'transmission': 'automatic',
'trim': '2.0 T8 TE AWD PHEV Inscrip. Ge.(EU6d-T.) STOCK',
'vin': None,
'year': 2019}
2026-03-26 22:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986130%27 HTTP/1.1" 200 None
2026-03-26 22:48:25 [ayvens.be] INFO: Saving data for 1986130: {'created_time': 1774565305.053076, 'last_price_update_time': 1774565305.053088, 'auction_closing_time': 1775028600.0}
2026-03-26 22:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986130') HTTP/1.1" 204 0
2026-03-26 22:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2an%252F611f76604b33404a830343985c612bcd%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2an/611f76604b33404a830343985c612bcd/images/large/5.jpg not downloaded yet
2026-03-26 22:48:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bl/cbd98fd642194fd58338497fea8f9875/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1tt/462629a4264b4f6c90df740f1a8c9469/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bl/cbd98fd642194fd58338497fea8f9875/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2an%252F611f76604b33404a830343985c612bcd%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2an/611f76604b33404a830343985c612bcd/images/large/6.jpg not downloaded yet
2026-03-26 22:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2an%252F611f76604b33404a830343985c612bcd%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2an/611f76604b33404a830343985c612bcd/images/large/7.jpg not downloaded yet
2026-03-26 22:48:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1tt/462629a4264b4f6c90df740f1a8c9469/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bl/cbd98fd642194fd58338497fea8f9875/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2an%252F611f76604b33404a830343985c612bcd%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2an/611f76604b33404a830343985c612bcd/images/large/8.jpg not downloaded yet
2026-03-26 22:48:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1tt/462629a4264b4f6c90df740f1a8c9469/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1tt/462629a4264b4f6c90df740f1a8c9469/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1tt/462629a4264b4f6c90df740f1a8c9469/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2an%252F611f76604b33404a830343985c612bcd%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2an/611f76604b33404a830343985c612bcd/images/large/9.jpg not downloaded yet
2026-03-26 22:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2an%252F611f76604b33404a830343985c612bcd%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2an/611f76604b33404a830343985c612bcd/images/large/10.jpg not downloaded yet
2026-03-26 22:48:25 [ayvens.be] INFO: Found listing with ID: 1986134
2026-03-26 22:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986134%27 HTTP/1.1" 200 None
2026-03-26 22:48:25 [ayvens.be] INFO: Scrape type for 1986134: 1
2026-03-26 22:48:25 [ayvens.be] INFO: Extracting data for car ID: 1986134
2026-03-26 22:48:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ddff47d6-5050-544d-ad30-948e8dfbc96a with identifier: 1986134
2026-03-26 22:48:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ddff47d6-5050-544d-ad30-948e8dfbc96a with scrape type 1
2026-03-26 22:48:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item ddff47d6-5050-544d-ad30-948e8dfbc96a
2026-03-26 22:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2aa%252Fa5c038273a7246ba90cd96a477fe03a1%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2aa/a5c038273a7246ba90cd96a477fe03a1/images/large/1.jpg not downloaded yet
2026-03-26 22:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2aa%252Fa5c038273a7246ba90cd96a477fe03a1%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2aa/a5c038273a7246ba90cd96a477fe03a1/images/large/2.jpg not downloaded yet
2026-03-26 22:48:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b748b4d0>
2026-03-26 22:48:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_eb8dcd5c-2ea5-528d-ab64-790d668bac9b/eb8dcd5c-2ea5-528d-ab64-790d668bac9b_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252Fcbd98fd642194fd58338497fea8f9875%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/cbd98fd642194fd58338497fea8f9875/images/large/3.jpg saved to cache
2026-03-26 22:48:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item eb8dcd5c-2ea5-528d-ab64-790d668bac9b
2026-03-26 22:48:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6d833d0>
2026-03-26 22:48:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_271890e8-17ea-5c62-a5dc-2d293ad8ffeb/271890e8-17ea-5c62-a5dc-2d293ad8ffeb_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1tt%252F462629a4264b4f6c90df740f1a8c9469%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1tt/462629a4264b4f6c90df740f1a8c9469/images/large/7.jpg saved to cache
2026-03-26 22:48:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 271890e8-17ea-5c62-a5dc-2d293ad8ffeb
2026-03-26 22:48:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76c4410>
2026-03-26 22:48:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_eb8dcd5c-2ea5-528d-ab64-790d668bac9b/eb8dcd5c-2ea5-528d-ab64-790d668bac9b_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252Fcbd98fd642194fd58338497fea8f9875%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/cbd98fd642194fd58338497fea8f9875/images/large/2.jpg saved to cache
2026-03-26 22:48:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item eb8dcd5c-2ea5-528d-ab64-790d668bac9b
2026-03-26 22:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2aa%252Fa5c038273a7246ba90cd96a477fe03a1%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2aa/a5c038273a7246ba90cd96a477fe03a1/images/large/3.jpg not downloaded yet
2026-03-26 22:48:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b741f690>
2026-03-26 22:48:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_271890e8-17ea-5c62-a5dc-2d293ad8ffeb/271890e8-17ea-5c62-a5dc-2d293ad8ffeb_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1tt%252F462629a4264b4f6c90df740f1a8c9469%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1tt/462629a4264b4f6c90df740f1a8c9469/images/large/6.jpg saved to cache
2026-03-26 22:48:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 271890e8-17ea-5c62-a5dc-2d293ad8ffeb
2026-03-26 22:48:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e475d0>
2026-03-26 22:48:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_eb8dcd5c-2ea5-528d-ab64-790d668bac9b/eb8dcd5c-2ea5-528d-ab64-790d668bac9b_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252Fcbd98fd642194fd58338497fea8f9875%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/cbd98fd642194fd58338497fea8f9875/images/large/1.jpg saved to cache
2026-03-26 22:48:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item eb8dcd5c-2ea5-528d-ab64-790d668bac9b
2026-03-26 22:48:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bl/cbd98fd642194fd58338497fea8f9875/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2aa%252Fa5c038273a7246ba90cd96a477fe03a1%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2aa/a5c038273a7246ba90cd96a477fe03a1/images/large/4.jpg not downloaded yet
2026-03-26 22:48:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bl/cbd98fd642194fd58338497fea8f9875/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bl/cbd98fd642194fd58338497fea8f9875/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2aa%252Fa5c038273a7246ba90cd96a477fe03a1%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2aa/a5c038273a7246ba90cd96a477fe03a1/images/large/5.jpg not downloaded yet
2026-03-26 22:48:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74383d0>
2026-03-26 22:48:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_271890e8-17ea-5c62-a5dc-2d293ad8ffeb/271890e8-17ea-5c62-a5dc-2d293ad8ffeb_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1tt%252F462629a4264b4f6c90df740f1a8c9469%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1tt/462629a4264b4f6c90df740f1a8c9469/images/large/10.jpg saved to cache
2026-03-26 22:48:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 271890e8-17ea-5c62-a5dc-2d293ad8ffeb
2026-03-26 22:48:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b782c210>
2026-03-26 22:48:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_271890e8-17ea-5c62-a5dc-2d293ad8ffeb/271890e8-17ea-5c62-a5dc-2d293ad8ffeb_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1tt%252F462629a4264b4f6c90df740f1a8c9469%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1tt/462629a4264b4f6c90df740f1a8c9469/images/large/8.jpg saved to cache
2026-03-26 22:48:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 271890e8-17ea-5c62-a5dc-2d293ad8ffeb
2026-03-26 22:48:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c5cb50>
2026-03-26 22:48:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_271890e8-17ea-5c62-a5dc-2d293ad8ffeb/271890e8-17ea-5c62-a5dc-2d293ad8ffeb_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1tt%252F462629a4264b4f6c90df740f1a8c9469%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1tt/462629a4264b4f6c90df740f1a8c9469/images/large/9.jpg saved to cache
2026-03-26 22:48:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 271890e8-17ea-5c62-a5dc-2d293ad8ffeb
2026-03-26 22:48:26 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 271890e8-17ea-5c62-a5dc-2d293ad8ffeb, skipping ID generation
2026-03-26 22:48:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 271890e8-17ea-5c62-a5dc-2d293ad8ffeb with scrape type 1
2026-03-26 22:48:26 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 271890e8-17ea-5c62-a5dc-2d293ad8ffeb sending to next pipeline
2026-03-26 22:48:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 271890e8-17ea-5c62-a5dc-2d293ad8ffeb, identifier: 1986131
2026-03-26 22:48:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bl/cbd98fd642194fd58338497fea8f9875/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 271890e8-17ea-5c62-a5dc-2d293ad8ffeb with identifier: 1986131
2026-03-26 22:48:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 271890e8-17ea-5c62-a5dc-2d293ad8ffeb with identifier: 1986131
2026-03-26 22:48:26 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 271890e8-17ea-5c62-a5dc-2d293ad8ffeb with identifier: 1986131 to the API
2026-03-26 22:48:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:48:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:48:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/1tt/462629a4264b4f6c90df740f1a8c9469/images/large/9.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '2.8L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'diesel',
'id': '271890e8-17ea-5c62-a5dc-2d293ad8ffeb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'TOYOTA',
'model': 'LAND CRUISER LWB DIESEL - 2013',
'odometer': 195815,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 22,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_271890e8-17ea-5c62-a5dc-2d293ad8ffeb/271890e8-17ea-5c62-a5dc-2d293ad8ffeb_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 591951,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1tt/462629a4264b4f6c90df740f1a8c9469/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_271890e8-17ea-5c62-a5dc-2d293ad8ffeb/271890e8-17ea-5c62-a5dc-2d293ad8ffeb_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 589875,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1tt/462629a4264b4f6c90df740f1a8c9469/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_271890e8-17ea-5c62-a5dc-2d293ad8ffeb/271890e8-17ea-5c62-a5dc-2d293ad8ffeb_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 604587,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1tt/462629a4264b4f6c90df740f1a8c9469/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_271890e8-17ea-5c62-a5dc-2d293ad8ffeb/271890e8-17ea-5c62-a5dc-2d293ad8ffeb_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 602545,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1tt/462629a4264b4f6c90df740f1a8c9469/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_271890e8-17ea-5c62-a5dc-2d293ad8ffeb/271890e8-17ea-5c62-a5dc-2d293ad8ffeb_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 595208,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1tt/462629a4264b4f6c90df740f1a8c9469/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_271890e8-17ea-5c62-a5dc-2d293ad8ffeb/271890e8-17ea-5c62-a5dc-2d293ad8ffeb_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 726149,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1tt/462629a4264b4f6c90df740f1a8c9469/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_271890e8-17ea-5c62-a5dc-2d293ad8ffeb/271890e8-17ea-5c62-a5dc-2d293ad8ffeb_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 556862,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1tt/462629a4264b4f6c90df740f1a8c9469/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_271890e8-17ea-5c62-a5dc-2d293ad8ffeb/271890e8-17ea-5c62-a5dc-2d293ad8ffeb_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 913211,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1tt/462629a4264b4f6c90df740f1a8c9469/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_271890e8-17ea-5c62-a5dc-2d293ad8ffeb/271890e8-17ea-5c62-a5dc-2d293ad8ffeb_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 880031,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1tt/462629a4264b4f6c90df740f1a8c9469/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_271890e8-17ea-5c62-a5dc-2d293ad8ffeb/271890e8-17ea-5c62-a5dc-2d293ad8ffeb_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 848832,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1tt/462629a4264b4f6c90df740f1a8c9469/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-02-05',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA LAND CRUISER LWB DIESEL - 2013 2.8 D-4D Active Van',
'transmission': 'manual',
'trim': '2.8 D-4D Active Van',
'vin': None,
'year': 2018}
2026-03-26 22:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986131%27 HTTP/1.1" 200 None
2026-03-26 22:48:26 [ayvens.be] INFO: Saving data for 1986131: {'created_time': 1774565306.517604, 'last_price_update_time': 1774565306.517616, 'auction_closing_time': 1775028600.0}
2026-03-26 22:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986131') HTTP/1.1" 204 0
2026-03-26 22:48:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bl/cbd98fd642194fd58338497fea8f9875/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bl/cbd98fd642194fd58338497fea8f9875/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2aa%252Fa5c038273a7246ba90cd96a477fe03a1%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2aa/a5c038273a7246ba90cd96a477fe03a1/images/large/6.jpg not downloaded yet
2026-03-26 22:48:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2an/611f76604b33404a830343985c612bcd/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2aa%252Fa5c038273a7246ba90cd96a477fe03a1%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2aa/a5c038273a7246ba90cd96a477fe03a1/images/large/7.jpg not downloaded yet
2026-03-26 22:48:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cbc610>
2026-03-26 22:48:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_eb8dcd5c-2ea5-528d-ab64-790d668bac9b/eb8dcd5c-2ea5-528d-ab64-790d668bac9b_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252Fcbd98fd642194fd58338497fea8f9875%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/cbd98fd642194fd58338497fea8f9875/images/large/7.jpg saved to cache
2026-03-26 22:48:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item eb8dcd5c-2ea5-528d-ab64-790d668bac9b
2026-03-26 22:48:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7407c90>
2026-03-26 22:48:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_eb8dcd5c-2ea5-528d-ab64-790d668bac9b/eb8dcd5c-2ea5-528d-ab64-790d668bac9b_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252Fcbd98fd642194fd58338497fea8f9875%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/cbd98fd642194fd58338497fea8f9875/images/large/4.jpg saved to cache
2026-03-26 22:48:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item eb8dcd5c-2ea5-528d-ab64-790d668bac9b
2026-03-26 22:48:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74ac890>
2026-03-26 22:48:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_eb8dcd5c-2ea5-528d-ab64-790d668bac9b/eb8dcd5c-2ea5-528d-ab64-790d668bac9b_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252Fcbd98fd642194fd58338497fea8f9875%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/cbd98fd642194fd58338497fea8f9875/images/large/5.jpg saved to cache
2026-03-26 22:48:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item eb8dcd5c-2ea5-528d-ab64-790d668bac9b
2026-03-26 22:48:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76481d0>
2026-03-26 22:48:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_eb8dcd5c-2ea5-528d-ab64-790d668bac9b/eb8dcd5c-2ea5-528d-ab64-790d668bac9b_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252Fcbd98fd642194fd58338497fea8f9875%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/cbd98fd642194fd58338497fea8f9875/images/large/6.jpg saved to cache
2026-03-26 22:48:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item eb8dcd5c-2ea5-528d-ab64-790d668bac9b
2026-03-26 22:48:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2an/611f76604b33404a830343985c612bcd/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2aa%252Fa5c038273a7246ba90cd96a477fe03a1%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2aa/a5c038273a7246ba90cd96a477fe03a1/images/large/8.jpg not downloaded yet
2026-03-26 22:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2aa%252Fa5c038273a7246ba90cd96a477fe03a1%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2aa/a5c038273a7246ba90cd96a477fe03a1/images/large/9.jpg not downloaded yet
2026-03-26 22:48:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7725910>
2026-03-26 22:48:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_eb8dcd5c-2ea5-528d-ab64-790d668bac9b/eb8dcd5c-2ea5-528d-ab64-790d668bac9b_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252Fcbd98fd642194fd58338497fea8f9875%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/cbd98fd642194fd58338497fea8f9875/images/large/9.jpg saved to cache
2026-03-26 22:48:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item eb8dcd5c-2ea5-528d-ab64-790d668bac9b
2026-03-26 22:48:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76a7f50>
2026-03-26 22:48:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_eb8dcd5c-2ea5-528d-ab64-790d668bac9b/eb8dcd5c-2ea5-528d-ab64-790d668bac9b_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252Fcbd98fd642194fd58338497fea8f9875%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/cbd98fd642194fd58338497fea8f9875/images/large/10.jpg saved to cache
2026-03-26 22:48:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item eb8dcd5c-2ea5-528d-ab64-790d668bac9b
2026-03-26 22:48:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74bfcd0>
2026-03-26 22:48:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e533decd-6a4b-5ad4-9de8-abc906ee4a8a/e533decd-6a4b-5ad4-9de8-abc906ee4a8a_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2an%252F611f76604b33404a830343985c612bcd%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2an/611f76604b33404a830343985c612bcd/images/large/2.jpg saved to cache
2026-03-26 22:48:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item e533decd-6a4b-5ad4-9de8-abc906ee4a8a
2026-03-26 22:48:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2an/611f76604b33404a830343985c612bcd/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2aa%252Fa5c038273a7246ba90cd96a477fe03a1%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2aa/a5c038273a7246ba90cd96a477fe03a1/images/large/10.jpg not downloaded yet
2026-03-26 22:48:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2an/611f76604b33404a830343985c612bcd/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2an/611f76604b33404a830343985c612bcd/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bl/cbd98fd642194fd58338497fea8f9875/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:27 [ayvens.be] INFO: Found listing with ID: 1986135
2026-03-26 22:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986135%27 HTTP/1.1" 200 None
2026-03-26 22:48:27 [ayvens.be] INFO: Scrape type for 1986135: 1
2026-03-26 22:48:27 [ayvens.be] INFO: Extracting data for car ID: 1986135
2026-03-26 22:48:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9d0061d6-9db7-5a3a-8d11-0e874fdca899 with identifier: 1986135
2026-03-26 22:48:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9d0061d6-9db7-5a3a-8d11-0e874fdca899 with scrape type 1
2026-03-26 22:48:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 9d0061d6-9db7-5a3a-8d11-0e874fdca899
2026-03-26 22:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ex%252F192d907613794bda9091173ab1e4234a%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ex/192d907613794bda9091173ab1e4234a/images/large/1.jpg not downloaded yet
2026-03-26 22:48:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b744a090>
2026-03-26 22:48:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e533decd-6a4b-5ad4-9de8-abc906ee4a8a/e533decd-6a4b-5ad4-9de8-abc906ee4a8a_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2an%252F611f76604b33404a830343985c612bcd%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2an/611f76604b33404a830343985c612bcd/images/large/1.jpg saved to cache
2026-03-26 22:48:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item e533decd-6a4b-5ad4-9de8-abc906ee4a8a
2026-03-26 22:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ex%252F192d907613794bda9091173ab1e4234a%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ex/192d907613794bda9091173ab1e4234a/images/large/2.jpg not downloaded yet
2026-03-26 22:48:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2aa/a5c038273a7246ba90cd96a477fe03a1/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74f82d0>
2026-03-26 22:48:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e533decd-6a4b-5ad4-9de8-abc906ee4a8a/e533decd-6a4b-5ad4-9de8-abc906ee4a8a_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2an%252F611f76604b33404a830343985c612bcd%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2an/611f76604b33404a830343985c612bcd/images/large/5.jpg saved to cache
2026-03-26 22:48:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item e533decd-6a4b-5ad4-9de8-abc906ee4a8a
2026-03-26 22:48:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7876a10>
2026-03-26 22:48:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e533decd-6a4b-5ad4-9de8-abc906ee4a8a/e533decd-6a4b-5ad4-9de8-abc906ee4a8a_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2an%252F611f76604b33404a830343985c612bcd%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2an/611f76604b33404a830343985c612bcd/images/large/3.jpg saved to cache
2026-03-26 22:48:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item e533decd-6a4b-5ad4-9de8-abc906ee4a8a
2026-03-26 22:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ex%252F192d907613794bda9091173ab1e4234a%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ex/192d907613794bda9091173ab1e4234a/images/large/3.jpg not downloaded yet
2026-03-26 22:48:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2an/611f76604b33404a830343985c612bcd/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2an/611f76604b33404a830343985c612bcd/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ex%252F192d907613794bda9091173ab1e4234a%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ex/192d907613794bda9091173ab1e4234a/images/large/4.jpg not downloaded yet
2026-03-26 22:48:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79ccfd0>
2026-03-26 22:48:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e533decd-6a4b-5ad4-9de8-abc906ee4a8a/e533decd-6a4b-5ad4-9de8-abc906ee4a8a_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2an%252F611f76604b33404a830343985c612bcd%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2an/611f76604b33404a830343985c612bcd/images/large/4.jpg saved to cache
2026-03-26 22:48:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item e533decd-6a4b-5ad4-9de8-abc906ee4a8a
2026-03-26 22:48:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd844590>
2026-03-26 22:48:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_eb8dcd5c-2ea5-528d-ab64-790d668bac9b/eb8dcd5c-2ea5-528d-ab64-790d668bac9b_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252Fcbd98fd642194fd58338497fea8f9875%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/cbd98fd642194fd58338497fea8f9875/images/large/8.jpg saved to cache
2026-03-26 22:48:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item eb8dcd5c-2ea5-528d-ab64-790d668bac9b
2026-03-26 22:48:27 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: eb8dcd5c-2ea5-528d-ab64-790d668bac9b, skipping ID generation
2026-03-26 22:48:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eb8dcd5c-2ea5-528d-ab64-790d668bac9b with scrape type 1
2026-03-26 22:48:27 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item eb8dcd5c-2ea5-528d-ab64-790d668bac9b sending to next pipeline
2026-03-26 22:48:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: eb8dcd5c-2ea5-528d-ab64-790d668bac9b, identifier: 1986132
2026-03-26 22:48:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c5c290>
2026-03-26 22:48:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ddff47d6-5050-544d-ad30-948e8dfbc96a/ddff47d6-5050-544d-ad30-948e8dfbc96a_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2aa%252Fa5c038273a7246ba90cd96a477fe03a1%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2aa/a5c038273a7246ba90cd96a477fe03a1/images/large/3.jpg saved to cache
2026-03-26 22:48:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item ddff47d6-5050-544d-ad30-948e8dfbc96a
2026-03-26 22:48:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: eb8dcd5c-2ea5-528d-ab64-790d668bac9b with identifier: 1986132
2026-03-26 22:48:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: eb8dcd5c-2ea5-528d-ab64-790d668bac9b with identifier: 1986132
2026-03-26 22:48:28 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: eb8dcd5c-2ea5-528d-ab64-790d668bac9b with identifier: 1986132 to the API
2026-03-26 22:48:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:48:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:48:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bl/cbd98fd642194fd58338497fea8f9875/images/large/8.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'petrol',
'id': 'eb8dcd5c-2ea5-528d-ab64-790d668bac9b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'SEAT',
'model': 'IBIZA 5D',
'odometer': 29944,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 14,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_eb8dcd5c-2ea5-528d-ab64-790d668bac9b/eb8dcd5c-2ea5-528d-ab64-790d668bac9b_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 684070,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bl/cbd98fd642194fd58338497fea8f9875/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_eb8dcd5c-2ea5-528d-ab64-790d668bac9b/eb8dcd5c-2ea5-528d-ab64-790d668bac9b_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 495634,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bl/cbd98fd642194fd58338497fea8f9875/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_eb8dcd5c-2ea5-528d-ab64-790d668bac9b/eb8dcd5c-2ea5-528d-ab64-790d668bac9b_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 562828,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bl/cbd98fd642194fd58338497fea8f9875/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_eb8dcd5c-2ea5-528d-ab64-790d668bac9b/eb8dcd5c-2ea5-528d-ab64-790d668bac9b_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 488945,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bl/cbd98fd642194fd58338497fea8f9875/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_eb8dcd5c-2ea5-528d-ab64-790d668bac9b/eb8dcd5c-2ea5-528d-ab64-790d668bac9b_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 311590,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bl/cbd98fd642194fd58338497fea8f9875/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_eb8dcd5c-2ea5-528d-ab64-790d668bac9b/eb8dcd5c-2ea5-528d-ab64-790d668bac9b_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 270019,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bl/cbd98fd642194fd58338497fea8f9875/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_eb8dcd5c-2ea5-528d-ab64-790d668bac9b/eb8dcd5c-2ea5-528d-ab64-790d668bac9b_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 309223,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bl/cbd98fd642194fd58338497fea8f9875/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_eb8dcd5c-2ea5-528d-ab64-790d668bac9b/eb8dcd5c-2ea5-528d-ab64-790d668bac9b_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 384600,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bl/cbd98fd642194fd58338497fea8f9875/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_eb8dcd5c-2ea5-528d-ab64-790d668bac9b/eb8dcd5c-2ea5-528d-ab64-790d668bac9b_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 361930,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bl/cbd98fd642194fd58338497fea8f9875/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_eb8dcd5c-2ea5-528d-ab64-790d668bac9b/eb8dcd5c-2ea5-528d-ab64-790d668bac9b_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 383198,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bl/cbd98fd642194fd58338497fea8f9875/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-06',
'seats_number': 5,
'seller_name': None,
'title': 'SEAT IBIZA 5D 1.0 TSI 70KW S-S STYLE',
'transmission': 'manual',
'trim': '1.0 TSI 70KW S-S STYLE',
'vin': None,
'year': 2022}
2026-03-26 22:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986132%27 HTTP/1.1" 200 None
2026-03-26 22:48:28 [ayvens.be] INFO: Saving data for 1986132: {'created_time': 1774565308.366409, 'last_price_update_time': 1774565308.366419, 'auction_closing_time': 1775028600.0}
2026-03-26 22:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986132') HTTP/1.1" 204 0
2026-03-26 22:48:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2aa/a5c038273a7246ba90cd96a477fe03a1/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ex%252F192d907613794bda9091173ab1e4234a%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ex/192d907613794bda9091173ab1e4234a/images/large/5.jpg not downloaded yet
2026-03-26 22:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ex%252F192d907613794bda9091173ab1e4234a%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ex/192d907613794bda9091173ab1e4234a/images/large/6.jpg not downloaded yet
2026-03-26 22:48:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2aa/a5c038273a7246ba90cd96a477fe03a1/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd0c4850>
2026-03-26 22:48:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e533decd-6a4b-5ad4-9de8-abc906ee4a8a/e533decd-6a4b-5ad4-9de8-abc906ee4a8a_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2an%252F611f76604b33404a830343985c612bcd%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2an/611f76604b33404a830343985c612bcd/images/large/6.jpg saved to cache
2026-03-26 22:48:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item e533decd-6a4b-5ad4-9de8-abc906ee4a8a
2026-03-26 22:48:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7b35210>
2026-03-26 22:48:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e533decd-6a4b-5ad4-9de8-abc906ee4a8a/e533decd-6a4b-5ad4-9de8-abc906ee4a8a_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2an%252F611f76604b33404a830343985c612bcd%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2an/611f76604b33404a830343985c612bcd/images/large/7.jpg saved to cache
2026-03-26 22:48:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item e533decd-6a4b-5ad4-9de8-abc906ee4a8a
2026-03-26 22:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ex%252F192d907613794bda9091173ab1e4234a%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ex/192d907613794bda9091173ab1e4234a/images/large/7.jpg not downloaded yet
2026-03-26 22:48:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2aa/a5c038273a7246ba90cd96a477fe03a1/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2aa/a5c038273a7246ba90cd96a477fe03a1/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ex%252F192d907613794bda9091173ab1e4234a%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ex/192d907613794bda9091173ab1e4234a/images/large/8.jpg not downloaded yet
2026-03-26 22:48:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74e5610>
2026-03-26 22:48:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ddff47d6-5050-544d-ad30-948e8dfbc96a/ddff47d6-5050-544d-ad30-948e8dfbc96a_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2aa%252Fa5c038273a7246ba90cd96a477fe03a1%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2aa/a5c038273a7246ba90cd96a477fe03a1/images/large/2.jpg saved to cache
2026-03-26 22:48:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item ddff47d6-5050-544d-ad30-948e8dfbc96a
2026-03-26 22:48:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7944d50>
2026-03-26 22:48:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ddff47d6-5050-544d-ad30-948e8dfbc96a/ddff47d6-5050-544d-ad30-948e8dfbc96a_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2aa%252Fa5c038273a7246ba90cd96a477fe03a1%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2aa/a5c038273a7246ba90cd96a477fe03a1/images/large/1.jpg saved to cache
2026-03-26 22:48:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item ddff47d6-5050-544d-ad30-948e8dfbc96a
2026-03-26 22:48:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2an/611f76604b33404a830343985c612bcd/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ex%252F192d907613794bda9091173ab1e4234a%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ex/192d907613794bda9091173ab1e4234a/images/large/9.jpg not downloaded yet
2026-03-26 22:48:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2aa/a5c038273a7246ba90cd96a477fe03a1/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ex%252F192d907613794bda9091173ab1e4234a%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ex/192d907613794bda9091173ab1e4234a/images/large/10.jpg not downloaded yet
2026-03-26 22:48:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c6bc90>
2026-03-26 22:48:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ddff47d6-5050-544d-ad30-948e8dfbc96a/ddff47d6-5050-544d-ad30-948e8dfbc96a_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2aa%252Fa5c038273a7246ba90cd96a477fe03a1%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2aa/a5c038273a7246ba90cd96a477fe03a1/images/large/4.jpg saved to cache
2026-03-26 22:48:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item ddff47d6-5050-544d-ad30-948e8dfbc96a
2026-03-26 22:48:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76a5910>
2026-03-26 22:48:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ddff47d6-5050-544d-ad30-948e8dfbc96a/ddff47d6-5050-544d-ad30-948e8dfbc96a_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2aa%252Fa5c038273a7246ba90cd96a477fe03a1%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2aa/a5c038273a7246ba90cd96a477fe03a1/images/large/5.jpg saved to cache
2026-03-26 22:48:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item ddff47d6-5050-544d-ad30-948e8dfbc96a
2026-03-26 22:48:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2an/611f76604b33404a830343985c612bcd/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:29 [ayvens.be] INFO: Found listing with ID: 1986136
2026-03-26 22:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986136%27 HTTP/1.1" 200 None
2026-03-26 22:48:29 [ayvens.be] INFO: Scrape type for 1986136: 1
2026-03-26 22:48:29 [ayvens.be] INFO: Extracting data for car ID: 1986136
2026-03-26 22:48:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 96c1c752-3a76-5b5d-a2bb-987e8e789495 with identifier: 1986136
2026-03-26 22:48:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 96c1c752-3a76-5b5d-a2bb-987e8e789495 with scrape type 1
2026-03-26 22:48:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 96c1c752-3a76-5b5d-a2bb-987e8e789495
2026-03-26 22:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252Fcc87341be7f0471aa8d7bbe638d37f82%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/cc87341be7f0471aa8d7bbe638d37f82/images/large/1.jpg not downloaded yet
2026-03-26 22:48:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2an/611f76604b33404a830343985c612bcd/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252Fcc87341be7f0471aa8d7bbe638d37f82%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/cc87341be7f0471aa8d7bbe638d37f82/images/large/2.jpg not downloaded yet
2026-03-26 22:48:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2aa/a5c038273a7246ba90cd96a477fe03a1/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2aa/a5c038273a7246ba90cd96a477fe03a1/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252Fcc87341be7f0471aa8d7bbe638d37f82%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/cc87341be7f0471aa8d7bbe638d37f82/images/large/3.jpg not downloaded yet
2026-03-26 22:48:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7435190>
2026-03-26 22:48:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e533decd-6a4b-5ad4-9de8-abc906ee4a8a/e533decd-6a4b-5ad4-9de8-abc906ee4a8a_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2an%252F611f76604b33404a830343985c612bcd%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2an/611f76604b33404a830343985c612bcd/images/large/10.jpg saved to cache
2026-03-26 22:48:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item e533decd-6a4b-5ad4-9de8-abc906ee4a8a
2026-03-26 22:48:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7875510>
2026-03-26 22:48:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ddff47d6-5050-544d-ad30-948e8dfbc96a/ddff47d6-5050-544d-ad30-948e8dfbc96a_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2aa%252Fa5c038273a7246ba90cd96a477fe03a1%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2aa/a5c038273a7246ba90cd96a477fe03a1/images/large/6.jpg saved to cache
2026-03-26 22:48:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item ddff47d6-5050-544d-ad30-948e8dfbc96a
2026-03-26 22:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252Fcc87341be7f0471aa8d7bbe638d37f82%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/cc87341be7f0471aa8d7bbe638d37f82/images/large/4.jpg not downloaded yet
2026-03-26 22:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252Fcc87341be7f0471aa8d7bbe638d37f82%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/cc87341be7f0471aa8d7bbe638d37f82/images/large/5.jpg not downloaded yet
2026-03-26 22:48:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2aa/a5c038273a7246ba90cd96a477fe03a1/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7660f90>
2026-03-26 22:48:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e533decd-6a4b-5ad4-9de8-abc906ee4a8a/e533decd-6a4b-5ad4-9de8-abc906ee4a8a_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2an%252F611f76604b33404a830343985c612bcd%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2an/611f76604b33404a830343985c612bcd/images/large/9.jpg saved to cache
2026-03-26 22:48:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item e533decd-6a4b-5ad4-9de8-abc906ee4a8a
2026-03-26 22:48:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6dda650>
2026-03-26 22:48:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e533decd-6a4b-5ad4-9de8-abc906ee4a8a/e533decd-6a4b-5ad4-9de8-abc906ee4a8a_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2an%252F611f76604b33404a830343985c612bcd%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2an/611f76604b33404a830343985c612bcd/images/large/8.jpg saved to cache
2026-03-26 22:48:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item e533decd-6a4b-5ad4-9de8-abc906ee4a8a
2026-03-26 22:48:29 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e533decd-6a4b-5ad4-9de8-abc906ee4a8a, skipping ID generation
2026-03-26 22:48:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e533decd-6a4b-5ad4-9de8-abc906ee4a8a with scrape type 1
2026-03-26 22:48:29 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e533decd-6a4b-5ad4-9de8-abc906ee4a8a sending to next pipeline
2026-03-26 22:48:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: e533decd-6a4b-5ad4-9de8-abc906ee4a8a, identifier: 1986133
2026-03-26 22:48:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c94390>
2026-03-26 22:48:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ddff47d6-5050-544d-ad30-948e8dfbc96a/ddff47d6-5050-544d-ad30-948e8dfbc96a_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2aa%252Fa5c038273a7246ba90cd96a477fe03a1%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2aa/a5c038273a7246ba90cd96a477fe03a1/images/large/7.jpg saved to cache
2026-03-26 22:48:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item ddff47d6-5050-544d-ad30-948e8dfbc96a
2026-03-26 22:48:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b764a0d0>
2026-03-26 22:48:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ddff47d6-5050-544d-ad30-948e8dfbc96a/ddff47d6-5050-544d-ad30-948e8dfbc96a_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2aa%252Fa5c038273a7246ba90cd96a477fe03a1%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2aa/a5c038273a7246ba90cd96a477fe03a1/images/large/9.jpg saved to cache
2026-03-26 22:48:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item ddff47d6-5050-544d-ad30-948e8dfbc96a
2026-03-26 22:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252Fcc87341be7f0471aa8d7bbe638d37f82%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/cc87341be7f0471aa8d7bbe638d37f82/images/large/6.jpg not downloaded yet
2026-03-26 22:48:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: e533decd-6a4b-5ad4-9de8-abc906ee4a8a with identifier: 1986133
2026-03-26 22:48:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: e533decd-6a4b-5ad4-9de8-abc906ee4a8a with identifier: 1986133
2026-03-26 22:48:30 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: e533decd-6a4b-5ad4-9de8-abc906ee4a8a with identifier: 1986133 to the API
2026-03-26 22:48:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:48:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:48:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2an/611f76604b33404a830343985c612bcd/images/large/8.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 4,
'engine': '2.3L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'diesel',
'id': 'e533decd-6a4b-5ad4-9de8-abc906ee4a8a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'Master',
'odometer': 131976,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 23,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e533decd-6a4b-5ad4-9de8-abc906ee4a8a/e533decd-6a4b-5ad4-9de8-abc906ee4a8a_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 609808,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2an/611f76604b33404a830343985c612bcd/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e533decd-6a4b-5ad4-9de8-abc906ee4a8a/e533decd-6a4b-5ad4-9de8-abc906ee4a8a_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 628263,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2an/611f76604b33404a830343985c612bcd/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e533decd-6a4b-5ad4-9de8-abc906ee4a8a/e533decd-6a4b-5ad4-9de8-abc906ee4a8a_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 572480,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2an/611f76604b33404a830343985c612bcd/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e533decd-6a4b-5ad4-9de8-abc906ee4a8a/e533decd-6a4b-5ad4-9de8-abc906ee4a8a_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 636486,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2an/611f76604b33404a830343985c612bcd/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e533decd-6a4b-5ad4-9de8-abc906ee4a8a/e533decd-6a4b-5ad4-9de8-abc906ee4a8a_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 566681,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2an/611f76604b33404a830343985c612bcd/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e533decd-6a4b-5ad4-9de8-abc906ee4a8a/e533decd-6a4b-5ad4-9de8-abc906ee4a8a_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 704138,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2an/611f76604b33404a830343985c612bcd/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e533decd-6a4b-5ad4-9de8-abc906ee4a8a/e533decd-6a4b-5ad4-9de8-abc906ee4a8a_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 659781,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2an/611f76604b33404a830343985c612bcd/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e533decd-6a4b-5ad4-9de8-abc906ee4a8a/e533decd-6a4b-5ad4-9de8-abc906ee4a8a_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 865101,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2an/611f76604b33404a830343985c612bcd/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e533decd-6a4b-5ad4-9de8-abc906ee4a8a/e533decd-6a4b-5ad4-9de8-abc906ee4a8a_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 816968,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2an/611f76604b33404a830343985c612bcd/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e533decd-6a4b-5ad4-9de8-abc906ee4a8a/e533decd-6a4b-5ad4-9de8-abc906ee4a8a_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 779288,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2an/611f76604b33404a830343985c612bcd/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-21',
'seats_number': 3,
'seller_name': None,
'title': 'RENAULT Master 2.3 DCI 135 BLUE G CONFORT L1H1 33',
'transmission': 'manual',
'trim': '2.3 DCI 135 BLUE G CONFORT L1H1 33',
'vin': None,
'year': 2021}
2026-03-26 22:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986133%27 HTTP/1.1" 200 None
2026-03-26 22:48:30 [ayvens.be] INFO: Saving data for 1986133: {'created_time': 1774565310.639666, 'last_price_update_time': 1774565310.639675, 'auction_closing_time': 1775028600.0}
2026-03-26 22:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986133') HTTP/1.1" 204 0
2026-03-26 22:48:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ex/192d907613794bda9091173ab1e4234a/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2aa/a5c038273a7246ba90cd96a477fe03a1/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ex/192d907613794bda9091173ab1e4234a/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252Fcc87341be7f0471aa8d7bbe638d37f82%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/cc87341be7f0471aa8d7bbe638d37f82/images/large/7.jpg not downloaded yet
2026-03-26 22:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252Fcc87341be7f0471aa8d7bbe638d37f82%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/cc87341be7f0471aa8d7bbe638d37f82/images/large/8.jpg not downloaded yet
2026-03-26 22:48:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74931d0>
2026-03-26 22:48:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ddff47d6-5050-544d-ad30-948e8dfbc96a/ddff47d6-5050-544d-ad30-948e8dfbc96a_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2aa%252Fa5c038273a7246ba90cd96a477fe03a1%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2aa/a5c038273a7246ba90cd96a477fe03a1/images/large/10.jpg saved to cache
2026-03-26 22:48:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item ddff47d6-5050-544d-ad30-948e8dfbc96a
2026-03-26 22:48:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ex/192d907613794bda9091173ab1e4234a/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ex/192d907613794bda9091173ab1e4234a/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252Fcc87341be7f0471aa8d7bbe638d37f82%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/cc87341be7f0471aa8d7bbe638d37f82/images/large/9.jpg not downloaded yet
2026-03-26 22:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252Fcc87341be7f0471aa8d7bbe638d37f82%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/cc87341be7f0471aa8d7bbe638d37f82/images/large/10.jpg not downloaded yet
2026-03-26 22:48:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7403750>
2026-03-26 22:48:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9d0061d6-9db7-5a3a-8d11-0e874fdca899/9d0061d6-9db7-5a3a-8d11-0e874fdca899_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:48:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ex%252F192d907613794bda9091173ab1e4234a%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ex/192d907613794bda9091173ab1e4234a/images/large/1.jpg saved to cache
2026-03-26 22:48:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 9d0061d6-9db7-5a3a-8d11-0e874fdca899
2026-03-26 22:48:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b741da90>
2026-03-26 22:48:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ddff47d6-5050-544d-ad30-948e8dfbc96a/ddff47d6-5050-544d-ad30-948e8dfbc96a_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:48:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2aa%252Fa5c038273a7246ba90cd96a477fe03a1%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2aa/a5c038273a7246ba90cd96a477fe03a1/images/large/8.jpg saved to cache
2026-03-26 22:48:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item ddff47d6-5050-544d-ad30-948e8dfbc96a
2026-03-26 22:48:31 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ddff47d6-5050-544d-ad30-948e8dfbc96a, skipping ID generation
2026-03-26 22:48:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ddff47d6-5050-544d-ad30-948e8dfbc96a with scrape type 1
2026-03-26 22:48:31 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ddff47d6-5050-544d-ad30-948e8dfbc96a sending to next pipeline
2026-03-26 22:48:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: ddff47d6-5050-544d-ad30-948e8dfbc96a, identifier: 1986134
2026-03-26 22:48:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b72ee990>
2026-03-26 22:48:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9d0061d6-9db7-5a3a-8d11-0e874fdca899/9d0061d6-9db7-5a3a-8d11-0e874fdca899_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:48:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ex%252F192d907613794bda9091173ab1e4234a%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ex/192d907613794bda9091173ab1e4234a/images/large/2.jpg saved to cache
2026-03-26 22:48:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 9d0061d6-9db7-5a3a-8d11-0e874fdca899
2026-03-26 22:48:31 [ayvens.be] INFO: Found listing with ID: 1986137
2026-03-26 22:48:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986137%27 HTTP/1.1" 200 None
2026-03-26 22:48:31 [ayvens.be] INFO: Scrape type for 1986137: 1
2026-03-26 22:48:31 [ayvens.be] INFO: Extracting data for car ID: 1986137
2026-03-26 22:48:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9bab4716-979a-5109-af4a-c59a4b3a7c60 with identifier: 1986137
2026-03-26 22:48:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9bab4716-979a-5109-af4a-c59a4b3a7c60 with scrape type 1
2026-03-26 22:48:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 9bab4716-979a-5109-af4a-c59a4b3a7c60
2026-03-26 22:48:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F0302e89491a44a56bea8c9af7253d403%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/0302e89491a44a56bea8c9af7253d403/images/large/1.jpg not downloaded yet
2026-03-26 22:48:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: ddff47d6-5050-544d-ad30-948e8dfbc96a with identifier: 1986134
2026-03-26 22:48:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: ddff47d6-5050-544d-ad30-948e8dfbc96a with identifier: 1986134
2026-03-26 22:48:31 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: ddff47d6-5050-544d-ad30-948e8dfbc96a with identifier: 1986134 to the API
2026-03-26 22:48:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:48:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:48:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2aa/a5c038273a7246ba90cd96a477fe03a1/images/large/8.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'petrol',
'id': 'ddff47d6-5050-544d-ad30-948e8dfbc96a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '5008',
'odometer': 134297,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 17,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ddff47d6-5050-544d-ad30-948e8dfbc96a/ddff47d6-5050-544d-ad30-948e8dfbc96a_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 662437,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2aa/a5c038273a7246ba90cd96a477fe03a1/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ddff47d6-5050-544d-ad30-948e8dfbc96a/ddff47d6-5050-544d-ad30-948e8dfbc96a_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 673398,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2aa/a5c038273a7246ba90cd96a477fe03a1/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ddff47d6-5050-544d-ad30-948e8dfbc96a/ddff47d6-5050-544d-ad30-948e8dfbc96a_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 549474,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2aa/a5c038273a7246ba90cd96a477fe03a1/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ddff47d6-5050-544d-ad30-948e8dfbc96a/ddff47d6-5050-544d-ad30-948e8dfbc96a_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 695820,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2aa/a5c038273a7246ba90cd96a477fe03a1/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ddff47d6-5050-544d-ad30-948e8dfbc96a/ddff47d6-5050-544d-ad30-948e8dfbc96a_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 586838,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2aa/a5c038273a7246ba90cd96a477fe03a1/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ddff47d6-5050-544d-ad30-948e8dfbc96a/ddff47d6-5050-544d-ad30-948e8dfbc96a_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 558500,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2aa/a5c038273a7246ba90cd96a477fe03a1/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ddff47d6-5050-544d-ad30-948e8dfbc96a/ddff47d6-5050-544d-ad30-948e8dfbc96a_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 664509,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2aa/a5c038273a7246ba90cd96a477fe03a1/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ddff47d6-5050-544d-ad30-948e8dfbc96a/ddff47d6-5050-544d-ad30-948e8dfbc96a_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 704368,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2aa/a5c038273a7246ba90cd96a477fe03a1/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ddff47d6-5050-544d-ad30-948e8dfbc96a/ddff47d6-5050-544d-ad30-948e8dfbc96a_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 490094,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2aa/a5c038273a7246ba90cd96a477fe03a1/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ddff47d6-5050-544d-ad30-948e8dfbc96a/ddff47d6-5050-544d-ad30-948e8dfbc96a_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 581740,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2aa/a5c038273a7246ba90cd96a477fe03a1/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-27',
'seats_number': 7,
'seller_name': None,
'title': 'PEUGEOT 5008 1.2 PURETECH 130 AUTO ACTIVE PACK',
'transmission': 'automatic',
'trim': '1.2 PURETECH 130 AUTO ACTIVE PACK',
'vin': None,
'year': 2021}
2026-03-26 22:48:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986134%27 HTTP/1.1" 200 None
2026-03-26 22:48:31 [ayvens.be] INFO: Saving data for 1986134: {'created_time': 1774565311.938708, 'last_price_update_time': 1774565311.938717, 'auction_closing_time': 1775028600.0}
2026-03-26 22:48:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986134') HTTP/1.1" 204 0
2026-03-26 22:48:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ex/192d907613794bda9091173ab1e4234a/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ex/192d907613794bda9091173ab1e4234a/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ex/192d907613794bda9091173ab1e4234a/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F0302e89491a44a56bea8c9af7253d403%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/0302e89491a44a56bea8c9af7253d403/images/large/2.jpg not downloaded yet
2026-03-26 22:48:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F0302e89491a44a56bea8c9af7253d403%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/0302e89491a44a56bea8c9af7253d403/images/large/3.jpg not downloaded yet
2026-03-26 22:48:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6deffd0>
2026-03-26 22:48:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9d0061d6-9db7-5a3a-8d11-0e874fdca899/9d0061d6-9db7-5a3a-8d11-0e874fdca899_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ex%252F192d907613794bda9091173ab1e4234a%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ex/192d907613794bda9091173ab1e4234a/images/large/4.jpg saved to cache
2026-03-26 22:48:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 9d0061d6-9db7-5a3a-8d11-0e874fdca899
2026-03-26 22:48:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b72fda10>
2026-03-26 22:48:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9d0061d6-9db7-5a3a-8d11-0e874fdca899/9d0061d6-9db7-5a3a-8d11-0e874fdca899_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ex%252F192d907613794bda9091173ab1e4234a%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ex/192d907613794bda9091173ab1e4234a/images/large/3.jpg saved to cache
2026-03-26 22:48:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 9d0061d6-9db7-5a3a-8d11-0e874fdca899
2026-03-26 22:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F0302e89491a44a56bea8c9af7253d403%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/0302e89491a44a56bea8c9af7253d403/images/large/4.jpg not downloaded yet
2026-03-26 22:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F0302e89491a44a56bea8c9af7253d403%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/0302e89491a44a56bea8c9af7253d403/images/large/5.jpg not downloaded yet
2026-03-26 22:48:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ex/192d907613794bda9091173ab1e4234a/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ex/192d907613794bda9091173ab1e4234a/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74069d0>
2026-03-26 22:48:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9d0061d6-9db7-5a3a-8d11-0e874fdca899/9d0061d6-9db7-5a3a-8d11-0e874fdca899_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ex%252F192d907613794bda9091173ab1e4234a%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ex/192d907613794bda9091173ab1e4234a/images/large/5.jpg saved to cache
2026-03-26 22:48:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 9d0061d6-9db7-5a3a-8d11-0e874fdca899
2026-03-26 22:48:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cc8a10>
2026-03-26 22:48:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9d0061d6-9db7-5a3a-8d11-0e874fdca899/9d0061d6-9db7-5a3a-8d11-0e874fdca899_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ex%252F192d907613794bda9091173ab1e4234a%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ex/192d907613794bda9091173ab1e4234a/images/large/7.jpg saved to cache
2026-03-26 22:48:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 9d0061d6-9db7-5a3a-8d11-0e874fdca899
2026-03-26 22:48:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b78a9dd0>
2026-03-26 22:48:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9d0061d6-9db7-5a3a-8d11-0e874fdca899/9d0061d6-9db7-5a3a-8d11-0e874fdca899_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ex%252F192d907613794bda9091173ab1e4234a%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ex/192d907613794bda9091173ab1e4234a/images/large/6.jpg saved to cache
2026-03-26 22:48:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 9d0061d6-9db7-5a3a-8d11-0e874fdca899
2026-03-26 22:48:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/cc87341be7f0471aa8d7bbe638d37f82/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/cc87341be7f0471aa8d7bbe638d37f82/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F0302e89491a44a56bea8c9af7253d403%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/0302e89491a44a56bea8c9af7253d403/images/large/6.jpg not downloaded yet
2026-03-26 22:48:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ex/192d907613794bda9091173ab1e4234a/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F0302e89491a44a56bea8c9af7253d403%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/0302e89491a44a56bea8c9af7253d403/images/large/7.jpg not downloaded yet
2026-03-26 22:48:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/cc87341be7f0471aa8d7bbe638d37f82/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F0302e89491a44a56bea8c9af7253d403%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/0302e89491a44a56bea8c9af7253d403/images/large/8.jpg not downloaded yet
2026-03-26 22:48:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cc8590>
2026-03-26 22:48:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9d0061d6-9db7-5a3a-8d11-0e874fdca899/9d0061d6-9db7-5a3a-8d11-0e874fdca899_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ex%252F192d907613794bda9091173ab1e4234a%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ex/192d907613794bda9091173ab1e4234a/images/large/8.jpg saved to cache
2026-03-26 22:48:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 9d0061d6-9db7-5a3a-8d11-0e874fdca899
2026-03-26 22:48:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79d7f10>
2026-03-26 22:48:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9d0061d6-9db7-5a3a-8d11-0e874fdca899/9d0061d6-9db7-5a3a-8d11-0e874fdca899_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ex%252F192d907613794bda9091173ab1e4234a%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ex/192d907613794bda9091173ab1e4234a/images/large/9.jpg saved to cache
2026-03-26 22:48:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 9d0061d6-9db7-5a3a-8d11-0e874fdca899
2026-03-26 22:48:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/cc87341be7f0471aa8d7bbe638d37f82/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/cc87341be7f0471aa8d7bbe638d37f82/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F0302e89491a44a56bea8c9af7253d403%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/0302e89491a44a56bea8c9af7253d403/images/large/9.jpg not downloaded yet
2026-03-26 22:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F0302e89491a44a56bea8c9af7253d403%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/0302e89491a44a56bea8c9af7253d403/images/large/10.jpg not downloaded yet
2026-03-26 22:48:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c971d0>
2026-03-26 22:48:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_96c1c752-3a76-5b5d-a2bb-987e8e789495/96c1c752-3a76-5b5d-a2bb-987e8e789495_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252Fcc87341be7f0471aa8d7bbe638d37f82%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/cc87341be7f0471aa8d7bbe638d37f82/images/large/2.jpg saved to cache
2026-03-26 22:48:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 96c1c752-3a76-5b5d-a2bb-987e8e789495
2026-03-26 22:48:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7877b90>
2026-03-26 22:48:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_96c1c752-3a76-5b5d-a2bb-987e8e789495/96c1c752-3a76-5b5d-a2bb-987e8e789495_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252Fcc87341be7f0471aa8d7bbe638d37f82%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/cc87341be7f0471aa8d7bbe638d37f82/images/large/1.jpg saved to cache
2026-03-26 22:48:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 96c1c752-3a76-5b5d-a2bb-987e8e789495
2026-03-26 22:48:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7660a10>
2026-03-26 22:48:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9d0061d6-9db7-5a3a-8d11-0e874fdca899/9d0061d6-9db7-5a3a-8d11-0e874fdca899_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ex%252F192d907613794bda9091173ab1e4234a%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ex/192d907613794bda9091173ab1e4234a/images/large/10.jpg saved to cache
2026-03-26 22:48:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 9d0061d6-9db7-5a3a-8d11-0e874fdca899
2026-03-26 22:48:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9d0061d6-9db7-5a3a-8d11-0e874fdca899, skipping ID generation
2026-03-26 22:48:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9d0061d6-9db7-5a3a-8d11-0e874fdca899 with scrape type 1
2026-03-26 22:48:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9d0061d6-9db7-5a3a-8d11-0e874fdca899 sending to next pipeline
2026-03-26 22:48:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 9d0061d6-9db7-5a3a-8d11-0e874fdca899, identifier: 1986135
2026-03-26 22:48:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74e5190>
2026-03-26 22:48:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_96c1c752-3a76-5b5d-a2bb-987e8e789495/96c1c752-3a76-5b5d-a2bb-987e8e789495_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252Fcc87341be7f0471aa8d7bbe638d37f82%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/cc87341be7f0471aa8d7bbe638d37f82/images/large/6.jpg saved to cache
2026-03-26 22:48:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 96c1c752-3a76-5b5d-a2bb-987e8e789495
2026-03-26 22:48:33 [ayvens.be] INFO: Found listing with ID: 1986138
2026-03-26 22:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986138%27 HTTP/1.1" 200 None
2026-03-26 22:48:33 [ayvens.be] INFO: Scrape type for 1986138: 1
2026-03-26 22:48:33 [ayvens.be] INFO: Extracting data for car ID: 1986138
2026-03-26 22:48:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f45ec6cc-abd5-5d95-88a5-82e3ee205a1c with identifier: 1986138
2026-03-26 22:48:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f45ec6cc-abd5-5d95-88a5-82e3ee205a1c with scrape type 1
2026-03-26 22:48:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item f45ec6cc-abd5-5d95-88a5-82e3ee205a1c
2026-03-26 22:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F146e11c744584b6eb706d6bf9256fa40%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/146e11c744584b6eb706d6bf9256fa40/images/large/1.jpg not downloaded yet
2026-03-26 22:48:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 9d0061d6-9db7-5a3a-8d11-0e874fdca899 with identifier: 1986135
2026-03-26 22:48:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 9d0061d6-9db7-5a3a-8d11-0e874fdca899 with identifier: 1986135
2026-03-26 22:48:33 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 9d0061d6-9db7-5a3a-8d11-0e874fdca899 with identifier: 1986135 to the API
2026-03-26 22:48:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:48:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:48:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2ex/192d907613794bda9091173ab1e4234a/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'petrol',
'id': '9d0061d6-9db7-5a3a-8d11-0e874fdca899',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'VOLVO',
'model': 'XC40',
'odometer': 26773,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 21,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9d0061d6-9db7-5a3a-8d11-0e874fdca899/9d0061d6-9db7-5a3a-8d11-0e874fdca899_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 690533,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ex/192d907613794bda9091173ab1e4234a/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9d0061d6-9db7-5a3a-8d11-0e874fdca899/9d0061d6-9db7-5a3a-8d11-0e874fdca899_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 670564,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ex/192d907613794bda9091173ab1e4234a/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9d0061d6-9db7-5a3a-8d11-0e874fdca899/9d0061d6-9db7-5a3a-8d11-0e874fdca899_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 695680,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ex/192d907613794bda9091173ab1e4234a/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9d0061d6-9db7-5a3a-8d11-0e874fdca899/9d0061d6-9db7-5a3a-8d11-0e874fdca899_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 701940,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ex/192d907613794bda9091173ab1e4234a/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9d0061d6-9db7-5a3a-8d11-0e874fdca899/9d0061d6-9db7-5a3a-8d11-0e874fdca899_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 668202,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ex/192d907613794bda9091173ab1e4234a/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9d0061d6-9db7-5a3a-8d11-0e874fdca899/9d0061d6-9db7-5a3a-8d11-0e874fdca899_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 760491,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ex/192d907613794bda9091173ab1e4234a/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9d0061d6-9db7-5a3a-8d11-0e874fdca899/9d0061d6-9db7-5a3a-8d11-0e874fdca899_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 617195,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ex/192d907613794bda9091173ab1e4234a/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9d0061d6-9db7-5a3a-8d11-0e874fdca899/9d0061d6-9db7-5a3a-8d11-0e874fdca899_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 862435,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ex/192d907613794bda9091173ab1e4234a/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9d0061d6-9db7-5a3a-8d11-0e874fdca899/9d0061d6-9db7-5a3a-8d11-0e874fdca899_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 860241,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ex/192d907613794bda9091173ab1e4234a/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9d0061d6-9db7-5a3a-8d11-0e874fdca899/9d0061d6-9db7-5a3a-8d11-0e874fdca899_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 741221,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ex/192d907613794bda9091173ab1e4234a/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-03-04',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC40 1.5 T2 PLUS LIMITED EDITION AUTO',
'transmission': 'automatic',
'trim': '1.5 T2 PLUS LIMITED EDITION AUTO',
'vin': None,
'year': 2024}
2026-03-26 22:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986135%27 HTTP/1.1" 200 None
2026-03-26 22:48:33 [ayvens.be] INFO: Saving data for 1986135: {'created_time': 1774565313.661698, 'last_price_update_time': 1774565313.661707, 'auction_closing_time': 1775028600.0}
2026-03-26 22:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986135') HTTP/1.1" 204 0
2026-03-26 22:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F146e11c744584b6eb706d6bf9256fa40%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/146e11c744584b6eb706d6bf9256fa40/images/large/2.jpg not downloaded yet
2026-03-26 22:48:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/cc87341be7f0471aa8d7bbe638d37f82/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/cc87341be7f0471aa8d7bbe638d37f82/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/cc87341be7f0471aa8d7bbe638d37f82/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F146e11c744584b6eb706d6bf9256fa40%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/146e11c744584b6eb706d6bf9256fa40/images/large/3.jpg not downloaded yet
2026-03-26 22:48:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e3fb10>
2026-03-26 22:48:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_96c1c752-3a76-5b5d-a2bb-987e8e789495/96c1c752-3a76-5b5d-a2bb-987e8e789495_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252Fcc87341be7f0471aa8d7bbe638d37f82%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/cc87341be7f0471aa8d7bbe638d37f82/images/large/3.jpg saved to cache
2026-03-26 22:48:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 96c1c752-3a76-5b5d-a2bb-987e8e789495
2026-03-26 22:48:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74b7850>
2026-03-26 22:48:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_96c1c752-3a76-5b5d-a2bb-987e8e789495/96c1c752-3a76-5b5d-a2bb-987e8e789495_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252Fcc87341be7f0471aa8d7bbe638d37f82%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/cc87341be7f0471aa8d7bbe638d37f82/images/large/4.jpg saved to cache
2026-03-26 22:48:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 96c1c752-3a76-5b5d-a2bb-987e8e789495
2026-03-26 22:48:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/cc87341be7f0471aa8d7bbe638d37f82/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/cc87341be7f0471aa8d7bbe638d37f82/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F146e11c744584b6eb706d6bf9256fa40%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/146e11c744584b6eb706d6bf9256fa40/images/large/4.jpg not downloaded yet
2026-03-26 22:48:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/0302e89491a44a56bea8c9af7253d403/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F146e11c744584b6eb706d6bf9256fa40%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/146e11c744584b6eb706d6bf9256fa40/images/large/5.jpg not downloaded yet
2026-03-26 22:48:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/0302e89491a44a56bea8c9af7253d403/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/0302e89491a44a56bea8c9af7253d403/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7428d50>
2026-03-26 22:48:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_96c1c752-3a76-5b5d-a2bb-987e8e789495/96c1c752-3a76-5b5d-a2bb-987e8e789495_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:48:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252Fcc87341be7f0471aa8d7bbe638d37f82%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/cc87341be7f0471aa8d7bbe638d37f82/images/large/9.jpg saved to cache
2026-03-26 22:48:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 96c1c752-3a76-5b5d-a2bb-987e8e789495
2026-03-26 22:48:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77d4ad0>
2026-03-26 22:48:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_96c1c752-3a76-5b5d-a2bb-987e8e789495/96c1c752-3a76-5b5d-a2bb-987e8e789495_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:48:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252Fcc87341be7f0471aa8d7bbe638d37f82%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/cc87341be7f0471aa8d7bbe638d37f82/images/large/5.jpg saved to cache
2026-03-26 22:48:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 96c1c752-3a76-5b5d-a2bb-987e8e789495
2026-03-26 22:48:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74e4a50>
2026-03-26 22:48:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_96c1c752-3a76-5b5d-a2bb-987e8e789495/96c1c752-3a76-5b5d-a2bb-987e8e789495_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:48:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252Fcc87341be7f0471aa8d7bbe638d37f82%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/cc87341be7f0471aa8d7bbe638d37f82/images/large/10.jpg saved to cache
2026-03-26 22:48:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 96c1c752-3a76-5b5d-a2bb-987e8e789495
2026-03-26 22:48:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F146e11c744584b6eb706d6bf9256fa40%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/146e11c744584b6eb706d6bf9256fa40/images/large/6.jpg not downloaded yet
2026-03-26 22:48:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F146e11c744584b6eb706d6bf9256fa40%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/146e11c744584b6eb706d6bf9256fa40/images/large/7.jpg not downloaded yet
2026-03-26 22:48:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F146e11c744584b6eb706d6bf9256fa40%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/146e11c744584b6eb706d6bf9256fa40/images/large/8.jpg not downloaded yet
2026-03-26 22:48:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74390d0>
2026-03-26 22:48:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_96c1c752-3a76-5b5d-a2bb-987e8e789495/96c1c752-3a76-5b5d-a2bb-987e8e789495_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:48:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252Fcc87341be7f0471aa8d7bbe638d37f82%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/cc87341be7f0471aa8d7bbe638d37f82/images/large/7.jpg saved to cache
2026-03-26 22:48:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 96c1c752-3a76-5b5d-a2bb-987e8e789495
2026-03-26 22:48:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7585f10>
2026-03-26 22:48:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_96c1c752-3a76-5b5d-a2bb-987e8e789495/96c1c752-3a76-5b5d-a2bb-987e8e789495_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:48:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252Fcc87341be7f0471aa8d7bbe638d37f82%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/cc87341be7f0471aa8d7bbe638d37f82/images/large/8.jpg saved to cache
2026-03-26 22:48:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 96c1c752-3a76-5b5d-a2bb-987e8e789495
2026-03-26 22:48:34 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 96c1c752-3a76-5b5d-a2bb-987e8e789495, skipping ID generation
2026-03-26 22:48:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 96c1c752-3a76-5b5d-a2bb-987e8e789495 with scrape type 1
2026-03-26 22:48:34 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 96c1c752-3a76-5b5d-a2bb-987e8e789495 sending to next pipeline
2026-03-26 22:48:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 96c1c752-3a76-5b5d-a2bb-987e8e789495, identifier: 1986136
2026-03-26 22:48:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76c6910>
2026-03-26 22:48:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9bab4716-979a-5109-af4a-c59a4b3a7c60/9bab4716-979a-5109-af4a-c59a4b3a7c60_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:48:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F0302e89491a44a56bea8c9af7253d403%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/0302e89491a44a56bea8c9af7253d403/images/large/3.jpg saved to cache
2026-03-26 22:48:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 9bab4716-979a-5109-af4a-c59a4b3a7c60
2026-03-26 22:48:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74b7350>
2026-03-26 22:48:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9bab4716-979a-5109-af4a-c59a4b3a7c60/9bab4716-979a-5109-af4a-c59a4b3a7c60_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:48:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F0302e89491a44a56bea8c9af7253d403%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/0302e89491a44a56bea8c9af7253d403/images/large/1.jpg saved to cache
2026-03-26 22:48:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 9bab4716-979a-5109-af4a-c59a4b3a7c60
2026-03-26 22:48:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7688690>
2026-03-26 22:48:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9bab4716-979a-5109-af4a-c59a4b3a7c60/9bab4716-979a-5109-af4a-c59a4b3a7c60_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:48:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F0302e89491a44a56bea8c9af7253d403%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/0302e89491a44a56bea8c9af7253d403/images/large/2.jpg saved to cache
2026-03-26 22:48:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 9bab4716-979a-5109-af4a-c59a4b3a7c60
2026-03-26 22:48:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/0302e89491a44a56bea8c9af7253d403/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 96c1c752-3a76-5b5d-a2bb-987e8e789495 with identifier: 1986136
2026-03-26 22:48:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 96c1c752-3a76-5b5d-a2bb-987e8e789495 with identifier: 1986136
2026-03-26 22:48:34 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 96c1c752-3a76-5b5d-a2bb-987e8e789495 with identifier: 1986136 to the API
2026-03-26 22:48:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:48:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:48:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bq/cc87341be7f0471aa8d7bbe638d37f82/images/large/8.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'petrol',
'id': '96c1c752-3a76-5b5d-a2bb-987e8e789495',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'A3 SPORTBACK',
'odometer': 103732,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 15,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_96c1c752-3a76-5b5d-a2bb-987e8e789495/96c1c752-3a76-5b5d-a2bb-987e8e789495_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 611828,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/cc87341be7f0471aa8d7bbe638d37f82/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_96c1c752-3a76-5b5d-a2bb-987e8e789495/96c1c752-3a76-5b5d-a2bb-987e8e789495_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 627255,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/cc87341be7f0471aa8d7bbe638d37f82/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_96c1c752-3a76-5b5d-a2bb-987e8e789495/96c1c752-3a76-5b5d-a2bb-987e8e789495_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 594307,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/cc87341be7f0471aa8d7bbe638d37f82/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_96c1c752-3a76-5b5d-a2bb-987e8e789495/96c1c752-3a76-5b5d-a2bb-987e8e789495_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 698496,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/cc87341be7f0471aa8d7bbe638d37f82/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_96c1c752-3a76-5b5d-a2bb-987e8e789495/96c1c752-3a76-5b5d-a2bb-987e8e789495_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 560443,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/cc87341be7f0471aa8d7bbe638d37f82/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_96c1c752-3a76-5b5d-a2bb-987e8e789495/96c1c752-3a76-5b5d-a2bb-987e8e789495_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 580702,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/cc87341be7f0471aa8d7bbe638d37f82/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_96c1c752-3a76-5b5d-a2bb-987e8e789495/96c1c752-3a76-5b5d-a2bb-987e8e789495_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 637926,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/cc87341be7f0471aa8d7bbe638d37f82/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_96c1c752-3a76-5b5d-a2bb-987e8e789495/96c1c752-3a76-5b5d-a2bb-987e8e789495_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 701532,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/cc87341be7f0471aa8d7bbe638d37f82/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_96c1c752-3a76-5b5d-a2bb-987e8e789495/96c1c752-3a76-5b5d-a2bb-987e8e789495_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 471307,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/cc87341be7f0471aa8d7bbe638d37f82/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_96c1c752-3a76-5b5d-a2bb-987e8e789495/96c1c752-3a76-5b5d-a2bb-987e8e789495_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 553429,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/cc87341be7f0471aa8d7bbe638d37f82/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-21',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A3 SPORTBACK 1.0 30 TFSI 81KW S TRONIC S LINE BUS. ED',
'transmission': 'automatic',
'trim': '1.0 30 TFSI 81KW S TRONIC S LINE BUS. ED',
'vin': None,
'year': 2022}
2026-03-26 22:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986136%27 HTTP/1.1" 200 None
2026-03-26 22:48:35 [ayvens.be] INFO: Saving data for 1986136: {'created_time': 1774565315.218728, 'last_price_update_time': 1774565315.218738, 'auction_closing_time': 1775028600.0}
2026-03-26 22:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986136') HTTP/1.1" 204 0
2026-03-26 22:48:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/0302e89491a44a56bea8c9af7253d403/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/0302e89491a44a56bea8c9af7253d403/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F146e11c744584b6eb706d6bf9256fa40%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/146e11c744584b6eb706d6bf9256fa40/images/large/9.jpg not downloaded yet
2026-03-26 22:48:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/0302e89491a44a56bea8c9af7253d403/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F146e11c744584b6eb706d6bf9256fa40%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/146e11c744584b6eb706d6bf9256fa40/images/large/10.jpg not downloaded yet
2026-03-26 22:48:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/0302e89491a44a56bea8c9af7253d403/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/146e11c744584b6eb706d6bf9256fa40/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7458390>
2026-03-26 22:48:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9bab4716-979a-5109-af4a-c59a4b3a7c60/9bab4716-979a-5109-af4a-c59a4b3a7c60_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F0302e89491a44a56bea8c9af7253d403%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/0302e89491a44a56bea8c9af7253d403/images/large/6.jpg saved to cache
2026-03-26 22:48:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 9bab4716-979a-5109-af4a-c59a4b3a7c60
2026-03-26 22:48:35 [ayvens.be] INFO: Found listing with ID: 1986139
2026-03-26 22:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986139%27 HTTP/1.1" 200 None
2026-03-26 22:48:35 [ayvens.be] INFO: Scrape type for 1986139: 1
2026-03-26 22:48:35 [ayvens.be] INFO: Extracting data for car ID: 1986139
2026-03-26 22:48:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 66f2381e-79cd-5692-83e0-61e55f83ca28 with identifier: 1986139
2026-03-26 22:48:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66f2381e-79cd-5692-83e0-61e55f83ca28 with scrape type 1
2026-03-26 22:48:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 66f2381e-79cd-5692-83e0-61e55f83ca28
2026-03-26 22:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Ff735fa9ebfa840e3a3766bb8dd378b95%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/f735fa9ebfa840e3a3766bb8dd378b95/images/large/1.jpg not downloaded yet
2026-03-26 22:48:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/0302e89491a44a56bea8c9af7253d403/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/0302e89491a44a56bea8c9af7253d403/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Ff735fa9ebfa840e3a3766bb8dd378b95%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/f735fa9ebfa840e3a3766bb8dd378b95/images/large/2.jpg not downloaded yet
2026-03-26 22:48:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cca950>
2026-03-26 22:48:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9bab4716-979a-5109-af4a-c59a4b3a7c60/9bab4716-979a-5109-af4a-c59a4b3a7c60_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F0302e89491a44a56bea8c9af7253d403%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/0302e89491a44a56bea8c9af7253d403/images/large/8.jpg saved to cache
2026-03-26 22:48:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 9bab4716-979a-5109-af4a-c59a4b3a7c60
2026-03-26 22:48:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6d81cd0>
2026-03-26 22:48:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9bab4716-979a-5109-af4a-c59a4b3a7c60/9bab4716-979a-5109-af4a-c59a4b3a7c60_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F0302e89491a44a56bea8c9af7253d403%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/0302e89491a44a56bea8c9af7253d403/images/large/7.jpg saved to cache
2026-03-26 22:48:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 9bab4716-979a-5109-af4a-c59a4b3a7c60
2026-03-26 22:48:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/146e11c744584b6eb706d6bf9256fa40/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/146e11c744584b6eb706d6bf9256fa40/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/146e11c744584b6eb706d6bf9256fa40/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Ff735fa9ebfa840e3a3766bb8dd378b95%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/f735fa9ebfa840e3a3766bb8dd378b95/images/large/3.jpg not downloaded yet
2026-03-26 22:48:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7495850>
2026-03-26 22:48:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9bab4716-979a-5109-af4a-c59a4b3a7c60/9bab4716-979a-5109-af4a-c59a4b3a7c60_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F0302e89491a44a56bea8c9af7253d403%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/0302e89491a44a56bea8c9af7253d403/images/large/5.jpg saved to cache
2026-03-26 22:48:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 9bab4716-979a-5109-af4a-c59a4b3a7c60
2026-03-26 22:48:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77e9dd0>
2026-03-26 22:48:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9bab4716-979a-5109-af4a-c59a4b3a7c60/9bab4716-979a-5109-af4a-c59a4b3a7c60_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F0302e89491a44a56bea8c9af7253d403%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/0302e89491a44a56bea8c9af7253d403/images/large/4.jpg saved to cache
2026-03-26 22:48:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 9bab4716-979a-5109-af4a-c59a4b3a7c60
2026-03-26 22:48:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7268850>
2026-03-26 22:48:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f45ec6cc-abd5-5d95-88a5-82e3ee205a1c/f45ec6cc-abd5-5d95-88a5-82e3ee205a1c_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F146e11c744584b6eb706d6bf9256fa40%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/146e11c744584b6eb706d6bf9256fa40/images/large/1.jpg saved to cache
2026-03-26 22:48:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item f45ec6cc-abd5-5d95-88a5-82e3ee205a1c
2026-03-26 22:48:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/146e11c744584b6eb706d6bf9256fa40/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Ff735fa9ebfa840e3a3766bb8dd378b95%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/f735fa9ebfa840e3a3766bb8dd378b95/images/large/4.jpg not downloaded yet
2026-03-26 22:48:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b741d990>
2026-03-26 22:48:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9bab4716-979a-5109-af4a-c59a4b3a7c60/9bab4716-979a-5109-af4a-c59a4b3a7c60_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F0302e89491a44a56bea8c9af7253d403%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/0302e89491a44a56bea8c9af7253d403/images/large/9.jpg saved to cache
2026-03-26 22:48:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 9bab4716-979a-5109-af4a-c59a4b3a7c60
2026-03-26 22:48:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c5ed90>
2026-03-26 22:48:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9bab4716-979a-5109-af4a-c59a4b3a7c60/9bab4716-979a-5109-af4a-c59a4b3a7c60_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F0302e89491a44a56bea8c9af7253d403%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/0302e89491a44a56bea8c9af7253d403/images/large/10.jpg saved to cache
2026-03-26 22:48:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 9bab4716-979a-5109-af4a-c59a4b3a7c60
2026-03-26 22:48:36 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9bab4716-979a-5109-af4a-c59a4b3a7c60, skipping ID generation
2026-03-26 22:48:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9bab4716-979a-5109-af4a-c59a4b3a7c60 with scrape type 1
2026-03-26 22:48:36 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9bab4716-979a-5109-af4a-c59a4b3a7c60 sending to next pipeline
2026-03-26 22:48:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 9bab4716-979a-5109-af4a-c59a4b3a7c60, identifier: 1986137
2026-03-26 22:48:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7874390>
2026-03-26 22:48:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f45ec6cc-abd5-5d95-88a5-82e3ee205a1c/f45ec6cc-abd5-5d95-88a5-82e3ee205a1c_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F146e11c744584b6eb706d6bf9256fa40%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/146e11c744584b6eb706d6bf9256fa40/images/large/2.jpg saved to cache
2026-03-26 22:48:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item f45ec6cc-abd5-5d95-88a5-82e3ee205a1c
2026-03-26 22:48:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74acf90>
2026-03-26 22:48:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f45ec6cc-abd5-5d95-88a5-82e3ee205a1c/f45ec6cc-abd5-5d95-88a5-82e3ee205a1c_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F146e11c744584b6eb706d6bf9256fa40%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/146e11c744584b6eb706d6bf9256fa40/images/large/3.jpg saved to cache
2026-03-26 22:48:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item f45ec6cc-abd5-5d95-88a5-82e3ee205a1c
2026-03-26 22:48:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6ded550>
2026-03-26 22:48:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f45ec6cc-abd5-5d95-88a5-82e3ee205a1c/f45ec6cc-abd5-5d95-88a5-82e3ee205a1c_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F146e11c744584b6eb706d6bf9256fa40%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/146e11c744584b6eb706d6bf9256fa40/images/large/4.jpg saved to cache
2026-03-26 22:48:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item f45ec6cc-abd5-5d95-88a5-82e3ee205a1c
2026-03-26 22:48:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/146e11c744584b6eb706d6bf9256fa40/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/146e11c744584b6eb706d6bf9256fa40/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Ff735fa9ebfa840e3a3766bb8dd378b95%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/f735fa9ebfa840e3a3766bb8dd378b95/images/large/5.jpg not downloaded yet
2026-03-26 22:48:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 9bab4716-979a-5109-af4a-c59a4b3a7c60 with identifier: 1986137
2026-03-26 22:48:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 9bab4716-979a-5109-af4a-c59a4b3a7c60 with identifier: 1986137
2026-03-26 22:48:36 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 9bab4716-979a-5109-af4a-c59a4b3a7c60 with identifier: 1986137 to the API
2026-03-26 22:48:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:48:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:48:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bp/0302e89491a44a56bea8c9af7253d403/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'diesel',
'id': '9bab4716-979a-5109-af4a-c59a4b3a7c60',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '3008',
'odometer': 120500,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 14,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9bab4716-979a-5109-af4a-c59a4b3a7c60/9bab4716-979a-5109-af4a-c59a4b3a7c60_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 543073,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/0302e89491a44a56bea8c9af7253d403/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9bab4716-979a-5109-af4a-c59a4b3a7c60/9bab4716-979a-5109-af4a-c59a4b3a7c60_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 533048,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/0302e89491a44a56bea8c9af7253d403/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9bab4716-979a-5109-af4a-c59a4b3a7c60/9bab4716-979a-5109-af4a-c59a4b3a7c60_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 490263,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/0302e89491a44a56bea8c9af7253d403/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9bab4716-979a-5109-af4a-c59a4b3a7c60/9bab4716-979a-5109-af4a-c59a4b3a7c60_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 541889,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/0302e89491a44a56bea8c9af7253d403/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9bab4716-979a-5109-af4a-c59a4b3a7c60/9bab4716-979a-5109-af4a-c59a4b3a7c60_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 415169,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/0302e89491a44a56bea8c9af7253d403/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9bab4716-979a-5109-af4a-c59a4b3a7c60/9bab4716-979a-5109-af4a-c59a4b3a7c60_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 310969,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/0302e89491a44a56bea8c9af7253d403/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9bab4716-979a-5109-af4a-c59a4b3a7c60/9bab4716-979a-5109-af4a-c59a4b3a7c60_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 344478,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/0302e89491a44a56bea8c9af7253d403/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9bab4716-979a-5109-af4a-c59a4b3a7c60/9bab4716-979a-5109-af4a-c59a4b3a7c60_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 356178,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/0302e89491a44a56bea8c9af7253d403/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9bab4716-979a-5109-af4a-c59a4b3a7c60/9bab4716-979a-5109-af4a-c59a4b3a7c60_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 356976,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/0302e89491a44a56bea8c9af7253d403/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9bab4716-979a-5109-af4a-c59a4b3a7c60/9bab4716-979a-5109-af4a-c59a4b3a7c60_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 343094,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/0302e89491a44a56bea8c9af7253d403/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-02',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 3008 1.5 BLUEHDI S&S EAT8 ACTIVE PACK',
'transmission': 'automatic',
'trim': '1.5 BLUEHDI S&S EAT8 ACTIVE PACK',
'vin': None,
'year': 2022}
2026-03-26 22:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986137%27 HTTP/1.1" 200 None
2026-03-26 22:48:36 [ayvens.be] INFO: Saving data for 1986137: {'created_time': 1774565316.673343, 'last_price_update_time': 1774565316.673352, 'auction_closing_time': 1775028600.0}
2026-03-26 22:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986137') HTTP/1.1" 204 0
2026-03-26 22:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Ff735fa9ebfa840e3a3766bb8dd378b95%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/f735fa9ebfa840e3a3766bb8dd378b95/images/large/6.jpg not downloaded yet
2026-03-26 22:48:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c80490>
2026-03-26 22:48:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f45ec6cc-abd5-5d95-88a5-82e3ee205a1c/f45ec6cc-abd5-5d95-88a5-82e3ee205a1c_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F146e11c744584b6eb706d6bf9256fa40%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/146e11c744584b6eb706d6bf9256fa40/images/large/5.jpg saved to cache
2026-03-26 22:48:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item f45ec6cc-abd5-5d95-88a5-82e3ee205a1c
2026-03-26 22:48:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/146e11c744584b6eb706d6bf9256fa40/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/146e11c744584b6eb706d6bf9256fa40/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79d6c90>
2026-03-26 22:48:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f45ec6cc-abd5-5d95-88a5-82e3ee205a1c/f45ec6cc-abd5-5d95-88a5-82e3ee205a1c_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F146e11c744584b6eb706d6bf9256fa40%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/146e11c744584b6eb706d6bf9256fa40/images/large/7.jpg saved to cache
2026-03-26 22:48:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item f45ec6cc-abd5-5d95-88a5-82e3ee205a1c
2026-03-26 22:48:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c95f50>
2026-03-26 22:48:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f45ec6cc-abd5-5d95-88a5-82e3ee205a1c/f45ec6cc-abd5-5d95-88a5-82e3ee205a1c_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F146e11c744584b6eb706d6bf9256fa40%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/146e11c744584b6eb706d6bf9256fa40/images/large/6.jpg saved to cache
2026-03-26 22:48:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item f45ec6cc-abd5-5d95-88a5-82e3ee205a1c
2026-03-26 22:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Ff735fa9ebfa840e3a3766bb8dd378b95%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/f735fa9ebfa840e3a3766bb8dd378b95/images/large/7.jpg not downloaded yet
2026-03-26 22:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Ff735fa9ebfa840e3a3766bb8dd378b95%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/f735fa9ebfa840e3a3766bb8dd378b95/images/large/8.jpg not downloaded yet
2026-03-26 22:48:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77c8410>
2026-03-26 22:48:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f45ec6cc-abd5-5d95-88a5-82e3ee205a1c/f45ec6cc-abd5-5d95-88a5-82e3ee205a1c_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F146e11c744584b6eb706d6bf9256fa40%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/146e11c744584b6eb706d6bf9256fa40/images/large/9.jpg saved to cache
2026-03-26 22:48:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item f45ec6cc-abd5-5d95-88a5-82e3ee205a1c
2026-03-26 22:48:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b741d1d0>
2026-03-26 22:48:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f45ec6cc-abd5-5d95-88a5-82e3ee205a1c/f45ec6cc-abd5-5d95-88a5-82e3ee205a1c_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F146e11c744584b6eb706d6bf9256fa40%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/146e11c744584b6eb706d6bf9256fa40/images/large/8.jpg saved to cache
2026-03-26 22:48:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item f45ec6cc-abd5-5d95-88a5-82e3ee205a1c
2026-03-26 22:48:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/146e11c744584b6eb706d6bf9256fa40/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Ff735fa9ebfa840e3a3766bb8dd378b95%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/f735fa9ebfa840e3a3766bb8dd378b95/images/large/9.jpg not downloaded yet
2026-03-26 22:48:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/f735fa9ebfa840e3a3766bb8dd378b95/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/f735fa9ebfa840e3a3766bb8dd378b95/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Ff735fa9ebfa840e3a3766bb8dd378b95%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/f735fa9ebfa840e3a3766bb8dd378b95/images/large/10.jpg not downloaded yet
2026-03-26 22:48:37 [ayvens.be] INFO: Found listing with ID: 1986140
2026-03-26 22:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986140%27 HTTP/1.1" 200 None
2026-03-26 22:48:37 [ayvens.be] INFO: Scrape type for 1986140: 1
2026-03-26 22:48:37 [ayvens.be] INFO: Extracting data for car ID: 1986140
2026-03-26 22:48:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d1c9015f-5470-5609-9213-15ee159e682e with identifier: 1986140
2026-03-26 22:48:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d1c9015f-5470-5609-9213-15ee159e682e with scrape type 1
2026-03-26 22:48:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item d1c9015f-5470-5609-9213-15ee159e682e
2026-03-26 22:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F8078a2473ce24e478d0a69f8b24cbb3d%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/8078a2473ce24e478d0a69f8b24cbb3d/images/large/1.jpg not downloaded yet
2026-03-26 22:48:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/f735fa9ebfa840e3a3766bb8dd378b95/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/f735fa9ebfa840e3a3766bb8dd378b95/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/f735fa9ebfa840e3a3766bb8dd378b95/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F8078a2473ce24e478d0a69f8b24cbb3d%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/8078a2473ce24e478d0a69f8b24cbb3d/images/large/2.jpg not downloaded yet
2026-03-26 22:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F8078a2473ce24e478d0a69f8b24cbb3d%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/8078a2473ce24e478d0a69f8b24cbb3d/images/large/3.jpg not downloaded yet
2026-03-26 22:48:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/f735fa9ebfa840e3a3766bb8dd378b95/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F8078a2473ce24e478d0a69f8b24cbb3d%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/8078a2473ce24e478d0a69f8b24cbb3d/images/large/4.jpg not downloaded yet
2026-03-26 22:48:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/f735fa9ebfa840e3a3766bb8dd378b95/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79f9090>
2026-03-26 22:48:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f45ec6cc-abd5-5d95-88a5-82e3ee205a1c/f45ec6cc-abd5-5d95-88a5-82e3ee205a1c_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F146e11c744584b6eb706d6bf9256fa40%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/146e11c744584b6eb706d6bf9256fa40/images/large/10.jpg saved to cache
2026-03-26 22:48:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item f45ec6cc-abd5-5d95-88a5-82e3ee205a1c
2026-03-26 22:48:37 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f45ec6cc-abd5-5d95-88a5-82e3ee205a1c, skipping ID generation
2026-03-26 22:48:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f45ec6cc-abd5-5d95-88a5-82e3ee205a1c with scrape type 1
2026-03-26 22:48:37 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f45ec6cc-abd5-5d95-88a5-82e3ee205a1c sending to next pipeline
2026-03-26 22:48:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: f45ec6cc-abd5-5d95-88a5-82e3ee205a1c, identifier: 1986138
2026-03-26 22:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F8078a2473ce24e478d0a69f8b24cbb3d%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/8078a2473ce24e478d0a69f8b24cbb3d/images/large/5.jpg not downloaded yet
2026-03-26 22:48:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: f45ec6cc-abd5-5d95-88a5-82e3ee205a1c with identifier: 1986138
2026-03-26 22:48:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: f45ec6cc-abd5-5d95-88a5-82e3ee205a1c with identifier: 1986138
2026-03-26 22:48:37 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: f45ec6cc-abd5-5d95-88a5-82e3ee205a1c with identifier: 1986138 to the API
2026-03-26 22:48:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:48:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:48:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bm/146e11c744584b6eb706d6bf9256fa40/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 4,
'engine': '1.9L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'diesel',
'id': 'f45ec6cc-abd5-5d95-88a5-82e3ee205a1c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'CLA',
'odometer': 44358,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 14,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f45ec6cc-abd5-5d95-88a5-82e3ee205a1c/f45ec6cc-abd5-5d95-88a5-82e3ee205a1c_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 246067,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/146e11c744584b6eb706d6bf9256fa40/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f45ec6cc-abd5-5d95-88a5-82e3ee205a1c/f45ec6cc-abd5-5d95-88a5-82e3ee205a1c_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 234587,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/146e11c744584b6eb706d6bf9256fa40/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f45ec6cc-abd5-5d95-88a5-82e3ee205a1c/f45ec6cc-abd5-5d95-88a5-82e3ee205a1c_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 225671,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/146e11c744584b6eb706d6bf9256fa40/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f45ec6cc-abd5-5d95-88a5-82e3ee205a1c/f45ec6cc-abd5-5d95-88a5-82e3ee205a1c_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 232689,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/146e11c744584b6eb706d6bf9256fa40/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f45ec6cc-abd5-5d95-88a5-82e3ee205a1c/f45ec6cc-abd5-5d95-88a5-82e3ee205a1c_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 325863,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/146e11c744584b6eb706d6bf9256fa40/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f45ec6cc-abd5-5d95-88a5-82e3ee205a1c/f45ec6cc-abd5-5d95-88a5-82e3ee205a1c_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 270609,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/146e11c744584b6eb706d6bf9256fa40/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f45ec6cc-abd5-5d95-88a5-82e3ee205a1c/f45ec6cc-abd5-5d95-88a5-82e3ee205a1c_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 282476,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/146e11c744584b6eb706d6bf9256fa40/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f45ec6cc-abd5-5d95-88a5-82e3ee205a1c/f45ec6cc-abd5-5d95-88a5-82e3ee205a1c_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 347479,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/146e11c744584b6eb706d6bf9256fa40/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f45ec6cc-abd5-5d95-88a5-82e3ee205a1c/f45ec6cc-abd5-5d95-88a5-82e3ee205a1c_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 351133,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/146e11c744584b6eb706d6bf9256fa40/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f45ec6cc-abd5-5d95-88a5-82e3ee205a1c/f45ec6cc-abd5-5d95-88a5-82e3ee205a1c_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 488234,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/146e11c744584b6eb706d6bf9256fa40/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-19',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLA 2.0 CLA 180 D BUS SOLUTION ESSENTIAL',
'transmission': 'manual',
'trim': '2.0 CLA 180 D BUS SOLUTION ESSENTIAL',
'vin': None,
'year': 2022}
2026-03-26 22:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986138%27 HTTP/1.1" 200 None
2026-03-26 22:48:37 [ayvens.be] INFO: Saving data for 1986138: {'created_time': 1774565317.83562, 'last_price_update_time': 1774565317.83563, 'auction_closing_time': 1775028600.0}
2026-03-26 22:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986138') HTTP/1.1" 204 0
2026-03-26 22:48:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77adf10>
2026-03-26 22:48:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_66f2381e-79cd-5692-83e0-61e55f83ca28/66f2381e-79cd-5692-83e0-61e55f83ca28_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Ff735fa9ebfa840e3a3766bb8dd378b95%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/f735fa9ebfa840e3a3766bb8dd378b95/images/large/2.jpg saved to cache
2026-03-26 22:48:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 66f2381e-79cd-5692-83e0-61e55f83ca28
2026-03-26 22:48:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7416210>
2026-03-26 22:48:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_66f2381e-79cd-5692-83e0-61e55f83ca28/66f2381e-79cd-5692-83e0-61e55f83ca28_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Ff735fa9ebfa840e3a3766bb8dd378b95%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/f735fa9ebfa840e3a3766bb8dd378b95/images/large/1.jpg saved to cache
2026-03-26 22:48:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 66f2381e-79cd-5692-83e0-61e55f83ca28
2026-03-26 22:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F8078a2473ce24e478d0a69f8b24cbb3d%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/8078a2473ce24e478d0a69f8b24cbb3d/images/large/6.jpg not downloaded yet
2026-03-26 22:48:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/f735fa9ebfa840e3a3766bb8dd378b95/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7407f50>
2026-03-26 22:48:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_66f2381e-79cd-5692-83e0-61e55f83ca28/66f2381e-79cd-5692-83e0-61e55f83ca28_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Ff735fa9ebfa840e3a3766bb8dd378b95%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/f735fa9ebfa840e3a3766bb8dd378b95/images/large/3.jpg saved to cache
2026-03-26 22:48:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 66f2381e-79cd-5692-83e0-61e55f83ca28
2026-03-26 22:48:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7877490>
2026-03-26 22:48:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_66f2381e-79cd-5692-83e0-61e55f83ca28/66f2381e-79cd-5692-83e0-61e55f83ca28_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Ff735fa9ebfa840e3a3766bb8dd378b95%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/f735fa9ebfa840e3a3766bb8dd378b95/images/large/5.jpg saved to cache
2026-03-26 22:48:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 66f2381e-79cd-5692-83e0-61e55f83ca28
2026-03-26 22:48:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b792c710>
2026-03-26 22:48:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_66f2381e-79cd-5692-83e0-61e55f83ca28/66f2381e-79cd-5692-83e0-61e55f83ca28_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Ff735fa9ebfa840e3a3766bb8dd378b95%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/f735fa9ebfa840e3a3766bb8dd378b95/images/large/6.jpg saved to cache
2026-03-26 22:48:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 66f2381e-79cd-5692-83e0-61e55f83ca28
2026-03-26 22:48:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77697d0>
2026-03-26 22:48:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_66f2381e-79cd-5692-83e0-61e55f83ca28/66f2381e-79cd-5692-83e0-61e55f83ca28_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Ff735fa9ebfa840e3a3766bb8dd378b95%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/f735fa9ebfa840e3a3766bb8dd378b95/images/large/4.jpg saved to cache
2026-03-26 22:48:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 66f2381e-79cd-5692-83e0-61e55f83ca28
2026-03-26 22:48:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b741ded0>
2026-03-26 22:48:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_66f2381e-79cd-5692-83e0-61e55f83ca28/66f2381e-79cd-5692-83e0-61e55f83ca28_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Ff735fa9ebfa840e3a3766bb8dd378b95%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/f735fa9ebfa840e3a3766bb8dd378b95/images/large/7.jpg saved to cache
2026-03-26 22:48:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 66f2381e-79cd-5692-83e0-61e55f83ca28
2026-03-26 22:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F8078a2473ce24e478d0a69f8b24cbb3d%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/8078a2473ce24e478d0a69f8b24cbb3d/images/large/7.jpg not downloaded yet
2026-03-26 22:48:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/f735fa9ebfa840e3a3766bb8dd378b95/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F8078a2473ce24e478d0a69f8b24cbb3d%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/8078a2473ce24e478d0a69f8b24cbb3d/images/large/8.jpg not downloaded yet
2026-03-26 22:48:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79cd450>
2026-03-26 22:48:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_66f2381e-79cd-5692-83e0-61e55f83ca28/66f2381e-79cd-5692-83e0-61e55f83ca28_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Ff735fa9ebfa840e3a3766bb8dd378b95%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/f735fa9ebfa840e3a3766bb8dd378b95/images/large/8.jpg saved to cache
2026-03-26 22:48:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 66f2381e-79cd-5692-83e0-61e55f83ca28
2026-03-26 22:48:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/f735fa9ebfa840e3a3766bb8dd378b95/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F8078a2473ce24e478d0a69f8b24cbb3d%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/8078a2473ce24e478d0a69f8b24cbb3d/images/large/9.jpg not downloaded yet
2026-03-26 22:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F8078a2473ce24e478d0a69f8b24cbb3d%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/8078a2473ce24e478d0a69f8b24cbb3d/images/large/10.jpg not downloaded yet
2026-03-26 22:48:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/8078a2473ce24e478d0a69f8b24cbb3d/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/8078a2473ce24e478d0a69f8b24cbb3d/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/8078a2473ce24e478d0a69f8b24cbb3d/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:38 [ayvens.be] INFO: Found listing with ID: 1986141
2026-03-26 22:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986141%27 HTTP/1.1" 200 None
2026-03-26 22:48:38 [ayvens.be] INFO: Scrape type for 1986141: 1
2026-03-26 22:48:38 [ayvens.be] INFO: Extracting data for car ID: 1986141
2026-03-26 22:48:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9ae910bb-e2b2-52f6-a7e1-0a9ef3bceb8a with identifier: 1986141
2026-03-26 22:48:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9ae910bb-e2b2-52f6-a7e1-0a9ef3bceb8a with scrape type 1
2026-03-26 22:48:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 9ae910bb-e2b2-52f6-a7e1-0a9ef3bceb8a
2026-03-26 22:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F53edc88422914c69970622cfa144f780%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/53edc88422914c69970622cfa144f780/images/large/1.jpg not downloaded yet
2026-03-26 22:48:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7402590>
2026-03-26 22:48:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_66f2381e-79cd-5692-83e0-61e55f83ca28/66f2381e-79cd-5692-83e0-61e55f83ca28_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Ff735fa9ebfa840e3a3766bb8dd378b95%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/f735fa9ebfa840e3a3766bb8dd378b95/images/large/9.jpg saved to cache
2026-03-26 22:48:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 66f2381e-79cd-5692-83e0-61e55f83ca28
2026-03-26 22:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F53edc88422914c69970622cfa144f780%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/53edc88422914c69970622cfa144f780/images/large/2.jpg not downloaded yet
2026-03-26 22:48:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7437010>
2026-03-26 22:48:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_66f2381e-79cd-5692-83e0-61e55f83ca28/66f2381e-79cd-5692-83e0-61e55f83ca28_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Ff735fa9ebfa840e3a3766bb8dd378b95%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/f735fa9ebfa840e3a3766bb8dd378b95/images/large/10.jpg saved to cache
2026-03-26 22:48:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 66f2381e-79cd-5692-83e0-61e55f83ca28
2026-03-26 22:48:38 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 66f2381e-79cd-5692-83e0-61e55f83ca28, skipping ID generation
2026-03-26 22:48:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66f2381e-79cd-5692-83e0-61e55f83ca28 with scrape type 1
2026-03-26 22:48:38 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 66f2381e-79cd-5692-83e0-61e55f83ca28 sending to next pipeline
2026-03-26 22:48:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 66f2381e-79cd-5692-83e0-61e55f83ca28, identifier: 1986139
2026-03-26 22:48:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/8078a2473ce24e478d0a69f8b24cbb3d/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F53edc88422914c69970622cfa144f780%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/53edc88422914c69970622cfa144f780/images/large/3.jpg not downloaded yet
2026-03-26 22:48:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 66f2381e-79cd-5692-83e0-61e55f83ca28 with identifier: 1986139
2026-03-26 22:48:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 66f2381e-79cd-5692-83e0-61e55f83ca28 with identifier: 1986139
2026-03-26 22:48:38 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 66f2381e-79cd-5692-83e0-61e55f83ca28 with identifier: 1986139 to the API
2026-03-26 22:48:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:48:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:48:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bp/f735fa9ebfa840e3a3766bb8dd378b95/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'petrol',
'id': '66f2381e-79cd-5692-83e0-61e55f83ca28',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '3008',
'odometer': 53360,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 15,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_66f2381e-79cd-5692-83e0-61e55f83ca28/66f2381e-79cd-5692-83e0-61e55f83ca28_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 523538,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/f735fa9ebfa840e3a3766bb8dd378b95/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_66f2381e-79cd-5692-83e0-61e55f83ca28/66f2381e-79cd-5692-83e0-61e55f83ca28_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 570855,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/f735fa9ebfa840e3a3766bb8dd378b95/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_66f2381e-79cd-5692-83e0-61e55f83ca28/66f2381e-79cd-5692-83e0-61e55f83ca28_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 473327,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/f735fa9ebfa840e3a3766bb8dd378b95/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_66f2381e-79cd-5692-83e0-61e55f83ca28/66f2381e-79cd-5692-83e0-61e55f83ca28_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 534250,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/f735fa9ebfa840e3a3766bb8dd378b95/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_66f2381e-79cd-5692-83e0-61e55f83ca28/66f2381e-79cd-5692-83e0-61e55f83ca28_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 342173,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/f735fa9ebfa840e3a3766bb8dd378b95/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_66f2381e-79cd-5692-83e0-61e55f83ca28/66f2381e-79cd-5692-83e0-61e55f83ca28_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 339516,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/f735fa9ebfa840e3a3766bb8dd378b95/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_66f2381e-79cd-5692-83e0-61e55f83ca28/66f2381e-79cd-5692-83e0-61e55f83ca28_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 348091,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/f735fa9ebfa840e3a3766bb8dd378b95/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_66f2381e-79cd-5692-83e0-61e55f83ca28/66f2381e-79cd-5692-83e0-61e55f83ca28_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 410851,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/f735fa9ebfa840e3a3766bb8dd378b95/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_66f2381e-79cd-5692-83e0-61e55f83ca28/66f2381e-79cd-5692-83e0-61e55f83ca28_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 287102,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/f735fa9ebfa840e3a3766bb8dd378b95/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_66f2381e-79cd-5692-83e0-61e55f83ca28/66f2381e-79cd-5692-83e0-61e55f83ca28_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 474640,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/f735fa9ebfa840e3a3766bb8dd378b95/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-08',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 3008 1.6 PHEV 225 E-AUTO8 GT PACK',
'transmission': 'automatic',
'trim': '1.6 PHEV 225 E-AUTO8 GT PACK',
'vin': None,
'year': 2022}
2026-03-26 22:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986139%27 HTTP/1.1" 200 None
2026-03-26 22:48:39 [ayvens.be] INFO: Saving data for 1986139: {'created_time': 1774565319.198519, 'last_price_update_time': 1774565319.198529, 'auction_closing_time': 1775028600.0}
2026-03-26 22:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986139') HTTP/1.1" 204 0
2026-03-26 22:48:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76ecb90>
2026-03-26 22:48:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d1c9015f-5470-5609-9213-15ee159e682e/d1c9015f-5470-5609-9213-15ee159e682e_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F8078a2473ce24e478d0a69f8b24cbb3d%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/8078a2473ce24e478d0a69f8b24cbb3d/images/large/2.jpg saved to cache
2026-03-26 22:48:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item d1c9015f-5470-5609-9213-15ee159e682e
2026-03-26 22:48:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b764b0d0>
2026-03-26 22:48:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d1c9015f-5470-5609-9213-15ee159e682e/d1c9015f-5470-5609-9213-15ee159e682e_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F8078a2473ce24e478d0a69f8b24cbb3d%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/8078a2473ce24e478d0a69f8b24cbb3d/images/large/1.jpg saved to cache
2026-03-26 22:48:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item d1c9015f-5470-5609-9213-15ee159e682e
2026-03-26 22:48:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b787ea50>
2026-03-26 22:48:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d1c9015f-5470-5609-9213-15ee159e682e/d1c9015f-5470-5609-9213-15ee159e682e_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F8078a2473ce24e478d0a69f8b24cbb3d%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/8078a2473ce24e478d0a69f8b24cbb3d/images/large/3.jpg saved to cache
2026-03-26 22:48:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item d1c9015f-5470-5609-9213-15ee159e682e
2026-03-26 22:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F53edc88422914c69970622cfa144f780%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/53edc88422914c69970622cfa144f780/images/large/4.jpg not downloaded yet
2026-03-26 22:48:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7497b90>
2026-03-26 22:48:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d1c9015f-5470-5609-9213-15ee159e682e/d1c9015f-5470-5609-9213-15ee159e682e_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F8078a2473ce24e478d0a69f8b24cbb3d%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/8078a2473ce24e478d0a69f8b24cbb3d/images/large/4.jpg saved to cache
2026-03-26 22:48:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item d1c9015f-5470-5609-9213-15ee159e682e
2026-03-26 22:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F53edc88422914c69970622cfa144f780%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/53edc88422914c69970622cfa144f780/images/large/5.jpg not downloaded yet
2026-03-26 22:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F53edc88422914c69970622cfa144f780%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/53edc88422914c69970622cfa144f780/images/large/6.jpg not downloaded yet
2026-03-26 22:48:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/8078a2473ce24e478d0a69f8b24cbb3d/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/8078a2473ce24e478d0a69f8b24cbb3d/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F53edc88422914c69970622cfa144f780%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/53edc88422914c69970622cfa144f780/images/large/7.jpg not downloaded yet
2026-03-26 22:48:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/8078a2473ce24e478d0a69f8b24cbb3d/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F53edc88422914c69970622cfa144f780%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/53edc88422914c69970622cfa144f780/images/large/8.jpg not downloaded yet
2026-03-26 22:48:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/8078a2473ce24e478d0a69f8b24cbb3d/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F53edc88422914c69970622cfa144f780%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/53edc88422914c69970622cfa144f780/images/large/9.jpg not downloaded yet
2026-03-26 22:48:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/8078a2473ce24e478d0a69f8b24cbb3d/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/8078a2473ce24e478d0a69f8b24cbb3d/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/53edc88422914c69970622cfa144f780/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F53edc88422914c69970622cfa144f780%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/53edc88422914c69970622cfa144f780/images/large/10.jpg not downloaded yet
2026-03-26 22:48:39 [ayvens.be] INFO: Found listing with ID: 1986142
2026-03-26 22:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986142%27 HTTP/1.1" 200 None
2026-03-26 22:48:39 [ayvens.be] INFO: Scrape type for 1986142: 1
2026-03-26 22:48:39 [ayvens.be] INFO: Extracting data for car ID: 1986142
2026-03-26 22:48:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5e65c056-1282-55f7-8325-6f8c8c3e02ea with identifier: 1986142
2026-03-26 22:48:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5e65c056-1282-55f7-8325-6f8c8c3e02ea with scrape type 1
2026-03-26 22:48:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 5e65c056-1282-55f7-8325-6f8c8c3e02ea
2026-03-26 22:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xf%252F92775a9b3a7e4722bffc6d5799773daa%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xf/92775a9b3a7e4722bffc6d5799773daa/images/large/1.jpg not downloaded yet
2026-03-26 22:48:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/53edc88422914c69970622cfa144f780/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xf%252F92775a9b3a7e4722bffc6d5799773daa%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xf/92775a9b3a7e4722bffc6d5799773daa/images/large/2.jpg not downloaded yet
2026-03-26 22:48:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c5d850>
2026-03-26 22:48:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d1c9015f-5470-5609-9213-15ee159e682e/d1c9015f-5470-5609-9213-15ee159e682e_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F8078a2473ce24e478d0a69f8b24cbb3d%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/8078a2473ce24e478d0a69f8b24cbb3d/images/large/5.jpg saved to cache
2026-03-26 22:48:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item d1c9015f-5470-5609-9213-15ee159e682e
2026-03-26 22:48:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7726a90>
2026-03-26 22:48:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d1c9015f-5470-5609-9213-15ee159e682e/d1c9015f-5470-5609-9213-15ee159e682e_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F8078a2473ce24e478d0a69f8b24cbb3d%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/8078a2473ce24e478d0a69f8b24cbb3d/images/large/7.jpg saved to cache
2026-03-26 22:48:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item d1c9015f-5470-5609-9213-15ee159e682e
2026-03-26 22:48:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80cad3d110>
2026-03-26 22:48:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d1c9015f-5470-5609-9213-15ee159e682e/d1c9015f-5470-5609-9213-15ee159e682e_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F8078a2473ce24e478d0a69f8b24cbb3d%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/8078a2473ce24e478d0a69f8b24cbb3d/images/large/6.jpg saved to cache
2026-03-26 22:48:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item d1c9015f-5470-5609-9213-15ee159e682e
2026-03-26 22:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xf%252F92775a9b3a7e4722bffc6d5799773daa%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xf/92775a9b3a7e4722bffc6d5799773daa/images/large/3.jpg not downloaded yet
2026-03-26 22:48:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7724dd0>
2026-03-26 22:48:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d1c9015f-5470-5609-9213-15ee159e682e/d1c9015f-5470-5609-9213-15ee159e682e_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F8078a2473ce24e478d0a69f8b24cbb3d%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/8078a2473ce24e478d0a69f8b24cbb3d/images/large/10.jpg saved to cache
2026-03-26 22:48:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item d1c9015f-5470-5609-9213-15ee159e682e
2026-03-26 22:48:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b78c32d0>
2026-03-26 22:48:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d1c9015f-5470-5609-9213-15ee159e682e/d1c9015f-5470-5609-9213-15ee159e682e_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F8078a2473ce24e478d0a69f8b24cbb3d%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/8078a2473ce24e478d0a69f8b24cbb3d/images/large/8.jpg saved to cache
2026-03-26 22:48:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item d1c9015f-5470-5609-9213-15ee159e682e
2026-03-26 22:48:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b742af50>
2026-03-26 22:48:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d1c9015f-5470-5609-9213-15ee159e682e/d1c9015f-5470-5609-9213-15ee159e682e_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F8078a2473ce24e478d0a69f8b24cbb3d%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/8078a2473ce24e478d0a69f8b24cbb3d/images/large/9.jpg saved to cache
2026-03-26 22:48:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item d1c9015f-5470-5609-9213-15ee159e682e
2026-03-26 22:48:40 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d1c9015f-5470-5609-9213-15ee159e682e, skipping ID generation
2026-03-26 22:48:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d1c9015f-5470-5609-9213-15ee159e682e with scrape type 1
2026-03-26 22:48:40 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d1c9015f-5470-5609-9213-15ee159e682e sending to next pipeline
2026-03-26 22:48:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: d1c9015f-5470-5609-9213-15ee159e682e, identifier: 1986140
2026-03-26 22:48:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b764b390>
2026-03-26 22:48:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9ae910bb-e2b2-52f6-a7e1-0a9ef3bceb8a/9ae910bb-e2b2-52f6-a7e1-0a9ef3bceb8a_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F53edc88422914c69970622cfa144f780%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/53edc88422914c69970622cfa144f780/images/large/1.jpg saved to cache
2026-03-26 22:48:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 9ae910bb-e2b2-52f6-a7e1-0a9ef3bceb8a
2026-03-26 22:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xf%252F92775a9b3a7e4722bffc6d5799773daa%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xf/92775a9b3a7e4722bffc6d5799773daa/images/large/4.jpg not downloaded yet
2026-03-26 22:48:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: d1c9015f-5470-5609-9213-15ee159e682e with identifier: 1986140
2026-03-26 22:48:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: d1c9015f-5470-5609-9213-15ee159e682e with identifier: 1986140
2026-03-26 22:48:40 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: d1c9015f-5470-5609-9213-15ee159e682e with identifier: 1986140 to the API
2026-03-26 22:48:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:48:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:48:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bp/8078a2473ce24e478d0a69f8b24cbb3d/images/large/9.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'petrol',
'id': 'd1c9015f-5470-5609-9213-15ee159e682e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'ARKANA',
'odometer': 142459,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 21,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d1c9015f-5470-5609-9213-15ee159e682e/d1c9015f-5470-5609-9213-15ee159e682e_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 732455,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/8078a2473ce24e478d0a69f8b24cbb3d/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d1c9015f-5470-5609-9213-15ee159e682e/d1c9015f-5470-5609-9213-15ee159e682e_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 736926,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/8078a2473ce24e478d0a69f8b24cbb3d/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d1c9015f-5470-5609-9213-15ee159e682e/d1c9015f-5470-5609-9213-15ee159e682e_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 713897,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/8078a2473ce24e478d0a69f8b24cbb3d/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d1c9015f-5470-5609-9213-15ee159e682e/d1c9015f-5470-5609-9213-15ee159e682e_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 738626,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/8078a2473ce24e478d0a69f8b24cbb3d/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d1c9015f-5470-5609-9213-15ee159e682e/d1c9015f-5470-5609-9213-15ee159e682e_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 741313,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/8078a2473ce24e478d0a69f8b24cbb3d/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d1c9015f-5470-5609-9213-15ee159e682e/d1c9015f-5470-5609-9213-15ee159e682e_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 776887,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/8078a2473ce24e478d0a69f8b24cbb3d/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d1c9015f-5470-5609-9213-15ee159e682e/d1c9015f-5470-5609-9213-15ee159e682e_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 632592,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/8078a2473ce24e478d0a69f8b24cbb3d/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d1c9015f-5470-5609-9213-15ee159e682e/d1c9015f-5470-5609-9213-15ee159e682e_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 784529,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/8078a2473ce24e478d0a69f8b24cbb3d/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d1c9015f-5470-5609-9213-15ee159e682e/d1c9015f-5470-5609-9213-15ee159e682e_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 806382,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/8078a2473ce24e478d0a69f8b24cbb3d/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d1c9015f-5470-5609-9213-15ee159e682e/d1c9015f-5470-5609-9213-15ee159e682e_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 773312,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/8078a2473ce24e478d0a69f8b24cbb3d/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-04',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT ARKANA 1.6 E-TECH 145 INTENS',
'transmission': 'automatic',
'trim': '1.6 E-TECH 145 INTENS',
'vin': None,
'year': 2022}
2026-03-26 22:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986140%27 HTTP/1.1" 200 None
2026-03-26 22:48:40 [ayvens.be] INFO: Saving data for 1986140: {'created_time': 1774565320.95289, 'last_price_update_time': 1774565320.9529, 'auction_closing_time': 1775028600.0}
2026-03-26 22:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986140') HTTP/1.1" 204 0
2026-03-26 22:48:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76e3f90>
2026-03-26 22:48:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9ae910bb-e2b2-52f6-a7e1-0a9ef3bceb8a/9ae910bb-e2b2-52f6-a7e1-0a9ef3bceb8a_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F53edc88422914c69970622cfa144f780%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/53edc88422914c69970622cfa144f780/images/large/2.jpg saved to cache
2026-03-26 22:48:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 9ae910bb-e2b2-52f6-a7e1-0a9ef3bceb8a
2026-03-26 22:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xf%252F92775a9b3a7e4722bffc6d5799773daa%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xf/92775a9b3a7e4722bffc6d5799773daa/images/large/5.jpg not downloaded yet
2026-03-26 22:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xf%252F92775a9b3a7e4722bffc6d5799773daa%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xf/92775a9b3a7e4722bffc6d5799773daa/images/large/6.jpg not downloaded yet
2026-03-26 22:48:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/53edc88422914c69970622cfa144f780/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/53edc88422914c69970622cfa144f780/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/53edc88422914c69970622cfa144f780/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/53edc88422914c69970622cfa144f780/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xf%252F92775a9b3a7e4722bffc6d5799773daa%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xf/92775a9b3a7e4722bffc6d5799773daa/images/large/7.jpg not downloaded yet
2026-03-26 22:48:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/53edc88422914c69970622cfa144f780/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/53edc88422914c69970622cfa144f780/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xf%252F92775a9b3a7e4722bffc6d5799773daa%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xf/92775a9b3a7e4722bffc6d5799773daa/images/large/8.jpg not downloaded yet
2026-03-26 22:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xf%252F92775a9b3a7e4722bffc6d5799773daa%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xf/92775a9b3a7e4722bffc6d5799773daa/images/large/9.jpg not downloaded yet
2026-03-26 22:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xf%252F92775a9b3a7e4722bffc6d5799773daa%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xf/92775a9b3a7e4722bffc6d5799773daa/images/large/10.jpg not downloaded yet
2026-03-26 22:48:41 [ayvens.be] INFO: Found listing with ID: 1986143
2026-03-26 22:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986143%27 HTTP/1.1" 200 None
2026-03-26 22:48:41 [ayvens.be] INFO: Scrape type for 1986143: 1
2026-03-26 22:48:41 [ayvens.be] INFO: Extracting data for car ID: 1986143
2026-03-26 22:48:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b7435c1-7f64-5601-9a51-3e9d97336ce1 with identifier: 1986143
2026-03-26 22:48:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b7435c1-7f64-5601-9a51-3e9d97336ce1 with scrape type 1
2026-03-26 22:48:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 5b7435c1-7f64-5601-9a51-3e9d97336ce1
2026-03-26 22:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252Fd277857b65b4406293608682a34c203f%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/d277857b65b4406293608682a34c203f/images/large/1.jpg not downloaded yet
2026-03-26 22:48:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xf/92775a9b3a7e4722bffc6d5799773daa/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252Fd277857b65b4406293608682a34c203f%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/d277857b65b4406293608682a34c203f/images/large/2.jpg not downloaded yet
2026-03-26 22:48:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7452050>
2026-03-26 22:48:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9ae910bb-e2b2-52f6-a7e1-0a9ef3bceb8a/9ae910bb-e2b2-52f6-a7e1-0a9ef3bceb8a_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F53edc88422914c69970622cfa144f780%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/53edc88422914c69970622cfa144f780/images/large/5.jpg saved to cache
2026-03-26 22:48:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 9ae910bb-e2b2-52f6-a7e1-0a9ef3bceb8a
2026-03-26 22:48:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c69590>
2026-03-26 22:48:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9ae910bb-e2b2-52f6-a7e1-0a9ef3bceb8a/9ae910bb-e2b2-52f6-a7e1-0a9ef3bceb8a_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F53edc88422914c69970622cfa144f780%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/53edc88422914c69970622cfa144f780/images/large/6.jpg saved to cache
2026-03-26 22:48:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 9ae910bb-e2b2-52f6-a7e1-0a9ef3bceb8a
2026-03-26 22:48:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79460d0>
2026-03-26 22:48:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9ae910bb-e2b2-52f6-a7e1-0a9ef3bceb8a/9ae910bb-e2b2-52f6-a7e1-0a9ef3bceb8a_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F53edc88422914c69970622cfa144f780%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/53edc88422914c69970622cfa144f780/images/large/3.jpg saved to cache
2026-03-26 22:48:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 9ae910bb-e2b2-52f6-a7e1-0a9ef3bceb8a
2026-03-26 22:48:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6d73e90>
2026-03-26 22:48:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9ae910bb-e2b2-52f6-a7e1-0a9ef3bceb8a/9ae910bb-e2b2-52f6-a7e1-0a9ef3bceb8a_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F53edc88422914c69970622cfa144f780%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/53edc88422914c69970622cfa144f780/images/large/7.jpg saved to cache
2026-03-26 22:48:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 9ae910bb-e2b2-52f6-a7e1-0a9ef3bceb8a
2026-03-26 22:48:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c5f0d0>
2026-03-26 22:48:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9ae910bb-e2b2-52f6-a7e1-0a9ef3bceb8a/9ae910bb-e2b2-52f6-a7e1-0a9ef3bceb8a_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F53edc88422914c69970622cfa144f780%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/53edc88422914c69970622cfa144f780/images/large/4.jpg saved to cache
2026-03-26 22:48:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 9ae910bb-e2b2-52f6-a7e1-0a9ef3bceb8a
2026-03-26 22:48:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c5eed0>
2026-03-26 22:48:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9ae910bb-e2b2-52f6-a7e1-0a9ef3bceb8a/9ae910bb-e2b2-52f6-a7e1-0a9ef3bceb8a_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F53edc88422914c69970622cfa144f780%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/53edc88422914c69970622cfa144f780/images/large/8.jpg saved to cache
2026-03-26 22:48:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 9ae910bb-e2b2-52f6-a7e1-0a9ef3bceb8a
2026-03-26 22:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252Fd277857b65b4406293608682a34c203f%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/d277857b65b4406293608682a34c203f/images/large/3.jpg not downloaded yet
2026-03-26 22:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252Fd277857b65b4406293608682a34c203f%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/d277857b65b4406293608682a34c203f/images/large/4.jpg not downloaded yet
2026-03-26 22:48:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/53edc88422914c69970622cfa144f780/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/53edc88422914c69970622cfa144f780/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252Fd277857b65b4406293608682a34c203f%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/d277857b65b4406293608682a34c203f/images/large/5.jpg not downloaded yet
2026-03-26 22:48:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b727d510>
2026-03-26 22:48:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5e65c056-1282-55f7-8325-6f8c8c3e02ea/5e65c056-1282-55f7-8325-6f8c8c3e02ea_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xf%252F92775a9b3a7e4722bffc6d5799773daa%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xf/92775a9b3a7e4722bffc6d5799773daa/images/large/3.jpg saved to cache
2026-03-26 22:48:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 5e65c056-1282-55f7-8325-6f8c8c3e02ea
2026-03-26 22:48:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xf/92775a9b3a7e4722bffc6d5799773daa/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252Fd277857b65b4406293608682a34c203f%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/d277857b65b4406293608682a34c203f/images/large/6.jpg not downloaded yet
2026-03-26 22:48:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xf/92775a9b3a7e4722bffc6d5799773daa/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xf/92775a9b3a7e4722bffc6d5799773daa/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xf/92775a9b3a7e4722bffc6d5799773daa/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252Fd277857b65b4406293608682a34c203f%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/d277857b65b4406293608682a34c203f/images/large/7.jpg not downloaded yet
2026-03-26 22:48:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xf/92775a9b3a7e4722bffc6d5799773daa/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74bf190>
2026-03-26 22:48:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9ae910bb-e2b2-52f6-a7e1-0a9ef3bceb8a/9ae910bb-e2b2-52f6-a7e1-0a9ef3bceb8a_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F53edc88422914c69970622cfa144f780%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/53edc88422914c69970622cfa144f780/images/large/9.jpg saved to cache
2026-03-26 22:48:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 9ae910bb-e2b2-52f6-a7e1-0a9ef3bceb8a
2026-03-26 22:48:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c82410>
2026-03-26 22:48:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9ae910bb-e2b2-52f6-a7e1-0a9ef3bceb8a/9ae910bb-e2b2-52f6-a7e1-0a9ef3bceb8a_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F53edc88422914c69970622cfa144f780%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/53edc88422914c69970622cfa144f780/images/large/10.jpg saved to cache
2026-03-26 22:48:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 9ae910bb-e2b2-52f6-a7e1-0a9ef3bceb8a
2026-03-26 22:48:42 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9ae910bb-e2b2-52f6-a7e1-0a9ef3bceb8a, skipping ID generation
2026-03-26 22:48:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9ae910bb-e2b2-52f6-a7e1-0a9ef3bceb8a with scrape type 1
2026-03-26 22:48:42 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9ae910bb-e2b2-52f6-a7e1-0a9ef3bceb8a sending to next pipeline
2026-03-26 22:48:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 9ae910bb-e2b2-52f6-a7e1-0a9ef3bceb8a, identifier: 1986141
2026-03-26 22:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252Fd277857b65b4406293608682a34c203f%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/d277857b65b4406293608682a34c203f/images/large/8.jpg not downloaded yet
2026-03-26 22:48:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 9ae910bb-e2b2-52f6-a7e1-0a9ef3bceb8a with identifier: 1986141
2026-03-26 22:48:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 9ae910bb-e2b2-52f6-a7e1-0a9ef3bceb8a with identifier: 1986141
2026-03-26 22:48:42 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 9ae910bb-e2b2-52f6-a7e1-0a9ef3bceb8a with identifier: 1986141 to the API
2026-03-26 22:48:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:48:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:48:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bh/53edc88422914c69970622cfa144f780/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'petrol',
'id': '9ae910bb-e2b2-52f6-a7e1-0a9ef3bceb8a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'VOLVO',
'model': 'XC40',
'odometer': 87463,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 16,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9ae910bb-e2b2-52f6-a7e1-0a9ef3bceb8a/9ae910bb-e2b2-52f6-a7e1-0a9ef3bceb8a_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 756379,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/53edc88422914c69970622cfa144f780/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9ae910bb-e2b2-52f6-a7e1-0a9ef3bceb8a/9ae910bb-e2b2-52f6-a7e1-0a9ef3bceb8a_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 781407,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/53edc88422914c69970622cfa144f780/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9ae910bb-e2b2-52f6-a7e1-0a9ef3bceb8a/9ae910bb-e2b2-52f6-a7e1-0a9ef3bceb8a_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 692731,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/53edc88422914c69970622cfa144f780/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9ae910bb-e2b2-52f6-a7e1-0a9ef3bceb8a/9ae910bb-e2b2-52f6-a7e1-0a9ef3bceb8a_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 782620,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/53edc88422914c69970622cfa144f780/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9ae910bb-e2b2-52f6-a7e1-0a9ef3bceb8a/9ae910bb-e2b2-52f6-a7e1-0a9ef3bceb8a_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 650144,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/53edc88422914c69970622cfa144f780/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9ae910bb-e2b2-52f6-a7e1-0a9ef3bceb8a/9ae910bb-e2b2-52f6-a7e1-0a9ef3bceb8a_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 545378,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/53edc88422914c69970622cfa144f780/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9ae910bb-e2b2-52f6-a7e1-0a9ef3bceb8a/9ae910bb-e2b2-52f6-a7e1-0a9ef3bceb8a_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 655564,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/53edc88422914c69970622cfa144f780/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9ae910bb-e2b2-52f6-a7e1-0a9ef3bceb8a/9ae910bb-e2b2-52f6-a7e1-0a9ef3bceb8a_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 773788,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/53edc88422914c69970622cfa144f780/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9ae910bb-e2b2-52f6-a7e1-0a9ef3bceb8a/9ae910bb-e2b2-52f6-a7e1-0a9ef3bceb8a_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 369211,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/53edc88422914c69970622cfa144f780/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9ae910bb-e2b2-52f6-a7e1-0a9ef3bceb8a/9ae910bb-e2b2-52f6-a7e1-0a9ef3bceb8a_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 289347,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/53edc88422914c69970622cfa144f780/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-25',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC40 1.5 T3 R-DESIGN AUTO',
'transmission': 'automatic',
'trim': '1.5 T3 R-DESIGN AUTO',
'vin': None,
'year': 2021}
2026-03-26 22:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986141%27 HTTP/1.1" 200 None
2026-03-26 22:48:42 [ayvens.be] INFO: Saving data for 1986141: {'created_time': 1774565322.685231, 'last_price_update_time': 1774565322.685241, 'auction_closing_time': 1775028600.0}
2026-03-26 22:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986141') HTTP/1.1" 204 0
2026-03-26 22:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252Fd277857b65b4406293608682a34c203f%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/d277857b65b4406293608682a34c203f/images/large/9.jpg not downloaded yet
2026-03-26 22:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252Fd277857b65b4406293608682a34c203f%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/d277857b65b4406293608682a34c203f/images/large/10.jpg not downloaded yet
2026-03-26 22:48:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7649150>
2026-03-26 22:48:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5e65c056-1282-55f7-8325-6f8c8c3e02ea/5e65c056-1282-55f7-8325-6f8c8c3e02ea_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xf%252F92775a9b3a7e4722bffc6d5799773daa%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xf/92775a9b3a7e4722bffc6d5799773daa/images/large/5.jpg saved to cache
2026-03-26 22:48:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 5e65c056-1282-55f7-8325-6f8c8c3e02ea
2026-03-26 22:48:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e01810>
2026-03-26 22:48:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5e65c056-1282-55f7-8325-6f8c8c3e02ea/5e65c056-1282-55f7-8325-6f8c8c3e02ea_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xf%252F92775a9b3a7e4722bffc6d5799773daa%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xf/92775a9b3a7e4722bffc6d5799773daa/images/large/6.jpg saved to cache
2026-03-26 22:48:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 5e65c056-1282-55f7-8325-6f8c8c3e02ea
2026-03-26 22:48:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b78c1290>
2026-03-26 22:48:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5e65c056-1282-55f7-8325-6f8c8c3e02ea/5e65c056-1282-55f7-8325-6f8c8c3e02ea_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xf%252F92775a9b3a7e4722bffc6d5799773daa%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xf/92775a9b3a7e4722bffc6d5799773daa/images/large/1.jpg saved to cache
2026-03-26 22:48:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 5e65c056-1282-55f7-8325-6f8c8c3e02ea
2026-03-26 22:48:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e02710>
2026-03-26 22:48:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5e65c056-1282-55f7-8325-6f8c8c3e02ea/5e65c056-1282-55f7-8325-6f8c8c3e02ea_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xf%252F92775a9b3a7e4722bffc6d5799773daa%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xf/92775a9b3a7e4722bffc6d5799773daa/images/large/2.jpg saved to cache
2026-03-26 22:48:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 5e65c056-1282-55f7-8325-6f8c8c3e02ea
2026-03-26 22:48:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e45350>
2026-03-26 22:48:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5e65c056-1282-55f7-8325-6f8c8c3e02ea/5e65c056-1282-55f7-8325-6f8c8c3e02ea_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xf%252F92775a9b3a7e4722bffc6d5799773daa%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xf/92775a9b3a7e4722bffc6d5799773daa/images/large/4.jpg saved to cache
2026-03-26 22:48:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 5e65c056-1282-55f7-8325-6f8c8c3e02ea
2026-03-26 22:48:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xf/92775a9b3a7e4722bffc6d5799773daa/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bj/d277857b65b4406293608682a34c203f/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:43 [ayvens.be] INFO: Found listing with ID: 1986144
2026-03-26 22:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986144%27 HTTP/1.1" 200 None
2026-03-26 22:48:43 [ayvens.be] INFO: Scrape type for 1986144: 1
2026-03-26 22:48:43 [ayvens.be] INFO: Extracting data for car ID: 1986144
2026-03-26 22:48:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3b834dd5-7b94-506e-b4eb-02906db770f6 with identifier: 1986144
2026-03-26 22:48:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3b834dd5-7b94-506e-b4eb-02906db770f6 with scrape type 1
2026-03-26 22:48:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 3b834dd5-7b94-506e-b4eb-02906db770f6
2026-03-26 22:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2gg%252Fec6df0a2fc804206a12cfb25fdcd34c3%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2gg/ec6df0a2fc804206a12cfb25fdcd34c3/images/large/1.jpg not downloaded yet
2026-03-26 22:48:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xf/92775a9b3a7e4722bffc6d5799773daa/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bj/d277857b65b4406293608682a34c203f/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2gg%252Fec6df0a2fc804206a12cfb25fdcd34c3%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2gg/ec6df0a2fc804206a12cfb25fdcd34c3/images/large/2.jpg not downloaded yet
2026-03-26 22:48:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bj/d277857b65b4406293608682a34c203f/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bj/d277857b65b4406293608682a34c203f/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xf/92775a9b3a7e4722bffc6d5799773daa/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2gg%252Fec6df0a2fc804206a12cfb25fdcd34c3%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2gg/ec6df0a2fc804206a12cfb25fdcd34c3/images/large/3.jpg not downloaded yet
2026-03-26 22:48:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xf/92775a9b3a7e4722bffc6d5799773daa/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2gg%252Fec6df0a2fc804206a12cfb25fdcd34c3%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2gg/ec6df0a2fc804206a12cfb25fdcd34c3/images/large/4.jpg not downloaded yet
2026-03-26 22:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2gg%252Fec6df0a2fc804206a12cfb25fdcd34c3%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2gg/ec6df0a2fc804206a12cfb25fdcd34c3/images/large/5.jpg not downloaded yet
2026-03-26 22:48:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e00350>
2026-03-26 22:48:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5e65c056-1282-55f7-8325-6f8c8c3e02ea/5e65c056-1282-55f7-8325-6f8c8c3e02ea_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xf%252F92775a9b3a7e4722bffc6d5799773daa%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xf/92775a9b3a7e4722bffc6d5799773daa/images/large/9.jpg saved to cache
2026-03-26 22:48:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 5e65c056-1282-55f7-8325-6f8c8c3e02ea
2026-03-26 22:48:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cbc4d0>
2026-03-26 22:48:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5b7435c1-7f64-5601-9a51-3e9d97336ce1/5b7435c1-7f64-5601-9a51-3e9d97336ce1_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252Fd277857b65b4406293608682a34c203f%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/d277857b65b4406293608682a34c203f/images/large/1.jpg saved to cache
2026-03-26 22:48:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 5b7435c1-7f64-5601-9a51-3e9d97336ce1
2026-03-26 22:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2gg%252Fec6df0a2fc804206a12cfb25fdcd34c3%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2gg/ec6df0a2fc804206a12cfb25fdcd34c3/images/large/6.jpg not downloaded yet
2026-03-26 22:48:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b728c390>
2026-03-26 22:48:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5e65c056-1282-55f7-8325-6f8c8c3e02ea/5e65c056-1282-55f7-8325-6f8c8c3e02ea_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xf%252F92775a9b3a7e4722bffc6d5799773daa%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xf/92775a9b3a7e4722bffc6d5799773daa/images/large/10.jpg saved to cache
2026-03-26 22:48:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 5e65c056-1282-55f7-8325-6f8c8c3e02ea
2026-03-26 22:48:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b745b090>
2026-03-26 22:48:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5b7435c1-7f64-5601-9a51-3e9d97336ce1/5b7435c1-7f64-5601-9a51-3e9d97336ce1_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252Fd277857b65b4406293608682a34c203f%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/d277857b65b4406293608682a34c203f/images/large/2.jpg saved to cache
2026-03-26 22:48:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 5b7435c1-7f64-5601-9a51-3e9d97336ce1
2026-03-26 22:48:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bj/d277857b65b4406293608682a34c203f/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2gg%252Fec6df0a2fc804206a12cfb25fdcd34c3%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2gg/ec6df0a2fc804206a12cfb25fdcd34c3/images/large/7.jpg not downloaded yet
2026-03-26 22:48:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2gg/ec6df0a2fc804206a12cfb25fdcd34c3/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2gg/ec6df0a2fc804206a12cfb25fdcd34c3/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bj/d277857b65b4406293608682a34c203f/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2gg%252Fec6df0a2fc804206a12cfb25fdcd34c3%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2gg/ec6df0a2fc804206a12cfb25fdcd34c3/images/large/8.jpg not downloaded yet
2026-03-26 22:48:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7268a10>
2026-03-26 22:48:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5b7435c1-7f64-5601-9a51-3e9d97336ce1/5b7435c1-7f64-5601-9a51-3e9d97336ce1_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252Fd277857b65b4406293608682a34c203f%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/d277857b65b4406293608682a34c203f/images/large/4.jpg saved to cache
2026-03-26 22:48:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 5b7435c1-7f64-5601-9a51-3e9d97336ce1
2026-03-26 22:48:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b744b850>
2026-03-26 22:48:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5b7435c1-7f64-5601-9a51-3e9d97336ce1/5b7435c1-7f64-5601-9a51-3e9d97336ce1_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252Fd277857b65b4406293608682a34c203f%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/d277857b65b4406293608682a34c203f/images/large/3.jpg saved to cache
2026-03-26 22:48:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 5b7435c1-7f64-5601-9a51-3e9d97336ce1
2026-03-26 22:48:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd3ba150>
2026-03-26 22:48:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5e65c056-1282-55f7-8325-6f8c8c3e02ea/5e65c056-1282-55f7-8325-6f8c8c3e02ea_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xf%252F92775a9b3a7e4722bffc6d5799773daa%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xf/92775a9b3a7e4722bffc6d5799773daa/images/large/7.jpg saved to cache
2026-03-26 22:48:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 5e65c056-1282-55f7-8325-6f8c8c3e02ea
2026-03-26 22:48:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7448f10>
2026-03-26 22:48:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5e65c056-1282-55f7-8325-6f8c8c3e02ea/5e65c056-1282-55f7-8325-6f8c8c3e02ea_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xf%252F92775a9b3a7e4722bffc6d5799773daa%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xf/92775a9b3a7e4722bffc6d5799773daa/images/large/8.jpg saved to cache
2026-03-26 22:48:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 5e65c056-1282-55f7-8325-6f8c8c3e02ea
2026-03-26 22:48:43 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5e65c056-1282-55f7-8325-6f8c8c3e02ea, skipping ID generation
2026-03-26 22:48:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5e65c056-1282-55f7-8325-6f8c8c3e02ea with scrape type 1
2026-03-26 22:48:43 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5e65c056-1282-55f7-8325-6f8c8c3e02ea sending to next pipeline
2026-03-26 22:48:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 5e65c056-1282-55f7-8325-6f8c8c3e02ea, identifier: 1986142
2026-03-26 22:48:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 5e65c056-1282-55f7-8325-6f8c8c3e02ea with identifier: 1986142
2026-03-26 22:48:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 5e65c056-1282-55f7-8325-6f8c8c3e02ea with identifier: 1986142
2026-03-26 22:48:44 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 5e65c056-1282-55f7-8325-6f8c8c3e02ea with identifier: 1986142 to the API
2026-03-26 22:48:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:48:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:48:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/1xf/92775a9b3a7e4722bffc6d5799773daa/images/large/8.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'petrol',
'id': '5e65c056-1282-55f7-8325-6f8c8c3e02ea',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'SKODA',
'model': 'KODIAQ',
'odometer': 136463,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 15,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5e65c056-1282-55f7-8325-6f8c8c3e02ea/5e65c056-1282-55f7-8325-6f8c8c3e02ea_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 582041,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xf/92775a9b3a7e4722bffc6d5799773daa/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5e65c056-1282-55f7-8325-6f8c8c3e02ea/5e65c056-1282-55f7-8325-6f8c8c3e02ea_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 572497,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xf/92775a9b3a7e4722bffc6d5799773daa/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5e65c056-1282-55f7-8325-6f8c8c3e02ea/5e65c056-1282-55f7-8325-6f8c8c3e02ea_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 540336,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xf/92775a9b3a7e4722bffc6d5799773daa/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5e65c056-1282-55f7-8325-6f8c8c3e02ea/5e65c056-1282-55f7-8325-6f8c8c3e02ea_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 645605,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xf/92775a9b3a7e4722bffc6d5799773daa/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5e65c056-1282-55f7-8325-6f8c8c3e02ea/5e65c056-1282-55f7-8325-6f8c8c3e02ea_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 557298,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xf/92775a9b3a7e4722bffc6d5799773daa/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5e65c056-1282-55f7-8325-6f8c8c3e02ea/5e65c056-1282-55f7-8325-6f8c8c3e02ea_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 519591,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xf/92775a9b3a7e4722bffc6d5799773daa/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5e65c056-1282-55f7-8325-6f8c8c3e02ea/5e65c056-1282-55f7-8325-6f8c8c3e02ea_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 624327,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xf/92775a9b3a7e4722bffc6d5799773daa/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5e65c056-1282-55f7-8325-6f8c8c3e02ea/5e65c056-1282-55f7-8325-6f8c8c3e02ea_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 711549,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xf/92775a9b3a7e4722bffc6d5799773daa/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5e65c056-1282-55f7-8325-6f8c8c3e02ea/5e65c056-1282-55f7-8325-6f8c8c3e02ea_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 381268,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xf/92775a9b3a7e4722bffc6d5799773daa/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5e65c056-1282-55f7-8325-6f8c8c3e02ea/5e65c056-1282-55f7-8325-6f8c8c3e02ea_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 508744,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xf/92775a9b3a7e4722bffc6d5799773daa/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-12-12',
'seats_number': 7,
'seller_name': None,
'title': 'SKODA KODIAQ 1.5 TSI ACT Ambition DSG',
'transmission': 'automatic',
'trim': '1.5 TSI ACT Ambition DSG',
'vin': None,
'year': 2019}
2026-03-26 22:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986142%27 HTTP/1.1" 200 None
2026-03-26 22:48:44 [ayvens.be] INFO: Saving data for 1986142: {'created_time': 1774565324.447227, 'last_price_update_time': 1774565324.447238, 'auction_closing_time': 1775028600.0}
2026-03-26 22:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986142') HTTP/1.1" 204 0
2026-03-26 22:48:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bj/d277857b65b4406293608682a34c203f/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bj/d277857b65b4406293608682a34c203f/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bj/d277857b65b4406293608682a34c203f/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bj/d277857b65b4406293608682a34c203f/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2gg%252Fec6df0a2fc804206a12cfb25fdcd34c3%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2gg/ec6df0a2fc804206a12cfb25fdcd34c3/images/large/9.jpg not downloaded yet
2026-03-26 22:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2gg%252Fec6df0a2fc804206a12cfb25fdcd34c3%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2gg/ec6df0a2fc804206a12cfb25fdcd34c3/images/large/10.jpg not downloaded yet
2026-03-26 22:48:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2gg/ec6df0a2fc804206a12cfb25fdcd34c3/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76a5d90>
2026-03-26 22:48:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5b7435c1-7f64-5601-9a51-3e9d97336ce1/5b7435c1-7f64-5601-9a51-3e9d97336ce1_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252Fd277857b65b4406293608682a34c203f%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/d277857b65b4406293608682a34c203f/images/large/8.jpg saved to cache
2026-03-26 22:48:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 5b7435c1-7f64-5601-9a51-3e9d97336ce1
2026-03-26 22:48:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7408b90>
2026-03-26 22:48:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3b834dd5-7b94-506e-b4eb-02906db770f6/3b834dd5-7b94-506e-b4eb-02906db770f6_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2gg%252Fec6df0a2fc804206a12cfb25fdcd34c3%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2gg/ec6df0a2fc804206a12cfb25fdcd34c3/images/large/1.jpg saved to cache
2026-03-26 22:48:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 3b834dd5-7b94-506e-b4eb-02906db770f6
2026-03-26 22:48:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b742a990>
2026-03-26 22:48:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3b834dd5-7b94-506e-b4eb-02906db770f6/3b834dd5-7b94-506e-b4eb-02906db770f6_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2gg%252Fec6df0a2fc804206a12cfb25fdcd34c3%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2gg/ec6df0a2fc804206a12cfb25fdcd34c3/images/large/2.jpg saved to cache
2026-03-26 22:48:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 3b834dd5-7b94-506e-b4eb-02906db770f6
2026-03-26 22:48:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6df3f10>
2026-03-26 22:48:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5b7435c1-7f64-5601-9a51-3e9d97336ce1/5b7435c1-7f64-5601-9a51-3e9d97336ce1_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252Fd277857b65b4406293608682a34c203f%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/d277857b65b4406293608682a34c203f/images/large/10.jpg saved to cache
2026-03-26 22:48:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 5b7435c1-7f64-5601-9a51-3e9d97336ce1
2026-03-26 22:48:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2gg/ec6df0a2fc804206a12cfb25fdcd34c3/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:44 [ayvens.be] INFO: Found listing with ID: 1986145
2026-03-26 22:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986145%27 HTTP/1.1" 200 None
2026-03-26 22:48:44 [ayvens.be] INFO: Scrape type for 1986145: 1
2026-03-26 22:48:44 [ayvens.be] INFO: Extracting data for car ID: 1986145
2026-03-26 22:48:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 63b9ce0e-e3fe-579f-b9db-d6d7cdbe1edf with identifier: 1986145
2026-03-26 22:48:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 63b9ce0e-e3fe-579f-b9db-d6d7cdbe1edf with scrape type 1
2026-03-26 22:48:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 63b9ce0e-e3fe-579f-b9db-d6d7cdbe1edf
2026-03-26 22:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1ys%252F04610896946546c4b341a538485cb656%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1ys/04610896946546c4b341a538485cb656/images/large/1.jpg not downloaded yet
2026-03-26 22:48:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2gg/ec6df0a2fc804206a12cfb25fdcd34c3/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2gg/ec6df0a2fc804206a12cfb25fdcd34c3/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1ys%252F04610896946546c4b341a538485cb656%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1ys/04610896946546c4b341a538485cb656/images/large/2.jpg not downloaded yet
2026-03-26 22:48:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6d81350>
2026-03-26 22:48:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5b7435c1-7f64-5601-9a51-3e9d97336ce1/5b7435c1-7f64-5601-9a51-3e9d97336ce1_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252Fd277857b65b4406293608682a34c203f%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/d277857b65b4406293608682a34c203f/images/large/7.jpg saved to cache
2026-03-26 22:48:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 5b7435c1-7f64-5601-9a51-3e9d97336ce1
2026-03-26 22:48:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7492e90>
2026-03-26 22:48:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5b7435c1-7f64-5601-9a51-3e9d97336ce1/5b7435c1-7f64-5601-9a51-3e9d97336ce1_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252Fd277857b65b4406293608682a34c203f%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/d277857b65b4406293608682a34c203f/images/large/6.jpg saved to cache
2026-03-26 22:48:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 5b7435c1-7f64-5601-9a51-3e9d97336ce1
2026-03-26 22:48:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7411350>
2026-03-26 22:48:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5b7435c1-7f64-5601-9a51-3e9d97336ce1/5b7435c1-7f64-5601-9a51-3e9d97336ce1_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252Fd277857b65b4406293608682a34c203f%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/d277857b65b4406293608682a34c203f/images/large/9.jpg saved to cache
2026-03-26 22:48:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 5b7435c1-7f64-5601-9a51-3e9d97336ce1
2026-03-26 22:48:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cca8d0>
2026-03-26 22:48:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5b7435c1-7f64-5601-9a51-3e9d97336ce1/5b7435c1-7f64-5601-9a51-3e9d97336ce1_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252Fd277857b65b4406293608682a34c203f%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/d277857b65b4406293608682a34c203f/images/large/5.jpg saved to cache
2026-03-26 22:48:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 5b7435c1-7f64-5601-9a51-3e9d97336ce1
2026-03-26 22:48:45 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5b7435c1-7f64-5601-9a51-3e9d97336ce1, skipping ID generation
2026-03-26 22:48:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b7435c1-7f64-5601-9a51-3e9d97336ce1 with scrape type 1
2026-03-26 22:48:45 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5b7435c1-7f64-5601-9a51-3e9d97336ce1 sending to next pipeline
2026-03-26 22:48:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 5b7435c1-7f64-5601-9a51-3e9d97336ce1, identifier: 1986143
2026-03-26 22:48:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7778550>
2026-03-26 22:48:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3b834dd5-7b94-506e-b4eb-02906db770f6/3b834dd5-7b94-506e-b4eb-02906db770f6_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2gg%252Fec6df0a2fc804206a12cfb25fdcd34c3%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2gg/ec6df0a2fc804206a12cfb25fdcd34c3/images/large/3.jpg saved to cache
2026-03-26 22:48:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 3b834dd5-7b94-506e-b4eb-02906db770f6
2026-03-26 22:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1ys%252F04610896946546c4b341a538485cb656%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1ys/04610896946546c4b341a538485cb656/images/large/3.jpg not downloaded yet
2026-03-26 22:48:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 5b7435c1-7f64-5601-9a51-3e9d97336ce1 with identifier: 1986143
2026-03-26 22:48:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 5b7435c1-7f64-5601-9a51-3e9d97336ce1 with identifier: 1986143
2026-03-26 22:48:45 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 5b7435c1-7f64-5601-9a51-3e9d97336ce1 with identifier: 1986143 to the API
2026-03-26 22:48:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:48:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:48:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bj/d277857b65b4406293608682a34c203f/images/large/5.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'electric',
'id': '5b7435c1-7f64-5601-9a51-3e9d97336ce1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'IX3',
'odometer': 101961,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 15,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5b7435c1-7f64-5601-9a51-3e9d97336ce1/5b7435c1-7f64-5601-9a51-3e9d97336ce1_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 389595,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bj/d277857b65b4406293608682a34c203f/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5b7435c1-7f64-5601-9a51-3e9d97336ce1/5b7435c1-7f64-5601-9a51-3e9d97336ce1_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 441693,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bj/d277857b65b4406293608682a34c203f/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5b7435c1-7f64-5601-9a51-3e9d97336ce1/5b7435c1-7f64-5601-9a51-3e9d97336ce1_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 460363,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bj/d277857b65b4406293608682a34c203f/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5b7435c1-7f64-5601-9a51-3e9d97336ce1/5b7435c1-7f64-5601-9a51-3e9d97336ce1_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 459778,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bj/d277857b65b4406293608682a34c203f/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5b7435c1-7f64-5601-9a51-3e9d97336ce1/5b7435c1-7f64-5601-9a51-3e9d97336ce1_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 340150,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bj/d277857b65b4406293608682a34c203f/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5b7435c1-7f64-5601-9a51-3e9d97336ce1/5b7435c1-7f64-5601-9a51-3e9d97336ce1_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 339390,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bj/d277857b65b4406293608682a34c203f/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5b7435c1-7f64-5601-9a51-3e9d97336ce1/5b7435c1-7f64-5601-9a51-3e9d97336ce1_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 448784,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bj/d277857b65b4406293608682a34c203f/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5b7435c1-7f64-5601-9a51-3e9d97336ce1/5b7435c1-7f64-5601-9a51-3e9d97336ce1_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 372950,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bj/d277857b65b4406293608682a34c203f/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5b7435c1-7f64-5601-9a51-3e9d97336ce1/5b7435c1-7f64-5601-9a51-3e9d97336ce1_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 337249,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bj/d277857b65b4406293608682a34c203f/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5b7435c1-7f64-5601-9a51-3e9d97336ce1/5b7435c1-7f64-5601-9a51-3e9d97336ce1_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 221266,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bj/d277857b65b4406293608682a34c203f/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-07',
'seats_number': 5,
'seller_name': None,
'title': 'BMW IX3 80KWH AUTO',
'transmission': 'automatic',
'trim': '80KWH AUTO',
'vin': None,
'year': 2021}
2026-03-26 22:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986143%27 HTTP/1.1" 200 None
2026-03-26 22:48:45 [ayvens.be] INFO: Saving data for 1986143: {'created_time': 1774565325.608648, 'last_price_update_time': 1774565325.608657, 'auction_closing_time': 1775028600.0}
2026-03-26 22:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986143') HTTP/1.1" 204 0
2026-03-26 22:48:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2gg/ec6df0a2fc804206a12cfb25fdcd34c3/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2gg/ec6df0a2fc804206a12cfb25fdcd34c3/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1ys%252F04610896946546c4b341a538485cb656%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1ys/04610896946546c4b341a538485cb656/images/large/4.jpg not downloaded yet
2026-03-26 22:48:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7402290>
2026-03-26 22:48:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3b834dd5-7b94-506e-b4eb-02906db770f6/3b834dd5-7b94-506e-b4eb-02906db770f6_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2gg%252Fec6df0a2fc804206a12cfb25fdcd34c3%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2gg/ec6df0a2fc804206a12cfb25fdcd34c3/images/large/4.jpg saved to cache
2026-03-26 22:48:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 3b834dd5-7b94-506e-b4eb-02906db770f6
2026-03-26 22:48:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77d6510>
2026-03-26 22:48:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3b834dd5-7b94-506e-b4eb-02906db770f6/3b834dd5-7b94-506e-b4eb-02906db770f6_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2gg%252Fec6df0a2fc804206a12cfb25fdcd34c3%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2gg/ec6df0a2fc804206a12cfb25fdcd34c3/images/large/5.jpg saved to cache
2026-03-26 22:48:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 3b834dd5-7b94-506e-b4eb-02906db770f6
2026-03-26 22:48:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7778410>
2026-03-26 22:48:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3b834dd5-7b94-506e-b4eb-02906db770f6/3b834dd5-7b94-506e-b4eb-02906db770f6_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2gg%252Fec6df0a2fc804206a12cfb25fdcd34c3%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2gg/ec6df0a2fc804206a12cfb25fdcd34c3/images/large/6.jpg saved to cache
2026-03-26 22:48:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 3b834dd5-7b94-506e-b4eb-02906db770f6
2026-03-26 22:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1ys%252F04610896946546c4b341a538485cb656%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1ys/04610896946546c4b341a538485cb656/images/large/5.jpg not downloaded yet
2026-03-26 22:48:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2gg/ec6df0a2fc804206a12cfb25fdcd34c3/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2gg/ec6df0a2fc804206a12cfb25fdcd34c3/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1ys%252F04610896946546c4b341a538485cb656%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1ys/04610896946546c4b341a538485cb656/images/large/6.jpg not downloaded yet
2026-03-26 22:48:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b777b850>
2026-03-26 22:48:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3b834dd5-7b94-506e-b4eb-02906db770f6/3b834dd5-7b94-506e-b4eb-02906db770f6_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2gg%252Fec6df0a2fc804206a12cfb25fdcd34c3%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2gg/ec6df0a2fc804206a12cfb25fdcd34c3/images/large/7.jpg saved to cache
2026-03-26 22:48:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 3b834dd5-7b94-506e-b4eb-02906db770f6
2026-03-26 22:48:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b72784d0>
2026-03-26 22:48:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3b834dd5-7b94-506e-b4eb-02906db770f6/3b834dd5-7b94-506e-b4eb-02906db770f6_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2gg%252Fec6df0a2fc804206a12cfb25fdcd34c3%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2gg/ec6df0a2fc804206a12cfb25fdcd34c3/images/large/8.jpg saved to cache
2026-03-26 22:48:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 3b834dd5-7b94-506e-b4eb-02906db770f6
2026-03-26 22:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1ys%252F04610896946546c4b341a538485cb656%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1ys/04610896946546c4b341a538485cb656/images/large/7.jpg not downloaded yet
2026-03-26 22:48:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1ys/04610896946546c4b341a538485cb656/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1ys/04610896946546c4b341a538485cb656/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77eb0d0>
2026-03-26 22:48:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3b834dd5-7b94-506e-b4eb-02906db770f6/3b834dd5-7b94-506e-b4eb-02906db770f6_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2gg%252Fec6df0a2fc804206a12cfb25fdcd34c3%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2gg/ec6df0a2fc804206a12cfb25fdcd34c3/images/large/9.jpg saved to cache
2026-03-26 22:48:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 3b834dd5-7b94-506e-b4eb-02906db770f6
2026-03-26 22:48:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e45c10>
2026-03-26 22:48:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3b834dd5-7b94-506e-b4eb-02906db770f6/3b834dd5-7b94-506e-b4eb-02906db770f6_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2gg%252Fec6df0a2fc804206a12cfb25fdcd34c3%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2gg/ec6df0a2fc804206a12cfb25fdcd34c3/images/large/10.jpg saved to cache
2026-03-26 22:48:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 3b834dd5-7b94-506e-b4eb-02906db770f6
2026-03-26 22:48:46 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3b834dd5-7b94-506e-b4eb-02906db770f6, skipping ID generation
2026-03-26 22:48:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3b834dd5-7b94-506e-b4eb-02906db770f6 with scrape type 1
2026-03-26 22:48:46 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3b834dd5-7b94-506e-b4eb-02906db770f6 sending to next pipeline
2026-03-26 22:48:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 3b834dd5-7b94-506e-b4eb-02906db770f6, identifier: 1986144
2026-03-26 22:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1ys%252F04610896946546c4b341a538485cb656%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1ys/04610896946546c4b341a538485cb656/images/large/8.jpg not downloaded yet
2026-03-26 22:48:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 3b834dd5-7b94-506e-b4eb-02906db770f6 with identifier: 1986144
2026-03-26 22:48:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 3b834dd5-7b94-506e-b4eb-02906db770f6 with identifier: 1986144
2026-03-26 22:48:46 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 3b834dd5-7b94-506e-b4eb-02906db770f6 with identifier: 1986144 to the API
2026-03-26 22:48:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:48:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:48:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2gg/ec6df0a2fc804206a12cfb25fdcd34c3/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'electric',
'id': '3b834dd5-7b94-506e-b4eb-02906db770f6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'IX2',
'odometer': 17645,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 16,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3b834dd5-7b94-506e-b4eb-02906db770f6/3b834dd5-7b94-506e-b4eb-02906db770f6_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 227288,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2gg/ec6df0a2fc804206a12cfb25fdcd34c3/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3b834dd5-7b94-506e-b4eb-02906db770f6/3b834dd5-7b94-506e-b4eb-02906db770f6_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 222228,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2gg/ec6df0a2fc804206a12cfb25fdcd34c3/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3b834dd5-7b94-506e-b4eb-02906db770f6/3b834dd5-7b94-506e-b4eb-02906db770f6_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 221626,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2gg/ec6df0a2fc804206a12cfb25fdcd34c3/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3b834dd5-7b94-506e-b4eb-02906db770f6/3b834dd5-7b94-506e-b4eb-02906db770f6_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 235173,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2gg/ec6df0a2fc804206a12cfb25fdcd34c3/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3b834dd5-7b94-506e-b4eb-02906db770f6/3b834dd5-7b94-506e-b4eb-02906db770f6_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 277339,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2gg/ec6df0a2fc804206a12cfb25fdcd34c3/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3b834dd5-7b94-506e-b4eb-02906db770f6/3b834dd5-7b94-506e-b4eb-02906db770f6_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 279557,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2gg/ec6df0a2fc804206a12cfb25fdcd34c3/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3b834dd5-7b94-506e-b4eb-02906db770f6/3b834dd5-7b94-506e-b4eb-02906db770f6_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 263027,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2gg/ec6df0a2fc804206a12cfb25fdcd34c3/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3b834dd5-7b94-506e-b4eb-02906db770f6/3b834dd5-7b94-506e-b4eb-02906db770f6_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 319482,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2gg/ec6df0a2fc804206a12cfb25fdcd34c3/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3b834dd5-7b94-506e-b4eb-02906db770f6/3b834dd5-7b94-506e-b4eb-02906db770f6_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 363517,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2gg/ec6df0a2fc804206a12cfb25fdcd34c3/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3b834dd5-7b94-506e-b4eb-02906db770f6/3b834dd5-7b94-506e-b4eb-02906db770f6_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 333306,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2gg/ec6df0a2fc804206a12cfb25fdcd34c3/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-12-09',
'seats_number': 5,
'seller_name': None,
'title': 'BMW IX2 BEV 67KWH EDRIVE20 150KW',
'transmission': 'automatic',
'trim': 'BEV 67KWH EDRIVE20 150KW',
'vin': None,
'year': 2024}
2026-03-26 22:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986144%27 HTTP/1.1" 200 None
2026-03-26 22:48:46 [ayvens.be] INFO: Saving data for 1986144: {'created_time': 1774565326.683038, 'last_price_update_time': 1774565326.68305, 'auction_closing_time': 1775028600.0}
2026-03-26 22:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986144') HTTP/1.1" 204 0
2026-03-26 22:48:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1ys/04610896946546c4b341a538485cb656/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1ys/04610896946546c4b341a538485cb656/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1ys%252F04610896946546c4b341a538485cb656%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1ys/04610896946546c4b341a538485cb656/images/large/9.jpg not downloaded yet
2026-03-26 22:48:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7981050>
2026-03-26 22:48:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_63b9ce0e-e3fe-579f-b9db-d6d7cdbe1edf/63b9ce0e-e3fe-579f-b9db-d6d7cdbe1edf_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1ys%252F04610896946546c4b341a538485cb656%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1ys/04610896946546c4b341a538485cb656/images/large/2.jpg saved to cache
2026-03-26 22:48:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 63b9ce0e-e3fe-579f-b9db-d6d7cdbe1edf
2026-03-26 22:48:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b748a810>
2026-03-26 22:48:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_63b9ce0e-e3fe-579f-b9db-d6d7cdbe1edf/63b9ce0e-e3fe-579f-b9db-d6d7cdbe1edf_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1ys%252F04610896946546c4b341a538485cb656%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1ys/04610896946546c4b341a538485cb656/images/large/1.jpg saved to cache
2026-03-26 22:48:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 63b9ce0e-e3fe-579f-b9db-d6d7cdbe1edf
2026-03-26 22:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1ys%252F04610896946546c4b341a538485cb656%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1ys/04610896946546c4b341a538485cb656/images/large/10.jpg not downloaded yet
2026-03-26 22:48:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77791d0>
2026-03-26 22:48:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_63b9ce0e-e3fe-579f-b9db-d6d7cdbe1edf/63b9ce0e-e3fe-579f-b9db-d6d7cdbe1edf_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1ys%252F04610896946546c4b341a538485cb656%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1ys/04610896946546c4b341a538485cb656/images/large/3.jpg saved to cache
2026-03-26 22:48:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 63b9ce0e-e3fe-579f-b9db-d6d7cdbe1edf
2026-03-26 22:48:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e45790>
2026-03-26 22:48:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_63b9ce0e-e3fe-579f-b9db-d6d7cdbe1edf/63b9ce0e-e3fe-579f-b9db-d6d7cdbe1edf_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1ys%252F04610896946546c4b341a538485cb656%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1ys/04610896946546c4b341a538485cb656/images/large/4.jpg saved to cache
2026-03-26 22:48:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 63b9ce0e-e3fe-579f-b9db-d6d7cdbe1edf
2026-03-26 22:48:47 [ayvens.be] INFO: Found listing with ID: 1986146
2026-03-26 22:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986146%27 HTTP/1.1" 200 None
2026-03-26 22:48:47 [ayvens.be] INFO: Scrape type for 1986146: 1
2026-03-26 22:48:47 [ayvens.be] INFO: Extracting data for car ID: 1986146
2026-03-26 22:48:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e37d7dba-48b8-5a24-b004-5fc9981c1360 with identifier: 1986146
2026-03-26 22:48:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e37d7dba-48b8-5a24-b004-5fc9981c1360 with scrape type 1
2026-03-26 22:48:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item e37d7dba-48b8-5a24-b004-5fc9981c1360
2026-03-26 22:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yr%252F0991d797ce3144ee914f5e9fd3f15a34%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yr/0991d797ce3144ee914f5e9fd3f15a34/images/large/1.jpg not downloaded yet
2026-03-26 22:48:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1ys/04610896946546c4b341a538485cb656/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1ys/04610896946546c4b341a538485cb656/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yr%252F0991d797ce3144ee914f5e9fd3f15a34%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yr/0991d797ce3144ee914f5e9fd3f15a34/images/large/2.jpg not downloaded yet
2026-03-26 22:48:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1ys/04610896946546c4b341a538485cb656/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yr%252F0991d797ce3144ee914f5e9fd3f15a34%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yr/0991d797ce3144ee914f5e9fd3f15a34/images/large/3.jpg not downloaded yet
2026-03-26 22:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yr%252F0991d797ce3144ee914f5e9fd3f15a34%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yr/0991d797ce3144ee914f5e9fd3f15a34/images/large/4.jpg not downloaded yet
2026-03-26 22:48:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1ys/04610896946546c4b341a538485cb656/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yr%252F0991d797ce3144ee914f5e9fd3f15a34%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yr/0991d797ce3144ee914f5e9fd3f15a34/images/large/5.jpg not downloaded yet
2026-03-26 22:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yr%252F0991d797ce3144ee914f5e9fd3f15a34%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yr/0991d797ce3144ee914f5e9fd3f15a34/images/large/6.jpg not downloaded yet
2026-03-26 22:48:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1ys/04610896946546c4b341a538485cb656/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yr%252F0991d797ce3144ee914f5e9fd3f15a34%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yr/0991d797ce3144ee914f5e9fd3f15a34/images/large/7.jpg not downloaded yet
2026-03-26 22:48:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd0d0bd0>
2026-03-26 22:48:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_63b9ce0e-e3fe-579f-b9db-d6d7cdbe1edf/63b9ce0e-e3fe-579f-b9db-d6d7cdbe1edf_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1ys%252F04610896946546c4b341a538485cb656%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1ys/04610896946546c4b341a538485cb656/images/large/5.jpg saved to cache
2026-03-26 22:48:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 63b9ce0e-e3fe-579f-b9db-d6d7cdbe1edf
2026-03-26 22:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yr%252F0991d797ce3144ee914f5e9fd3f15a34%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yr/0991d797ce3144ee914f5e9fd3f15a34/images/large/8.jpg not downloaded yet
2026-03-26 22:48:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76c5390>
2026-03-26 22:48:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_63b9ce0e-e3fe-579f-b9db-d6d7cdbe1edf/63b9ce0e-e3fe-579f-b9db-d6d7cdbe1edf_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1ys%252F04610896946546c4b341a538485cb656%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1ys/04610896946546c4b341a538485cb656/images/large/6.jpg saved to cache
2026-03-26 22:48:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 63b9ce0e-e3fe-579f-b9db-d6d7cdbe1edf
2026-03-26 22:48:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7495410>
2026-03-26 22:48:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_63b9ce0e-e3fe-579f-b9db-d6d7cdbe1edf/63b9ce0e-e3fe-579f-b9db-d6d7cdbe1edf_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1ys%252F04610896946546c4b341a538485cb656%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1ys/04610896946546c4b341a538485cb656/images/large/7.jpg saved to cache
2026-03-26 22:48:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 63b9ce0e-e3fe-579f-b9db-d6d7cdbe1edf
2026-03-26 22:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yr%252F0991d797ce3144ee914f5e9fd3f15a34%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yr/0991d797ce3144ee914f5e9fd3f15a34/images/large/9.jpg not downloaded yet
2026-03-26 22:48:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e008d0>
2026-03-26 22:48:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_63b9ce0e-e3fe-579f-b9db-d6d7cdbe1edf/63b9ce0e-e3fe-579f-b9db-d6d7cdbe1edf_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1ys%252F04610896946546c4b341a538485cb656%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1ys/04610896946546c4b341a538485cb656/images/large/8.jpg saved to cache
2026-03-26 22:48:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 63b9ce0e-e3fe-579f-b9db-d6d7cdbe1edf
2026-03-26 22:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yr%252F0991d797ce3144ee914f5e9fd3f15a34%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yr/0991d797ce3144ee914f5e9fd3f15a34/images/large/10.jpg not downloaded yet
2026-03-26 22:48:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79d4c10>
2026-03-26 22:48:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_63b9ce0e-e3fe-579f-b9db-d6d7cdbe1edf/63b9ce0e-e3fe-579f-b9db-d6d7cdbe1edf_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1ys%252F04610896946546c4b341a538485cb656%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1ys/04610896946546c4b341a538485cb656/images/large/9.jpg saved to cache
2026-03-26 22:48:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 63b9ce0e-e3fe-579f-b9db-d6d7cdbe1edf
2026-03-26 22:48:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1ys/04610896946546c4b341a538485cb656/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:47 [ayvens.be] INFO: Found listing with ID: 1986147
2026-03-26 22:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986147%27 HTTP/1.1" 200 None
2026-03-26 22:48:47 [ayvens.be] INFO: Scrape type for 1986147: 1
2026-03-26 22:48:47 [ayvens.be] INFO: Extracting data for car ID: 1986147
2026-03-26 22:48:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bc55da5f-d10b-5e98-a1c4-ea4db4a25646 with identifier: 1986147
2026-03-26 22:48:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc55da5f-d10b-5e98-a1c4-ea4db4a25646 with scrape type 1
2026-03-26 22:48:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item bc55da5f-d10b-5e98-a1c4-ea4db4a25646
2026-03-26 22:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F635d2d4d613846d28410eb8a5f749f2c%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/635d2d4d613846d28410eb8a5f749f2c/images/large/1.jpg not downloaded yet
2026-03-26 22:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F635d2d4d613846d28410eb8a5f749f2c%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/635d2d4d613846d28410eb8a5f749f2c/images/large/2.jpg not downloaded yet
2026-03-26 22:48:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yr/0991d797ce3144ee914f5e9fd3f15a34/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F635d2d4d613846d28410eb8a5f749f2c%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/635d2d4d613846d28410eb8a5f749f2c/images/large/3.jpg not downloaded yet
2026-03-26 22:48:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yr/0991d797ce3144ee914f5e9fd3f15a34/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yr/0991d797ce3144ee914f5e9fd3f15a34/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yr/0991d797ce3144ee914f5e9fd3f15a34/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yr/0991d797ce3144ee914f5e9fd3f15a34/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yr/0991d797ce3144ee914f5e9fd3f15a34/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F635d2d4d613846d28410eb8a5f749f2c%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/635d2d4d613846d28410eb8a5f749f2c/images/large/4.jpg not downloaded yet
2026-03-26 22:48:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yr/0991d797ce3144ee914f5e9fd3f15a34/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F635d2d4d613846d28410eb8a5f749f2c%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/635d2d4d613846d28410eb8a5f749f2c/images/large/5.jpg not downloaded yet
2026-03-26 22:48:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7429ad0>
2026-03-26 22:48:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_63b9ce0e-e3fe-579f-b9db-d6d7cdbe1edf/63b9ce0e-e3fe-579f-b9db-d6d7cdbe1edf_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1ys%252F04610896946546c4b341a538485cb656%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1ys/04610896946546c4b341a538485cb656/images/large/10.jpg saved to cache
2026-03-26 22:48:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 63b9ce0e-e3fe-579f-b9db-d6d7cdbe1edf
2026-03-26 22:48:47 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 63b9ce0e-e3fe-579f-b9db-d6d7cdbe1edf, skipping ID generation
2026-03-26 22:48:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 63b9ce0e-e3fe-579f-b9db-d6d7cdbe1edf with scrape type 1
2026-03-26 22:48:47 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 63b9ce0e-e3fe-579f-b9db-d6d7cdbe1edf sending to next pipeline
2026-03-26 22:48:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 63b9ce0e-e3fe-579f-b9db-d6d7cdbe1edf, identifier: 1986145
2026-03-26 22:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F635d2d4d613846d28410eb8a5f749f2c%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/635d2d4d613846d28410eb8a5f749f2c/images/large/6.jpg not downloaded yet
2026-03-26 22:48:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 63b9ce0e-e3fe-579f-b9db-d6d7cdbe1edf with identifier: 1986145
2026-03-26 22:48:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 63b9ce0e-e3fe-579f-b9db-d6d7cdbe1edf with identifier: 1986145
2026-03-26 22:48:48 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 63b9ce0e-e3fe-579f-b9db-d6d7cdbe1edf with identifier: 1986145 to the API
2026-03-26 22:48:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:48:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:48:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/1ys/04610896946546c4b341a538485cb656/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': 29,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.9L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'diesel',
'id': '63b9ce0e-e3fe-579f-b9db-d6d7cdbe1edf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'CLASS GLE DIESEL (W167)',
'odometer': 140549,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 15,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_63b9ce0e-e3fe-579f-b9db-d6d7cdbe1edf/63b9ce0e-e3fe-579f-b9db-d6d7cdbe1edf_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 272572,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1ys/04610896946546c4b341a538485cb656/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_63b9ce0e-e3fe-579f-b9db-d6d7cdbe1edf/63b9ce0e-e3fe-579f-b9db-d6d7cdbe1edf_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 283561,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1ys/04610896946546c4b341a538485cb656/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_63b9ce0e-e3fe-579f-b9db-d6d7cdbe1edf/63b9ce0e-e3fe-579f-b9db-d6d7cdbe1edf_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 312336,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1ys/04610896946546c4b341a538485cb656/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_63b9ce0e-e3fe-579f-b9db-d6d7cdbe1edf/63b9ce0e-e3fe-579f-b9db-d6d7cdbe1edf_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 299836,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1ys/04610896946546c4b341a538485cb656/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_63b9ce0e-e3fe-579f-b9db-d6d7cdbe1edf/63b9ce0e-e3fe-579f-b9db-d6d7cdbe1edf_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 399901,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1ys/04610896946546c4b341a538485cb656/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_63b9ce0e-e3fe-579f-b9db-d6d7cdbe1edf/63b9ce0e-e3fe-579f-b9db-d6d7cdbe1edf_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 316925,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1ys/04610896946546c4b341a538485cb656/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_63b9ce0e-e3fe-579f-b9db-d6d7cdbe1edf/63b9ce0e-e3fe-579f-b9db-d6d7cdbe1edf_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 346461,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1ys/04610896946546c4b341a538485cb656/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_63b9ce0e-e3fe-579f-b9db-d6d7cdbe1edf/63b9ce0e-e3fe-579f-b9db-d6d7cdbe1edf_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 431842,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1ys/04610896946546c4b341a538485cb656/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_63b9ce0e-e3fe-579f-b9db-d6d7cdbe1edf/63b9ce0e-e3fe-579f-b9db-d6d7cdbe1edf_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 440560,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1ys/04610896946546c4b341a538485cb656/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_63b9ce0e-e3fe-579f-b9db-d6d7cdbe1edf/63b9ce0e-e3fe-579f-b9db-d6d7cdbe1edf_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 447987,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1ys/04610896946546c4b341a538485cb656/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-25',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLASS GLE DIESEL (W167) GLE 350 de 4-Matic PHEV',
'transmission': 'automatic',
'trim': 'GLE 350 de 4-Matic PHEV',
'vin': None,
'year': 2020}
2026-03-26 22:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986145%27 HTTP/1.1" 200 None
2026-03-26 22:48:48 [ayvens.be] INFO: Saving data for 1986145: {'created_time': 1774565328.465, 'last_price_update_time': 1774565328.465011, 'auction_closing_time': 1775028600.0}
2026-03-26 22:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986145') HTTP/1.1" 204 0
2026-03-26 22:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F635d2d4d613846d28410eb8a5f749f2c%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/635d2d4d613846d28410eb8a5f749f2c/images/large/7.jpg not downloaded yet
2026-03-26 22:48:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7771390>
2026-03-26 22:48:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e37d7dba-48b8-5a24-b004-5fc9981c1360/e37d7dba-48b8-5a24-b004-5fc9981c1360_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yr%252F0991d797ce3144ee914f5e9fd3f15a34%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yr/0991d797ce3144ee914f5e9fd3f15a34/images/large/1.jpg saved to cache
2026-03-26 22:48:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item e37d7dba-48b8-5a24-b004-5fc9981c1360
2026-03-26 22:48:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b746dd50>
2026-03-26 22:48:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e37d7dba-48b8-5a24-b004-5fc9981c1360/e37d7dba-48b8-5a24-b004-5fc9981c1360_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yr%252F0991d797ce3144ee914f5e9fd3f15a34%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yr/0991d797ce3144ee914f5e9fd3f15a34/images/large/4.jpg saved to cache
2026-03-26 22:48:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item e37d7dba-48b8-5a24-b004-5fc9981c1360
2026-03-26 22:48:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74cf890>
2026-03-26 22:48:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e37d7dba-48b8-5a24-b004-5fc9981c1360/e37d7dba-48b8-5a24-b004-5fc9981c1360_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yr%252F0991d797ce3144ee914f5e9fd3f15a34%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yr/0991d797ce3144ee914f5e9fd3f15a34/images/large/3.jpg saved to cache
2026-03-26 22:48:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item e37d7dba-48b8-5a24-b004-5fc9981c1360
2026-03-26 22:48:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd0c7410>
2026-03-26 22:48:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e37d7dba-48b8-5a24-b004-5fc9981c1360/e37d7dba-48b8-5a24-b004-5fc9981c1360_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yr%252F0991d797ce3144ee914f5e9fd3f15a34%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yr/0991d797ce3144ee914f5e9fd3f15a34/images/large/2.jpg saved to cache
2026-03-26 22:48:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item e37d7dba-48b8-5a24-b004-5fc9981c1360
2026-03-26 22:48:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e14cd0>
2026-03-26 22:48:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e37d7dba-48b8-5a24-b004-5fc9981c1360/e37d7dba-48b8-5a24-b004-5fc9981c1360_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yr%252F0991d797ce3144ee914f5e9fd3f15a34%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yr/0991d797ce3144ee914f5e9fd3f15a34/images/large/5.jpg saved to cache
2026-03-26 22:48:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item e37d7dba-48b8-5a24-b004-5fc9981c1360
2026-03-26 22:48:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cb2490>
2026-03-26 22:48:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e37d7dba-48b8-5a24-b004-5fc9981c1360/e37d7dba-48b8-5a24-b004-5fc9981c1360_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yr%252F0991d797ce3144ee914f5e9fd3f15a34%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yr/0991d797ce3144ee914f5e9fd3f15a34/images/large/6.jpg saved to cache
2026-03-26 22:48:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item e37d7dba-48b8-5a24-b004-5fc9981c1360
2026-03-26 22:48:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74ccb90>
2026-03-26 22:48:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e37d7dba-48b8-5a24-b004-5fc9981c1360/e37d7dba-48b8-5a24-b004-5fc9981c1360_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yr%252F0991d797ce3144ee914f5e9fd3f15a34%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yr/0991d797ce3144ee914f5e9fd3f15a34/images/large/7.jpg saved to cache
2026-03-26 22:48:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item e37d7dba-48b8-5a24-b004-5fc9981c1360
2026-03-26 22:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F635d2d4d613846d28410eb8a5f749f2c%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/635d2d4d613846d28410eb8a5f749f2c/images/large/8.jpg not downloaded yet
2026-03-26 22:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F635d2d4d613846d28410eb8a5f749f2c%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/635d2d4d613846d28410eb8a5f749f2c/images/large/9.jpg not downloaded yet
2026-03-26 22:48:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yr/0991d797ce3144ee914f5e9fd3f15a34/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yr/0991d797ce3144ee914f5e9fd3f15a34/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F635d2d4d613846d28410eb8a5f749f2c%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/635d2d4d613846d28410eb8a5f749f2c/images/large/10.jpg not downloaded yet
2026-03-26 22:48:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/635d2d4d613846d28410eb8a5f749f2c/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yr/0991d797ce3144ee914f5e9fd3f15a34/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:49 [ayvens.be] INFO: Found listing with ID: 1986148
2026-03-26 22:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986148%27 HTTP/1.1" 200 None
2026-03-26 22:48:49 [ayvens.be] INFO: Scrape type for 1986148: 1
2026-03-26 22:48:49 [ayvens.be] INFO: Extracting data for car ID: 1986148
2026-03-26 22:48:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 17e5649b-3762-5c55-8cbe-f61d8d3ecd5b with identifier: 1986148
2026-03-26 22:48:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 17e5649b-3762-5c55-8cbe-f61d8d3ecd5b with scrape type 1
2026-03-26 22:48:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 17e5649b-3762-5c55-8cbe-f61d8d3ecd5b
2026-03-26 22:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F4059722f2cff44aaa288d4667eef1651%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/4059722f2cff44aaa288d4667eef1651/images/large/1.jpg not downloaded yet
2026-03-26 22:48:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/635d2d4d613846d28410eb8a5f749f2c/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/635d2d4d613846d28410eb8a5f749f2c/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F4059722f2cff44aaa288d4667eef1651%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/4059722f2cff44aaa288d4667eef1651/images/large/2.jpg not downloaded yet
2026-03-26 22:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F4059722f2cff44aaa288d4667eef1651%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/4059722f2cff44aaa288d4667eef1651/images/large/3.jpg not downloaded yet
2026-03-26 22:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F4059722f2cff44aaa288d4667eef1651%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/4059722f2cff44aaa288d4667eef1651/images/large/4.jpg not downloaded yet
2026-03-26 22:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F4059722f2cff44aaa288d4667eef1651%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/4059722f2cff44aaa288d4667eef1651/images/large/5.jpg not downloaded yet
2026-03-26 22:48:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b746c590>
2026-03-26 22:48:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e37d7dba-48b8-5a24-b004-5fc9981c1360/e37d7dba-48b8-5a24-b004-5fc9981c1360_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yr%252F0991d797ce3144ee914f5e9fd3f15a34%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yr/0991d797ce3144ee914f5e9fd3f15a34/images/large/9.jpg saved to cache
2026-03-26 22:48:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item e37d7dba-48b8-5a24-b004-5fc9981c1360
2026-03-26 22:48:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74e7250>
2026-03-26 22:48:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e37d7dba-48b8-5a24-b004-5fc9981c1360/e37d7dba-48b8-5a24-b004-5fc9981c1360_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yr%252F0991d797ce3144ee914f5e9fd3f15a34%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yr/0991d797ce3144ee914f5e9fd3f15a34/images/large/10.jpg saved to cache
2026-03-26 22:48:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item e37d7dba-48b8-5a24-b004-5fc9981c1360
2026-03-26 22:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F4059722f2cff44aaa288d4667eef1651%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/4059722f2cff44aaa288d4667eef1651/images/large/6.jpg not downloaded yet
2026-03-26 22:48:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7571d50>
2026-03-26 22:48:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bc55da5f-d10b-5e98-a1c4-ea4db4a25646/bc55da5f-d10b-5e98-a1c4-ea4db4a25646_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F635d2d4d613846d28410eb8a5f749f2c%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/635d2d4d613846d28410eb8a5f749f2c/images/large/3.jpg saved to cache
2026-03-26 22:48:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item bc55da5f-d10b-5e98-a1c4-ea4db4a25646
2026-03-26 22:48:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6dd8990>
2026-03-26 22:48:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e37d7dba-48b8-5a24-b004-5fc9981c1360/e37d7dba-48b8-5a24-b004-5fc9981c1360_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yr%252F0991d797ce3144ee914f5e9fd3f15a34%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yr/0991d797ce3144ee914f5e9fd3f15a34/images/large/8.jpg saved to cache
2026-03-26 22:48:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item e37d7dba-48b8-5a24-b004-5fc9981c1360
2026-03-26 22:48:49 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e37d7dba-48b8-5a24-b004-5fc9981c1360, skipping ID generation
2026-03-26 22:48:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e37d7dba-48b8-5a24-b004-5fc9981c1360 with scrape type 1
2026-03-26 22:48:49 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e37d7dba-48b8-5a24-b004-5fc9981c1360 sending to next pipeline
2026-03-26 22:48:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: e37d7dba-48b8-5a24-b004-5fc9981c1360, identifier: 1986146
2026-03-26 22:48:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: e37d7dba-48b8-5a24-b004-5fc9981c1360 with identifier: 1986146
2026-03-26 22:48:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: e37d7dba-48b8-5a24-b004-5fc9981c1360 with identifier: 1986146
2026-03-26 22:48:49 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: e37d7dba-48b8-5a24-b004-5fc9981c1360 with identifier: 1986146 to the API
2026-03-26 22:48:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:48:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:48:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/1yr/0991d797ce3144ee914f5e9fd3f15a34/images/large/8.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'petrol',
'id': 'e37d7dba-48b8-5a24-b004-5fc9981c1360',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'A4',
'odometer': 116277,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 15,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e37d7dba-48b8-5a24-b004-5fc9981c1360/e37d7dba-48b8-5a24-b004-5fc9981c1360_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 560525,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yr/0991d797ce3144ee914f5e9fd3f15a34/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e37d7dba-48b8-5a24-b004-5fc9981c1360/e37d7dba-48b8-5a24-b004-5fc9981c1360_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 628880,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yr/0991d797ce3144ee914f5e9fd3f15a34/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e37d7dba-48b8-5a24-b004-5fc9981c1360/e37d7dba-48b8-5a24-b004-5fc9981c1360_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 634945,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yr/0991d797ce3144ee914f5e9fd3f15a34/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e37d7dba-48b8-5a24-b004-5fc9981c1360/e37d7dba-48b8-5a24-b004-5fc9981c1360_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 672788,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yr/0991d797ce3144ee914f5e9fd3f15a34/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e37d7dba-48b8-5a24-b004-5fc9981c1360/e37d7dba-48b8-5a24-b004-5fc9981c1360_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 647008,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yr/0991d797ce3144ee914f5e9fd3f15a34/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e37d7dba-48b8-5a24-b004-5fc9981c1360/e37d7dba-48b8-5a24-b004-5fc9981c1360_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 598913,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yr/0991d797ce3144ee914f5e9fd3f15a34/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e37d7dba-48b8-5a24-b004-5fc9981c1360/e37d7dba-48b8-5a24-b004-5fc9981c1360_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 661670,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yr/0991d797ce3144ee914f5e9fd3f15a34/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e37d7dba-48b8-5a24-b004-5fc9981c1360/e37d7dba-48b8-5a24-b004-5fc9981c1360_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 630132,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yr/0991d797ce3144ee914f5e9fd3f15a34/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e37d7dba-48b8-5a24-b004-5fc9981c1360/e37d7dba-48b8-5a24-b004-5fc9981c1360_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 509149,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yr/0991d797ce3144ee914f5e9fd3f15a34/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e37d7dba-48b8-5a24-b004-5fc9981c1360/e37d7dba-48b8-5a24-b004-5fc9981c1360_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 473844,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yr/0991d797ce3144ee914f5e9fd3f15a34/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-20',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A4 2.0 35 TFSI 110KW S TRONIC',
'transmission': 'automatic',
'trim': '2.0 35 TFSI 110KW S TRONIC',
'vin': None,
'year': 2020}
2026-03-26 22:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986146%27 HTTP/1.1" 200 None
2026-03-26 22:48:50 [ayvens.be] INFO: Saving data for 1986146: {'created_time': 1774565330.243157, 'last_price_update_time': 1774565330.243166, 'auction_closing_time': 1775028600.0}
2026-03-26 22:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986146') HTTP/1.1" 204 0
2026-03-26 22:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F4059722f2cff44aaa288d4667eef1651%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/4059722f2cff44aaa288d4667eef1651/images/large/7.jpg not downloaded yet
2026-03-26 22:48:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/4059722f2cff44aaa288d4667eef1651/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79f0210>
2026-03-26 22:48:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bc55da5f-d10b-5e98-a1c4-ea4db4a25646/bc55da5f-d10b-5e98-a1c4-ea4db4a25646_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F635d2d4d613846d28410eb8a5f749f2c%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/635d2d4d613846d28410eb8a5f749f2c/images/large/1.jpg saved to cache
2026-03-26 22:48:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item bc55da5f-d10b-5e98-a1c4-ea4db4a25646
2026-03-26 22:48:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7aa3e10>
2026-03-26 22:48:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bc55da5f-d10b-5e98-a1c4-ea4db4a25646/bc55da5f-d10b-5e98-a1c4-ea4db4a25646_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F635d2d4d613846d28410eb8a5f749f2c%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/635d2d4d613846d28410eb8a5f749f2c/images/large/2.jpg saved to cache
2026-03-26 22:48:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item bc55da5f-d10b-5e98-a1c4-ea4db4a25646
2026-03-26 22:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F4059722f2cff44aaa288d4667eef1651%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/4059722f2cff44aaa288d4667eef1651/images/large/8.jpg not downloaded yet
2026-03-26 22:48:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/635d2d4d613846d28410eb8a5f749f2c/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F4059722f2cff44aaa288d4667eef1651%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/4059722f2cff44aaa288d4667eef1651/images/large/9.jpg not downloaded yet
2026-03-26 22:48:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7407c50>
2026-03-26 22:48:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_17e5649b-3762-5c55-8cbe-f61d8d3ecd5b/17e5649b-3762-5c55-8cbe-f61d8d3ecd5b_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F4059722f2cff44aaa288d4667eef1651%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/4059722f2cff44aaa288d4667eef1651/images/large/1.jpg saved to cache
2026-03-26 22:48:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 17e5649b-3762-5c55-8cbe-f61d8d3ecd5b
2026-03-26 22:48:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/635d2d4d613846d28410eb8a5f749f2c/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/635d2d4d613846d28410eb8a5f749f2c/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F4059722f2cff44aaa288d4667eef1651%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/4059722f2cff44aaa288d4667eef1651/images/large/10.jpg not downloaded yet
2026-03-26 22:48:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/635d2d4d613846d28410eb8a5f749f2c/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/635d2d4d613846d28410eb8a5f749f2c/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/635d2d4d613846d28410eb8a5f749f2c/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/635d2d4d613846d28410eb8a5f749f2c/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:50 [ayvens.be] INFO: Found listing with ID: 1986149
2026-03-26 22:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986149%27 HTTP/1.1" 200 None
2026-03-26 22:48:50 [ayvens.be] INFO: Scrape type for 1986149: 1
2026-03-26 22:48:50 [ayvens.be] INFO: Extracting data for car ID: 1986149
2026-03-26 22:48:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9b64cdfd-3eb2-5af3-bc36-4f3ac554d6ae with identifier: 1986149
2026-03-26 22:48:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9b64cdfd-3eb2-5af3-bc36-4f3ac554d6ae with scrape type 1
2026-03-26 22:48:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 9b64cdfd-3eb2-5af3-bc36-4f3ac554d6ae
2026-03-26 22:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xa%252Fc5c7df1cd7cf48eb961ca158d2e49012%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xa/c5c7df1cd7cf48eb961ca158d2e49012/images/large/1.jpg not downloaded yet
2026-03-26 22:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xa%252Fc5c7df1cd7cf48eb961ca158d2e49012%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xa/c5c7df1cd7cf48eb961ca158d2e49012/images/large/2.jpg not downloaded yet
2026-03-26 22:48:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7768b10>
2026-03-26 22:48:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bc55da5f-d10b-5e98-a1c4-ea4db4a25646/bc55da5f-d10b-5e98-a1c4-ea4db4a25646_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F635d2d4d613846d28410eb8a5f749f2c%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/635d2d4d613846d28410eb8a5f749f2c/images/large/9.jpg saved to cache
2026-03-26 22:48:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item bc55da5f-d10b-5e98-a1c4-ea4db4a25646
2026-03-26 22:48:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e105d0>
2026-03-26 22:48:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bc55da5f-d10b-5e98-a1c4-ea4db4a25646/bc55da5f-d10b-5e98-a1c4-ea4db4a25646_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F635d2d4d613846d28410eb8a5f749f2c%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/635d2d4d613846d28410eb8a5f749f2c/images/large/4.jpg saved to cache
2026-03-26 22:48:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item bc55da5f-d10b-5e98-a1c4-ea4db4a25646
2026-03-26 22:48:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7927710>
2026-03-26 22:48:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bc55da5f-d10b-5e98-a1c4-ea4db4a25646/bc55da5f-d10b-5e98-a1c4-ea4db4a25646_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F635d2d4d613846d28410eb8a5f749f2c%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/635d2d4d613846d28410eb8a5f749f2c/images/large/10.jpg saved to cache
2026-03-26 22:48:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item bc55da5f-d10b-5e98-a1c4-ea4db4a25646
2026-03-26 22:48:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e138d0>
2026-03-26 22:48:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bc55da5f-d10b-5e98-a1c4-ea4db4a25646/bc55da5f-d10b-5e98-a1c4-ea4db4a25646_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F635d2d4d613846d28410eb8a5f749f2c%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/635d2d4d613846d28410eb8a5f749f2c/images/large/8.jpg saved to cache
2026-03-26 22:48:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item bc55da5f-d10b-5e98-a1c4-ea4db4a25646
2026-03-26 22:48:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c5ee10>
2026-03-26 22:48:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bc55da5f-d10b-5e98-a1c4-ea4db4a25646/bc55da5f-d10b-5e98-a1c4-ea4db4a25646_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F635d2d4d613846d28410eb8a5f749f2c%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/635d2d4d613846d28410eb8a5f749f2c/images/large/6.jpg saved to cache
2026-03-26 22:48:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item bc55da5f-d10b-5e98-a1c4-ea4db4a25646
2026-03-26 22:48:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e2b710>
2026-03-26 22:48:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bc55da5f-d10b-5e98-a1c4-ea4db4a25646/bc55da5f-d10b-5e98-a1c4-ea4db4a25646_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F635d2d4d613846d28410eb8a5f749f2c%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/635d2d4d613846d28410eb8a5f749f2c/images/large/5.jpg saved to cache
2026-03-26 22:48:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item bc55da5f-d10b-5e98-a1c4-ea4db4a25646
2026-03-26 22:48:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c5e890>
2026-03-26 22:48:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bc55da5f-d10b-5e98-a1c4-ea4db4a25646/bc55da5f-d10b-5e98-a1c4-ea4db4a25646_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F635d2d4d613846d28410eb8a5f749f2c%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/635d2d4d613846d28410eb8a5f749f2c/images/large/7.jpg saved to cache
2026-03-26 22:48:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item bc55da5f-d10b-5e98-a1c4-ea4db4a25646
2026-03-26 22:48:51 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: bc55da5f-d10b-5e98-a1c4-ea4db4a25646, skipping ID generation
2026-03-26 22:48:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc55da5f-d10b-5e98-a1c4-ea4db4a25646 with scrape type 1
2026-03-26 22:48:51 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item bc55da5f-d10b-5e98-a1c4-ea4db4a25646 sending to next pipeline
2026-03-26 22:48:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: bc55da5f-d10b-5e98-a1c4-ea4db4a25646, identifier: 1986147
2026-03-26 22:48:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/4059722f2cff44aaa288d4667eef1651/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xa%252Fc5c7df1cd7cf48eb961ca158d2e49012%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xa/c5c7df1cd7cf48eb961ca158d2e49012/images/large/3.jpg not downloaded yet
2026-03-26 22:48:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: bc55da5f-d10b-5e98-a1c4-ea4db4a25646 with identifier: 1986147
2026-03-26 22:48:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: bc55da5f-d10b-5e98-a1c4-ea4db4a25646 with identifier: 1986147
2026-03-26 22:48:51 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: bc55da5f-d10b-5e98-a1c4-ea4db4a25646 with identifier: 1986147 to the API
2026-03-26 22:48:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:48:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:48:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bh/635d2d4d613846d28410eb8a5f749f2c/images/large/7.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'petrol',
'id': 'bc55da5f-d10b-5e98-a1c4-ea4db4a25646',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'FORD',
'model': 'PUMA',
'odometer': 94319,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 15,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bc55da5f-d10b-5e98-a1c4-ea4db4a25646/bc55da5f-d10b-5e98-a1c4-ea4db4a25646_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 728370,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/635d2d4d613846d28410eb8a5f749f2c/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bc55da5f-d10b-5e98-a1c4-ea4db4a25646/bc55da5f-d10b-5e98-a1c4-ea4db4a25646_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 730140,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/635d2d4d613846d28410eb8a5f749f2c/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bc55da5f-d10b-5e98-a1c4-ea4db4a25646/bc55da5f-d10b-5e98-a1c4-ea4db4a25646_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 642210,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/635d2d4d613846d28410eb8a5f749f2c/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bc55da5f-d10b-5e98-a1c4-ea4db4a25646/bc55da5f-d10b-5e98-a1c4-ea4db4a25646_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 728953,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/635d2d4d613846d28410eb8a5f749f2c/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bc55da5f-d10b-5e98-a1c4-ea4db4a25646/bc55da5f-d10b-5e98-a1c4-ea4db4a25646_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 644631,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/635d2d4d613846d28410eb8a5f749f2c/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bc55da5f-d10b-5e98-a1c4-ea4db4a25646/bc55da5f-d10b-5e98-a1c4-ea4db4a25646_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 589945,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/635d2d4d613846d28410eb8a5f749f2c/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bc55da5f-d10b-5e98-a1c4-ea4db4a25646/bc55da5f-d10b-5e98-a1c4-ea4db4a25646_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 713850,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/635d2d4d613846d28410eb8a5f749f2c/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bc55da5f-d10b-5e98-a1c4-ea4db4a25646/bc55da5f-d10b-5e98-a1c4-ea4db4a25646_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 750582,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/635d2d4d613846d28410eb8a5f749f2c/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bc55da5f-d10b-5e98-a1c4-ea4db4a25646/bc55da5f-d10b-5e98-a1c4-ea4db4a25646_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 452376,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/635d2d4d613846d28410eb8a5f749f2c/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bc55da5f-d10b-5e98-a1c4-ea4db4a25646/bc55da5f-d10b-5e98-a1c4-ea4db4a25646_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 494196,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/635d2d4d613846d28410eb8a5f749f2c/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-23',
'seats_number': 5,
'seller_name': None,
'title': 'FORD PUMA 1.0 ECOBOOST MHEV 92KW TITANIUM',
'transmission': 'manual',
'trim': '1.0 ECOBOOST MHEV 92KW TITANIUM',
'vin': None,
'year': 2021}
2026-03-26 22:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986147%27 HTTP/1.1" 200 None
2026-03-26 22:48:51 [ayvens.be] INFO: Saving data for 1986147: {'created_time': 1774565331.744738, 'last_price_update_time': 1774565331.74475, 'auction_closing_time': 1775028600.0}
2026-03-26 22:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986147') HTTP/1.1" 204 0
2026-03-26 22:48:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/4059722f2cff44aaa288d4667eef1651/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/4059722f2cff44aaa288d4667eef1651/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/4059722f2cff44aaa288d4667eef1651/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/4059722f2cff44aaa288d4667eef1651/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/4059722f2cff44aaa288d4667eef1651/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/4059722f2cff44aaa288d4667eef1651/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xa%252Fc5c7df1cd7cf48eb961ca158d2e49012%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xa/c5c7df1cd7cf48eb961ca158d2e49012/images/large/4.jpg not downloaded yet
2026-03-26 22:48:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e1e390>
2026-03-26 22:48:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_17e5649b-3762-5c55-8cbe-f61d8d3ecd5b/17e5649b-3762-5c55-8cbe-f61d8d3ecd5b_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F4059722f2cff44aaa288d4667eef1651%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/4059722f2cff44aaa288d4667eef1651/images/large/2.jpg saved to cache
2026-03-26 22:48:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 17e5649b-3762-5c55-8cbe-f61d8d3ecd5b
2026-03-26 22:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xa%252Fc5c7df1cd7cf48eb961ca158d2e49012%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xa/c5c7df1cd7cf48eb961ca158d2e49012/images/large/5.jpg not downloaded yet
2026-03-26 22:48:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/4059722f2cff44aaa288d4667eef1651/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xa%252Fc5c7df1cd7cf48eb961ca158d2e49012%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xa/c5c7df1cd7cf48eb961ca158d2e49012/images/large/6.jpg not downloaded yet
2026-03-26 22:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xa%252Fc5c7df1cd7cf48eb961ca158d2e49012%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xa/c5c7df1cd7cf48eb961ca158d2e49012/images/large/7.jpg not downloaded yet
2026-03-26 22:48:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b75852d0>
2026-03-26 22:48:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_17e5649b-3762-5c55-8cbe-f61d8d3ecd5b/17e5649b-3762-5c55-8cbe-f61d8d3ecd5b_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F4059722f2cff44aaa288d4667eef1651%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/4059722f2cff44aaa288d4667eef1651/images/large/4.jpg saved to cache
2026-03-26 22:48:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 17e5649b-3762-5c55-8cbe-f61d8d3ecd5b
2026-03-26 22:48:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c94090>
2026-03-26 22:48:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_17e5649b-3762-5c55-8cbe-f61d8d3ecd5b/17e5649b-3762-5c55-8cbe-f61d8d3ecd5b_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F4059722f2cff44aaa288d4667eef1651%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/4059722f2cff44aaa288d4667eef1651/images/large/6.jpg saved to cache
2026-03-26 22:48:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 17e5649b-3762-5c55-8cbe-f61d8d3ecd5b
2026-03-26 22:48:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77c8ed0>
2026-03-26 22:48:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_17e5649b-3762-5c55-8cbe-f61d8d3ecd5b/17e5649b-3762-5c55-8cbe-f61d8d3ecd5b_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F4059722f2cff44aaa288d4667eef1651%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/4059722f2cff44aaa288d4667eef1651/images/large/5.jpg saved to cache
2026-03-26 22:48:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 17e5649b-3762-5c55-8cbe-f61d8d3ecd5b
2026-03-26 22:48:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76ee210>
2026-03-26 22:48:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_17e5649b-3762-5c55-8cbe-f61d8d3ecd5b/17e5649b-3762-5c55-8cbe-f61d8d3ecd5b_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F4059722f2cff44aaa288d4667eef1651%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/4059722f2cff44aaa288d4667eef1651/images/large/3.jpg saved to cache
2026-03-26 22:48:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 17e5649b-3762-5c55-8cbe-f61d8d3ecd5b
2026-03-26 22:48:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e12910>
2026-03-26 22:48:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_17e5649b-3762-5c55-8cbe-f61d8d3ecd5b/17e5649b-3762-5c55-8cbe-f61d8d3ecd5b_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F4059722f2cff44aaa288d4667eef1651%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/4059722f2cff44aaa288d4667eef1651/images/large/7.jpg saved to cache
2026-03-26 22:48:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 17e5649b-3762-5c55-8cbe-f61d8d3ecd5b
2026-03-26 22:48:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e12510>
2026-03-26 22:48:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_17e5649b-3762-5c55-8cbe-f61d8d3ecd5b/17e5649b-3762-5c55-8cbe-f61d8d3ecd5b_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F4059722f2cff44aaa288d4667eef1651%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/4059722f2cff44aaa288d4667eef1651/images/large/8.jpg saved to cache
2026-03-26 22:48:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 17e5649b-3762-5c55-8cbe-f61d8d3ecd5b
2026-03-26 22:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xa%252Fc5c7df1cd7cf48eb961ca158d2e49012%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xa/c5c7df1cd7cf48eb961ca158d2e49012/images/large/8.jpg not downloaded yet
2026-03-26 22:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xa%252Fc5c7df1cd7cf48eb961ca158d2e49012%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xa/c5c7df1cd7cf48eb961ca158d2e49012/images/large/9.jpg not downloaded yet
2026-03-26 22:48:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74be4d0>
2026-03-26 22:48:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_17e5649b-3762-5c55-8cbe-f61d8d3ecd5b/17e5649b-3762-5c55-8cbe-f61d8d3ecd5b_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F4059722f2cff44aaa288d4667eef1651%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/4059722f2cff44aaa288d4667eef1651/images/large/9.jpg saved to cache
2026-03-26 22:48:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 17e5649b-3762-5c55-8cbe-f61d8d3ecd5b
2026-03-26 22:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xa%252Fc5c7df1cd7cf48eb961ca158d2e49012%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xa/c5c7df1cd7cf48eb961ca158d2e49012/images/large/10.jpg not downloaded yet
2026-03-26 22:48:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/4059722f2cff44aaa288d4667eef1651/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:52 [ayvens.be] INFO: Found listing with ID: 1986150
2026-03-26 22:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986150%27 HTTP/1.1" 200 None
2026-03-26 22:48:52 [ayvens.be] INFO: Scrape type for 1986150: 1
2026-03-26 22:48:52 [ayvens.be] INFO: Extracting data for car ID: 1986150
2026-03-26 22:48:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fcb17396-6d23-5f34-b8f7-a8c6f3dbf8cd with identifier: 1986150
2026-03-26 22:48:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fcb17396-6d23-5f34-b8f7-a8c6f3dbf8cd with scrape type 1
2026-03-26 22:48:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item fcb17396-6d23-5f34-b8f7-a8c6f3dbf8cd
2026-03-26 22:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2at%252Fe71d5693288a4e01bac58ff4b73c2809%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2at/e71d5693288a4e01bac58ff4b73c2809/images/large/1.jpg not downloaded yet
2026-03-26 22:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2at%252Fe71d5693288a4e01bac58ff4b73c2809%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2at/e71d5693288a4e01bac58ff4b73c2809/images/large/2.jpg not downloaded yet
2026-03-26 22:48:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xa/c5c7df1cd7cf48eb961ca158d2e49012/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xa/c5c7df1cd7cf48eb961ca158d2e49012/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xa/c5c7df1cd7cf48eb961ca158d2e49012/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xa/c5c7df1cd7cf48eb961ca158d2e49012/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xa/c5c7df1cd7cf48eb961ca158d2e49012/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2at%252Fe71d5693288a4e01bac58ff4b73c2809%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2at/e71d5693288a4e01bac58ff4b73c2809/images/large/3.jpg not downloaded yet
2026-03-26 22:48:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b748b750>
2026-03-26 22:48:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_17e5649b-3762-5c55-8cbe-f61d8d3ecd5b/17e5649b-3762-5c55-8cbe-f61d8d3ecd5b_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F4059722f2cff44aaa288d4667eef1651%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/4059722f2cff44aaa288d4667eef1651/images/large/10.jpg saved to cache
2026-03-26 22:48:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 17e5649b-3762-5c55-8cbe-f61d8d3ecd5b
2026-03-26 22:48:52 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 17e5649b-3762-5c55-8cbe-f61d8d3ecd5b, skipping ID generation
2026-03-26 22:48:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 17e5649b-3762-5c55-8cbe-f61d8d3ecd5b with scrape type 1
2026-03-26 22:48:52 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 17e5649b-3762-5c55-8cbe-f61d8d3ecd5b sending to next pipeline
2026-03-26 22:48:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 17e5649b-3762-5c55-8cbe-f61d8d3ecd5b, identifier: 1986148
2026-03-26 22:48:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 17e5649b-3762-5c55-8cbe-f61d8d3ecd5b with identifier: 1986148
2026-03-26 22:48:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 17e5649b-3762-5c55-8cbe-f61d8d3ecd5b with identifier: 1986148
2026-03-26 22:48:52 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 17e5649b-3762-5c55-8cbe-f61d8d3ecd5b with identifier: 1986148 to the API
2026-03-26 22:48:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:48:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:48:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bp/4059722f2cff44aaa288d4667eef1651/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'petrol',
'id': '17e5649b-3762-5c55-8cbe-f61d8d3ecd5b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'VOLVO',
'model': 'XC40',
'odometer': 40490,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 16,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_17e5649b-3762-5c55-8cbe-f61d8d3ecd5b/17e5649b-3762-5c55-8cbe-f61d8d3ecd5b_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 199896,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/4059722f2cff44aaa288d4667eef1651/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_17e5649b-3762-5c55-8cbe-f61d8d3ecd5b/17e5649b-3762-5c55-8cbe-f61d8d3ecd5b_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 193419,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/4059722f2cff44aaa288d4667eef1651/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_17e5649b-3762-5c55-8cbe-f61d8d3ecd5b/17e5649b-3762-5c55-8cbe-f61d8d3ecd5b_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 214440,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/4059722f2cff44aaa288d4667eef1651/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_17e5649b-3762-5c55-8cbe-f61d8d3ecd5b/17e5649b-3762-5c55-8cbe-f61d8d3ecd5b_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 219009,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/4059722f2cff44aaa288d4667eef1651/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_17e5649b-3762-5c55-8cbe-f61d8d3ecd5b/17e5649b-3762-5c55-8cbe-f61d8d3ecd5b_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 249451,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/4059722f2cff44aaa288d4667eef1651/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_17e5649b-3762-5c55-8cbe-f61d8d3ecd5b/17e5649b-3762-5c55-8cbe-f61d8d3ecd5b_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 242278,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/4059722f2cff44aaa288d4667eef1651/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_17e5649b-3762-5c55-8cbe-f61d8d3ecd5b/17e5649b-3762-5c55-8cbe-f61d8d3ecd5b_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 277135,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/4059722f2cff44aaa288d4667eef1651/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_17e5649b-3762-5c55-8cbe-f61d8d3ecd5b/17e5649b-3762-5c55-8cbe-f61d8d3ecd5b_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 286651,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/4059722f2cff44aaa288d4667eef1651/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_17e5649b-3762-5c55-8cbe-f61d8d3ecd5b/17e5649b-3762-5c55-8cbe-f61d8d3ecd5b_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 329595,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/4059722f2cff44aaa288d4667eef1651/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_17e5649b-3762-5c55-8cbe-f61d8d3ecd5b/17e5649b-3762-5c55-8cbe-f61d8d3ecd5b_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 261750,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/4059722f2cff44aaa288d4667eef1651/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-02',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC40 1.5 T2 MOMENTUM PRO',
'transmission': 'manual',
'trim': '1.5 T2 MOMENTUM PRO',
'vin': None,
'year': 2022}
2026-03-26 22:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986148%27 HTTP/1.1" 200 None
2026-03-26 22:48:53 [ayvens.be] INFO: Saving data for 1986148: {'created_time': 1774565333.128961, 'last_price_update_time': 1774565333.12897, 'auction_closing_time': 1775028600.0}
2026-03-26 22:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986148') HTTP/1.1" 204 0
2026-03-26 22:48:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xa/c5c7df1cd7cf48eb961ca158d2e49012/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2at%252Fe71d5693288a4e01bac58ff4b73c2809%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2at/e71d5693288a4e01bac58ff4b73c2809/images/large/4.jpg not downloaded yet
2026-03-26 22:48:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79fb310>
2026-03-26 22:48:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9b64cdfd-3eb2-5af3-bc36-4f3ac554d6ae/9b64cdfd-3eb2-5af3-bc36-4f3ac554d6ae_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xa%252Fc5c7df1cd7cf48eb961ca158d2e49012%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xa/c5c7df1cd7cf48eb961ca158d2e49012/images/large/1.jpg saved to cache
2026-03-26 22:48:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 9b64cdfd-3eb2-5af3-bc36-4f3ac554d6ae
2026-03-26 22:48:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e123d0>
2026-03-26 22:48:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9b64cdfd-3eb2-5af3-bc36-4f3ac554d6ae/9b64cdfd-3eb2-5af3-bc36-4f3ac554d6ae_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xa%252Fc5c7df1cd7cf48eb961ca158d2e49012%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xa/c5c7df1cd7cf48eb961ca158d2e49012/images/large/3.jpg saved to cache
2026-03-26 22:48:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 9b64cdfd-3eb2-5af3-bc36-4f3ac554d6ae
2026-03-26 22:48:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7428d90>
2026-03-26 22:48:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9b64cdfd-3eb2-5af3-bc36-4f3ac554d6ae/9b64cdfd-3eb2-5af3-bc36-4f3ac554d6ae_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xa%252Fc5c7df1cd7cf48eb961ca158d2e49012%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xa/c5c7df1cd7cf48eb961ca158d2e49012/images/large/2.jpg saved to cache
2026-03-26 22:48:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 9b64cdfd-3eb2-5af3-bc36-4f3ac554d6ae
2026-03-26 22:48:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c80e10>
2026-03-26 22:48:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9b64cdfd-3eb2-5af3-bc36-4f3ac554d6ae/9b64cdfd-3eb2-5af3-bc36-4f3ac554d6ae_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xa%252Fc5c7df1cd7cf48eb961ca158d2e49012%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xa/c5c7df1cd7cf48eb961ca158d2e49012/images/large/5.jpg saved to cache
2026-03-26 22:48:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 9b64cdfd-3eb2-5af3-bc36-4f3ac554d6ae
2026-03-26 22:48:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7aa0350>
2026-03-26 22:48:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9b64cdfd-3eb2-5af3-bc36-4f3ac554d6ae/9b64cdfd-3eb2-5af3-bc36-4f3ac554d6ae_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xa%252Fc5c7df1cd7cf48eb961ca158d2e49012%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xa/c5c7df1cd7cf48eb961ca158d2e49012/images/large/4.jpg saved to cache
2026-03-26 22:48:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 9b64cdfd-3eb2-5af3-bc36-4f3ac554d6ae
2026-03-26 22:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2at%252Fe71d5693288a4e01bac58ff4b73c2809%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2at/e71d5693288a4e01bac58ff4b73c2809/images/large/5.jpg not downloaded yet
2026-03-26 22:48:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2at/e71d5693288a4e01bac58ff4b73c2809/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2at%252Fe71d5693288a4e01bac58ff4b73c2809%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2at/e71d5693288a4e01bac58ff4b73c2809/images/large/6.jpg not downloaded yet
2026-03-26 22:48:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b72ee490>
2026-03-26 22:48:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9b64cdfd-3eb2-5af3-bc36-4f3ac554d6ae/9b64cdfd-3eb2-5af3-bc36-4f3ac554d6ae_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xa%252Fc5c7df1cd7cf48eb961ca158d2e49012%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xa/c5c7df1cd7cf48eb961ca158d2e49012/images/large/6.jpg saved to cache
2026-03-26 22:48:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 9b64cdfd-3eb2-5af3-bc36-4f3ac554d6ae
2026-03-26 22:48:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xa/c5c7df1cd7cf48eb961ca158d2e49012/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2at/e71d5693288a4e01bac58ff4b73c2809/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2at%252Fe71d5693288a4e01bac58ff4b73c2809%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2at/e71d5693288a4e01bac58ff4b73c2809/images/large/7.jpg not downloaded yet
2026-03-26 22:48:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e4d850>
2026-03-26 22:48:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fcb17396-6d23-5f34-b8f7-a8c6f3dbf8cd/fcb17396-6d23-5f34-b8f7-a8c6f3dbf8cd_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:48:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2at%252Fe71d5693288a4e01bac58ff4b73c2809%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2at/e71d5693288a4e01bac58ff4b73c2809/images/large/1.jpg saved to cache
2026-03-26 22:48:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item fcb17396-6d23-5f34-b8f7-a8c6f3dbf8cd
2026-03-26 22:48:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2at%252Fe71d5693288a4e01bac58ff4b73c2809%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2at/e71d5693288a4e01bac58ff4b73c2809/images/large/8.jpg not downloaded yet
2026-03-26 22:48:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xa/c5c7df1cd7cf48eb961ca158d2e49012/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xa/c5c7df1cd7cf48eb961ca158d2e49012/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2at/e71d5693288a4e01bac58ff4b73c2809/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2at/e71d5693288a4e01bac58ff4b73c2809/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xa/c5c7df1cd7cf48eb961ca158d2e49012/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2at%252Fe71d5693288a4e01bac58ff4b73c2809%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2at/e71d5693288a4e01bac58ff4b73c2809/images/large/9.jpg not downloaded yet
2026-03-26 22:48:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2at%252Fe71d5693288a4e01bac58ff4b73c2809%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2at/e71d5693288a4e01bac58ff4b73c2809/images/large/10.jpg not downloaded yet
2026-03-26 22:48:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76a5290>
2026-03-26 22:48:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9b64cdfd-3eb2-5af3-bc36-4f3ac554d6ae/9b64cdfd-3eb2-5af3-bc36-4f3ac554d6ae_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:48:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xa%252Fc5c7df1cd7cf48eb961ca158d2e49012%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xa/c5c7df1cd7cf48eb961ca158d2e49012/images/large/7.jpg saved to cache
2026-03-26 22:48:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 9b64cdfd-3eb2-5af3-bc36-4f3ac554d6ae
2026-03-26 22:48:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74dd350>
2026-03-26 22:48:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fcb17396-6d23-5f34-b8f7-a8c6f3dbf8cd/fcb17396-6d23-5f34-b8f7-a8c6f3dbf8cd_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:48:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2at%252Fe71d5693288a4e01bac58ff4b73c2809%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2at/e71d5693288a4e01bac58ff4b73c2809/images/large/2.jpg saved to cache
2026-03-26 22:48:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item fcb17396-6d23-5f34-b8f7-a8c6f3dbf8cd
2026-03-26 22:48:54 [ayvens.be] INFO: Found listing with ID: 1986151
2026-03-26 22:48:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986151%27 HTTP/1.1" 200 None
2026-03-26 22:48:54 [ayvens.be] INFO: Scrape type for 1986151: 1
2026-03-26 22:48:54 [ayvens.be] INFO: Extracting data for car ID: 1986151
2026-03-26 22:48:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c5229c5e-a5ef-5efd-b602-a0f989598542 with identifier: 1986151
2026-03-26 22:48:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c5229c5e-a5ef-5efd-b602-a0f989598542 with scrape type 1
2026-03-26 22:48:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item c5229c5e-a5ef-5efd-b602-a0f989598542
2026-03-26 22:48:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yw%252Fa6ac5b56cccb46de82ad7b826e9cb8ad%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yw/a6ac5b56cccb46de82ad7b826e9cb8ad/images/large/1.jpg not downloaded yet
2026-03-26 22:48:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2at/e71d5693288a4e01bac58ff4b73c2809/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yw%252Fa6ac5b56cccb46de82ad7b826e9cb8ad%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yw/a6ac5b56cccb46de82ad7b826e9cb8ad/images/large/2.jpg not downloaded yet
2026-03-26 22:48:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79ccb50>
2026-03-26 22:48:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9b64cdfd-3eb2-5af3-bc36-4f3ac554d6ae/9b64cdfd-3eb2-5af3-bc36-4f3ac554d6ae_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:48:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xa%252Fc5c7df1cd7cf48eb961ca158d2e49012%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xa/c5c7df1cd7cf48eb961ca158d2e49012/images/large/8.jpg saved to cache
2026-03-26 22:48:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 9b64cdfd-3eb2-5af3-bc36-4f3ac554d6ae
2026-03-26 22:48:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b78a8ed0>
2026-03-26 22:48:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9b64cdfd-3eb2-5af3-bc36-4f3ac554d6ae/9b64cdfd-3eb2-5af3-bc36-4f3ac554d6ae_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:48:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xa%252Fc5c7df1cd7cf48eb961ca158d2e49012%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xa/c5c7df1cd7cf48eb961ca158d2e49012/images/large/9.jpg saved to cache
2026-03-26 22:48:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 9b64cdfd-3eb2-5af3-bc36-4f3ac554d6ae
2026-03-26 22:48:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7410c90>
2026-03-26 22:48:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fcb17396-6d23-5f34-b8f7-a8c6f3dbf8cd/fcb17396-6d23-5f34-b8f7-a8c6f3dbf8cd_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:48:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2at%252Fe71d5693288a4e01bac58ff4b73c2809%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2at/e71d5693288a4e01bac58ff4b73c2809/images/large/3.jpg saved to cache
2026-03-26 22:48:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item fcb17396-6d23-5f34-b8f7-a8c6f3dbf8cd
2026-03-26 22:48:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79a4990>
2026-03-26 22:48:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fcb17396-6d23-5f34-b8f7-a8c6f3dbf8cd/fcb17396-6d23-5f34-b8f7-a8c6f3dbf8cd_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:48:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2at%252Fe71d5693288a4e01bac58ff4b73c2809%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2at/e71d5693288a4e01bac58ff4b73c2809/images/large/4.jpg saved to cache
2026-03-26 22:48:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item fcb17396-6d23-5f34-b8f7-a8c6f3dbf8cd
2026-03-26 22:48:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b72ff910>
2026-03-26 22:48:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9b64cdfd-3eb2-5af3-bc36-4f3ac554d6ae/9b64cdfd-3eb2-5af3-bc36-4f3ac554d6ae_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:48:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xa%252Fc5c7df1cd7cf48eb961ca158d2e49012%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xa/c5c7df1cd7cf48eb961ca158d2e49012/images/large/10.jpg saved to cache
2026-03-26 22:48:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 9b64cdfd-3eb2-5af3-bc36-4f3ac554d6ae
2026-03-26 22:48:54 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9b64cdfd-3eb2-5af3-bc36-4f3ac554d6ae, skipping ID generation
2026-03-26 22:48:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9b64cdfd-3eb2-5af3-bc36-4f3ac554d6ae with scrape type 1
2026-03-26 22:48:54 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9b64cdfd-3eb2-5af3-bc36-4f3ac554d6ae sending to next pipeline
2026-03-26 22:48:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 9b64cdfd-3eb2-5af3-bc36-4f3ac554d6ae, identifier: 1986149
2026-03-26 22:48:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yw%252Fa6ac5b56cccb46de82ad7b826e9cb8ad%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yw/a6ac5b56cccb46de82ad7b826e9cb8ad/images/large/3.jpg not downloaded yet
2026-03-26 22:48:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 9b64cdfd-3eb2-5af3-bc36-4f3ac554d6ae with identifier: 1986149
2026-03-26 22:48:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 9b64cdfd-3eb2-5af3-bc36-4f3ac554d6ae with identifier: 1986149
2026-03-26 22:48:54 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 9b64cdfd-3eb2-5af3-bc36-4f3ac554d6ae with identifier: 1986149 to the API
2026-03-26 22:48:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:48:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:48:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/1xa/c5c7df1cd7cf48eb961ca158d2e49012/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'petrol',
'id': '9b64cdfd-3eb2-5af3-bc36-4f3ac554d6ae',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'TIGUAN ALLSPACE',
'odometer': 150860,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 15,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9b64cdfd-3eb2-5af3-bc36-4f3ac554d6ae/9b64cdfd-3eb2-5af3-bc36-4f3ac554d6ae_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 595006,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xa/c5c7df1cd7cf48eb961ca158d2e49012/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9b64cdfd-3eb2-5af3-bc36-4f3ac554d6ae/9b64cdfd-3eb2-5af3-bc36-4f3ac554d6ae_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 608534,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xa/c5c7df1cd7cf48eb961ca158d2e49012/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9b64cdfd-3eb2-5af3-bc36-4f3ac554d6ae/9b64cdfd-3eb2-5af3-bc36-4f3ac554d6ae_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 605803,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xa/c5c7df1cd7cf48eb961ca158d2e49012/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9b64cdfd-3eb2-5af3-bc36-4f3ac554d6ae/9b64cdfd-3eb2-5af3-bc36-4f3ac554d6ae_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 647975,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xa/c5c7df1cd7cf48eb961ca158d2e49012/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9b64cdfd-3eb2-5af3-bc36-4f3ac554d6ae/9b64cdfd-3eb2-5af3-bc36-4f3ac554d6ae_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 597910,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xa/c5c7df1cd7cf48eb961ca158d2e49012/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9b64cdfd-3eb2-5af3-bc36-4f3ac554d6ae/9b64cdfd-3eb2-5af3-bc36-4f3ac554d6ae_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 527074,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xa/c5c7df1cd7cf48eb961ca158d2e49012/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9b64cdfd-3eb2-5af3-bc36-4f3ac554d6ae/9b64cdfd-3eb2-5af3-bc36-4f3ac554d6ae_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 649260,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xa/c5c7df1cd7cf48eb961ca158d2e49012/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9b64cdfd-3eb2-5af3-bc36-4f3ac554d6ae/9b64cdfd-3eb2-5af3-bc36-4f3ac554d6ae_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 646699,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xa/c5c7df1cd7cf48eb961ca158d2e49012/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9b64cdfd-3eb2-5af3-bc36-4f3ac554d6ae/9b64cdfd-3eb2-5af3-bc36-4f3ac554d6ae_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 550741,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xa/c5c7df1cd7cf48eb961ca158d2e49012/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9b64cdfd-3eb2-5af3-bc36-4f3ac554d6ae/9b64cdfd-3eb2-5af3-bc36-4f3ac554d6ae_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 653403,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xa/c5c7df1cd7cf48eb961ca158d2e49012/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-10-23',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN TIGUAN ALLSPACE 1.5 TSI ACT Comfortline OPF DSG',
'transmission': 'automatic',
'trim': '1.5 TSI ACT Comfortline OPF DSG',
'vin': None,
'year': 2019}
2026-03-26 22:48:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986149%27 HTTP/1.1" 200 None
2026-03-26 22:48:55 [ayvens.be] INFO: Saving data for 1986149: {'created_time': 1774565335.171418, 'last_price_update_time': 1774565335.171427, 'auction_closing_time': 1775028600.0}
2026-03-26 22:48:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986149') HTTP/1.1" 204 0
2026-03-26 22:48:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2at/e71d5693288a4e01bac58ff4b73c2809/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2at/e71d5693288a4e01bac58ff4b73c2809/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yw%252Fa6ac5b56cccb46de82ad7b826e9cb8ad%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yw/a6ac5b56cccb46de82ad7b826e9cb8ad/images/large/4.jpg not downloaded yet
2026-03-26 22:48:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2at/e71d5693288a4e01bac58ff4b73c2809/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b740bdd0>
2026-03-26 22:48:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fcb17396-6d23-5f34-b8f7-a8c6f3dbf8cd/fcb17396-6d23-5f34-b8f7-a8c6f3dbf8cd_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:48:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2at%252Fe71d5693288a4e01bac58ff4b73c2809%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2at/e71d5693288a4e01bac58ff4b73c2809/images/large/5.jpg saved to cache
2026-03-26 22:48:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item fcb17396-6d23-5f34-b8f7-a8c6f3dbf8cd
2026-03-26 22:48:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yw%252Fa6ac5b56cccb46de82ad7b826e9cb8ad%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yw/a6ac5b56cccb46de82ad7b826e9cb8ad/images/large/5.jpg not downloaded yet
2026-03-26 22:48:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yw%252Fa6ac5b56cccb46de82ad7b826e9cb8ad%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yw/a6ac5b56cccb46de82ad7b826e9cb8ad/images/large/6.jpg not downloaded yet
2026-03-26 22:48:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2at/e71d5693288a4e01bac58ff4b73c2809/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2at/e71d5693288a4e01bac58ff4b73c2809/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yw%252Fa6ac5b56cccb46de82ad7b826e9cb8ad%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yw/a6ac5b56cccb46de82ad7b826e9cb8ad/images/large/7.jpg not downloaded yet
2026-03-26 22:48:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7745f90>
2026-03-26 22:48:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fcb17396-6d23-5f34-b8f7-a8c6f3dbf8cd/fcb17396-6d23-5f34-b8f7-a8c6f3dbf8cd_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:48:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2at%252Fe71d5693288a4e01bac58ff4b73c2809%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2at/e71d5693288a4e01bac58ff4b73c2809/images/large/6.jpg saved to cache
2026-03-26 22:48:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item fcb17396-6d23-5f34-b8f7-a8c6f3dbf8cd
2026-03-26 22:48:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79f3950>
2026-03-26 22:48:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fcb17396-6d23-5f34-b8f7-a8c6f3dbf8cd/fcb17396-6d23-5f34-b8f7-a8c6f3dbf8cd_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:48:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2at%252Fe71d5693288a4e01bac58ff4b73c2809%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2at/e71d5693288a4e01bac58ff4b73c2809/images/large/7.jpg saved to cache
2026-03-26 22:48:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item fcb17396-6d23-5f34-b8f7-a8c6f3dbf8cd
2026-03-26 22:48:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yw%252Fa6ac5b56cccb46de82ad7b826e9cb8ad%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yw/a6ac5b56cccb46de82ad7b826e9cb8ad/images/large/8.jpg not downloaded yet
2026-03-26 22:48:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7585e90>
2026-03-26 22:48:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fcb17396-6d23-5f34-b8f7-a8c6f3dbf8cd/fcb17396-6d23-5f34-b8f7-a8c6f3dbf8cd_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:48:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2at%252Fe71d5693288a4e01bac58ff4b73c2809%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2at/e71d5693288a4e01bac58ff4b73c2809/images/large/8.jpg saved to cache
2026-03-26 22:48:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item fcb17396-6d23-5f34-b8f7-a8c6f3dbf8cd
2026-03-26 22:48:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yw%252Fa6ac5b56cccb46de82ad7b826e9cb8ad%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yw/a6ac5b56cccb46de82ad7b826e9cb8ad/images/large/9.jpg not downloaded yet
2026-03-26 22:48:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79f1d10>
2026-03-26 22:48:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fcb17396-6d23-5f34-b8f7-a8c6f3dbf8cd/fcb17396-6d23-5f34-b8f7-a8c6f3dbf8cd_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:48:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2at%252Fe71d5693288a4e01bac58ff4b73c2809%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2at/e71d5693288a4e01bac58ff4b73c2809/images/large/9.jpg saved to cache
2026-03-26 22:48:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item fcb17396-6d23-5f34-b8f7-a8c6f3dbf8cd
2026-03-26 22:48:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74dca10>
2026-03-26 22:48:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fcb17396-6d23-5f34-b8f7-a8c6f3dbf8cd/fcb17396-6d23-5f34-b8f7-a8c6f3dbf8cd_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:48:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2at%252Fe71d5693288a4e01bac58ff4b73c2809%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2at/e71d5693288a4e01bac58ff4b73c2809/images/large/10.jpg saved to cache
2026-03-26 22:48:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item fcb17396-6d23-5f34-b8f7-a8c6f3dbf8cd
2026-03-26 22:48:55 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: fcb17396-6d23-5f34-b8f7-a8c6f3dbf8cd, skipping ID generation
2026-03-26 22:48:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fcb17396-6d23-5f34-b8f7-a8c6f3dbf8cd with scrape type 1
2026-03-26 22:48:55 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item fcb17396-6d23-5f34-b8f7-a8c6f3dbf8cd sending to next pipeline
2026-03-26 22:48:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: fcb17396-6d23-5f34-b8f7-a8c6f3dbf8cd, identifier: 1986150
2026-03-26 22:48:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yw/a6ac5b56cccb46de82ad7b826e9cb8ad/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: fcb17396-6d23-5f34-b8f7-a8c6f3dbf8cd with identifier: 1986150
2026-03-26 22:48:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: fcb17396-6d23-5f34-b8f7-a8c6f3dbf8cd with identifier: 1986150
2026-03-26 22:48:55 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: fcb17396-6d23-5f34-b8f7-a8c6f3dbf8cd with identifier: 1986150 to the API
2026-03-26 22:48:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:48:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:48:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2at/e71d5693288a4e01bac58ff4b73c2809/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.9L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'diesel',
'id': 'fcb17396-6d23-5f34-b8f7-a8c6f3dbf8cd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'GLC COUPAu2030',
'odometer': 96955,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 17,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fcb17396-6d23-5f34-b8f7-a8c6f3dbf8cd/fcb17396-6d23-5f34-b8f7-a8c6f3dbf8cd_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 246346,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2at/e71d5693288a4e01bac58ff4b73c2809/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fcb17396-6d23-5f34-b8f7-a8c6f3dbf8cd/fcb17396-6d23-5f34-b8f7-a8c6f3dbf8cd_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 237885,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2at/e71d5693288a4e01bac58ff4b73c2809/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fcb17396-6d23-5f34-b8f7-a8c6f3dbf8cd/fcb17396-6d23-5f34-b8f7-a8c6f3dbf8cd_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 241524,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2at/e71d5693288a4e01bac58ff4b73c2809/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fcb17396-6d23-5f34-b8f7-a8c6f3dbf8cd/fcb17396-6d23-5f34-b8f7-a8c6f3dbf8cd_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 243707,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2at/e71d5693288a4e01bac58ff4b73c2809/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fcb17396-6d23-5f34-b8f7-a8c6f3dbf8cd/fcb17396-6d23-5f34-b8f7-a8c6f3dbf8cd_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 363026,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2at/e71d5693288a4e01bac58ff4b73c2809/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fcb17396-6d23-5f34-b8f7-a8c6f3dbf8cd/fcb17396-6d23-5f34-b8f7-a8c6f3dbf8cd_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 297581,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2at/e71d5693288a4e01bac58ff4b73c2809/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fcb17396-6d23-5f34-b8f7-a8c6f3dbf8cd/fcb17396-6d23-5f34-b8f7-a8c6f3dbf8cd_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 334908,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2at/e71d5693288a4e01bac58ff4b73c2809/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fcb17396-6d23-5f34-b8f7-a8c6f3dbf8cd/fcb17396-6d23-5f34-b8f7-a8c6f3dbf8cd_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 395719,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2at/e71d5693288a4e01bac58ff4b73c2809/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fcb17396-6d23-5f34-b8f7-a8c6f3dbf8cd/fcb17396-6d23-5f34-b8f7-a8c6f3dbf8cd_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 435767,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2at/e71d5693288a4e01bac58ff4b73c2809/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fcb17396-6d23-5f34-b8f7-a8c6f3dbf8cd/fcb17396-6d23-5f34-b8f7-a8c6f3dbf8cd_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 396298,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2at/e71d5693288a4e01bac58ff4b73c2809/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-07',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ GLC COUPAu2030 2.0 GLC 300 DE 4MATIC 4WD AUTO',
'transmission': 'manual',
'trim': '2.0 GLC 300 DE 4MATIC 4WD AUTO',
'vin': None,
'year': 2021}
2026-03-26 22:48:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986150%27 HTTP/1.1" 200 None
2026-03-26 22:48:56 [ayvens.be] INFO: Saving data for 1986150: {'created_time': 1774565336.242648, 'last_price_update_time': 1774565336.242657, 'auction_closing_time': 1775028600.0}
2026-03-26 22:48:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986150') HTTP/1.1" 204 0
2026-03-26 22:48:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yw%252Fa6ac5b56cccb46de82ad7b826e9cb8ad%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yw/a6ac5b56cccb46de82ad7b826e9cb8ad/images/large/10.jpg not downloaded yet
2026-03-26 22:48:56 [ayvens.be] INFO: Found listing with ID: 1986152
2026-03-26 22:48:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986152%27 HTTP/1.1" 200 None
2026-03-26 22:48:56 [ayvens.be] INFO: Scrape type for 1986152: 1
2026-03-26 22:48:56 [ayvens.be] INFO: Extracting data for car ID: 1986152
2026-03-26 22:48:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 98b50fbd-2b43-55b4-afb3-d71d9cfc47c9 with identifier: 1986152
2026-03-26 22:48:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 98b50fbd-2b43-55b4-afb3-d71d9cfc47c9 with scrape type 1
2026-03-26 22:48:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 98b50fbd-2b43-55b4-afb3-d71d9cfc47c9
2026-03-26 22:48:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F0c8f51b3df2d44c3bd9981433276d545%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/0c8f51b3df2d44c3bd9981433276d545/images/large/1.jpg not downloaded yet
2026-03-26 22:48:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76ef190>
2026-03-26 22:48:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c5229c5e-a5ef-5efd-b602-a0f989598542/c5229c5e-a5ef-5efd-b602-a0f989598542_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:48:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yw%252Fa6ac5b56cccb46de82ad7b826e9cb8ad%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yw/a6ac5b56cccb46de82ad7b826e9cb8ad/images/large/1.jpg saved to cache
2026-03-26 22:48:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item c5229c5e-a5ef-5efd-b602-a0f989598542
2026-03-26 22:48:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F0c8f51b3df2d44c3bd9981433276d545%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/0c8f51b3df2d44c3bd9981433276d545/images/large/2.jpg not downloaded yet
2026-03-26 22:48:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yw/a6ac5b56cccb46de82ad7b826e9cb8ad/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F0c8f51b3df2d44c3bd9981433276d545%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/0c8f51b3df2d44c3bd9981433276d545/images/large/3.jpg not downloaded yet
2026-03-26 22:48:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yw/a6ac5b56cccb46de82ad7b826e9cb8ad/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yw/a6ac5b56cccb46de82ad7b826e9cb8ad/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yw/a6ac5b56cccb46de82ad7b826e9cb8ad/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F0c8f51b3df2d44c3bd9981433276d545%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/0c8f51b3df2d44c3bd9981433276d545/images/large/4.jpg not downloaded yet
2026-03-26 22:48:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yw/a6ac5b56cccb46de82ad7b826e9cb8ad/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F0c8f51b3df2d44c3bd9981433276d545%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/0c8f51b3df2d44c3bd9981433276d545/images/large/5.jpg not downloaded yet
2026-03-26 22:48:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yw/a6ac5b56cccb46de82ad7b826e9cb8ad/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F0c8f51b3df2d44c3bd9981433276d545%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/0c8f51b3df2d44c3bd9981433276d545/images/large/6.jpg not downloaded yet
2026-03-26 22:48:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yw/a6ac5b56cccb46de82ad7b826e9cb8ad/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F0c8f51b3df2d44c3bd9981433276d545%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/0c8f51b3df2d44c3bd9981433276d545/images/large/7.jpg not downloaded yet
2026-03-26 22:48:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F0c8f51b3df2d44c3bd9981433276d545%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/0c8f51b3df2d44c3bd9981433276d545/images/large/8.jpg not downloaded yet
2026-03-26 22:48:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F0c8f51b3df2d44c3bd9981433276d545%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/0c8f51b3df2d44c3bd9981433276d545/images/large/9.jpg not downloaded yet
2026-03-26 22:48:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F0c8f51b3df2d44c3bd9981433276d545%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/0c8f51b3df2d44c3bd9981433276d545/images/large/10.jpg not downloaded yet
2026-03-26 22:48:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6dc1810>
2026-03-26 22:48:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c5229c5e-a5ef-5efd-b602-a0f989598542/c5229c5e-a5ef-5efd-b602-a0f989598542_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:48:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yw%252Fa6ac5b56cccb46de82ad7b826e9cb8ad%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yw/a6ac5b56cccb46de82ad7b826e9cb8ad/images/large/2.jpg saved to cache
2026-03-26 22:48:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item c5229c5e-a5ef-5efd-b602-a0f989598542
2026-03-26 22:48:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yw/a6ac5b56cccb46de82ad7b826e9cb8ad/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:56 [ayvens.be] INFO: Found listing with ID: 1986153
2026-03-26 22:48:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986153%27 HTTP/1.1" 200 None
2026-03-26 22:48:56 [ayvens.be] INFO: Scrape type for 1986153: 1
2026-03-26 22:48:56 [ayvens.be] INFO: Extracting data for car ID: 1986153
2026-03-26 22:48:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 99ec590c-0586-55a1-90df-b2f32e99d033 with identifier: 1986153
2026-03-26 22:48:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 99ec590c-0586-55a1-90df-b2f32e99d033 with scrape type 1
2026-03-26 22:48:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 99ec590c-0586-55a1-90df-b2f32e99d033
2026-03-26 22:48:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yk%252F9ab1a0f6ef0f4c1ba837800e05c797cf%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yk/9ab1a0f6ef0f4c1ba837800e05c797cf/images/large/1.jpg not downloaded yet
2026-03-26 22:48:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b78ab8d0>
2026-03-26 22:48:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c5229c5e-a5ef-5efd-b602-a0f989598542/c5229c5e-a5ef-5efd-b602-a0f989598542_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:48:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yw%252Fa6ac5b56cccb46de82ad7b826e9cb8ad%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yw/a6ac5b56cccb46de82ad7b826e9cb8ad/images/large/5.jpg saved to cache
2026-03-26 22:48:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item c5229c5e-a5ef-5efd-b602-a0f989598542
2026-03-26 22:48:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79f2cd0>
2026-03-26 22:48:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c5229c5e-a5ef-5efd-b602-a0f989598542/c5229c5e-a5ef-5efd-b602-a0f989598542_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:48:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yw%252Fa6ac5b56cccb46de82ad7b826e9cb8ad%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yw/a6ac5b56cccb46de82ad7b826e9cb8ad/images/large/3.jpg saved to cache
2026-03-26 22:48:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item c5229c5e-a5ef-5efd-b602-a0f989598542
2026-03-26 22:48:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b745af90>
2026-03-26 22:48:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c5229c5e-a5ef-5efd-b602-a0f989598542/c5229c5e-a5ef-5efd-b602-a0f989598542_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yw%252Fa6ac5b56cccb46de82ad7b826e9cb8ad%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yw/a6ac5b56cccb46de82ad7b826e9cb8ad/images/large/4.jpg saved to cache
2026-03-26 22:48:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item c5229c5e-a5ef-5efd-b602-a0f989598542
2026-03-26 22:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yk%252F9ab1a0f6ef0f4c1ba837800e05c797cf%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yk/9ab1a0f6ef0f4c1ba837800e05c797cf/images/large/2.jpg not downloaded yet
2026-03-26 22:48:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7586c90>
2026-03-26 22:48:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c5229c5e-a5ef-5efd-b602-a0f989598542/c5229c5e-a5ef-5efd-b602-a0f989598542_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yw%252Fa6ac5b56cccb46de82ad7b826e9cb8ad%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yw/a6ac5b56cccb46de82ad7b826e9cb8ad/images/large/6.jpg saved to cache
2026-03-26 22:48:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item c5229c5e-a5ef-5efd-b602-a0f989598542
2026-03-26 22:48:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e10410>
2026-03-26 22:48:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c5229c5e-a5ef-5efd-b602-a0f989598542/c5229c5e-a5ef-5efd-b602-a0f989598542_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yw%252Fa6ac5b56cccb46de82ad7b826e9cb8ad%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yw/a6ac5b56cccb46de82ad7b826e9cb8ad/images/large/7.jpg saved to cache
2026-03-26 22:48:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item c5229c5e-a5ef-5efd-b602-a0f989598542
2026-03-26 22:48:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74a60d0>
2026-03-26 22:48:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c5229c5e-a5ef-5efd-b602-a0f989598542/c5229c5e-a5ef-5efd-b602-a0f989598542_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yw%252Fa6ac5b56cccb46de82ad7b826e9cb8ad%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yw/a6ac5b56cccb46de82ad7b826e9cb8ad/images/large/9.jpg saved to cache
2026-03-26 22:48:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item c5229c5e-a5ef-5efd-b602-a0f989598542
2026-03-26 22:48:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/0c8f51b3df2d44c3bd9981433276d545/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/0c8f51b3df2d44c3bd9981433276d545/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6d80810>
2026-03-26 22:48:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c5229c5e-a5ef-5efd-b602-a0f989598542/c5229c5e-a5ef-5efd-b602-a0f989598542_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yw%252Fa6ac5b56cccb46de82ad7b826e9cb8ad%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yw/a6ac5b56cccb46de82ad7b826e9cb8ad/images/large/8.jpg saved to cache
2026-03-26 22:48:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item c5229c5e-a5ef-5efd-b602-a0f989598542
2026-03-26 22:48:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/0c8f51b3df2d44c3bd9981433276d545/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yk%252F9ab1a0f6ef0f4c1ba837800e05c797cf%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yk/9ab1a0f6ef0f4c1ba837800e05c797cf/images/large/3.jpg not downloaded yet
2026-03-26 22:48:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/0c8f51b3df2d44c3bd9981433276d545/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yk%252F9ab1a0f6ef0f4c1ba837800e05c797cf%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yk/9ab1a0f6ef0f4c1ba837800e05c797cf/images/large/4.jpg not downloaded yet
2026-03-26 22:48:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/0c8f51b3df2d44c3bd9981433276d545/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yw/a6ac5b56cccb46de82ad7b826e9cb8ad/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yk%252F9ab1a0f6ef0f4c1ba837800e05c797cf%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yk/9ab1a0f6ef0f4c1ba837800e05c797cf/images/large/5.jpg not downloaded yet
2026-03-26 22:48:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7592e90>
2026-03-26 22:48:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_98b50fbd-2b43-55b4-afb3-d71d9cfc47c9/98b50fbd-2b43-55b4-afb3-d71d9cfc47c9_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F0c8f51b3df2d44c3bd9981433276d545%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/0c8f51b3df2d44c3bd9981433276d545/images/large/1.jpg saved to cache
2026-03-26 22:48:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 98b50fbd-2b43-55b4-afb3-d71d9cfc47c9
2026-03-26 22:48:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b792f3d0>
2026-03-26 22:48:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_98b50fbd-2b43-55b4-afb3-d71d9cfc47c9/98b50fbd-2b43-55b4-afb3-d71d9cfc47c9_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F0c8f51b3df2d44c3bd9981433276d545%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/0c8f51b3df2d44c3bd9981433276d545/images/large/5.jpg saved to cache
2026-03-26 22:48:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 98b50fbd-2b43-55b4-afb3-d71d9cfc47c9
2026-03-26 22:48:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/0c8f51b3df2d44c3bd9981433276d545/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/0c8f51b3df2d44c3bd9981433276d545/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yk%252F9ab1a0f6ef0f4c1ba837800e05c797cf%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yk/9ab1a0f6ef0f4c1ba837800e05c797cf/images/large/6.jpg not downloaded yet
2026-03-26 22:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yk%252F9ab1a0f6ef0f4c1ba837800e05c797cf%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yk/9ab1a0f6ef0f4c1ba837800e05c797cf/images/large/7.jpg not downloaded yet
2026-03-26 22:48:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yk/9ab1a0f6ef0f4c1ba837800e05c797cf/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7773810>
2026-03-26 22:48:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_98b50fbd-2b43-55b4-afb3-d71d9cfc47c9/98b50fbd-2b43-55b4-afb3-d71d9cfc47c9_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F0c8f51b3df2d44c3bd9981433276d545%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/0c8f51b3df2d44c3bd9981433276d545/images/large/3.jpg saved to cache
2026-03-26 22:48:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 98b50fbd-2b43-55b4-afb3-d71d9cfc47c9
2026-03-26 22:48:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74a4b50>
2026-03-26 22:48:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_98b50fbd-2b43-55b4-afb3-d71d9cfc47c9/98b50fbd-2b43-55b4-afb3-d71d9cfc47c9_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F0c8f51b3df2d44c3bd9981433276d545%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/0c8f51b3df2d44c3bd9981433276d545/images/large/6.jpg saved to cache
2026-03-26 22:48:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 98b50fbd-2b43-55b4-afb3-d71d9cfc47c9
2026-03-26 22:48:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77d46d0>
2026-03-26 22:48:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_98b50fbd-2b43-55b4-afb3-d71d9cfc47c9/98b50fbd-2b43-55b4-afb3-d71d9cfc47c9_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F0c8f51b3df2d44c3bd9981433276d545%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/0c8f51b3df2d44c3bd9981433276d545/images/large/7.jpg saved to cache
2026-03-26 22:48:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 98b50fbd-2b43-55b4-afb3-d71d9cfc47c9
2026-03-26 22:48:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7aa32d0>
2026-03-26 22:48:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c5229c5e-a5ef-5efd-b602-a0f989598542/c5229c5e-a5ef-5efd-b602-a0f989598542_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yw%252Fa6ac5b56cccb46de82ad7b826e9cb8ad%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yw/a6ac5b56cccb46de82ad7b826e9cb8ad/images/large/10.jpg saved to cache
2026-03-26 22:48:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item c5229c5e-a5ef-5efd-b602-a0f989598542
2026-03-26 22:48:57 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c5229c5e-a5ef-5efd-b602-a0f989598542, skipping ID generation
2026-03-26 22:48:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c5229c5e-a5ef-5efd-b602-a0f989598542 with scrape type 1
2026-03-26 22:48:57 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c5229c5e-a5ef-5efd-b602-a0f989598542 sending to next pipeline
2026-03-26 22:48:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: c5229c5e-a5ef-5efd-b602-a0f989598542, identifier: 1986151
2026-03-26 22:48:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/0c8f51b3df2d44c3bd9981433276d545/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/0c8f51b3df2d44c3bd9981433276d545/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yk%252F9ab1a0f6ef0f4c1ba837800e05c797cf%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yk/9ab1a0f6ef0f4c1ba837800e05c797cf/images/large/8.jpg not downloaded yet
2026-03-26 22:48:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: c5229c5e-a5ef-5efd-b602-a0f989598542 with identifier: 1986151
2026-03-26 22:48:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: c5229c5e-a5ef-5efd-b602-a0f989598542 with identifier: 1986151
2026-03-26 22:48:58 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: c5229c5e-a5ef-5efd-b602-a0f989598542 with identifier: 1986151 to the API
2026-03-26 22:48:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:48:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:48:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/1yw/a6ac5b56cccb46de82ad7b826e9cb8ad/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'petrol',
'id': 'c5229c5e-a5ef-5efd-b602-a0f989598542',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'VOLVO',
'model': 'V90 - 2020',
'odometer': 125307,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 17,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c5229c5e-a5ef-5efd-b602-a0f989598542/c5229c5e-a5ef-5efd-b602-a0f989598542_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 722165,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yw/a6ac5b56cccb46de82ad7b826e9cb8ad/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c5229c5e-a5ef-5efd-b602-a0f989598542/c5229c5e-a5ef-5efd-b602-a0f989598542_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 696984,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yw/a6ac5b56cccb46de82ad7b826e9cb8ad/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c5229c5e-a5ef-5efd-b602-a0f989598542/c5229c5e-a5ef-5efd-b602-a0f989598542_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 720506,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yw/a6ac5b56cccb46de82ad7b826e9cb8ad/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c5229c5e-a5ef-5efd-b602-a0f989598542/c5229c5e-a5ef-5efd-b602-a0f989598542_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 733679,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yw/a6ac5b56cccb46de82ad7b826e9cb8ad/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c5229c5e-a5ef-5efd-b602-a0f989598542/c5229c5e-a5ef-5efd-b602-a0f989598542_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 672853,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yw/a6ac5b56cccb46de82ad7b826e9cb8ad/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c5229c5e-a5ef-5efd-b602-a0f989598542/c5229c5e-a5ef-5efd-b602-a0f989598542_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 600844,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yw/a6ac5b56cccb46de82ad7b826e9cb8ad/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c5229c5e-a5ef-5efd-b602-a0f989598542/c5229c5e-a5ef-5efd-b602-a0f989598542_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 743921,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yw/a6ac5b56cccb46de82ad7b826e9cb8ad/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c5229c5e-a5ef-5efd-b602-a0f989598542/c5229c5e-a5ef-5efd-b602-a0f989598542_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 735523,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yw/a6ac5b56cccb46de82ad7b826e9cb8ad/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c5229c5e-a5ef-5efd-b602-a0f989598542/c5229c5e-a5ef-5efd-b602-a0f989598542_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 474348,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yw/a6ac5b56cccb46de82ad7b826e9cb8ad/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c5229c5e-a5ef-5efd-b602-a0f989598542/c5229c5e-a5ef-5efd-b602-a0f989598542_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 586751,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yw/a6ac5b56cccb46de82ad7b826e9cb8ad/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-08',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO V90 - 2020 2.0 T6 AWD PHEV Inscription Expression G',
'transmission': 'automatic',
'trim': '2.0 T6 AWD PHEV Inscription Expression G',
'vin': None,
'year': 2021}
2026-03-26 22:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986151%27 HTTP/1.1" 200 None
2026-03-26 22:48:58 [ayvens.be] INFO: Saving data for 1986151: {'created_time': 1774565338.538969, 'last_price_update_time': 1774565338.538978, 'auction_closing_time': 1775028600.0}
2026-03-26 22:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986151') HTTP/1.1" 204 0
2026-03-26 22:48:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/0c8f51b3df2d44c3bd9981433276d545/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yk%252F9ab1a0f6ef0f4c1ba837800e05c797cf%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yk/9ab1a0f6ef0f4c1ba837800e05c797cf/images/large/9.jpg not downloaded yet
2026-03-26 22:48:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd3ba9d0>
2026-03-26 22:48:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_98b50fbd-2b43-55b4-afb3-d71d9cfc47c9/98b50fbd-2b43-55b4-afb3-d71d9cfc47c9_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F0c8f51b3df2d44c3bd9981433276d545%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/0c8f51b3df2d44c3bd9981433276d545/images/large/4.jpg saved to cache
2026-03-26 22:48:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 98b50fbd-2b43-55b4-afb3-d71d9cfc47c9
2026-03-26 22:48:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5ca62d0>
2026-03-26 22:48:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_98b50fbd-2b43-55b4-afb3-d71d9cfc47c9/98b50fbd-2b43-55b4-afb3-d71d9cfc47c9_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F0c8f51b3df2d44c3bd9981433276d545%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/0c8f51b3df2d44c3bd9981433276d545/images/large/2.jpg saved to cache
2026-03-26 22:48:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 98b50fbd-2b43-55b4-afb3-d71d9cfc47c9
2026-03-26 22:48:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76ec4d0>
2026-03-26 22:48:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_99ec590c-0586-55a1-90df-b2f32e99d033/99ec590c-0586-55a1-90df-b2f32e99d033_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yk%252F9ab1a0f6ef0f4c1ba837800e05c797cf%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yk/9ab1a0f6ef0f4c1ba837800e05c797cf/images/large/1.jpg saved to cache
2026-03-26 22:48:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 99ec590c-0586-55a1-90df-b2f32e99d033
2026-03-26 22:48:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74cd9d0>
2026-03-26 22:48:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_98b50fbd-2b43-55b4-afb3-d71d9cfc47c9/98b50fbd-2b43-55b4-afb3-d71d9cfc47c9_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F0c8f51b3df2d44c3bd9981433276d545%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/0c8f51b3df2d44c3bd9981433276d545/images/large/9.jpg saved to cache
2026-03-26 22:48:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 98b50fbd-2b43-55b4-afb3-d71d9cfc47c9
2026-03-26 22:48:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76630d0>
2026-03-26 22:48:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_98b50fbd-2b43-55b4-afb3-d71d9cfc47c9/98b50fbd-2b43-55b4-afb3-d71d9cfc47c9_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F0c8f51b3df2d44c3bd9981433276d545%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/0c8f51b3df2d44c3bd9981433276d545/images/large/10.jpg saved to cache
2026-03-26 22:48:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 98b50fbd-2b43-55b4-afb3-d71d9cfc47c9
2026-03-26 22:48:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yk/9ab1a0f6ef0f4c1ba837800e05c797cf/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yk/9ab1a0f6ef0f4c1ba837800e05c797cf/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yk/9ab1a0f6ef0f4c1ba837800e05c797cf/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yk%252F9ab1a0f6ef0f4c1ba837800e05c797cf%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:48:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yk/9ab1a0f6ef0f4c1ba837800e05c797cf/images/large/10.jpg not downloaded yet
2026-03-26 22:48:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:48:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7408e10>
2026-03-26 22:48:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:48:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:48:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:48:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_98b50fbd-2b43-55b4-afb3-d71d9cfc47c9/98b50fbd-2b43-55b4-afb3-d71d9cfc47c9_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F0c8f51b3df2d44c3bd9981433276d545%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:48:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/0c8f51b3df2d44c3bd9981433276d545/images/large/8.jpg saved to cache
2026-03-26 22:48:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 98b50fbd-2b43-55b4-afb3-d71d9cfc47c9
2026-03-26 22:48:59 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 98b50fbd-2b43-55b4-afb3-d71d9cfc47c9, skipping ID generation
2026-03-26 22:48:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 98b50fbd-2b43-55b4-afb3-d71d9cfc47c9 with scrape type 1
2026-03-26 22:48:59 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 98b50fbd-2b43-55b4-afb3-d71d9cfc47c9 sending to next pipeline
2026-03-26 22:48:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 98b50fbd-2b43-55b4-afb3-d71d9cfc47c9, identifier: 1986152
2026-03-26 22:48:59 [ayvens.be] INFO: Found listing with ID: 1983710
2026-03-26 22:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271983710%27 HTTP/1.1" 200 None
2026-03-26 22:48:59 [ayvens.be] INFO: Scrape type for 1983710: 0
2026-03-26 22:48:59 [ayvens.be] INFO: Found listing with ID: 1983711
2026-03-26 22:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271983711%27 HTTP/1.1" 200 None
2026-03-26 22:48:59 [ayvens.be] INFO: Scrape type for 1983711: 0
2026-03-26 22:48:59 [ayvens.be] INFO: Found listing with ID: 1983712
2026-03-26 22:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271983712%27 HTTP/1.1" 200 None
2026-03-26 22:48:59 [ayvens.be] INFO: Scrape type for 1983712: 0
2026-03-26 22:48:59 [ayvens.be] INFO: Found listing with ID: 1983713
2026-03-26 22:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271983713%27 HTTP/1.1" 200 None
2026-03-26 22:48:59 [ayvens.be] INFO: Scrape type for 1983713: 0
2026-03-26 22:48:59 [ayvens.be] INFO: Found listing with ID: 1983714
2026-03-26 22:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271983714%27 HTTP/1.1" 200 None
2026-03-26 22:48:59 [ayvens.be] INFO: Scrape type for 1983714: 0
2026-03-26 22:48:59 [ayvens.be] INFO: Found listing with ID: 1983715
2026-03-26 22:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271983715%27 HTTP/1.1" 200 None
2026-03-26 22:48:59 [ayvens.be] INFO: Scrape type for 1983715: 0
2026-03-26 22:48:59 [ayvens.be] INFO: Found listing with ID: 1983716
2026-03-26 22:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271983716%27 HTTP/1.1" 200 None
2026-03-26 22:48:59 [ayvens.be] INFO: Scrape type for 1983716: 0
2026-03-26 22:48:59 [ayvens.be] INFO: Found listing with ID: 1983717
2026-03-26 22:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271983717%27 HTTP/1.1" 200 None
2026-03-26 22:48:59 [ayvens.be] INFO: Scrape type for 1983717: 0
2026-03-26 22:48:59 [ayvens.be] INFO: Found listing with ID: 1983718
2026-03-26 22:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271983718%27 HTTP/1.1" 200 None
2026-03-26 22:48:59 [ayvens.be] INFO: Scrape type for 1983718: 0
2026-03-26 22:48:59 [ayvens.be] INFO: Found listing with ID: 1983719
2026-03-26 22:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271983719%27 HTTP/1.1" 200 None
2026-03-26 22:48:59 [ayvens.be] INFO: Scrape type for 1983719: 0
2026-03-26 22:48:59 [ayvens.be] INFO: Found listing with ID: 1983720
2026-03-26 22:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271983720%27 HTTP/1.1" 200 None
2026-03-26 22:48:59 [ayvens.be] INFO: Scrape type for 1983720: 0
2026-03-26 22:48:59 [ayvens.be] INFO: Found listing with ID: 1983721
2026-03-26 22:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271983721%27 HTTP/1.1" 200 None
2026-03-26 22:48:59 [ayvens.be] INFO: Scrape type for 1983721: 0
2026-03-26 22:48:59 [ayvens.be] INFO: Found listing with ID: 1983722
2026-03-26 22:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271983722%27 HTTP/1.1" 200 None
2026-03-26 22:48:59 [ayvens.be] INFO: Scrape type for 1983722: 0
2026-03-26 22:48:59 [ayvens.be] INFO: Found listing with ID: 1983723
2026-03-26 22:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271983723%27 HTTP/1.1" 200 None
2026-03-26 22:48:59 [ayvens.be] INFO: Scrape type for 1983723: 0
2026-03-26 22:48:59 [ayvens.be] INFO: Found listing with ID: 1983724
2026-03-26 22:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271983724%27 HTTP/1.1" 200 None
2026-03-26 22:48:59 [ayvens.be] INFO: Scrape type for 1983724: 0
2026-03-26 22:48:59 [ayvens.be] INFO: Found listing with ID: 1983725
2026-03-26 22:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271983725%27 HTTP/1.1" 200 None
2026-03-26 22:48:59 [ayvens.be] INFO: Scrape type for 1983725: 0
2026-03-26 22:48:59 [ayvens.be] INFO: Found listing with ID: 1983726
2026-03-26 22:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271983726%27 HTTP/1.1" 200 None
2026-03-26 22:48:59 [ayvens.be] INFO: Scrape type for 1983726: 0
2026-03-26 22:48:59 [ayvens.be] INFO: Found listing with ID: 1983727
2026-03-26 22:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271983727%27 HTTP/1.1" 200 None
2026-03-26 22:48:59 [ayvens.be] INFO: Scrape type for 1983727: 0
2026-03-26 22:48:59 [ayvens.be] INFO: Found listing with ID: 1983728
2026-03-26 22:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271983728%27 HTTP/1.1" 200 None
2026-03-26 22:48:59 [ayvens.be] INFO: Scrape type for 1983728: 0
2026-03-26 22:48:59 [ayvens.be] INFO: Found listing with ID: 1983729
2026-03-26 22:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271983729%27 HTTP/1.1" 200 None
2026-03-26 22:48:59 [ayvens.be] INFO: Scrape type for 1983729: 0
2026-03-26 22:48:59 [ayvens.be] INFO: Found listing with ID: 1983730
2026-03-26 22:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271983730%27 HTTP/1.1" 200 None
2026-03-26 22:48:59 [ayvens.be] INFO: Scrape type for 1983730: 0
2026-03-26 22:48:59 [ayvens.be] INFO: Fetching listings with token: 3b2cc62fd26c4e29a762db3de181266b and skip: 200
2026-03-26 22:48:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 98b50fbd-2b43-55b4-afb3-d71d9cfc47c9 with identifier: 1986152
2026-03-26 22:48:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 98b50fbd-2b43-55b4-afb3-d71d9cfc47c9 with identifier: 1986152
2026-03-26 22:48:59 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 98b50fbd-2b43-55b4-afb3-d71d9cfc47c9 with identifier: 1986152 to the API
2026-03-26 22:48:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:48:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:48:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bq/0c8f51b3df2d44c3bd9981433276d545/images/large/8.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'electric',
'id': '98b50fbd-2b43-55b4-afb3-d71d9cfc47c9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'Q4 E-TRON',
'odometer': 44498,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 14,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_98b50fbd-2b43-55b4-afb3-d71d9cfc47c9/98b50fbd-2b43-55b4-afb3-d71d9cfc47c9_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 431715,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/0c8f51b3df2d44c3bd9981433276d545/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_98b50fbd-2b43-55b4-afb3-d71d9cfc47c9/98b50fbd-2b43-55b4-afb3-d71d9cfc47c9_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 492971,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/0c8f51b3df2d44c3bd9981433276d545/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_98b50fbd-2b43-55b4-afb3-d71d9cfc47c9/98b50fbd-2b43-55b4-afb3-d71d9cfc47c9_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 433485,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/0c8f51b3df2d44c3bd9981433276d545/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_98b50fbd-2b43-55b4-afb3-d71d9cfc47c9/98b50fbd-2b43-55b4-afb3-d71d9cfc47c9_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 501437,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/0c8f51b3df2d44c3bd9981433276d545/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_98b50fbd-2b43-55b4-afb3-d71d9cfc47c9/98b50fbd-2b43-55b4-afb3-d71d9cfc47c9_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 264485,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/0c8f51b3df2d44c3bd9981433276d545/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_98b50fbd-2b43-55b4-afb3-d71d9cfc47c9/98b50fbd-2b43-55b4-afb3-d71d9cfc47c9_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 353191,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/0c8f51b3df2d44c3bd9981433276d545/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_98b50fbd-2b43-55b4-afb3-d71d9cfc47c9/98b50fbd-2b43-55b4-afb3-d71d9cfc47c9_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 215637,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/0c8f51b3df2d44c3bd9981433276d545/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_98b50fbd-2b43-55b4-afb3-d71d9cfc47c9/98b50fbd-2b43-55b4-afb3-d71d9cfc47c9_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 424810,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/0c8f51b3df2d44c3bd9981433276d545/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_98b50fbd-2b43-55b4-afb3-d71d9cfc47c9/98b50fbd-2b43-55b4-afb3-d71d9cfc47c9_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 321006,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/0c8f51b3df2d44c3bd9981433276d545/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_98b50fbd-2b43-55b4-afb3-d71d9cfc47c9/98b50fbd-2b43-55b4-afb3-d71d9cfc47c9_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 270836,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/0c8f51b3df2d44c3bd9981433276d545/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-16',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q4 E-TRON BEV 82KWH 50 S LINE AUTO 4WD',
'transmission': 'automatic',
'trim': 'BEV 82KWH 50 S LINE AUTO 4WD',
'vin': None,
'year': 2022}
2026-03-26 22:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986152%27 HTTP/1.1" 200 None
2026-03-26 22:48:59 [ayvens.be] INFO: Saving data for 1986152: {'created_time': 1774565339.899838, 'last_price_update_time': 1774565339.899849, 'auction_closing_time': 1775028600.0}
2026-03-26 22:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986152') HTTP/1.1" 204 0
2026-03-26 22:49:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yk/9ab1a0f6ef0f4c1ba837800e05c797cf/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yk/9ab1a0f6ef0f4c1ba837800e05c797cf/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yk/9ab1a0f6ef0f4c1ba837800e05c797cf/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 22:49:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b740a690>
2026-03-26 22:49:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_99ec590c-0586-55a1-90df-b2f32e99d033/99ec590c-0586-55a1-90df-b2f32e99d033_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yk%252F9ab1a0f6ef0f4c1ba837800e05c797cf%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yk/9ab1a0f6ef0f4c1ba837800e05c797cf/images/large/2.jpg saved to cache
2026-03-26 22:49:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 99ec590c-0586-55a1-90df-b2f32e99d033
2026-03-26 22:49:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7409990>
2026-03-26 22:49:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_99ec590c-0586-55a1-90df-b2f32e99d033/99ec590c-0586-55a1-90df-b2f32e99d033_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yk%252F9ab1a0f6ef0f4c1ba837800e05c797cf%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yk/9ab1a0f6ef0f4c1ba837800e05c797cf/images/large/3.jpg saved to cache
2026-03-26 22:49:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 99ec590c-0586-55a1-90df-b2f32e99d033
2026-03-26 22:49:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7590050>
2026-03-26 22:49:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_99ec590c-0586-55a1-90df-b2f32e99d033/99ec590c-0586-55a1-90df-b2f32e99d033_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yk%252F9ab1a0f6ef0f4c1ba837800e05c797cf%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yk/9ab1a0f6ef0f4c1ba837800e05c797cf/images/large/4.jpg saved to cache
2026-03-26 22:49:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 99ec590c-0586-55a1-90df-b2f32e99d033
2026-03-26 22:49:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yk/9ab1a0f6ef0f4c1ba837800e05c797cf/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yk/9ab1a0f6ef0f4c1ba837800e05c797cf/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77d58d0>
2026-03-26 22:49:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_99ec590c-0586-55a1-90df-b2f32e99d033/99ec590c-0586-55a1-90df-b2f32e99d033_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yk%252F9ab1a0f6ef0f4c1ba837800e05c797cf%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yk/9ab1a0f6ef0f4c1ba837800e05c797cf/images/large/5.jpg saved to cache
2026-03-26 22:49:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 99ec590c-0586-55a1-90df-b2f32e99d033
2026-03-26 22:49:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74398d0>
2026-03-26 22:49:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_99ec590c-0586-55a1-90df-b2f32e99d033/99ec590c-0586-55a1-90df-b2f32e99d033_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yk%252F9ab1a0f6ef0f4c1ba837800e05c797cf%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yk/9ab1a0f6ef0f4c1ba837800e05c797cf/images/large/6.jpg saved to cache
2026-03-26 22:49:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 99ec590c-0586-55a1-90df-b2f32e99d033
2026-03-26 22:49:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cc3190>
2026-03-26 22:49:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_99ec590c-0586-55a1-90df-b2f32e99d033/99ec590c-0586-55a1-90df-b2f32e99d033_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yk%252F9ab1a0f6ef0f4c1ba837800e05c797cf%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yk/9ab1a0f6ef0f4c1ba837800e05c797cf/images/large/7.jpg saved to cache
2026-03-26 22:49:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 99ec590c-0586-55a1-90df-b2f32e99d033
2026-03-26 22:49:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76a7910>
2026-03-26 22:49:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_99ec590c-0586-55a1-90df-b2f32e99d033/99ec590c-0586-55a1-90df-b2f32e99d033_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yk%252F9ab1a0f6ef0f4c1ba837800e05c797cf%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yk/9ab1a0f6ef0f4c1ba837800e05c797cf/images/large/8.jpg saved to cache
2026-03-26 22:49:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 99ec590c-0586-55a1-90df-b2f32e99d033
2026-03-26 22:49:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b727ba90>
2026-03-26 22:49:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_99ec590c-0586-55a1-90df-b2f32e99d033/99ec590c-0586-55a1-90df-b2f32e99d033_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yk%252F9ab1a0f6ef0f4c1ba837800e05c797cf%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yk/9ab1a0f6ef0f4c1ba837800e05c797cf/images/large/9.jpg saved to cache
2026-03-26 22:49:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 99ec590c-0586-55a1-90df-b2f32e99d033
2026-03-26 22:49:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yk/9ab1a0f6ef0f4c1ba837800e05c797cf/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74fa9d0>
2026-03-26 22:49:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_99ec590c-0586-55a1-90df-b2f32e99d033/99ec590c-0586-55a1-90df-b2f32e99d033_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yk%252F9ab1a0f6ef0f4c1ba837800e05c797cf%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yk/9ab1a0f6ef0f4c1ba837800e05c797cf/images/large/10.jpg saved to cache
2026-03-26 22:49:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 99ec590c-0586-55a1-90df-b2f32e99d033
2026-03-26 22:49:00 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 99ec590c-0586-55a1-90df-b2f32e99d033, skipping ID generation
2026-03-26 22:49:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 99ec590c-0586-55a1-90df-b2f32e99d033 with scrape type 1
2026-03-26 22:49:00 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 99ec590c-0586-55a1-90df-b2f32e99d033 sending to next pipeline
2026-03-26 22:49:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 99ec590c-0586-55a1-90df-b2f32e99d033, identifier: 1986153
2026-03-26 22:49:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 99ec590c-0586-55a1-90df-b2f32e99d033 with identifier: 1986153
2026-03-26 22:49:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 99ec590c-0586-55a1-90df-b2f32e99d033 with identifier: 1986153
2026-03-26 22:49:00 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 99ec590c-0586-55a1-90df-b2f32e99d033 with identifier: 1986153 to the API
2026-03-26 22:49:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:49:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:49:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/1yk/9ab1a0f6ef0f4c1ba837800e05c797cf/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': 154,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T07:30:00Z',
'fuel_type': 'diesel',
'id': '99ec590c-0586-55a1-90df-b2f32e99d033',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41073',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'X3 DIESEL - 2018',
'odometer': 73440,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 23,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_99ec590c-0586-55a1-90df-b2f32e99d033/99ec590c-0586-55a1-90df-b2f32e99d033_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 235197,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yk/9ab1a0f6ef0f4c1ba837800e05c797cf/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_99ec590c-0586-55a1-90df-b2f32e99d033/99ec590c-0586-55a1-90df-b2f32e99d033_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 229043,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yk/9ab1a0f6ef0f4c1ba837800e05c797cf/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_99ec590c-0586-55a1-90df-b2f32e99d033/99ec590c-0586-55a1-90df-b2f32e99d033_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 246886,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yk/9ab1a0f6ef0f4c1ba837800e05c797cf/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_99ec590c-0586-55a1-90df-b2f32e99d033/99ec590c-0586-55a1-90df-b2f32e99d033_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 246199,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yk/9ab1a0f6ef0f4c1ba837800e05c797cf/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_99ec590c-0586-55a1-90df-b2f32e99d033/99ec590c-0586-55a1-90df-b2f32e99d033_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 440093,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yk/9ab1a0f6ef0f4c1ba837800e05c797cf/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_99ec590c-0586-55a1-90df-b2f32e99d033/99ec590c-0586-55a1-90df-b2f32e99d033_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 242677,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yk/9ab1a0f6ef0f4c1ba837800e05c797cf/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_99ec590c-0586-55a1-90df-b2f32e99d033/99ec590c-0586-55a1-90df-b2f32e99d033_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 230769,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yk/9ab1a0f6ef0f4c1ba837800e05c797cf/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_99ec590c-0586-55a1-90df-b2f32e99d033/99ec590c-0586-55a1-90df-b2f32e99d033_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 227236,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yk/9ab1a0f6ef0f4c1ba837800e05c797cf/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_99ec590c-0586-55a1-90df-b2f32e99d033/99ec590c-0586-55a1-90df-b2f32e99d033_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 294853,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yk/9ab1a0f6ef0f4c1ba837800e05c797cf/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_99ec590c-0586-55a1-90df-b2f32e99d033/99ec590c-0586-55a1-90df-b2f32e99d033_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 395128,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yk/9ab1a0f6ef0f4c1ba837800e05c797cf/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-21',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X3 DIESEL - 2018 2.0 dA sDrive18 AdBlue',
'transmission': 'automatic',
'trim': '2.0 dA sDrive18 AdBlue',
'vin': None,
'year': 2020}
2026-03-26 22:49:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271986153%27 HTTP/1.1" 200 None
2026-03-26 22:49:01 [ayvens.be] INFO: Saving data for 1986153: {'created_time': 1774565341.08939, 'last_price_update_time': 1774565341.089399, 'auction_closing_time': 1775028600.0}
2026-03-26 22:49:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986153') HTTP/1.1" 204 0
2026-03-26 22:49:03 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://api.aldcarmarket.com/graphql/saleevents> (referer: https://carmarket.ayvens.com/) ['zyte-api']
2026-03-26 22:49:03 [ayvens.be] INFO: Found listing with ID: 1983731
2026-03-26 22:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271983731%27 HTTP/1.1" 200 None
2026-03-26 22:49:03 [ayvens.be] INFO: Scrape type for 1983731: 0
2026-03-26 22:49:03 [ayvens.be] INFO: Found listing with ID: 1983732
2026-03-26 22:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271983732%27 HTTP/1.1" 200 None
2026-03-26 22:49:03 [ayvens.be] INFO: Scrape type for 1983732: 0
2026-03-26 22:49:03 [ayvens.be] INFO: Found listing with ID: 1983733
2026-03-26 22:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271983733%27 HTTP/1.1" 200 None
2026-03-26 22:49:03 [ayvens.be] INFO: Scrape type for 1983733: 0
2026-03-26 22:49:03 [ayvens.be] INFO: Found listing with ID: 1983734
2026-03-26 22:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271983734%27 HTTP/1.1" 200 None
2026-03-26 22:49:03 [ayvens.be] INFO: Scrape type for 1983734: 0
2026-03-26 22:49:03 [ayvens.be] INFO: Found listing with ID: 1983735
2026-03-26 22:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271983735%27 HTTP/1.1" 200 None
2026-03-26 22:49:03 [ayvens.be] INFO: Scrape type for 1983735: 0
2026-03-26 22:49:03 [ayvens.be] INFO: Found listing with ID: 1983736
2026-03-26 22:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271983736%27 HTTP/1.1" 200 None
2026-03-26 22:49:03 [ayvens.be] INFO: Scrape type for 1983736: 0
2026-03-26 22:49:03 [ayvens.be] INFO: Found listing with ID: 1983737
2026-03-26 22:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271983737%27 HTTP/1.1" 200 None
2026-03-26 22:49:03 [ayvens.be] INFO: Scrape type for 1983737: 0
2026-03-26 22:49:03 [ayvens.be] INFO: Found listing with ID: 1983738
2026-03-26 22:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271983738%27 HTTP/1.1" 200 None
2026-03-26 22:49:03 [ayvens.be] INFO: Scrape type for 1983738: 0
2026-03-26 22:49:03 [ayvens.be] INFO: Found listing with ID: 1983739
2026-03-26 22:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271983739%27 HTTP/1.1" 200 None
2026-03-26 22:49:03 [ayvens.be] INFO: Scrape type for 1983739: 0
2026-03-26 22:49:03 [ayvens.be] INFO: Found listing with ID: 1983740
2026-03-26 22:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271983740%27 HTTP/1.1" 200 None
2026-03-26 22:49:03 [ayvens.be] INFO: Scrape type for 1983740: 0
2026-03-26 22:49:03 [ayvens.be] INFO: Found listing with ID: 1983741
2026-03-26 22:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271983741%27 HTTP/1.1" 200 None
2026-03-26 22:49:03 [ayvens.be] INFO: Scrape type for 1983741: 0
2026-03-26 22:49:03 [ayvens.be] INFO: Found listing with ID: 1983742
2026-03-26 22:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271983742%27 HTTP/1.1" 200 None
2026-03-26 22:49:03 [ayvens.be] INFO: Scrape type for 1983742: 0
2026-03-26 22:49:03 [ayvens.be] INFO: Found listing with ID: 1983743
2026-03-26 22:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271983743%27 HTTP/1.1" 200 None
2026-03-26 22:49:03 [ayvens.be] INFO: Scrape type for 1983743: 0
2026-03-26 22:49:03 [ayvens.be] INFO: Found listing with ID: 1983744
2026-03-26 22:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271983744%27 HTTP/1.1" 200 None
2026-03-26 22:49:03 [ayvens.be] INFO: Scrape type for 1983744: 0
2026-03-26 22:49:03 [ayvens.be] INFO: Found listing with ID: 1983745
2026-03-26 22:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271983745%27 HTTP/1.1" 200 None
2026-03-26 22:49:03 [ayvens.be] INFO: Scrape type for 1983745: 0
2026-03-26 22:49:03 [ayvens.be] INFO: Found listing with ID: 1983746
2026-03-26 22:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271983746%27 HTTP/1.1" 200 None
2026-03-26 22:49:03 [ayvens.be] INFO: Scrape type for 1983746: 0
2026-03-26 22:49:03 [ayvens.be] INFO: Found listing with ID: 1983747
2026-03-26 22:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271983747%27 HTTP/1.1" 200 None
2026-03-26 22:49:03 [ayvens.be] INFO: Scrape type for 1983747: 0
2026-03-26 22:49:03 [ayvens.be] INFO: Found listing with ID: 1983748
2026-03-26 22:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271983748%27 HTTP/1.1" 200 None
2026-03-26 22:49:03 [ayvens.be] INFO: Scrape type for 1983748: 0
2026-03-26 22:49:03 [ayvens.be] INFO: Found listing with ID: 1983749
2026-03-26 22:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271983749%27 HTTP/1.1" 200 None
2026-03-26 22:49:03 [ayvens.be] INFO: Scrape type for 1983749: 0
2026-03-26 22:49:03 [ayvens.be] INFO: Found listing with ID: 1983750
2026-03-26 22:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271983750%27 HTTP/1.1" 200 None
2026-03-26 22:49:03 [ayvens.be] INFO: Scrape type for 1983750: 0
2026-03-26 22:49:03 [ayvens.be] INFO: Found listing with ID: 1983751
2026-03-26 22:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271983751%27 HTTP/1.1" 200 None
2026-03-26 22:49:03 [ayvens.be] INFO: Scrape type for 1983751: 0
2026-03-26 22:49:03 [ayvens.be] INFO: Found listing with ID: 1983752
2026-03-26 22:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271983752%27 HTTP/1.1" 200 None
2026-03-26 22:49:03 [ayvens.be] INFO: Scrape type for 1983752: 0
2026-03-26 22:49:03 [ayvens.be] INFO: Found listing with ID: 1983753
2026-03-26 22:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271983753%27 HTTP/1.1" 200 None
2026-03-26 22:49:03 [ayvens.be] INFO: Scrape type for 1983753: 0
2026-03-26 22:49:03 [ayvens.be] INFO: Found listing with ID: 1983754
2026-03-26 22:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271983754%27 HTTP/1.1" 200 None
2026-03-26 22:49:03 [ayvens.be] INFO: Scrape type for 1983754: 0
2026-03-26 22:49:03 [ayvens.be] INFO: Found listing with ID: 1983755
2026-03-26 22:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271983755%27 HTTP/1.1" 200 None
2026-03-26 22:49:03 [ayvens.be] INFO: Scrape type for 1983755: 0
2026-03-26 22:49:03 [ayvens.be] INFO: Found listing with ID: 1983756
2026-03-26 22:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271983756%27 HTTP/1.1" 200 None
2026-03-26 22:49:03 [ayvens.be] INFO: Scrape type for 1983756: 0
2026-03-26 22:49:03 [ayvens.be] INFO: Found listing with ID: 1983757
2026-03-26 22:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271983757%27 HTTP/1.1" 200 None
2026-03-26 22:49:03 [ayvens.be] INFO: Scrape type for 1983757: 0
2026-03-26 22:49:03 [ayvens.be] INFO: Found listing with ID: 1983758
2026-03-26 22:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271983758%27 HTTP/1.1" 200 None
2026-03-26 22:49:03 [ayvens.be] INFO: Scrape type for 1983758: 0
2026-03-26 22:49:03 [ayvens.be] INFO: Found listing with ID: 1983759
2026-03-26 22:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271983759%27 HTTP/1.1" 200 None
2026-03-26 22:49:03 [ayvens.be] INFO: Scrape type for 1983759: 0
2026-03-26 22:49:03 [ayvens.be] INFO: Found listing with ID: 1983760
2026-03-26 22:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271983760%27 HTTP/1.1" 200 None
2026-03-26 22:49:03 [ayvens.be] INFO: Scrape type for 1983760: 0
2026-03-26 22:49:03 [ayvens.be] INFO: Found listing with ID: 1983761
2026-03-26 22:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271983761%27 HTTP/1.1" 200 None
2026-03-26 22:49:03 [ayvens.be] INFO: Scrape type for 1983761: 0
2026-03-26 22:49:03 [ayvens.be] INFO: Found listing with ID: 1983762
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271983762%27 HTTP/1.1" 200 None
2026-03-26 22:49:04 [ayvens.be] INFO: Scrape type for 1983762: 0
2026-03-26 22:49:04 [ayvens.be] INFO: Found listing with ID: 1983763
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271983763%27 HTTP/1.1" 200 None
2026-03-26 22:49:04 [ayvens.be] INFO: Scrape type for 1983763: 0
2026-03-26 22:49:04 [ayvens.be] INFO: Found listing with ID: 1983764
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271983764%27 HTTP/1.1" 200 None
2026-03-26 22:49:04 [ayvens.be] INFO: Scrape type for 1983764: 0
2026-03-26 22:49:04 [ayvens.be] INFO: Found listing with ID: 1983765
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271983765%27 HTTP/1.1" 200 None
2026-03-26 22:49:04 [ayvens.be] INFO: Scrape type for 1983765: 0
2026-03-26 22:49:04 [ayvens.be] INFO: Found listing with ID: 1983766
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271983766%27 HTTP/1.1" 200 None
2026-03-26 22:49:04 [ayvens.be] INFO: Scrape type for 1983766: 0
2026-03-26 22:49:04 [ayvens.be] INFO: Found listing with ID: 1983767
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271983767%27 HTTP/1.1" 200 None
2026-03-26 22:49:04 [ayvens.be] INFO: Scrape type for 1983767: 0
2026-03-26 22:49:04 [ayvens.be] INFO: Found listing with ID: 1983768
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271983768%27 HTTP/1.1" 200 None
2026-03-26 22:49:04 [ayvens.be] INFO: Scrape type for 1983768: 0
2026-03-26 22:49:04 [ayvens.be] INFO: Found listing with ID: 1983769
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271983769%27 HTTP/1.1" 200 None
2026-03-26 22:49:04 [ayvens.be] INFO: Scrape type for 1983769: 0
2026-03-26 22:49:04 [ayvens.be] INFO: Found listing with ID: 1983770
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271983770%27 HTTP/1.1" 200 None
2026-03-26 22:49:04 [ayvens.be] INFO: Scrape type for 1983770: 0
2026-03-26 22:49:04 [ayvens.be] INFO: Found listing with ID: 1983771
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271983771%27 HTTP/1.1" 200 None
2026-03-26 22:49:04 [ayvens.be] INFO: Scrape type for 1983771: 0
2026-03-26 22:49:04 [ayvens.be] INFO: Found listing with ID: 1983772
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271983772%27 HTTP/1.1" 200 None
2026-03-26 22:49:04 [ayvens.be] INFO: Scrape type for 1983772: 0
2026-03-26 22:49:04 [ayvens.be] INFO: Found listing with ID: 1983773
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271983773%27 HTTP/1.1" 200 None
2026-03-26 22:49:04 [ayvens.be] INFO: Scrape type for 1983773: 0
2026-03-26 22:49:04 [ayvens.be] INFO: Found listing with ID: 1983774
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271983774%27 HTTP/1.1" 200 None
2026-03-26 22:49:04 [ayvens.be] INFO: Scrape type for 1983774: 0
2026-03-26 22:49:04 [ayvens.be] INFO: Found listing with ID: 1983775
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271983775%27 HTTP/1.1" 200 None
2026-03-26 22:49:04 [ayvens.be] INFO: Scrape type for 1983775: 0
2026-03-26 22:49:04 [ayvens.be] INFO: Found listing with ID: 1983776
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271983776%27 HTTP/1.1" 200 None
2026-03-26 22:49:04 [ayvens.be] INFO: Scrape type for 1983776: 0
2026-03-26 22:49:04 [ayvens.be] INFO: Found listing with ID: 1983777
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271983777%27 HTTP/1.1" 200 None
2026-03-26 22:49:04 [ayvens.be] INFO: Scrape type for 1983777: 0
2026-03-26 22:49:04 [ayvens.be] INFO: Found listing with ID: 1983778
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271983778%27 HTTP/1.1" 200 None
2026-03-26 22:49:04 [ayvens.be] INFO: Scrape type for 1983778: 0
2026-03-26 22:49:04 [ayvens.be] INFO: Found listing with ID: 1983779
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271983779%27 HTTP/1.1" 200 None
2026-03-26 22:49:04 [ayvens.be] INFO: Scrape type for 1983779: 0
2026-03-26 22:49:04 [ayvens.be] INFO: Found listing with ID: 1983780
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271983780%27 HTTP/1.1" 200 None
2026-03-26 22:49:04 [ayvens.be] INFO: Scrape type for 1983780: 0
2026-03-26 22:49:04 [ayvens.be] INFO: Found listing with ID: 1985345
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985345%27 HTTP/1.1" 200 None
2026-03-26 22:49:04 [ayvens.be] INFO: Scrape type for 1985345: 1
2026-03-26 22:49:04 [ayvens.be] INFO: Extracting data for car ID: 1985345
2026-03-26 22:49:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 593c4467-f8bf-57aa-b5f8-b38822117ae8 with identifier: 1985345
2026-03-26 22:49:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 593c4467-f8bf-57aa-b5f8-b38822117ae8 with scrape type 1
2026-03-26 22:49:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 593c4467-f8bf-57aa-b5f8-b38822117ae8
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wp%252F2389ed23d8c34955aad8c7d6d13a6c2b%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wp/2389ed23d8c34955aad8c7d6d13a6c2b/images/large/1.jpg not downloaded yet
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wp%252F2389ed23d8c34955aad8c7d6d13a6c2b%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wp/2389ed23d8c34955aad8c7d6d13a6c2b/images/large/2.jpg not downloaded yet
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wp%252F2389ed23d8c34955aad8c7d6d13a6c2b%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wp/2389ed23d8c34955aad8c7d6d13a6c2b/images/large/3.jpg not downloaded yet
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wp%252F2389ed23d8c34955aad8c7d6d13a6c2b%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wp/2389ed23d8c34955aad8c7d6d13a6c2b/images/large/4.jpg not downloaded yet
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wp%252F2389ed23d8c34955aad8c7d6d13a6c2b%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wp/2389ed23d8c34955aad8c7d6d13a6c2b/images/large/5.jpg not downloaded yet
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wp%252F2389ed23d8c34955aad8c7d6d13a6c2b%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wp/2389ed23d8c34955aad8c7d6d13a6c2b/images/large/6.jpg not downloaded yet
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wp%252F2389ed23d8c34955aad8c7d6d13a6c2b%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wp/2389ed23d8c34955aad8c7d6d13a6c2b/images/large/7.jpg not downloaded yet
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wp%252F2389ed23d8c34955aad8c7d6d13a6c2b%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wp/2389ed23d8c34955aad8c7d6d13a6c2b/images/large/8.jpg not downloaded yet
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wp%252F2389ed23d8c34955aad8c7d6d13a6c2b%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wp/2389ed23d8c34955aad8c7d6d13a6c2b/images/large/9.jpg not downloaded yet
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wp%252F2389ed23d8c34955aad8c7d6d13a6c2b%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wp/2389ed23d8c34955aad8c7d6d13a6c2b/images/large/10.jpg not downloaded yet
2026-03-26 22:49:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1wp/2389ed23d8c34955aad8c7d6d13a6c2b/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:04 [ayvens.be] INFO: Found listing with ID: 1985346
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985346%27 HTTP/1.1" 200 None
2026-03-26 22:49:04 [ayvens.be] INFO: Scrape type for 1985346: 1
2026-03-26 22:49:04 [ayvens.be] INFO: Extracting data for car ID: 1985346
2026-03-26 22:49:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c63b6144-fe9f-5a8c-b9ff-d3f8ac386a0b with identifier: 1985346
2026-03-26 22:49:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c63b6144-fe9f-5a8c-b9ff-d3f8ac386a0b with scrape type 1
2026-03-26 22:49:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item c63b6144-fe9f-5a8c-b9ff-d3f8ac386a0b
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wv%252F5f506c0e2a5f40bd881232d47080faef%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wv/5f506c0e2a5f40bd881232d47080faef/images/large/1.jpg not downloaded yet
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wv%252F5f506c0e2a5f40bd881232d47080faef%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wv/5f506c0e2a5f40bd881232d47080faef/images/large/2.jpg not downloaded yet
2026-03-26 22:49:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1wp/2389ed23d8c34955aad8c7d6d13a6c2b/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1wp/2389ed23d8c34955aad8c7d6d13a6c2b/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wv%252F5f506c0e2a5f40bd881232d47080faef%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wv/5f506c0e2a5f40bd881232d47080faef/images/large/3.jpg not downloaded yet
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wv%252F5f506c0e2a5f40bd881232d47080faef%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wv/5f506c0e2a5f40bd881232d47080faef/images/large/4.jpg not downloaded yet
2026-03-26 22:49:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1wp/2389ed23d8c34955aad8c7d6d13a6c2b/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wv%252F5f506c0e2a5f40bd881232d47080faef%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wv/5f506c0e2a5f40bd881232d47080faef/images/large/5.jpg not downloaded yet
2026-03-26 22:49:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1wp/2389ed23d8c34955aad8c7d6d13a6c2b/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76a6310>
2026-03-26 22:49:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_593c4467-f8bf-57aa-b5f8-b38822117ae8/593c4467-f8bf-57aa-b5f8-b38822117ae8_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wp%252F2389ed23d8c34955aad8c7d6d13a6c2b%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wp/2389ed23d8c34955aad8c7d6d13a6c2b/images/large/1.jpg saved to cache
2026-03-26 22:49:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 593c4467-f8bf-57aa-b5f8-b38822117ae8
2026-03-26 22:49:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1wp/2389ed23d8c34955aad8c7d6d13a6c2b/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wv%252F5f506c0e2a5f40bd881232d47080faef%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wv/5f506c0e2a5f40bd881232d47080faef/images/large/6.jpg not downloaded yet
2026-03-26 22:49:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1wp/2389ed23d8c34955aad8c7d6d13a6c2b/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wv%252F5f506c0e2a5f40bd881232d47080faef%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wv/5f506c0e2a5f40bd881232d47080faef/images/large/7.jpg not downloaded yet
2026-03-26 22:49:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1wp/2389ed23d8c34955aad8c7d6d13a6c2b/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wv%252F5f506c0e2a5f40bd881232d47080faef%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wv/5f506c0e2a5f40bd881232d47080faef/images/large/8.jpg not downloaded yet
2026-03-26 22:49:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7778bd0>
2026-03-26 22:49:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_593c4467-f8bf-57aa-b5f8-b38822117ae8/593c4467-f8bf-57aa-b5f8-b38822117ae8_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wp%252F2389ed23d8c34955aad8c7d6d13a6c2b%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wp/2389ed23d8c34955aad8c7d6d13a6c2b/images/large/4.jpg saved to cache
2026-03-26 22:49:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 593c4467-f8bf-57aa-b5f8-b38822117ae8
2026-03-26 22:49:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c7ff10>
2026-03-26 22:49:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_593c4467-f8bf-57aa-b5f8-b38822117ae8/593c4467-f8bf-57aa-b5f8-b38822117ae8_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wp%252F2389ed23d8c34955aad8c7d6d13a6c2b%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wp/2389ed23d8c34955aad8c7d6d13a6c2b/images/large/3.jpg saved to cache
2026-03-26 22:49:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 593c4467-f8bf-57aa-b5f8-b38822117ae8
2026-03-26 22:49:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1wv/5f506c0e2a5f40bd881232d47080faef/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1wp/2389ed23d8c34955aad8c7d6d13a6c2b/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1wv/5f506c0e2a5f40bd881232d47080faef/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wv%252F5f506c0e2a5f40bd881232d47080faef%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wv/5f506c0e2a5f40bd881232d47080faef/images/large/9.jpg not downloaded yet
2026-03-26 22:49:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cca410>
2026-03-26 22:49:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_593c4467-f8bf-57aa-b5f8-b38822117ae8/593c4467-f8bf-57aa-b5f8-b38822117ae8_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wp%252F2389ed23d8c34955aad8c7d6d13a6c2b%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wp/2389ed23d8c34955aad8c7d6d13a6c2b/images/large/7.jpg saved to cache
2026-03-26 22:49:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 593c4467-f8bf-57aa-b5f8-b38822117ae8
2026-03-26 22:49:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1wp/2389ed23d8c34955aad8c7d6d13a6c2b/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wv%252F5f506c0e2a5f40bd881232d47080faef%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wv/5f506c0e2a5f40bd881232d47080faef/images/large/10.jpg not downloaded yet
2026-03-26 22:49:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e15490>
2026-03-26 22:49:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_593c4467-f8bf-57aa-b5f8-b38822117ae8/593c4467-f8bf-57aa-b5f8-b38822117ae8_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wp%252F2389ed23d8c34955aad8c7d6d13a6c2b%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wp/2389ed23d8c34955aad8c7d6d13a6c2b/images/large/5.jpg saved to cache
2026-03-26 22:49:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 593c4467-f8bf-57aa-b5f8-b38822117ae8
2026-03-26 22:49:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e16fd0>
2026-03-26 22:49:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_593c4467-f8bf-57aa-b5f8-b38822117ae8/593c4467-f8bf-57aa-b5f8-b38822117ae8_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wp%252F2389ed23d8c34955aad8c7d6d13a6c2b%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wp/2389ed23d8c34955aad8c7d6d13a6c2b/images/large/2.jpg saved to cache
2026-03-26 22:49:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 593c4467-f8bf-57aa-b5f8-b38822117ae8
2026-03-26 22:49:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b748add0>
2026-03-26 22:49:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_593c4467-f8bf-57aa-b5f8-b38822117ae8/593c4467-f8bf-57aa-b5f8-b38822117ae8_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wp%252F2389ed23d8c34955aad8c7d6d13a6c2b%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wp/2389ed23d8c34955aad8c7d6d13a6c2b/images/large/9.jpg saved to cache
2026-03-26 22:49:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 593c4467-f8bf-57aa-b5f8-b38822117ae8
2026-03-26 22:49:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7661310>
2026-03-26 22:49:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_593c4467-f8bf-57aa-b5f8-b38822117ae8/593c4467-f8bf-57aa-b5f8-b38822117ae8_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wp%252F2389ed23d8c34955aad8c7d6d13a6c2b%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wp/2389ed23d8c34955aad8c7d6d13a6c2b/images/large/6.jpg saved to cache
2026-03-26 22:49:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 593c4467-f8bf-57aa-b5f8-b38822117ae8
2026-03-26 22:49:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1wv/5f506c0e2a5f40bd881232d47080faef/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1wv/5f506c0e2a5f40bd881232d47080faef/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:05 [ayvens.be] INFO: Found listing with ID: 1985347
2026-03-26 22:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985347%27 HTTP/1.1" 200 None
2026-03-26 22:49:05 [ayvens.be] INFO: Scrape type for 1985347: 1
2026-03-26 22:49:05 [ayvens.be] INFO: Extracting data for car ID: 1985347
2026-03-26 22:49:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b60a75c9-f1ff-5ee0-bf2c-7fb6bf2ff6e5 with identifier: 1985347
2026-03-26 22:49:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b60a75c9-f1ff-5ee0-bf2c-7fb6bf2ff6e5 with scrape type 1
2026-03-26 22:49:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item b60a75c9-f1ff-5ee0-bf2c-7fb6bf2ff6e5
2026-03-26 22:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cd%252F192ed645d7074062a7f7221887ced77f%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cd/192ed645d7074062a7f7221887ced77f/images/large/1.jpg not downloaded yet
2026-03-26 22:49:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1wv/5f506c0e2a5f40bd881232d47080faef/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cd%252F192ed645d7074062a7f7221887ced77f%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cd/192ed645d7074062a7f7221887ced77f/images/large/2.jpg not downloaded yet
2026-03-26 22:49:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7450090>
2026-03-26 22:49:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c63b6144-fe9f-5a8c-b9ff-d3f8ac386a0b/c63b6144-fe9f-5a8c-b9ff-d3f8ac386a0b_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wv%252F5f506c0e2a5f40bd881232d47080faef%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wv/5f506c0e2a5f40bd881232d47080faef/images/large/1.jpg saved to cache
2026-03-26 22:49:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item c63b6144-fe9f-5a8c-b9ff-d3f8ac386a0b
2026-03-26 22:49:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7453950>
2026-03-26 22:49:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_593c4467-f8bf-57aa-b5f8-b38822117ae8/593c4467-f8bf-57aa-b5f8-b38822117ae8_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wp%252F2389ed23d8c34955aad8c7d6d13a6c2b%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wp/2389ed23d8c34955aad8c7d6d13a6c2b/images/large/10.jpg saved to cache
2026-03-26 22:49:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 593c4467-f8bf-57aa-b5f8-b38822117ae8
2026-03-26 22:49:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cb39d0>
2026-03-26 22:49:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c63b6144-fe9f-5a8c-b9ff-d3f8ac386a0b/c63b6144-fe9f-5a8c-b9ff-d3f8ac386a0b_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wv%252F5f506c0e2a5f40bd881232d47080faef%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wv/5f506c0e2a5f40bd881232d47080faef/images/large/2.jpg saved to cache
2026-03-26 22:49:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item c63b6144-fe9f-5a8c-b9ff-d3f8ac386a0b
2026-03-26 22:49:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74285d0>
2026-03-26 22:49:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_593c4467-f8bf-57aa-b5f8-b38822117ae8/593c4467-f8bf-57aa-b5f8-b38822117ae8_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wp%252F2389ed23d8c34955aad8c7d6d13a6c2b%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wp/2389ed23d8c34955aad8c7d6d13a6c2b/images/large/8.jpg saved to cache
2026-03-26 22:49:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 593c4467-f8bf-57aa-b5f8-b38822117ae8
2026-03-26 22:49:05 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 593c4467-f8bf-57aa-b5f8-b38822117ae8, skipping ID generation
2026-03-26 22:49:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 593c4467-f8bf-57aa-b5f8-b38822117ae8 with scrape type 1
2026-03-26 22:49:05 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 593c4467-f8bf-57aa-b5f8-b38822117ae8 sending to next pipeline
2026-03-26 22:49:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 593c4467-f8bf-57aa-b5f8-b38822117ae8, identifier: 1985345
2026-03-26 22:49:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 593c4467-f8bf-57aa-b5f8-b38822117ae8 with identifier: 1985345
2026-03-26 22:49:05 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 22:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-26 22:49:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 593c4467-f8bf-57aa-b5f8-b38822117ae8 with identifier: 1985345
2026-03-26 22:49:06 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 593c4467-f8bf-57aa-b5f8-b38822117ae8 with identifier: 1985345 to the API
2026-03-26 22:49:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:49:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:49:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/1wp/2389ed23d8c34955aad8c7d6d13a6c2b/images/large/8.jpg>
{'auction_title': '',
'c_o_2_emission_value': 135,
'color': 'PYRIT SILVER METALLIC',
'currency': 'EUR',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': '593c4467-f8bf-57aa-b5f8-b38822117ae8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'TIGUAN ALLSPACE DIESEL',
'odometer': 158856,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 21,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_593c4467-f8bf-57aa-b5f8-b38822117ae8/593c4467-f8bf-57aa-b5f8-b38822117ae8_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 232292,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1wp/2389ed23d8c34955aad8c7d6d13a6c2b/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_593c4467-f8bf-57aa-b5f8-b38822117ae8/593c4467-f8bf-57aa-b5f8-b38822117ae8_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 262829,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1wp/2389ed23d8c34955aad8c7d6d13a6c2b/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_593c4467-f8bf-57aa-b5f8-b38822117ae8/593c4467-f8bf-57aa-b5f8-b38822117ae8_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 271392,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1wp/2389ed23d8c34955aad8c7d6d13a6c2b/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_593c4467-f8bf-57aa-b5f8-b38822117ae8/593c4467-f8bf-57aa-b5f8-b38822117ae8_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 247502,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1wp/2389ed23d8c34955aad8c7d6d13a6c2b/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_593c4467-f8bf-57aa-b5f8-b38822117ae8/593c4467-f8bf-57aa-b5f8-b38822117ae8_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 504822,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1wp/2389ed23d8c34955aad8c7d6d13a6c2b/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_593c4467-f8bf-57aa-b5f8-b38822117ae8/593c4467-f8bf-57aa-b5f8-b38822117ae8_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 284921,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1wp/2389ed23d8c34955aad8c7d6d13a6c2b/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_593c4467-f8bf-57aa-b5f8-b38822117ae8/593c4467-f8bf-57aa-b5f8-b38822117ae8_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 247673,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1wp/2389ed23d8c34955aad8c7d6d13a6c2b/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_593c4467-f8bf-57aa-b5f8-b38822117ae8/593c4467-f8bf-57aa-b5f8-b38822117ae8_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 306985,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1wp/2389ed23d8c34955aad8c7d6d13a6c2b/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_593c4467-f8bf-57aa-b5f8-b38822117ae8/593c4467-f8bf-57aa-b5f8-b38822117ae8_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 273666,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1wp/2389ed23d8c34955aad8c7d6d13a6c2b/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_593c4467-f8bf-57aa-b5f8-b38822117ae8/593c4467-f8bf-57aa-b5f8-b38822117ae8_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 308017,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1wp/2389ed23d8c34955aad8c7d6d13a6c2b/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-08-01',
'seats_number': 7,
'seller_name': None,
'title': 'VOLKSWAGEN TIGUAN ALLSPACE DIESEL 2.0 TDi SCR Platinum DSG',
'transmission': 'automatic',
'trim': '2.0 TDi SCR Platinum DSG',
'vin': None,
'year': 2019}
2026-03-26 22:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985345%27 HTTP/1.1" 200 None
2026-03-26 22:49:06 [ayvens.be] INFO: Saving data for 1985345: {'created_time': 1774565346.308257, 'last_price_update_time': 1774565346.308267, 'auction_closing_time': 1774958400.0}
2026-03-26 22:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985345') HTTP/1.1" 204 0
2026-03-26 22:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cd%252F192ed645d7074062a7f7221887ced77f%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cd/192ed645d7074062a7f7221887ced77f/images/large/3.jpg not downloaded yet
2026-03-26 22:49:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1wv/5f506c0e2a5f40bd881232d47080faef/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b741ced0>
2026-03-26 22:49:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c63b6144-fe9f-5a8c-b9ff-d3f8ac386a0b/c63b6144-fe9f-5a8c-b9ff-d3f8ac386a0b_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wv%252F5f506c0e2a5f40bd881232d47080faef%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wv/5f506c0e2a5f40bd881232d47080faef/images/large/3.jpg saved to cache
2026-03-26 22:49:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item c63b6144-fe9f-5a8c-b9ff-d3f8ac386a0b
2026-03-26 22:49:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74df190>
2026-03-26 22:49:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c63b6144-fe9f-5a8c-b9ff-d3f8ac386a0b/c63b6144-fe9f-5a8c-b9ff-d3f8ac386a0b_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wv%252F5f506c0e2a5f40bd881232d47080faef%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wv/5f506c0e2a5f40bd881232d47080faef/images/large/4.jpg saved to cache
2026-03-26 22:49:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item c63b6144-fe9f-5a8c-b9ff-d3f8ac386a0b
2026-03-26 22:49:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7410e10>
2026-03-26 22:49:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c63b6144-fe9f-5a8c-b9ff-d3f8ac386a0b/c63b6144-fe9f-5a8c-b9ff-d3f8ac386a0b_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wv%252F5f506c0e2a5f40bd881232d47080faef%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wv/5f506c0e2a5f40bd881232d47080faef/images/large/6.jpg saved to cache
2026-03-26 22:49:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item c63b6144-fe9f-5a8c-b9ff-d3f8ac386a0b
2026-03-26 22:49:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1wv/5f506c0e2a5f40bd881232d47080faef/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cd%252F192ed645d7074062a7f7221887ced77f%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cd/192ed645d7074062a7f7221887ced77f/images/large/4.jpg not downloaded yet
2026-03-26 22:49:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1wv/5f506c0e2a5f40bd881232d47080faef/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cd%252F192ed645d7074062a7f7221887ced77f%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cd/192ed645d7074062a7f7221887ced77f/images/large/5.jpg not downloaded yet
2026-03-26 22:49:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7b16090>
2026-03-26 22:49:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c63b6144-fe9f-5a8c-b9ff-d3f8ac386a0b/c63b6144-fe9f-5a8c-b9ff-d3f8ac386a0b_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wv%252F5f506c0e2a5f40bd881232d47080faef%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wv/5f506c0e2a5f40bd881232d47080faef/images/large/7.jpg saved to cache
2026-03-26 22:49:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item c63b6144-fe9f-5a8c-b9ff-d3f8ac386a0b
2026-03-26 22:49:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1wv/5f506c0e2a5f40bd881232d47080faef/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1wv/5f506c0e2a5f40bd881232d47080faef/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cd%252F192ed645d7074062a7f7221887ced77f%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cd/192ed645d7074062a7f7221887ced77f/images/large/6.jpg not downloaded yet
2026-03-26 22:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cd%252F192ed645d7074062a7f7221887ced77f%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cd/192ed645d7074062a7f7221887ced77f/images/large/7.jpg not downloaded yet
2026-03-26 22:49:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7926b10>
2026-03-26 22:49:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c63b6144-fe9f-5a8c-b9ff-d3f8ac386a0b/c63b6144-fe9f-5a8c-b9ff-d3f8ac386a0b_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wv%252F5f506c0e2a5f40bd881232d47080faef%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wv/5f506c0e2a5f40bd881232d47080faef/images/large/8.jpg saved to cache
2026-03-26 22:49:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item c63b6144-fe9f-5a8c-b9ff-d3f8ac386a0b
2026-03-26 22:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cd%252F192ed645d7074062a7f7221887ced77f%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cd/192ed645d7074062a7f7221887ced77f/images/large/8.jpg not downloaded yet
2026-03-26 22:49:06 [scrapy.extensions.logstats] INFO: Crawled 7 pages (at 2 pages/min), scraped 126 items (at 35 items/min)
2026-03-26 22:49:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 181MiB
2026-03-26 22:49:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b727d850>
2026-03-26 22:49:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c63b6144-fe9f-5a8c-b9ff-d3f8ac386a0b/c63b6144-fe9f-5a8c-b9ff-d3f8ac386a0b_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wv%252F5f506c0e2a5f40bd881232d47080faef%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wv/5f506c0e2a5f40bd881232d47080faef/images/large/5.jpg saved to cache
2026-03-26 22:49:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item c63b6144-fe9f-5a8c-b9ff-d3f8ac386a0b
2026-03-26 22:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cd%252F192ed645d7074062a7f7221887ced77f%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cd/192ed645d7074062a7f7221887ced77f/images/large/9.jpg not downloaded yet
2026-03-26 22:49:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cd/192ed645d7074062a7f7221887ced77f/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c81d50>
2026-03-26 22:49:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c63b6144-fe9f-5a8c-b9ff-d3f8ac386a0b/c63b6144-fe9f-5a8c-b9ff-d3f8ac386a0b_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wv%252F5f506c0e2a5f40bd881232d47080faef%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wv/5f506c0e2a5f40bd881232d47080faef/images/large/10.jpg saved to cache
2026-03-26 22:49:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item c63b6144-fe9f-5a8c-b9ff-d3f8ac386a0b
2026-03-26 22:49:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cc9310>
2026-03-26 22:49:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c63b6144-fe9f-5a8c-b9ff-d3f8ac386a0b/c63b6144-fe9f-5a8c-b9ff-d3f8ac386a0b_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wv%252F5f506c0e2a5f40bd881232d47080faef%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wv/5f506c0e2a5f40bd881232d47080faef/images/large/9.jpg saved to cache
2026-03-26 22:49:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item c63b6144-fe9f-5a8c-b9ff-d3f8ac386a0b
2026-03-26 22:49:07 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c63b6144-fe9f-5a8c-b9ff-d3f8ac386a0b, skipping ID generation
2026-03-26 22:49:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c63b6144-fe9f-5a8c-b9ff-d3f8ac386a0b with scrape type 1
2026-03-26 22:49:07 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c63b6144-fe9f-5a8c-b9ff-d3f8ac386a0b sending to next pipeline
2026-03-26 22:49:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: c63b6144-fe9f-5a8c-b9ff-d3f8ac386a0b, identifier: 1985346
2026-03-26 22:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cd%252F192ed645d7074062a7f7221887ced77f%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cd/192ed645d7074062a7f7221887ced77f/images/large/10.jpg not downloaded yet
2026-03-26 22:49:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: c63b6144-fe9f-5a8c-b9ff-d3f8ac386a0b with identifier: 1985346
2026-03-26 22:49:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: c63b6144-fe9f-5a8c-b9ff-d3f8ac386a0b with identifier: 1985346
2026-03-26 22:49:07 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: c63b6144-fe9f-5a8c-b9ff-d3f8ac386a0b with identifier: 1985346 to the API
2026-03-26 22:49:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:49:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:49:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/1wv/5f506c0e2a5f40bd881232d47080faef/images/large/9.jpg>
{'auction_title': '',
'c_o_2_emission_value': 43,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'c63b6144-fe9f-5a8c-b9ff-d3f8ac386a0b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'MINI',
'model': 'MINI COUNTRYMAN - 2017',
'odometer': 107928,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 23,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c63b6144-fe9f-5a8c-b9ff-d3f8ac386a0b/c63b6144-fe9f-5a8c-b9ff-d3f8ac386a0b_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 312749,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1wv/5f506c0e2a5f40bd881232d47080faef/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c63b6144-fe9f-5a8c-b9ff-d3f8ac386a0b/c63b6144-fe9f-5a8c-b9ff-d3f8ac386a0b_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 303637,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1wv/5f506c0e2a5f40bd881232d47080faef/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c63b6144-fe9f-5a8c-b9ff-d3f8ac386a0b/c63b6144-fe9f-5a8c-b9ff-d3f8ac386a0b_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 305856,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1wv/5f506c0e2a5f40bd881232d47080faef/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c63b6144-fe9f-5a8c-b9ff-d3f8ac386a0b/c63b6144-fe9f-5a8c-b9ff-d3f8ac386a0b_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 308479,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1wv/5f506c0e2a5f40bd881232d47080faef/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c63b6144-fe9f-5a8c-b9ff-d3f8ac386a0b/c63b6144-fe9f-5a8c-b9ff-d3f8ac386a0b_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 554550,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1wv/5f506c0e2a5f40bd881232d47080faef/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c63b6144-fe9f-5a8c-b9ff-d3f8ac386a0b/c63b6144-fe9f-5a8c-b9ff-d3f8ac386a0b_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 321820,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1wv/5f506c0e2a5f40bd881232d47080faef/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c63b6144-fe9f-5a8c-b9ff-d3f8ac386a0b/c63b6144-fe9f-5a8c-b9ff-d3f8ac386a0b_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 284325,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1wv/5f506c0e2a5f40bd881232d47080faef/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c63b6144-fe9f-5a8c-b9ff-d3f8ac386a0b/c63b6144-fe9f-5a8c-b9ff-d3f8ac386a0b_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 348346,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1wv/5f506c0e2a5f40bd881232d47080faef/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c63b6144-fe9f-5a8c-b9ff-d3f8ac386a0b/c63b6144-fe9f-5a8c-b9ff-d3f8ac386a0b_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 385297,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1wv/5f506c0e2a5f40bd881232d47080faef/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c63b6144-fe9f-5a8c-b9ff-d3f8ac386a0b/c63b6144-fe9f-5a8c-b9ff-d3f8ac386a0b_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 343776,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1wv/5f506c0e2a5f40bd881232d47080faef/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-09-25',
'seats_number': 5,
'seller_name': None,
'title': 'MINI MINI COUNTRYMAN - 2017 1.5A Cooper S E ALL4 Plug-In '
'H.(EU6d-T.)',
'transmission': 'automatic',
'trim': '1.5A Cooper S E ALL4 Plug-In H.(EU6d-T.)',
'vin': None,
'year': 2019}
2026-03-26 22:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985346%27 HTTP/1.1" 200 None
2026-03-26 22:49:07 [ayvens.be] INFO: Saving data for 1985346: {'created_time': 1774565347.660882, 'last_price_update_time': 1774565347.660891, 'auction_closing_time': 1774958400.0}
2026-03-26 22:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985346') HTTP/1.1" 204 0
2026-03-26 22:49:07 [ayvens.be] INFO: Found listing with ID: 1985348
2026-03-26 22:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985348%27 HTTP/1.1" 200 None
2026-03-26 22:49:07 [ayvens.be] INFO: Scrape type for 1985348: 1
2026-03-26 22:49:07 [ayvens.be] INFO: Extracting data for car ID: 1985348
2026-03-26 22:49:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e2bb4396-a70a-5221-884b-42a7e82f7a79 with identifier: 1985348
2026-03-26 22:49:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e2bb4396-a70a-5221-884b-42a7e82f7a79 with scrape type 1
2026-03-26 22:49:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item e2bb4396-a70a-5221-884b-42a7e82f7a79
2026-03-26 22:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cj%252Fc40fe50cd702402fadecbb2b2e31f4e3%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cj/c40fe50cd702402fadecbb2b2e31f4e3/images/large/1.jpg not downloaded yet
2026-03-26 22:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cj%252Fc40fe50cd702402fadecbb2b2e31f4e3%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cj/c40fe50cd702402fadecbb2b2e31f4e3/images/large/2.jpg not downloaded yet
2026-03-26 22:49:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79f8190>
2026-03-26 22:49:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b60a75c9-f1ff-5ee0-bf2c-7fb6bf2ff6e5/b60a75c9-f1ff-5ee0-bf2c-7fb6bf2ff6e5_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cd%252F192ed645d7074062a7f7221887ced77f%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cd/192ed645d7074062a7f7221887ced77f/images/large/1.jpg saved to cache
2026-03-26 22:49:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item b60a75c9-f1ff-5ee0-bf2c-7fb6bf2ff6e5
2026-03-26 22:49:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cd/192ed645d7074062a7f7221887ced77f/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cj%252Fc40fe50cd702402fadecbb2b2e31f4e3%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cj/c40fe50cd702402fadecbb2b2e31f4e3/images/large/3.jpg not downloaded yet
2026-03-26 22:49:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cd/192ed645d7074062a7f7221887ced77f/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cd/192ed645d7074062a7f7221887ced77f/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cd/192ed645d7074062a7f7221887ced77f/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cj%252Fc40fe50cd702402fadecbb2b2e31f4e3%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cj/c40fe50cd702402fadecbb2b2e31f4e3/images/large/4.jpg not downloaded yet
2026-03-26 22:49:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cd/192ed645d7074062a7f7221887ced77f/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cj%252Fc40fe50cd702402fadecbb2b2e31f4e3%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cj/c40fe50cd702402fadecbb2b2e31f4e3/images/large/5.jpg not downloaded yet
2026-03-26 22:49:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cd/192ed645d7074062a7f7221887ced77f/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cj%252Fc40fe50cd702402fadecbb2b2e31f4e3%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cj/c40fe50cd702402fadecbb2b2e31f4e3/images/large/6.jpg not downloaded yet
2026-03-26 22:49:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cd/192ed645d7074062a7f7221887ced77f/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cj%252Fc40fe50cd702402fadecbb2b2e31f4e3%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cj/c40fe50cd702402fadecbb2b2e31f4e3/images/large/7.jpg not downloaded yet
2026-03-26 22:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cj%252Fc40fe50cd702402fadecbb2b2e31f4e3%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cj/c40fe50cd702402fadecbb2b2e31f4e3/images/large/8.jpg not downloaded yet
2026-03-26 22:49:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cd/192ed645d7074062a7f7221887ced77f/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cj%252Fc40fe50cd702402fadecbb2b2e31f4e3%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cj/c40fe50cd702402fadecbb2b2e31f4e3/images/large/9.jpg not downloaded yet
2026-03-26 22:49:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b78c04d0>
2026-03-26 22:49:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b60a75c9-f1ff-5ee0-bf2c-7fb6bf2ff6e5/b60a75c9-f1ff-5ee0-bf2c-7fb6bf2ff6e5_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cd%252F192ed645d7074062a7f7221887ced77f%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cd/192ed645d7074062a7f7221887ced77f/images/large/3.jpg saved to cache
2026-03-26 22:49:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item b60a75c9-f1ff-5ee0-bf2c-7fb6bf2ff6e5
2026-03-26 22:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cj%252Fc40fe50cd702402fadecbb2b2e31f4e3%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cj/c40fe50cd702402fadecbb2b2e31f4e3/images/large/10.jpg not downloaded yet
2026-03-26 22:49:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b741cc50>
2026-03-26 22:49:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b60a75c9-f1ff-5ee0-bf2c-7fb6bf2ff6e5/b60a75c9-f1ff-5ee0-bf2c-7fb6bf2ff6e5_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cd%252F192ed645d7074062a7f7221887ced77f%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cd/192ed645d7074062a7f7221887ced77f/images/large/5.jpg saved to cache
2026-03-26 22:49:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item b60a75c9-f1ff-5ee0-bf2c-7fb6bf2ff6e5
2026-03-26 22:49:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b72a4890>
2026-03-26 22:49:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b60a75c9-f1ff-5ee0-bf2c-7fb6bf2ff6e5/b60a75c9-f1ff-5ee0-bf2c-7fb6bf2ff6e5_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cd%252F192ed645d7074062a7f7221887ced77f%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cd/192ed645d7074062a7f7221887ced77f/images/large/4.jpg saved to cache
2026-03-26 22:49:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item b60a75c9-f1ff-5ee0-bf2c-7fb6bf2ff6e5
2026-03-26 22:49:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7401bd0>
2026-03-26 22:49:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b60a75c9-f1ff-5ee0-bf2c-7fb6bf2ff6e5/b60a75c9-f1ff-5ee0-bf2c-7fb6bf2ff6e5_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cd%252F192ed645d7074062a7f7221887ced77f%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cd/192ed645d7074062a7f7221887ced77f/images/large/2.jpg saved to cache
2026-03-26 22:49:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item b60a75c9-f1ff-5ee0-bf2c-7fb6bf2ff6e5
2026-03-26 22:49:08 [ayvens.be] INFO: Found listing with ID: 1985349
2026-03-26 22:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985349%27 HTTP/1.1" 200 None
2026-03-26 22:49:08 [ayvens.be] INFO: Scrape type for 1985349: 1
2026-03-26 22:49:08 [ayvens.be] INFO: Extracting data for car ID: 1985349
2026-03-26 22:49:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f9f5dcc-c1c5-5742-9c6a-1cae9cd29d65 with identifier: 1985349
2026-03-26 22:49:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f9f5dcc-c1c5-5742-9c6a-1cae9cd29d65 with scrape type 1
2026-03-26 22:49:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 0f9f5dcc-c1c5-5742-9c6a-1cae9cd29d65
2026-03-26 22:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bk%252F2d6685c45b7e46e3bed4e2037c0423bc%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bk/2d6685c45b7e46e3bed4e2037c0423bc/images/large/1.jpg not downloaded yet
2026-03-26 22:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bk%252F2d6685c45b7e46e3bed4e2037c0423bc%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bk/2d6685c45b7e46e3bed4e2037c0423bc/images/large/2.jpg not downloaded yet
2026-03-26 22:49:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7409710>
2026-03-26 22:49:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b60a75c9-f1ff-5ee0-bf2c-7fb6bf2ff6e5/b60a75c9-f1ff-5ee0-bf2c-7fb6bf2ff6e5_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cd%252F192ed645d7074062a7f7221887ced77f%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cd/192ed645d7074062a7f7221887ced77f/images/large/6.jpg saved to cache
2026-03-26 22:49:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item b60a75c9-f1ff-5ee0-bf2c-7fb6bf2ff6e5
2026-03-26 22:49:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74a5850>
2026-03-26 22:49:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b60a75c9-f1ff-5ee0-bf2c-7fb6bf2ff6e5/b60a75c9-f1ff-5ee0-bf2c-7fb6bf2ff6e5_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cd%252F192ed645d7074062a7f7221887ced77f%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cd/192ed645d7074062a7f7221887ced77f/images/large/7.jpg saved to cache
2026-03-26 22:49:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item b60a75c9-f1ff-5ee0-bf2c-7fb6bf2ff6e5
2026-03-26 22:49:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6d81950>
2026-03-26 22:49:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b60a75c9-f1ff-5ee0-bf2c-7fb6bf2ff6e5/b60a75c9-f1ff-5ee0-bf2c-7fb6bf2ff6e5_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cd%252F192ed645d7074062a7f7221887ced77f%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cd/192ed645d7074062a7f7221887ced77f/images/large/8.jpg saved to cache
2026-03-26 22:49:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item b60a75c9-f1ff-5ee0-bf2c-7fb6bf2ff6e5
2026-03-26 22:49:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79a4890>
2026-03-26 22:49:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b60a75c9-f1ff-5ee0-bf2c-7fb6bf2ff6e5/b60a75c9-f1ff-5ee0-bf2c-7fb6bf2ff6e5_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cd%252F192ed645d7074062a7f7221887ced77f%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cd/192ed645d7074062a7f7221887ced77f/images/large/9.jpg saved to cache
2026-03-26 22:49:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item b60a75c9-f1ff-5ee0-bf2c-7fb6bf2ff6e5
2026-03-26 22:49:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cj/c40fe50cd702402fadecbb2b2e31f4e3/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bk%252F2d6685c45b7e46e3bed4e2037c0423bc%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bk/2d6685c45b7e46e3bed4e2037c0423bc/images/large/3.jpg not downloaded yet
2026-03-26 22:49:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cd/192ed645d7074062a7f7221887ced77f/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bk%252F2d6685c45b7e46e3bed4e2037c0423bc%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bk/2d6685c45b7e46e3bed4e2037c0423bc/images/large/4.jpg not downloaded yet
2026-03-26 22:49:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cj/c40fe50cd702402fadecbb2b2e31f4e3/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bk%252F2d6685c45b7e46e3bed4e2037c0423bc%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bk/2d6685c45b7e46e3bed4e2037c0423bc/images/large/5.jpg not downloaded yet
2026-03-26 22:49:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cj/c40fe50cd702402fadecbb2b2e31f4e3/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cj/c40fe50cd702402fadecbb2b2e31f4e3/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bk%252F2d6685c45b7e46e3bed4e2037c0423bc%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bk/2d6685c45b7e46e3bed4e2037c0423bc/images/large/6.jpg not downloaded yet
2026-03-26 22:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bk%252F2d6685c45b7e46e3bed4e2037c0423bc%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bk/2d6685c45b7e46e3bed4e2037c0423bc/images/large/7.jpg not downloaded yet
2026-03-26 22:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bk%252F2d6685c45b7e46e3bed4e2037c0423bc%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bk/2d6685c45b7e46e3bed4e2037c0423bc/images/large/8.jpg not downloaded yet
2026-03-26 22:49:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79cdcd0>
2026-03-26 22:49:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e2bb4396-a70a-5221-884b-42a7e82f7a79/e2bb4396-a70a-5221-884b-42a7e82f7a79_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cj%252Fc40fe50cd702402fadecbb2b2e31f4e3%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cj/c40fe50cd702402fadecbb2b2e31f4e3/images/large/1.jpg saved to cache
2026-03-26 22:49:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item e2bb4396-a70a-5221-884b-42a7e82f7a79
2026-03-26 22:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bk%252F2d6685c45b7e46e3bed4e2037c0423bc%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bk/2d6685c45b7e46e3bed4e2037c0423bc/images/large/9.jpg not downloaded yet
2026-03-26 22:49:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c962d0>
2026-03-26 22:49:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b60a75c9-f1ff-5ee0-bf2c-7fb6bf2ff6e5/b60a75c9-f1ff-5ee0-bf2c-7fb6bf2ff6e5_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:49:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cd%252F192ed645d7074062a7f7221887ced77f%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cd/192ed645d7074062a7f7221887ced77f/images/large/10.jpg saved to cache
2026-03-26 22:49:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item b60a75c9-f1ff-5ee0-bf2c-7fb6bf2ff6e5
2026-03-26 22:49:09 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b60a75c9-f1ff-5ee0-bf2c-7fb6bf2ff6e5, skipping ID generation
2026-03-26 22:49:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b60a75c9-f1ff-5ee0-bf2c-7fb6bf2ff6e5 with scrape type 1
2026-03-26 22:49:09 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b60a75c9-f1ff-5ee0-bf2c-7fb6bf2ff6e5 sending to next pipeline
2026-03-26 22:49:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: b60a75c9-f1ff-5ee0-bf2c-7fb6bf2ff6e5, identifier: 1985347
2026-03-26 22:49:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bk%252F2d6685c45b7e46e3bed4e2037c0423bc%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bk/2d6685c45b7e46e3bed4e2037c0423bc/images/large/10.jpg not downloaded yet
2026-03-26 22:49:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: b60a75c9-f1ff-5ee0-bf2c-7fb6bf2ff6e5 with identifier: 1985347
2026-03-26 22:49:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: b60a75c9-f1ff-5ee0-bf2c-7fb6bf2ff6e5 with identifier: 1985347
2026-03-26 22:49:09 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: b60a75c9-f1ff-5ee0-bf2c-7fb6bf2ff6e5 with identifier: 1985347 to the API
2026-03-26 22:49:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:49:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:49:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2cd/192ed645d7074062a7f7221887ced77f/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': 'b60a75c9-f1ff-5ee0-bf2c-7fb6bf2ff6e5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'OPEL',
'model': 'INSIGNIA SPORTS TOURER DIESEL',
'odometer': 89653,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 20,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b60a75c9-f1ff-5ee0-bf2c-7fb6bf2ff6e5/b60a75c9-f1ff-5ee0-bf2c-7fb6bf2ff6e5_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 712993,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cd/192ed645d7074062a7f7221887ced77f/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b60a75c9-f1ff-5ee0-bf2c-7fb6bf2ff6e5/b60a75c9-f1ff-5ee0-bf2c-7fb6bf2ff6e5_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 726880,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cd/192ed645d7074062a7f7221887ced77f/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b60a75c9-f1ff-5ee0-bf2c-7fb6bf2ff6e5/b60a75c9-f1ff-5ee0-bf2c-7fb6bf2ff6e5_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 727817,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cd/192ed645d7074062a7f7221887ced77f/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b60a75c9-f1ff-5ee0-bf2c-7fb6bf2ff6e5/b60a75c9-f1ff-5ee0-bf2c-7fb6bf2ff6e5_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 757699,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cd/192ed645d7074062a7f7221887ced77f/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b60a75c9-f1ff-5ee0-bf2c-7fb6bf2ff6e5/b60a75c9-f1ff-5ee0-bf2c-7fb6bf2ff6e5_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 711419,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cd/192ed645d7074062a7f7221887ced77f/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b60a75c9-f1ff-5ee0-bf2c-7fb6bf2ff6e5/b60a75c9-f1ff-5ee0-bf2c-7fb6bf2ff6e5_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 692995,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cd/192ed645d7074062a7f7221887ced77f/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b60a75c9-f1ff-5ee0-bf2c-7fb6bf2ff6e5/b60a75c9-f1ff-5ee0-bf2c-7fb6bf2ff6e5_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 670282,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cd/192ed645d7074062a7f7221887ced77f/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b60a75c9-f1ff-5ee0-bf2c-7fb6bf2ff6e5/b60a75c9-f1ff-5ee0-bf2c-7fb6bf2ff6e5_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 728117,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cd/192ed645d7074062a7f7221887ced77f/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b60a75c9-f1ff-5ee0-bf2c-7fb6bf2ff6e5/b60a75c9-f1ff-5ee0-bf2c-7fb6bf2ff6e5_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 818481,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cd/192ed645d7074062a7f7221887ced77f/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b60a75c9-f1ff-5ee0-bf2c-7fb6bf2ff6e5/b60a75c9-f1ff-5ee0-bf2c-7fb6bf2ff6e5_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 617785,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cd/192ed645d7074062a7f7221887ced77f/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-26',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL INSIGNIA SPORTS TOURER DIESEL 1.5 Turbo D Ultimate',
'transmission': 'manual',
'trim': '1.5 Turbo D Ultimate',
'vin': None,
'year': 2021}
2026-03-26 22:49:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985347%27 HTTP/1.1" 200 None
2026-03-26 22:49:09 [ayvens.be] INFO: Saving data for 1985347: {'created_time': 1774565349.634874, 'last_price_update_time': 1774565349.634883, 'auction_closing_time': 1774958400.0}
2026-03-26 22:49:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985347') HTTP/1.1" 204 0
2026-03-26 22:49:09 [ayvens.be] INFO: Found listing with ID: 1985350
2026-03-26 22:49:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985350%27 HTTP/1.1" 200 None
2026-03-26 22:49:09 [ayvens.be] INFO: Scrape type for 1985350: 1
2026-03-26 22:49:09 [ayvens.be] INFO: Extracting data for car ID: 1985350
2026-03-26 22:49:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b27c98bc-616f-55c0-892b-d9a4b79cfc05 with identifier: 1985350
2026-03-26 22:49:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b27c98bc-616f-55c0-892b-d9a4b79cfc05 with scrape type 1
2026-03-26 22:49:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item b27c98bc-616f-55c0-892b-d9a4b79cfc05
2026-03-26 22:49:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yx%252Fadbcf5954553420688ffd07906eebe58%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yx/adbcf5954553420688ffd07906eebe58/images/large/1.jpg not downloaded yet
2026-03-26 22:49:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd8d3190>
2026-03-26 22:49:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e2bb4396-a70a-5221-884b-42a7e82f7a79/e2bb4396-a70a-5221-884b-42a7e82f7a79_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:49:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cj%252Fc40fe50cd702402fadecbb2b2e31f4e3%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cj/c40fe50cd702402fadecbb2b2e31f4e3/images/large/2.jpg saved to cache
2026-03-26 22:49:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item e2bb4396-a70a-5221-884b-42a7e82f7a79
2026-03-26 22:49:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b764b710>
2026-03-26 22:49:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e2bb4396-a70a-5221-884b-42a7e82f7a79/e2bb4396-a70a-5221-884b-42a7e82f7a79_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:49:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cj%252Fc40fe50cd702402fadecbb2b2e31f4e3%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cj/c40fe50cd702402fadecbb2b2e31f4e3/images/large/3.jpg saved to cache
2026-03-26 22:49:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item e2bb4396-a70a-5221-884b-42a7e82f7a79
2026-03-26 22:49:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7876d10>
2026-03-26 22:49:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e2bb4396-a70a-5221-884b-42a7e82f7a79/e2bb4396-a70a-5221-884b-42a7e82f7a79_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:49:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cj%252Fc40fe50cd702402fadecbb2b2e31f4e3%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cj/c40fe50cd702402fadecbb2b2e31f4e3/images/large/4.jpg saved to cache
2026-03-26 22:49:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item e2bb4396-a70a-5221-884b-42a7e82f7a79
2026-03-26 22:49:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bk/2d6685c45b7e46e3bed4e2037c0423bc/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yx%252Fadbcf5954553420688ffd07906eebe58%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yx/adbcf5954553420688ffd07906eebe58/images/large/2.jpg not downloaded yet
2026-03-26 22:49:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cj/c40fe50cd702402fadecbb2b2e31f4e3/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cj/c40fe50cd702402fadecbb2b2e31f4e3/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yx%252Fadbcf5954553420688ffd07906eebe58%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yx/adbcf5954553420688ffd07906eebe58/images/large/3.jpg not downloaded yet
2026-03-26 22:49:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cj/c40fe50cd702402fadecbb2b2e31f4e3/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cj/c40fe50cd702402fadecbb2b2e31f4e3/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yx%252Fadbcf5954553420688ffd07906eebe58%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yx/adbcf5954553420688ffd07906eebe58/images/large/4.jpg not downloaded yet
2026-03-26 22:49:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bk/2d6685c45b7e46e3bed4e2037c0423bc/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cj/c40fe50cd702402fadecbb2b2e31f4e3/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yx%252Fadbcf5954553420688ffd07906eebe58%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yx/adbcf5954553420688ffd07906eebe58/images/large/5.jpg not downloaded yet
2026-03-26 22:49:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cj/c40fe50cd702402fadecbb2b2e31f4e3/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yx%252Fadbcf5954553420688ffd07906eebe58%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yx/adbcf5954553420688ffd07906eebe58/images/large/6.jpg not downloaded yet
2026-03-26 22:49:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b75a6190>
2026-03-26 22:49:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0f9f5dcc-c1c5-5742-9c6a-1cae9cd29d65/0f9f5dcc-c1c5-5742-9c6a-1cae9cd29d65_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:49:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bk%252F2d6685c45b7e46e3bed4e2037c0423bc%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bk/2d6685c45b7e46e3bed4e2037c0423bc/images/large/1.jpg saved to cache
2026-03-26 22:49:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 0f9f5dcc-c1c5-5742-9c6a-1cae9cd29d65
2026-03-26 22:49:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yx%252Fadbcf5954553420688ffd07906eebe58%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yx/adbcf5954553420688ffd07906eebe58/images/large/7.jpg not downloaded yet
2026-03-26 22:49:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yx%252Fadbcf5954553420688ffd07906eebe58%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yx/adbcf5954553420688ffd07906eebe58/images/large/8.jpg not downloaded yet
2026-03-26 22:49:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yx%252Fadbcf5954553420688ffd07906eebe58%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yx/adbcf5954553420688ffd07906eebe58/images/large/9.jpg not downloaded yet
2026-03-26 22:49:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74082d0>
2026-03-26 22:49:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e2bb4396-a70a-5221-884b-42a7e82f7a79/e2bb4396-a70a-5221-884b-42a7e82f7a79_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:49:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cj%252Fc40fe50cd702402fadecbb2b2e31f4e3%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cj/c40fe50cd702402fadecbb2b2e31f4e3/images/large/9.jpg saved to cache
2026-03-26 22:49:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item e2bb4396-a70a-5221-884b-42a7e82f7a79
2026-03-26 22:49:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c76850>
2026-03-26 22:49:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e2bb4396-a70a-5221-884b-42a7e82f7a79/e2bb4396-a70a-5221-884b-42a7e82f7a79_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:49:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cj%252Fc40fe50cd702402fadecbb2b2e31f4e3%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cj/c40fe50cd702402fadecbb2b2e31f4e3/images/large/8.jpg saved to cache
2026-03-26 22:49:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item e2bb4396-a70a-5221-884b-42a7e82f7a79
2026-03-26 22:49:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6da71d0>
2026-03-26 22:49:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e2bb4396-a70a-5221-884b-42a7e82f7a79/e2bb4396-a70a-5221-884b-42a7e82f7a79_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:49:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cj%252Fc40fe50cd702402fadecbb2b2e31f4e3%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cj/c40fe50cd702402fadecbb2b2e31f4e3/images/large/6.jpg saved to cache
2026-03-26 22:49:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item e2bb4396-a70a-5221-884b-42a7e82f7a79
2026-03-26 22:49:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7442290>
2026-03-26 22:49:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e2bb4396-a70a-5221-884b-42a7e82f7a79/e2bb4396-a70a-5221-884b-42a7e82f7a79_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:49:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cj%252Fc40fe50cd702402fadecbb2b2e31f4e3%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cj/c40fe50cd702402fadecbb2b2e31f4e3/images/large/10.jpg saved to cache
2026-03-26 22:49:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item e2bb4396-a70a-5221-884b-42a7e82f7a79
2026-03-26 22:49:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd3b9810>
2026-03-26 22:49:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0f9f5dcc-c1c5-5742-9c6a-1cae9cd29d65/0f9f5dcc-c1c5-5742-9c6a-1cae9cd29d65_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:49:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bk%252F2d6685c45b7e46e3bed4e2037c0423bc%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bk/2d6685c45b7e46e3bed4e2037c0423bc/images/large/2.jpg saved to cache
2026-03-26 22:49:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 0f9f5dcc-c1c5-5742-9c6a-1cae9cd29d65
2026-03-26 22:49:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7911250>
2026-03-26 22:49:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e2bb4396-a70a-5221-884b-42a7e82f7a79/e2bb4396-a70a-5221-884b-42a7e82f7a79_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:49:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cj%252Fc40fe50cd702402fadecbb2b2e31f4e3%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cj/c40fe50cd702402fadecbb2b2e31f4e3/images/large/5.jpg saved to cache
2026-03-26 22:49:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item e2bb4396-a70a-5221-884b-42a7e82f7a79
2026-03-26 22:49:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6da7fd0>
2026-03-26 22:49:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e2bb4396-a70a-5221-884b-42a7e82f7a79/e2bb4396-a70a-5221-884b-42a7e82f7a79_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:49:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cj%252Fc40fe50cd702402fadecbb2b2e31f4e3%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cj/c40fe50cd702402fadecbb2b2e31f4e3/images/large/7.jpg saved to cache
2026-03-26 22:49:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item e2bb4396-a70a-5221-884b-42a7e82f7a79
2026-03-26 22:49:10 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e2bb4396-a70a-5221-884b-42a7e82f7a79, skipping ID generation
2026-03-26 22:49:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e2bb4396-a70a-5221-884b-42a7e82f7a79 with scrape type 1
2026-03-26 22:49:10 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e2bb4396-a70a-5221-884b-42a7e82f7a79 sending to next pipeline
2026-03-26 22:49:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: e2bb4396-a70a-5221-884b-42a7e82f7a79, identifier: 1985348
2026-03-26 22:49:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: e2bb4396-a70a-5221-884b-42a7e82f7a79 with identifier: 1985348
2026-03-26 22:49:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: e2bb4396-a70a-5221-884b-42a7e82f7a79 with identifier: 1985348
2026-03-26 22:49:11 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: e2bb4396-a70a-5221-884b-42a7e82f7a79 with identifier: 1985348 to the API
2026-03-26 22:49:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:49:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:49:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2cj/c40fe50cd702402fadecbb2b2e31f4e3/images/large/7.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'e2bb4396-a70a-5221-884b-42a7e82f7a79',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'X2',
'odometer': 45610,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 15,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e2bb4396-a70a-5221-884b-42a7e82f7a79/e2bb4396-a70a-5221-884b-42a7e82f7a79_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 730261,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cj/c40fe50cd702402fadecbb2b2e31f4e3/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e2bb4396-a70a-5221-884b-42a7e82f7a79/e2bb4396-a70a-5221-884b-42a7e82f7a79_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 714212,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cj/c40fe50cd702402fadecbb2b2e31f4e3/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e2bb4396-a70a-5221-884b-42a7e82f7a79/e2bb4396-a70a-5221-884b-42a7e82f7a79_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 633340,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cj/c40fe50cd702402fadecbb2b2e31f4e3/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e2bb4396-a70a-5221-884b-42a7e82f7a79/e2bb4396-a70a-5221-884b-42a7e82f7a79_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 743332,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cj/c40fe50cd702402fadecbb2b2e31f4e3/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e2bb4396-a70a-5221-884b-42a7e82f7a79/e2bb4396-a70a-5221-884b-42a7e82f7a79_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 587077,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cj/c40fe50cd702402fadecbb2b2e31f4e3/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e2bb4396-a70a-5221-884b-42a7e82f7a79/e2bb4396-a70a-5221-884b-42a7e82f7a79_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 624235,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cj/c40fe50cd702402fadecbb2b2e31f4e3/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e2bb4396-a70a-5221-884b-42a7e82f7a79/e2bb4396-a70a-5221-884b-42a7e82f7a79_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 690689,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cj/c40fe50cd702402fadecbb2b2e31f4e3/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e2bb4396-a70a-5221-884b-42a7e82f7a79/e2bb4396-a70a-5221-884b-42a7e82f7a79_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 728262,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cj/c40fe50cd702402fadecbb2b2e31f4e3/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e2bb4396-a70a-5221-884b-42a7e82f7a79/e2bb4396-a70a-5221-884b-42a7e82f7a79_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 552033,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cj/c40fe50cd702402fadecbb2b2e31f4e3/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e2bb4396-a70a-5221-884b-42a7e82f7a79/e2bb4396-a70a-5221-884b-42a7e82f7a79_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 577431,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cj/c40fe50cd702402fadecbb2b2e31f4e3/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-18',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X2 1.5 XDRIVE25E PHEV 162KW)',
'transmission': 'automatic',
'trim': '1.5 XDRIVE25E PHEV 162KW)',
'vin': None,
'year': 2022}
2026-03-26 22:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985348%27 HTTP/1.1" 200 None
2026-03-26 22:49:11 [ayvens.be] INFO: Saving data for 1985348: {'created_time': 1774565351.440176, 'last_price_update_time': 1774565351.440185, 'auction_closing_time': 1774958400.0}
2026-03-26 22:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985348') HTTP/1.1" 204 0
2026-03-26 22:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yx%252Fadbcf5954553420688ffd07906eebe58%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yx/adbcf5954553420688ffd07906eebe58/images/large/10.jpg not downloaded yet
2026-03-26 22:49:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bk/2d6685c45b7e46e3bed4e2037c0423bc/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bk/2d6685c45b7e46e3bed4e2037c0423bc/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bk/2d6685c45b7e46e3bed4e2037c0423bc/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bk/2d6685c45b7e46e3bed4e2037c0423bc/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:11 [ayvens.be] INFO: Found listing with ID: 1985351
2026-03-26 22:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985351%27 HTTP/1.1" 200 None
2026-03-26 22:49:11 [ayvens.be] INFO: Scrape type for 1985351: 1
2026-03-26 22:49:11 [ayvens.be] INFO: Extracting data for car ID: 1985351
2026-03-26 22:49:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a8018b6c-8e7a-55a8-81ec-c9ae9c195f73 with identifier: 1985351
2026-03-26 22:49:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a8018b6c-8e7a-55a8-81ec-c9ae9c195f73 with scrape type 1
2026-03-26 22:49:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item a8018b6c-8e7a-55a8-81ec-c9ae9c195f73
2026-03-26 22:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yp%252F0cf8245e8660437db79b8093fae547e6%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yp/0cf8245e8660437db79b8093fae547e6/images/large/1.jpg not downloaded yet
2026-03-26 22:49:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bk/2d6685c45b7e46e3bed4e2037c0423bc/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bk/2d6685c45b7e46e3bed4e2037c0423bc/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yp%252F0cf8245e8660437db79b8093fae547e6%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yp/0cf8245e8660437db79b8093fae547e6/images/large/2.jpg not downloaded yet
2026-03-26 22:49:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bk/2d6685c45b7e46e3bed4e2037c0423bc/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yp%252F0cf8245e8660437db79b8093fae547e6%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yp/0cf8245e8660437db79b8093fae547e6/images/large/3.jpg not downloaded yet
2026-03-26 22:49:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bk/2d6685c45b7e46e3bed4e2037c0423bc/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yp%252F0cf8245e8660437db79b8093fae547e6%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yp/0cf8245e8660437db79b8093fae547e6/images/large/4.jpg not downloaded yet
2026-03-26 22:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yp%252F0cf8245e8660437db79b8093fae547e6%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yp/0cf8245e8660437db79b8093fae547e6/images/large/5.jpg not downloaded yet
2026-03-26 22:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yp%252F0cf8245e8660437db79b8093fae547e6%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yp/0cf8245e8660437db79b8093fae547e6/images/large/6.jpg not downloaded yet
2026-03-26 22:49:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b746f7d0>
2026-03-26 22:49:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0f9f5dcc-c1c5-5742-9c6a-1cae9cd29d65/0f9f5dcc-c1c5-5742-9c6a-1cae9cd29d65_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bk%252F2d6685c45b7e46e3bed4e2037c0423bc%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bk/2d6685c45b7e46e3bed4e2037c0423bc/images/large/3.jpg saved to cache
2026-03-26 22:49:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 0f9f5dcc-c1c5-5742-9c6a-1cae9cd29d65
2026-03-26 22:49:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cc1010>
2026-03-26 22:49:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0f9f5dcc-c1c5-5742-9c6a-1cae9cd29d65/0f9f5dcc-c1c5-5742-9c6a-1cae9cd29d65_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bk%252F2d6685c45b7e46e3bed4e2037c0423bc%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bk/2d6685c45b7e46e3bed4e2037c0423bc/images/large/5.jpg saved to cache
2026-03-26 22:49:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 0f9f5dcc-c1c5-5742-9c6a-1cae9cd29d65
2026-03-26 22:49:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7269050>
2026-03-26 22:49:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0f9f5dcc-c1c5-5742-9c6a-1cae9cd29d65/0f9f5dcc-c1c5-5742-9c6a-1cae9cd29d65_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bk%252F2d6685c45b7e46e3bed4e2037c0423bc%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bk/2d6685c45b7e46e3bed4e2037c0423bc/images/large/10.jpg saved to cache
2026-03-26 22:49:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 0f9f5dcc-c1c5-5742-9c6a-1cae9cd29d65
2026-03-26 22:49:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74bee10>
2026-03-26 22:49:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0f9f5dcc-c1c5-5742-9c6a-1cae9cd29d65/0f9f5dcc-c1c5-5742-9c6a-1cae9cd29d65_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bk%252F2d6685c45b7e46e3bed4e2037c0423bc%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bk/2d6685c45b7e46e3bed4e2037c0423bc/images/large/6.jpg saved to cache
2026-03-26 22:49:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 0f9f5dcc-c1c5-5742-9c6a-1cae9cd29d65
2026-03-26 22:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yp%252F0cf8245e8660437db79b8093fae547e6%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yp/0cf8245e8660437db79b8093fae547e6/images/large/7.jpg not downloaded yet
2026-03-26 22:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yp%252F0cf8245e8660437db79b8093fae547e6%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yp/0cf8245e8660437db79b8093fae547e6/images/large/8.jpg not downloaded yet
2026-03-26 22:49:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yx/adbcf5954553420688ffd07906eebe58/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yp%252F0cf8245e8660437db79b8093fae547e6%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yp/0cf8245e8660437db79b8093fae547e6/images/large/9.jpg not downloaded yet
2026-03-26 22:49:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b726a810>
2026-03-26 22:49:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0f9f5dcc-c1c5-5742-9c6a-1cae9cd29d65/0f9f5dcc-c1c5-5742-9c6a-1cae9cd29d65_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bk%252F2d6685c45b7e46e3bed4e2037c0423bc%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bk/2d6685c45b7e46e3bed4e2037c0423bc/images/large/4.jpg saved to cache
2026-03-26 22:49:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 0f9f5dcc-c1c5-5742-9c6a-1cae9cd29d65
2026-03-26 22:49:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79cc990>
2026-03-26 22:49:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0f9f5dcc-c1c5-5742-9c6a-1cae9cd29d65/0f9f5dcc-c1c5-5742-9c6a-1cae9cd29d65_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bk%252F2d6685c45b7e46e3bed4e2037c0423bc%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bk/2d6685c45b7e46e3bed4e2037c0423bc/images/large/7.jpg saved to cache
2026-03-26 22:49:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 0f9f5dcc-c1c5-5742-9c6a-1cae9cd29d65
2026-03-26 22:49:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c62610>
2026-03-26 22:49:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0f9f5dcc-c1c5-5742-9c6a-1cae9cd29d65/0f9f5dcc-c1c5-5742-9c6a-1cae9cd29d65_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bk%252F2d6685c45b7e46e3bed4e2037c0423bc%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bk/2d6685c45b7e46e3bed4e2037c0423bc/images/large/8.jpg saved to cache
2026-03-26 22:49:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 0f9f5dcc-c1c5-5742-9c6a-1cae9cd29d65
2026-03-26 22:49:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79820d0>
2026-03-26 22:49:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0f9f5dcc-c1c5-5742-9c6a-1cae9cd29d65/0f9f5dcc-c1c5-5742-9c6a-1cae9cd29d65_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bk%252F2d6685c45b7e46e3bed4e2037c0423bc%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bk/2d6685c45b7e46e3bed4e2037c0423bc/images/large/9.jpg saved to cache
2026-03-26 22:49:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 0f9f5dcc-c1c5-5742-9c6a-1cae9cd29d65
2026-03-26 22:49:12 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0f9f5dcc-c1c5-5742-9c6a-1cae9cd29d65, skipping ID generation
2026-03-26 22:49:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f9f5dcc-c1c5-5742-9c6a-1cae9cd29d65 with scrape type 1
2026-03-26 22:49:12 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0f9f5dcc-c1c5-5742-9c6a-1cae9cd29d65 sending to next pipeline
2026-03-26 22:49:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 0f9f5dcc-c1c5-5742-9c6a-1cae9cd29d65, identifier: 1985349
2026-03-26 22:49:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yx/adbcf5954553420688ffd07906eebe58/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 0f9f5dcc-c1c5-5742-9c6a-1cae9cd29d65 with identifier: 1985349
2026-03-26 22:49:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 0f9f5dcc-c1c5-5742-9c6a-1cae9cd29d65 with identifier: 1985349
2026-03-26 22:49:12 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 0f9f5dcc-c1c5-5742-9c6a-1cae9cd29d65 with identifier: 1985349 to the API
2026-03-26 22:49:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:49:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:49:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bk/2d6685c45b7e46e3bed4e2037c0423bc/images/large/9.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 4,
'engine': '1.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '0f9f5dcc-c1c5-5742-9c6a-1cae9cd29d65',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'A3 BERLINE',
'odometer': 122437,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 15,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0f9f5dcc-c1c5-5742-9c6a-1cae9cd29d65/0f9f5dcc-c1c5-5742-9c6a-1cae9cd29d65_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 678732,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bk/2d6685c45b7e46e3bed4e2037c0423bc/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0f9f5dcc-c1c5-5742-9c6a-1cae9cd29d65/0f9f5dcc-c1c5-5742-9c6a-1cae9cd29d65_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 666449,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bk/2d6685c45b7e46e3bed4e2037c0423bc/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0f9f5dcc-c1c5-5742-9c6a-1cae9cd29d65/0f9f5dcc-c1c5-5742-9c6a-1cae9cd29d65_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 589098,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bk/2d6685c45b7e46e3bed4e2037c0423bc/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0f9f5dcc-c1c5-5742-9c6a-1cae9cd29d65/0f9f5dcc-c1c5-5742-9c6a-1cae9cd29d65_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 679724,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bk/2d6685c45b7e46e3bed4e2037c0423bc/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0f9f5dcc-c1c5-5742-9c6a-1cae9cd29d65/0f9f5dcc-c1c5-5742-9c6a-1cae9cd29d65_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 566120,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bk/2d6685c45b7e46e3bed4e2037c0423bc/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0f9f5dcc-c1c5-5742-9c6a-1cae9cd29d65/0f9f5dcc-c1c5-5742-9c6a-1cae9cd29d65_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 521057,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bk/2d6685c45b7e46e3bed4e2037c0423bc/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0f9f5dcc-c1c5-5742-9c6a-1cae9cd29d65/0f9f5dcc-c1c5-5742-9c6a-1cae9cd29d65_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 599728,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bk/2d6685c45b7e46e3bed4e2037c0423bc/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0f9f5dcc-c1c5-5742-9c6a-1cae9cd29d65/0f9f5dcc-c1c5-5742-9c6a-1cae9cd29d65_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 701090,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bk/2d6685c45b7e46e3bed4e2037c0423bc/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0f9f5dcc-c1c5-5742-9c6a-1cae9cd29d65/0f9f5dcc-c1c5-5742-9c6a-1cae9cd29d65_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 596300,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bk/2d6685c45b7e46e3bed4e2037c0423bc/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0f9f5dcc-c1c5-5742-9c6a-1cae9cd29d65/0f9f5dcc-c1c5-5742-9c6a-1cae9cd29d65_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 493452,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bk/2d6685c45b7e46e3bed4e2037c0423bc/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-22',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A3 BERLINE 1.0 TFSI 30 81KW S LINE',
'transmission': 'manual',
'trim': '1.0 TFSI 30 81KW S LINE',
'vin': None,
'year': 2021}
2026-03-26 22:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985349%27 HTTP/1.1" 200 None
2026-03-26 22:49:12 [ayvens.be] INFO: Saving data for 1985349: {'created_time': 1774565352.71203, 'last_price_update_time': 1774565352.712041, 'auction_closing_time': 1774958400.0}
2026-03-26 22:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985349') HTTP/1.1" 204 0
2026-03-26 22:49:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yx/adbcf5954553420688ffd07906eebe58/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yx/adbcf5954553420688ffd07906eebe58/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yp%252F0cf8245e8660437db79b8093fae547e6%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yp/0cf8245e8660437db79b8093fae547e6/images/large/10.jpg not downloaded yet
2026-03-26 22:49:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yx/adbcf5954553420688ffd07906eebe58/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yx/adbcf5954553420688ffd07906eebe58/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yx/adbcf5954553420688ffd07906eebe58/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:12 [ayvens.be] INFO: Found listing with ID: 1985352
2026-03-26 22:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985352%27 HTTP/1.1" 200 None
2026-03-26 22:49:12 [ayvens.be] INFO: Scrape type for 1985352: 1
2026-03-26 22:49:12 [ayvens.be] INFO: Extracting data for car ID: 1985352
2026-03-26 22:49:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 47ce7439-f723-56a1-9135-28d7ab2700fd with identifier: 1985352
2026-03-26 22:49:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 47ce7439-f723-56a1-9135-28d7ab2700fd with scrape type 1
2026-03-26 22:49:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 47ce7439-f723-56a1-9135-28d7ab2700fd
2026-03-26 22:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F83ba81ca702748868d5429187fcd8483%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/83ba81ca702748868d5429187fcd8483/images/large/1.jpg not downloaded yet
2026-03-26 22:49:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6d732d0>
2026-03-26 22:49:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b27c98bc-616f-55c0-892b-d9a4b79cfc05/b27c98bc-616f-55c0-892b-d9a4b79cfc05_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yx%252Fadbcf5954553420688ffd07906eebe58%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yx/adbcf5954553420688ffd07906eebe58/images/large/5.jpg saved to cache
2026-03-26 22:49:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item b27c98bc-616f-55c0-892b-d9a4b79cfc05
2026-03-26 22:49:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b72798d0>
2026-03-26 22:49:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b27c98bc-616f-55c0-892b-d9a4b79cfc05/b27c98bc-616f-55c0-892b-d9a4b79cfc05_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yx%252Fadbcf5954553420688ffd07906eebe58%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yx/adbcf5954553420688ffd07906eebe58/images/large/6.jpg saved to cache
2026-03-26 22:49:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item b27c98bc-616f-55c0-892b-d9a4b79cfc05
2026-03-26 22:49:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yx/adbcf5954553420688ffd07906eebe58/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yx/adbcf5954553420688ffd07906eebe58/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F83ba81ca702748868d5429187fcd8483%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/83ba81ca702748868d5429187fcd8483/images/large/2.jpg not downloaded yet
2026-03-26 22:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F83ba81ca702748868d5429187fcd8483%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/83ba81ca702748868d5429187fcd8483/images/large/3.jpg not downloaded yet
2026-03-26 22:49:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6dc0b50>
2026-03-26 22:49:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b27c98bc-616f-55c0-892b-d9a4b79cfc05/b27c98bc-616f-55c0-892b-d9a4b79cfc05_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yx%252Fadbcf5954553420688ffd07906eebe58%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yx/adbcf5954553420688ffd07906eebe58/images/large/1.jpg saved to cache
2026-03-26 22:49:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item b27c98bc-616f-55c0-892b-d9a4b79cfc05
2026-03-26 22:49:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b788ca50>
2026-03-26 22:49:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b27c98bc-616f-55c0-892b-d9a4b79cfc05/b27c98bc-616f-55c0-892b-d9a4b79cfc05_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yx%252Fadbcf5954553420688ffd07906eebe58%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yx/adbcf5954553420688ffd07906eebe58/images/large/8.jpg saved to cache
2026-03-26 22:49:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item b27c98bc-616f-55c0-892b-d9a4b79cfc05
2026-03-26 22:49:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7771110>
2026-03-26 22:49:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b27c98bc-616f-55c0-892b-d9a4b79cfc05/b27c98bc-616f-55c0-892b-d9a4b79cfc05_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yx%252Fadbcf5954553420688ffd07906eebe58%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yx/adbcf5954553420688ffd07906eebe58/images/large/7.jpg saved to cache
2026-03-26 22:49:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item b27c98bc-616f-55c0-892b-d9a4b79cfc05
2026-03-26 22:49:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b788f410>
2026-03-26 22:49:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b27c98bc-616f-55c0-892b-d9a4b79cfc05/b27c98bc-616f-55c0-892b-d9a4b79cfc05_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yx%252Fadbcf5954553420688ffd07906eebe58%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yx/adbcf5954553420688ffd07906eebe58/images/large/4.jpg saved to cache
2026-03-26 22:49:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item b27c98bc-616f-55c0-892b-d9a4b79cfc05
2026-03-26 22:49:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7648250>
2026-03-26 22:49:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b27c98bc-616f-55c0-892b-d9a4b79cfc05/b27c98bc-616f-55c0-892b-d9a4b79cfc05_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yx%252Fadbcf5954553420688ffd07906eebe58%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yx/adbcf5954553420688ffd07906eebe58/images/large/3.jpg saved to cache
2026-03-26 22:49:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item b27c98bc-616f-55c0-892b-d9a4b79cfc05
2026-03-26 22:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F83ba81ca702748868d5429187fcd8483%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/83ba81ca702748868d5429187fcd8483/images/large/4.jpg not downloaded yet
2026-03-26 22:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F83ba81ca702748868d5429187fcd8483%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/83ba81ca702748868d5429187fcd8483/images/large/5.jpg not downloaded yet
2026-03-26 22:49:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yx/adbcf5954553420688ffd07906eebe58/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7982f90>
2026-03-26 22:49:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b27c98bc-616f-55c0-892b-d9a4b79cfc05/b27c98bc-616f-55c0-892b-d9a4b79cfc05_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yx%252Fadbcf5954553420688ffd07906eebe58%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yx/adbcf5954553420688ffd07906eebe58/images/large/2.jpg saved to cache
2026-03-26 22:49:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item b27c98bc-616f-55c0-892b-d9a4b79cfc05
2026-03-26 22:49:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76c7c10>
2026-03-26 22:49:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b27c98bc-616f-55c0-892b-d9a4b79cfc05/b27c98bc-616f-55c0-892b-d9a4b79cfc05_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yx%252Fadbcf5954553420688ffd07906eebe58%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yx/adbcf5954553420688ffd07906eebe58/images/large/10.jpg saved to cache
2026-03-26 22:49:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item b27c98bc-616f-55c0-892b-d9a4b79cfc05
2026-03-26 22:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F83ba81ca702748868d5429187fcd8483%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/83ba81ca702748868d5429187fcd8483/images/large/6.jpg not downloaded yet
2026-03-26 22:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F83ba81ca702748868d5429187fcd8483%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/83ba81ca702748868d5429187fcd8483/images/large/7.jpg not downloaded yet
2026-03-26 22:49:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yp/0cf8245e8660437db79b8093fae547e6/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F83ba81ca702748868d5429187fcd8483%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/83ba81ca702748868d5429187fcd8483/images/large/8.jpg not downloaded yet
2026-03-26 22:49:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e36750>
2026-03-26 22:49:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b27c98bc-616f-55c0-892b-d9a4b79cfc05/b27c98bc-616f-55c0-892b-d9a4b79cfc05_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yx%252Fadbcf5954553420688ffd07906eebe58%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yx/adbcf5954553420688ffd07906eebe58/images/large/9.jpg saved to cache
2026-03-26 22:49:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item b27c98bc-616f-55c0-892b-d9a4b79cfc05
2026-03-26 22:49:13 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b27c98bc-616f-55c0-892b-d9a4b79cfc05, skipping ID generation
2026-03-26 22:49:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b27c98bc-616f-55c0-892b-d9a4b79cfc05 with scrape type 1
2026-03-26 22:49:13 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b27c98bc-616f-55c0-892b-d9a4b79cfc05 sending to next pipeline
2026-03-26 22:49:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: b27c98bc-616f-55c0-892b-d9a4b79cfc05, identifier: 1985350
2026-03-26 22:49:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yp/0cf8245e8660437db79b8093fae547e6/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yp/0cf8245e8660437db79b8093fae547e6/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yp/0cf8245e8660437db79b8093fae547e6/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: b27c98bc-616f-55c0-892b-d9a4b79cfc05 with identifier: 1985350
2026-03-26 22:49:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: b27c98bc-616f-55c0-892b-d9a4b79cfc05 with identifier: 1985350
2026-03-26 22:49:13 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: b27c98bc-616f-55c0-892b-d9a4b79cfc05 with identifier: 1985350 to the API
2026-03-26 22:49:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:49:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:49:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/1yx/adbcf5954553420688ffd07906eebe58/images/large/9.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'electric',
'id': 'b27c98bc-616f-55c0-892b-d9a4b79cfc05',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'POLESTAR',
'model': 'POLESTAR 2',
'odometer': 147043,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 14,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b27c98bc-616f-55c0-892b-d9a4b79cfc05/b27c98bc-616f-55c0-892b-d9a4b79cfc05_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 447375,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yx/adbcf5954553420688ffd07906eebe58/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b27c98bc-616f-55c0-892b-d9a4b79cfc05/b27c98bc-616f-55c0-892b-d9a4b79cfc05_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 641120,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yx/adbcf5954553420688ffd07906eebe58/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b27c98bc-616f-55c0-892b-d9a4b79cfc05/b27c98bc-616f-55c0-892b-d9a4b79cfc05_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 578324,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yx/adbcf5954553420688ffd07906eebe58/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b27c98bc-616f-55c0-892b-d9a4b79cfc05/b27c98bc-616f-55c0-892b-d9a4b79cfc05_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 532857,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yx/adbcf5954553420688ffd07906eebe58/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b27c98bc-616f-55c0-892b-d9a4b79cfc05/b27c98bc-616f-55c0-892b-d9a4b79cfc05_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 337512,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yx/adbcf5954553420688ffd07906eebe58/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b27c98bc-616f-55c0-892b-d9a4b79cfc05/b27c98bc-616f-55c0-892b-d9a4b79cfc05_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 306872,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yx/adbcf5954553420688ffd07906eebe58/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b27c98bc-616f-55c0-892b-d9a4b79cfc05/b27c98bc-616f-55c0-892b-d9a4b79cfc05_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 560472,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yx/adbcf5954553420688ffd07906eebe58/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b27c98bc-616f-55c0-892b-d9a4b79cfc05/b27c98bc-616f-55c0-892b-d9a4b79cfc05_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 362820,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yx/adbcf5954553420688ffd07906eebe58/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b27c98bc-616f-55c0-892b-d9a4b79cfc05/b27c98bc-616f-55c0-892b-d9a4b79cfc05_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 374553,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yx/adbcf5954553420688ffd07906eebe58/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b27c98bc-616f-55c0-892b-d9a4b79cfc05/b27c98bc-616f-55c0-892b-d9a4b79cfc05_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 254777,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yx/adbcf5954553420688ffd07906eebe58/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-19',
'seats_number': 5,
'seller_name': None,
'title': 'POLESTAR POLESTAR 2 78 kWh Dual Motor Launch',
'transmission': 'automatic',
'trim': '78 kWh Dual Motor Launch',
'vin': None,
'year': 2021}
2026-03-26 22:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985350%27 HTTP/1.1" 200 None
2026-03-26 22:49:14 [ayvens.be] INFO: Saving data for 1985350: {'created_time': 1774565354.159675, 'last_price_update_time': 1774565354.159687, 'auction_closing_time': 1774958400.0}
2026-03-26 22:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985350') HTTP/1.1" 204 0
2026-03-26 22:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F83ba81ca702748868d5429187fcd8483%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/83ba81ca702748868d5429187fcd8483/images/large/9.jpg not downloaded yet
2026-03-26 22:49:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yp/0cf8245e8660437db79b8093fae547e6/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yp/0cf8245e8660437db79b8093fae547e6/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yp/0cf8245e8660437db79b8093fae547e6/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F83ba81ca702748868d5429187fcd8483%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/83ba81ca702748868d5429187fcd8483/images/large/10.jpg not downloaded yet
2026-03-26 22:49:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7488a50>
2026-03-26 22:49:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a8018b6c-8e7a-55a8-81ec-c9ae9c195f73/a8018b6c-8e7a-55a8-81ec-c9ae9c195f73_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yp%252F0cf8245e8660437db79b8093fae547e6%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yp/0cf8245e8660437db79b8093fae547e6/images/large/2.jpg saved to cache
2026-03-26 22:49:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item a8018b6c-8e7a-55a8-81ec-c9ae9c195f73
2026-03-26 22:49:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74cfd90>
2026-03-26 22:49:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a8018b6c-8e7a-55a8-81ec-c9ae9c195f73/a8018b6c-8e7a-55a8-81ec-c9ae9c195f73_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yp%252F0cf8245e8660437db79b8093fae547e6%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yp/0cf8245e8660437db79b8093fae547e6/images/large/3.jpg saved to cache
2026-03-26 22:49:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item a8018b6c-8e7a-55a8-81ec-c9ae9c195f73
2026-03-26 22:49:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cc1a50>
2026-03-26 22:49:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a8018b6c-8e7a-55a8-81ec-c9ae9c195f73/a8018b6c-8e7a-55a8-81ec-c9ae9c195f73_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yp%252F0cf8245e8660437db79b8093fae547e6%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yp/0cf8245e8660437db79b8093fae547e6/images/large/4.jpg saved to cache
2026-03-26 22:49:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item a8018b6c-8e7a-55a8-81ec-c9ae9c195f73
2026-03-26 22:49:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79269d0>
2026-03-26 22:49:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a8018b6c-8e7a-55a8-81ec-c9ae9c195f73/a8018b6c-8e7a-55a8-81ec-c9ae9c195f73_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yp%252F0cf8245e8660437db79b8093fae547e6%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yp/0cf8245e8660437db79b8093fae547e6/images/large/1.jpg saved to cache
2026-03-26 22:49:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item a8018b6c-8e7a-55a8-81ec-c9ae9c195f73
2026-03-26 22:49:14 [ayvens.be] INFO: Found listing with ID: 1985353
2026-03-26 22:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985353%27 HTTP/1.1" 200 None
2026-03-26 22:49:14 [ayvens.be] INFO: Scrape type for 1985353: 1
2026-03-26 22:49:14 [ayvens.be] INFO: Extracting data for car ID: 1985353
2026-03-26 22:49:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 86223df2-a655-5ba1-8ef4-a3eea7e1c134 with identifier: 1985353
2026-03-26 22:49:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 86223df2-a655-5ba1-8ef4-a3eea7e1c134 with scrape type 1
2026-03-26 22:49:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 86223df2-a655-5ba1-8ef4-a3eea7e1c134
2026-03-26 22:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cs%252F852595d6f06348b59c0e502071d6719f%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cs/852595d6f06348b59c0e502071d6719f/images/large/1.jpg not downloaded yet
2026-03-26 22:49:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b78c1150>
2026-03-26 22:49:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a8018b6c-8e7a-55a8-81ec-c9ae9c195f73/a8018b6c-8e7a-55a8-81ec-c9ae9c195f73_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yp%252F0cf8245e8660437db79b8093fae547e6%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yp/0cf8245e8660437db79b8093fae547e6/images/large/6.jpg saved to cache
2026-03-26 22:49:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item a8018b6c-8e7a-55a8-81ec-c9ae9c195f73
2026-03-26 22:49:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7584bd0>
2026-03-26 22:49:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a8018b6c-8e7a-55a8-81ec-c9ae9c195f73/a8018b6c-8e7a-55a8-81ec-c9ae9c195f73_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yp%252F0cf8245e8660437db79b8093fae547e6%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yp/0cf8245e8660437db79b8093fae547e6/images/large/8.jpg saved to cache
2026-03-26 22:49:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item a8018b6c-8e7a-55a8-81ec-c9ae9c195f73
2026-03-26 22:49:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e45750>
2026-03-26 22:49:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a8018b6c-8e7a-55a8-81ec-c9ae9c195f73/a8018b6c-8e7a-55a8-81ec-c9ae9c195f73_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yp%252F0cf8245e8660437db79b8093fae547e6%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yp/0cf8245e8660437db79b8093fae547e6/images/large/5.jpg saved to cache
2026-03-26 22:49:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item a8018b6c-8e7a-55a8-81ec-c9ae9c195f73
2026-03-26 22:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cs%252F852595d6f06348b59c0e502071d6719f%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cs/852595d6f06348b59c0e502071d6719f/images/large/2.jpg not downloaded yet
2026-03-26 22:49:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/83ba81ca702748868d5429187fcd8483/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/83ba81ca702748868d5429187fcd8483/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cs%252F852595d6f06348b59c0e502071d6719f%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cs/852595d6f06348b59c0e502071d6719f/images/large/3.jpg not downloaded yet
2026-03-26 22:49:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yp/0cf8245e8660437db79b8093fae547e6/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yp/0cf8245e8660437db79b8093fae547e6/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cs%252F852595d6f06348b59c0e502071d6719f%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cs/852595d6f06348b59c0e502071d6719f/images/large/4.jpg not downloaded yet
2026-03-26 22:49:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/83ba81ca702748868d5429187fcd8483/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/83ba81ca702748868d5429187fcd8483/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/83ba81ca702748868d5429187fcd8483/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cs%252F852595d6f06348b59c0e502071d6719f%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cs/852595d6f06348b59c0e502071d6719f/images/large/5.jpg not downloaded yet
2026-03-26 22:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cs%252F852595d6f06348b59c0e502071d6719f%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cs/852595d6f06348b59c0e502071d6719f/images/large/6.jpg not downloaded yet
2026-03-26 22:49:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yp/0cf8245e8660437db79b8093fae547e6/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cs%252F852595d6f06348b59c0e502071d6719f%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cs/852595d6f06348b59c0e502071d6719f/images/large/7.jpg not downloaded yet
2026-03-26 22:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cs%252F852595d6f06348b59c0e502071d6719f%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cs/852595d6f06348b59c0e502071d6719f/images/large/8.jpg not downloaded yet
2026-03-26 22:49:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/83ba81ca702748868d5429187fcd8483/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cs%252F852595d6f06348b59c0e502071d6719f%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cs/852595d6f06348b59c0e502071d6719f/images/large/9.jpg not downloaded yet
2026-03-26 22:49:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7584cd0>
2026-03-26 22:49:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_47ce7439-f723-56a1-9135-28d7ab2700fd/47ce7439-f723-56a1-9135-28d7ab2700fd_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F83ba81ca702748868d5429187fcd8483%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/83ba81ca702748868d5429187fcd8483/images/large/1.jpg saved to cache
2026-03-26 22:49:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 47ce7439-f723-56a1-9135-28d7ab2700fd
2026-03-26 22:49:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76eff50>
2026-03-26 22:49:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_47ce7439-f723-56a1-9135-28d7ab2700fd/47ce7439-f723-56a1-9135-28d7ab2700fd_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F83ba81ca702748868d5429187fcd8483%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/83ba81ca702748868d5429187fcd8483/images/large/2.jpg saved to cache
2026-03-26 22:49:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 47ce7439-f723-56a1-9135-28d7ab2700fd
2026-03-26 22:49:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/83ba81ca702748868d5429187fcd8483/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cs%252F852595d6f06348b59c0e502071d6719f%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cs/852595d6f06348b59c0e502071d6719f/images/large/10.jpg not downloaded yet
2026-03-26 22:49:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/83ba81ca702748868d5429187fcd8483/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c94c90>
2026-03-26 22:49:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a8018b6c-8e7a-55a8-81ec-c9ae9c195f73/a8018b6c-8e7a-55a8-81ec-c9ae9c195f73_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yp%252F0cf8245e8660437db79b8093fae547e6%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yp/0cf8245e8660437db79b8093fae547e6/images/large/9.jpg saved to cache
2026-03-26 22:49:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item a8018b6c-8e7a-55a8-81ec-c9ae9c195f73
2026-03-26 22:49:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b776a950>
2026-03-26 22:49:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a8018b6c-8e7a-55a8-81ec-c9ae9c195f73/a8018b6c-8e7a-55a8-81ec-c9ae9c195f73_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yp%252F0cf8245e8660437db79b8093fae547e6%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yp/0cf8245e8660437db79b8093fae547e6/images/large/7.jpg saved to cache
2026-03-26 22:49:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item a8018b6c-8e7a-55a8-81ec-c9ae9c195f73
2026-03-26 22:49:15 [ayvens.be] INFO: Found listing with ID: 1985354
2026-03-26 22:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985354%27 HTTP/1.1" 200 None
2026-03-26 22:49:15 [ayvens.be] INFO: Scrape type for 1985354: 1
2026-03-26 22:49:15 [ayvens.be] INFO: Extracting data for car ID: 1985354
2026-03-26 22:49:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4727e590-88f7-5f61-9f1d-0bc6c9ad3a8d with identifier: 1985354
2026-03-26 22:49:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4727e590-88f7-5f61-9f1d-0bc6c9ad3a8d with scrape type 1
2026-03-26 22:49:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 4727e590-88f7-5f61-9f1d-0bc6c9ad3a8d
2026-03-26 22:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F3fa4b496af0d475e8d7d4423dc4f534f%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/3fa4b496af0d475e8d7d4423dc4f534f/images/large/1.jpg not downloaded yet
2026-03-26 22:49:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/83ba81ca702748868d5429187fcd8483/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F3fa4b496af0d475e8d7d4423dc4f534f%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/3fa4b496af0d475e8d7d4423dc4f534f/images/large/2.jpg not downloaded yet
2026-03-26 22:49:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6d739d0>
2026-03-26 22:49:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_47ce7439-f723-56a1-9135-28d7ab2700fd/47ce7439-f723-56a1-9135-28d7ab2700fd_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F83ba81ca702748868d5429187fcd8483%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/83ba81ca702748868d5429187fcd8483/images/large/3.jpg saved to cache
2026-03-26 22:49:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 47ce7439-f723-56a1-9135-28d7ab2700fd
2026-03-26 22:49:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7ccf4d0>
2026-03-26 22:49:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_47ce7439-f723-56a1-9135-28d7ab2700fd/47ce7439-f723-56a1-9135-28d7ab2700fd_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F83ba81ca702748868d5429187fcd8483%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/83ba81ca702748868d5429187fcd8483/images/large/4.jpg saved to cache
2026-03-26 22:49:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 47ce7439-f723-56a1-9135-28d7ab2700fd
2026-03-26 22:49:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6dc2dd0>
2026-03-26 22:49:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_47ce7439-f723-56a1-9135-28d7ab2700fd/47ce7439-f723-56a1-9135-28d7ab2700fd_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F83ba81ca702748868d5429187fcd8483%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/83ba81ca702748868d5429187fcd8483/images/large/5.jpg saved to cache
2026-03-26 22:49:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 47ce7439-f723-56a1-9135-28d7ab2700fd
2026-03-26 22:49:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76c6090>
2026-03-26 22:49:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a8018b6c-8e7a-55a8-81ec-c9ae9c195f73/a8018b6c-8e7a-55a8-81ec-c9ae9c195f73_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yp%252F0cf8245e8660437db79b8093fae547e6%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yp/0cf8245e8660437db79b8093fae547e6/images/large/10.jpg saved to cache
2026-03-26 22:49:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item a8018b6c-8e7a-55a8-81ec-c9ae9c195f73
2026-03-26 22:49:15 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a8018b6c-8e7a-55a8-81ec-c9ae9c195f73, skipping ID generation
2026-03-26 22:49:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a8018b6c-8e7a-55a8-81ec-c9ae9c195f73 with scrape type 1
2026-03-26 22:49:15 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a8018b6c-8e7a-55a8-81ec-c9ae9c195f73 sending to next pipeline
2026-03-26 22:49:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: a8018b6c-8e7a-55a8-81ec-c9ae9c195f73, identifier: 1985351
2026-03-26 22:49:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6ddb590>
2026-03-26 22:49:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_47ce7439-f723-56a1-9135-28d7ab2700fd/47ce7439-f723-56a1-9135-28d7ab2700fd_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F83ba81ca702748868d5429187fcd8483%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/83ba81ca702748868d5429187fcd8483/images/large/7.jpg saved to cache
2026-03-26 22:49:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 47ce7439-f723-56a1-9135-28d7ab2700fd
2026-03-26 22:49:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c5fd90>
2026-03-26 22:49:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_47ce7439-f723-56a1-9135-28d7ab2700fd/47ce7439-f723-56a1-9135-28d7ab2700fd_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F83ba81ca702748868d5429187fcd8483%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/83ba81ca702748868d5429187fcd8483/images/large/9.jpg saved to cache
2026-03-26 22:49:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 47ce7439-f723-56a1-9135-28d7ab2700fd
2026-03-26 22:49:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76a60d0>
2026-03-26 22:49:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_47ce7439-f723-56a1-9135-28d7ab2700fd/47ce7439-f723-56a1-9135-28d7ab2700fd_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F83ba81ca702748868d5429187fcd8483%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/83ba81ca702748868d5429187fcd8483/images/large/6.jpg saved to cache
2026-03-26 22:49:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 47ce7439-f723-56a1-9135-28d7ab2700fd
2026-03-26 22:49:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/83ba81ca702748868d5429187fcd8483/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: a8018b6c-8e7a-55a8-81ec-c9ae9c195f73 with identifier: 1985351
2026-03-26 22:49:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: a8018b6c-8e7a-55a8-81ec-c9ae9c195f73 with identifier: 1985351
2026-03-26 22:49:16 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: a8018b6c-8e7a-55a8-81ec-c9ae9c195f73 with identifier: 1985351 to the API
2026-03-26 22:49:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:49:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:49:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/1yp/0cf8245e8660437db79b8093fae547e6/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'electric',
'id': 'a8018b6c-8e7a-55a8-81ec-c9ae9c195f73',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'E-TRON',
'odometer': 116535,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 23,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8018b6c-8e7a-55a8-81ec-c9ae9c195f73/a8018b6c-8e7a-55a8-81ec-c9ae9c195f73_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 754552,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yp/0cf8245e8660437db79b8093fae547e6/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8018b6c-8e7a-55a8-81ec-c9ae9c195f73/a8018b6c-8e7a-55a8-81ec-c9ae9c195f73_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 776581,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yp/0cf8245e8660437db79b8093fae547e6/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8018b6c-8e7a-55a8-81ec-c9ae9c195f73/a8018b6c-8e7a-55a8-81ec-c9ae9c195f73_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 818149,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yp/0cf8245e8660437db79b8093fae547e6/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8018b6c-8e7a-55a8-81ec-c9ae9c195f73/a8018b6c-8e7a-55a8-81ec-c9ae9c195f73_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 826593,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yp/0cf8245e8660437db79b8093fae547e6/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8018b6c-8e7a-55a8-81ec-c9ae9c195f73/a8018b6c-8e7a-55a8-81ec-c9ae9c195f73_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 798279,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yp/0cf8245e8660437db79b8093fae547e6/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8018b6c-8e7a-55a8-81ec-c9ae9c195f73/a8018b6c-8e7a-55a8-81ec-c9ae9c195f73_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 746227,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yp/0cf8245e8660437db79b8093fae547e6/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8018b6c-8e7a-55a8-81ec-c9ae9c195f73/a8018b6c-8e7a-55a8-81ec-c9ae9c195f73_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 606653,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yp/0cf8245e8660437db79b8093fae547e6/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8018b6c-8e7a-55a8-81ec-c9ae9c195f73/a8018b6c-8e7a-55a8-81ec-c9ae9c195f73_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 785609,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yp/0cf8245e8660437db79b8093fae547e6/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8018b6c-8e7a-55a8-81ec-c9ae9c195f73/a8018b6c-8e7a-55a8-81ec-c9ae9c195f73_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 693999,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yp/0cf8245e8660437db79b8093fae547e6/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8018b6c-8e7a-55a8-81ec-c9ae9c195f73/a8018b6c-8e7a-55a8-81ec-c9ae9c195f73_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 739028,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yp/0cf8245e8660437db79b8093fae547e6/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-30',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI E-TRON 95 kWh 55 Quattro Advanced',
'transmission': 'automatic',
'trim': '95 kWh 55 Quattro Advanced',
'vin': None,
'year': 2020}
2026-03-26 22:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985351%27 HTTP/1.1" 200 None
2026-03-26 22:49:16 [ayvens.be] INFO: Saving data for 1985351: {'created_time': 1774565356.662767, 'last_price_update_time': 1774565356.662778, 'auction_closing_time': 1774958400.0}
2026-03-26 22:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985351') HTTP/1.1" 204 0
2026-03-26 22:49:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cs/852595d6f06348b59c0e502071d6719f/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F3fa4b496af0d475e8d7d4423dc4f534f%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/3fa4b496af0d475e8d7d4423dc4f534f/images/large/3.jpg not downloaded yet
2026-03-26 22:49:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cs/852595d6f06348b59c0e502071d6719f/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cs/852595d6f06348b59c0e502071d6719f/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F3fa4b496af0d475e8d7d4423dc4f534f%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/3fa4b496af0d475e8d7d4423dc4f534f/images/large/4.jpg not downloaded yet
2026-03-26 22:49:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7745710>
2026-03-26 22:49:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_47ce7439-f723-56a1-9135-28d7ab2700fd/47ce7439-f723-56a1-9135-28d7ab2700fd_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F83ba81ca702748868d5429187fcd8483%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/83ba81ca702748868d5429187fcd8483/images/large/10.jpg saved to cache
2026-03-26 22:49:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 47ce7439-f723-56a1-9135-28d7ab2700fd
2026-03-26 22:49:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79ccc50>
2026-03-26 22:49:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_47ce7439-f723-56a1-9135-28d7ab2700fd/47ce7439-f723-56a1-9135-28d7ab2700fd_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F83ba81ca702748868d5429187fcd8483%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/83ba81ca702748868d5429187fcd8483/images/large/8.jpg saved to cache
2026-03-26 22:49:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 47ce7439-f723-56a1-9135-28d7ab2700fd
2026-03-26 22:49:16 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 47ce7439-f723-56a1-9135-28d7ab2700fd, skipping ID generation
2026-03-26 22:49:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 47ce7439-f723-56a1-9135-28d7ab2700fd with scrape type 1
2026-03-26 22:49:16 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 47ce7439-f723-56a1-9135-28d7ab2700fd sending to next pipeline
2026-03-26 22:49:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 47ce7439-f723-56a1-9135-28d7ab2700fd, identifier: 1985352
2026-03-26 22:49:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cs/852595d6f06348b59c0e502071d6719f/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F3fa4b496af0d475e8d7d4423dc4f534f%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/3fa4b496af0d475e8d7d4423dc4f534f/images/large/5.jpg not downloaded yet
2026-03-26 22:49:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 47ce7439-f723-56a1-9135-28d7ab2700fd with identifier: 1985352
2026-03-26 22:49:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 47ce7439-f723-56a1-9135-28d7ab2700fd with identifier: 1985352
2026-03-26 22:49:17 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 47ce7439-f723-56a1-9135-28d7ab2700fd with identifier: 1985352 to the API
2026-03-26 22:49:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:49:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:49:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bm/83ba81ca702748868d5429187fcd8483/images/large/8.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '47ce7439-f723-56a1-9135-28d7ab2700fd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '5 SERIES BERLINE',
'odometer': 59999,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 16,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_47ce7439-f723-56a1-9135-28d7ab2700fd/47ce7439-f723-56a1-9135-28d7ab2700fd_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 281573,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/83ba81ca702748868d5429187fcd8483/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_47ce7439-f723-56a1-9135-28d7ab2700fd/47ce7439-f723-56a1-9135-28d7ab2700fd_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 278456,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/83ba81ca702748868d5429187fcd8483/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_47ce7439-f723-56a1-9135-28d7ab2700fd/47ce7439-f723-56a1-9135-28d7ab2700fd_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 298400,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/83ba81ca702748868d5429187fcd8483/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_47ce7439-f723-56a1-9135-28d7ab2700fd/47ce7439-f723-56a1-9135-28d7ab2700fd_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 276855,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/83ba81ca702748868d5429187fcd8483/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_47ce7439-f723-56a1-9135-28d7ab2700fd/47ce7439-f723-56a1-9135-28d7ab2700fd_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 293300,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/83ba81ca702748868d5429187fcd8483/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_47ce7439-f723-56a1-9135-28d7ab2700fd/47ce7439-f723-56a1-9135-28d7ab2700fd_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 274800,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/83ba81ca702748868d5429187fcd8483/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_47ce7439-f723-56a1-9135-28d7ab2700fd/47ce7439-f723-56a1-9135-28d7ab2700fd_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 288239,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/83ba81ca702748868d5429187fcd8483/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_47ce7439-f723-56a1-9135-28d7ab2700fd/47ce7439-f723-56a1-9135-28d7ab2700fd_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 367609,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/83ba81ca702748868d5429187fcd8483/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_47ce7439-f723-56a1-9135-28d7ab2700fd/47ce7439-f723-56a1-9135-28d7ab2700fd_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 272471,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/83ba81ca702748868d5429187fcd8483/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_47ce7439-f723-56a1-9135-28d7ab2700fd/47ce7439-f723-56a1-9135-28d7ab2700fd_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 428011,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/83ba81ca702748868d5429187fcd8483/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-13',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 5 SERIES BERLINE 2.0 530E 185KW AUTO',
'transmission': 'automatic',
'trim': '2.0 530E 185KW AUTO',
'vin': None,
'year': 2022}
2026-03-26 22:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985352%27 HTTP/1.1" 200 None
2026-03-26 22:49:17 [ayvens.be] INFO: Saving data for 1985352: {'created_time': 1774565357.333348, 'last_price_update_time': 1774565357.333361, 'auction_closing_time': 1774958400.0}
2026-03-26 22:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985352') HTTP/1.1" 204 0
2026-03-26 22:49:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cs/852595d6f06348b59c0e502071d6719f/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cs/852595d6f06348b59c0e502071d6719f/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cs/852595d6f06348b59c0e502071d6719f/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F3fa4b496af0d475e8d7d4423dc4f534f%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/3fa4b496af0d475e8d7d4423dc4f534f/images/large/6.jpg not downloaded yet
2026-03-26 22:49:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7745410>
2026-03-26 22:49:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_86223df2-a655-5ba1-8ef4-a3eea7e1c134/86223df2-a655-5ba1-8ef4-a3eea7e1c134_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cs%252F852595d6f06348b59c0e502071d6719f%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cs/852595d6f06348b59c0e502071d6719f/images/large/2.jpg saved to cache
2026-03-26 22:49:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 86223df2-a655-5ba1-8ef4-a3eea7e1c134
2026-03-26 22:49:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7492450>
2026-03-26 22:49:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_86223df2-a655-5ba1-8ef4-a3eea7e1c134/86223df2-a655-5ba1-8ef4-a3eea7e1c134_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cs%252F852595d6f06348b59c0e502071d6719f%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cs/852595d6f06348b59c0e502071d6719f/images/large/1.jpg saved to cache
2026-03-26 22:49:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 86223df2-a655-5ba1-8ef4-a3eea7e1c134
2026-03-26 22:49:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7a81e50>
2026-03-26 22:49:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_86223df2-a655-5ba1-8ef4-a3eea7e1c134/86223df2-a655-5ba1-8ef4-a3eea7e1c134_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cs%252F852595d6f06348b59c0e502071d6719f%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cs/852595d6f06348b59c0e502071d6719f/images/large/3.jpg saved to cache
2026-03-26 22:49:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 86223df2-a655-5ba1-8ef4-a3eea7e1c134
2026-03-26 22:49:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7424850>
2026-03-26 22:49:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_86223df2-a655-5ba1-8ef4-a3eea7e1c134/86223df2-a655-5ba1-8ef4-a3eea7e1c134_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cs%252F852595d6f06348b59c0e502071d6719f%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cs/852595d6f06348b59c0e502071d6719f/images/large/6.jpg saved to cache
2026-03-26 22:49:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 86223df2-a655-5ba1-8ef4-a3eea7e1c134
2026-03-26 22:49:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cs/852595d6f06348b59c0e502071d6719f/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F3fa4b496af0d475e8d7d4423dc4f534f%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/3fa4b496af0d475e8d7d4423dc4f534f/images/large/7.jpg not downloaded yet
2026-03-26 22:49:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7aeb3d0>
2026-03-26 22:49:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_86223df2-a655-5ba1-8ef4-a3eea7e1c134/86223df2-a655-5ba1-8ef4-a3eea7e1c134_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cs%252F852595d6f06348b59c0e502071d6719f%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cs/852595d6f06348b59c0e502071d6719f/images/large/4.jpg saved to cache
2026-03-26 22:49:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 86223df2-a655-5ba1-8ef4-a3eea7e1c134
2026-03-26 22:49:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77bdad0>
2026-03-26 22:49:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_86223df2-a655-5ba1-8ef4-a3eea7e1c134/86223df2-a655-5ba1-8ef4-a3eea7e1c134_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cs%252F852595d6f06348b59c0e502071d6719f%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cs/852595d6f06348b59c0e502071d6719f/images/large/5.jpg saved to cache
2026-03-26 22:49:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 86223df2-a655-5ba1-8ef4-a3eea7e1c134
2026-03-26 22:49:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7b99810>
2026-03-26 22:49:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_86223df2-a655-5ba1-8ef4-a3eea7e1c134/86223df2-a655-5ba1-8ef4-a3eea7e1c134_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cs%252F852595d6f06348b59c0e502071d6719f%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cs/852595d6f06348b59c0e502071d6719f/images/large/7.jpg saved to cache
2026-03-26 22:49:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 86223df2-a655-5ba1-8ef4-a3eea7e1c134
2026-03-26 22:49:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cs/852595d6f06348b59c0e502071d6719f/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cs/852595d6f06348b59c0e502071d6719f/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F3fa4b496af0d475e8d7d4423dc4f534f%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/3fa4b496af0d475e8d7d4423dc4f534f/images/large/8.jpg not downloaded yet
2026-03-26 22:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F3fa4b496af0d475e8d7d4423dc4f534f%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/3fa4b496af0d475e8d7d4423dc4f534f/images/large/9.jpg not downloaded yet
2026-03-26 22:49:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7b98250>
2026-03-26 22:49:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_86223df2-a655-5ba1-8ef4-a3eea7e1c134/86223df2-a655-5ba1-8ef4-a3eea7e1c134_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cs%252F852595d6f06348b59c0e502071d6719f%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cs/852595d6f06348b59c0e502071d6719f/images/large/10.jpg saved to cache
2026-03-26 22:49:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 86223df2-a655-5ba1-8ef4-a3eea7e1c134
2026-03-26 22:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F3fa4b496af0d475e8d7d4423dc4f534f%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/3fa4b496af0d475e8d7d4423dc4f534f/images/large/10.jpg not downloaded yet
2026-03-26 22:49:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/3fa4b496af0d475e8d7d4423dc4f534f/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:18 [ayvens.be] INFO: Found listing with ID: 1985355
2026-03-26 22:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985355%27 HTTP/1.1" 200 None
2026-03-26 22:49:18 [ayvens.be] INFO: Scrape type for 1985355: 1
2026-03-26 22:49:18 [ayvens.be] INFO: Extracting data for car ID: 1985355
2026-03-26 22:49:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: df095015-0ccb-5f99-b189-ce5e41de1ee3 with identifier: 1985355
2026-03-26 22:49:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item df095015-0ccb-5f99-b189-ce5e41de1ee3 with scrape type 1
2026-03-26 22:49:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item df095015-0ccb-5f99-b189-ce5e41de1ee3
2026-03-26 22:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F48f49582962345ccbafaf81952a42dbf%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/48f49582962345ccbafaf81952a42dbf/images/large/1.jpg not downloaded yet
2026-03-26 22:49:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/3fa4b496af0d475e8d7d4423dc4f534f/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/3fa4b496af0d475e8d7d4423dc4f534f/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/3fa4b496af0d475e8d7d4423dc4f534f/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F48f49582962345ccbafaf81952a42dbf%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/48f49582962345ccbafaf81952a42dbf/images/large/2.jpg not downloaded yet
2026-03-26 22:49:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7745c90>
2026-03-26 22:49:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_86223df2-a655-5ba1-8ef4-a3eea7e1c134/86223df2-a655-5ba1-8ef4-a3eea7e1c134_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cs%252F852595d6f06348b59c0e502071d6719f%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cs/852595d6f06348b59c0e502071d6719f/images/large/8.jpg saved to cache
2026-03-26 22:49:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 86223df2-a655-5ba1-8ef4-a3eea7e1c134
2026-03-26 22:49:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74ce6d0>
2026-03-26 22:49:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_86223df2-a655-5ba1-8ef4-a3eea7e1c134/86223df2-a655-5ba1-8ef4-a3eea7e1c134_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cs%252F852595d6f06348b59c0e502071d6719f%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cs/852595d6f06348b59c0e502071d6719f/images/large/9.jpg saved to cache
2026-03-26 22:49:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 86223df2-a655-5ba1-8ef4-a3eea7e1c134
2026-03-26 22:49:18 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 86223df2-a655-5ba1-8ef4-a3eea7e1c134, skipping ID generation
2026-03-26 22:49:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 86223df2-a655-5ba1-8ef4-a3eea7e1c134 with scrape type 1
2026-03-26 22:49:18 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 86223df2-a655-5ba1-8ef4-a3eea7e1c134 sending to next pipeline
2026-03-26 22:49:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 86223df2-a655-5ba1-8ef4-a3eea7e1c134, identifier: 1985353
2026-03-26 22:49:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 86223df2-a655-5ba1-8ef4-a3eea7e1c134 with identifier: 1985353
2026-03-26 22:49:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 86223df2-a655-5ba1-8ef4-a3eea7e1c134 with identifier: 1985353
2026-03-26 22:49:18 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 86223df2-a655-5ba1-8ef4-a3eea7e1c134 with identifier: 1985353 to the API
2026-03-26 22:49:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:49:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:49:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2cs/852595d6f06348b59c0e502071d6719f/images/large/9.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '86223df2-a655-5ba1-8ef4-a3eea7e1c134',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'VOLVO',
'model': 'XC40',
'odometer': 214066,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 14,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_86223df2-a655-5ba1-8ef4-a3eea7e1c134/86223df2-a655-5ba1-8ef4-a3eea7e1c134_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 518504,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cs/852595d6f06348b59c0e502071d6719f/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_86223df2-a655-5ba1-8ef4-a3eea7e1c134/86223df2-a655-5ba1-8ef4-a3eea7e1c134_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 483760,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cs/852595d6f06348b59c0e502071d6719f/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_86223df2-a655-5ba1-8ef4-a3eea7e1c134/86223df2-a655-5ba1-8ef4-a3eea7e1c134_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 527567,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cs/852595d6f06348b59c0e502071d6719f/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_86223df2-a655-5ba1-8ef4-a3eea7e1c134/86223df2-a655-5ba1-8ef4-a3eea7e1c134_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 544277,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cs/852595d6f06348b59c0e502071d6719f/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_86223df2-a655-5ba1-8ef4-a3eea7e1c134/86223df2-a655-5ba1-8ef4-a3eea7e1c134_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 363652,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cs/852595d6f06348b59c0e502071d6719f/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_86223df2-a655-5ba1-8ef4-a3eea7e1c134/86223df2-a655-5ba1-8ef4-a3eea7e1c134_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 265401,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cs/852595d6f06348b59c0e502071d6719f/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_86223df2-a655-5ba1-8ef4-a3eea7e1c134/86223df2-a655-5ba1-8ef4-a3eea7e1c134_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 356893,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cs/852595d6f06348b59c0e502071d6719f/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_86223df2-a655-5ba1-8ef4-a3eea7e1c134/86223df2-a655-5ba1-8ef4-a3eea7e1c134_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 384007,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cs/852595d6f06348b59c0e502071d6719f/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_86223df2-a655-5ba1-8ef4-a3eea7e1c134/86223df2-a655-5ba1-8ef4-a3eea7e1c134_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 349093,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cs/852595d6f06348b59c0e502071d6719f/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_86223df2-a655-5ba1-8ef4-a3eea7e1c134/86223df2-a655-5ba1-8ef4-a3eea7e1c134_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 222936,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cs/852595d6f06348b59c0e502071d6719f/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-14',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC40 1.5 T5 PHEV PLUS BRIGHT DESIGN DCT',
'transmission': 'automatic',
'trim': '1.5 T5 PHEV PLUS BRIGHT DESIGN DCT',
'vin': None,
'year': 2022}
2026-03-26 22:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985353%27 HTTP/1.1" 200 None
2026-03-26 22:49:18 [ayvens.be] INFO: Saving data for 1985353: {'created_time': 1774565358.86386, 'last_price_update_time': 1774565358.863878, 'auction_closing_time': 1774958400.0}
2026-03-26 22:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985353') HTTP/1.1" 204 0
2026-03-26 22:49:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/3fa4b496af0d475e8d7d4423dc4f534f/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F48f49582962345ccbafaf81952a42dbf%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/48f49582962345ccbafaf81952a42dbf/images/large/3.jpg not downloaded yet
2026-03-26 22:49:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5ca51d0>
2026-03-26 22:49:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4727e590-88f7-5f61-9f1d-0bc6c9ad3a8d/4727e590-88f7-5f61-9f1d-0bc6c9ad3a8d_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F3fa4b496af0d475e8d7d4423dc4f534f%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/3fa4b496af0d475e8d7d4423dc4f534f/images/large/1.jpg saved to cache
2026-03-26 22:49:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 4727e590-88f7-5f61-9f1d-0bc6c9ad3a8d
2026-03-26 22:49:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c681d0>
2026-03-26 22:49:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4727e590-88f7-5f61-9f1d-0bc6c9ad3a8d/4727e590-88f7-5f61-9f1d-0bc6c9ad3a8d_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F3fa4b496af0d475e8d7d4423dc4f534f%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/3fa4b496af0d475e8d7d4423dc4f534f/images/large/3.jpg saved to cache
2026-03-26 22:49:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 4727e590-88f7-5f61-9f1d-0bc6c9ad3a8d
2026-03-26 22:49:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7924950>
2026-03-26 22:49:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4727e590-88f7-5f61-9f1d-0bc6c9ad3a8d/4727e590-88f7-5f61-9f1d-0bc6c9ad3a8d_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F3fa4b496af0d475e8d7d4423dc4f534f%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/3fa4b496af0d475e8d7d4423dc4f534f/images/large/4.jpg saved to cache
2026-03-26 22:49:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 4727e590-88f7-5f61-9f1d-0bc6c9ad3a8d
2026-03-26 22:49:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c6b550>
2026-03-26 22:49:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4727e590-88f7-5f61-9f1d-0bc6c9ad3a8d/4727e590-88f7-5f61-9f1d-0bc6c9ad3a8d_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F3fa4b496af0d475e8d7d4423dc4f534f%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/3fa4b496af0d475e8d7d4423dc4f534f/images/large/2.jpg saved to cache
2026-03-26 22:49:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 4727e590-88f7-5f61-9f1d-0bc6c9ad3a8d
2026-03-26 22:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F48f49582962345ccbafaf81952a42dbf%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/48f49582962345ccbafaf81952a42dbf/images/large/4.jpg not downloaded yet
2026-03-26 22:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F48f49582962345ccbafaf81952a42dbf%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/48f49582962345ccbafaf81952a42dbf/images/large/5.jpg not downloaded yet
2026-03-26 22:49:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7481310>
2026-03-26 22:49:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4727e590-88f7-5f61-9f1d-0bc6c9ad3a8d/4727e590-88f7-5f61-9f1d-0bc6c9ad3a8d_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F3fa4b496af0d475e8d7d4423dc4f534f%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/3fa4b496af0d475e8d7d4423dc4f534f/images/large/5.jpg saved to cache
2026-03-26 22:49:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 4727e590-88f7-5f61-9f1d-0bc6c9ad3a8d
2026-03-26 22:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F48f49582962345ccbafaf81952a42dbf%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/48f49582962345ccbafaf81952a42dbf/images/large/6.jpg not downloaded yet
2026-03-26 22:49:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/3fa4b496af0d475e8d7d4423dc4f534f/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/3fa4b496af0d475e8d7d4423dc4f534f/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F48f49582962345ccbafaf81952a42dbf%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/48f49582962345ccbafaf81952a42dbf/images/large/7.jpg not downloaded yet
2026-03-26 22:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F48f49582962345ccbafaf81952a42dbf%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/48f49582962345ccbafaf81952a42dbf/images/large/8.jpg not downloaded yet
2026-03-26 22:49:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/3fa4b496af0d475e8d7d4423dc4f534f/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F48f49582962345ccbafaf81952a42dbf%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/48f49582962345ccbafaf81952a42dbf/images/large/9.jpg not downloaded yet
2026-03-26 22:49:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/3fa4b496af0d475e8d7d4423dc4f534f/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/3fa4b496af0d475e8d7d4423dc4f534f/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/48f49582962345ccbafaf81952a42dbf/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F48f49582962345ccbafaf81952a42dbf%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/48f49582962345ccbafaf81952a42dbf/images/large/10.jpg not downloaded yet
2026-03-26 22:49:19 [ayvens.be] INFO: Found listing with ID: 1985356
2026-03-26 22:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985356%27 HTTP/1.1" 200 None
2026-03-26 22:49:19 [ayvens.be] INFO: Scrape type for 1985356: 1
2026-03-26 22:49:19 [ayvens.be] INFO: Extracting data for car ID: 1985356
2026-03-26 22:49:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ceb1d629-df7b-58ce-aa91-9dee573cbb0d with identifier: 1985356
2026-03-26 22:49:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ceb1d629-df7b-58ce-aa91-9dee573cbb0d with scrape type 1
2026-03-26 22:49:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item ceb1d629-df7b-58ce-aa91-9dee573cbb0d
2026-03-26 22:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bk%252F5881591dfabc45018107f51a50825c88%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bk/5881591dfabc45018107f51a50825c88/images/large/1.jpg not downloaded yet
2026-03-26 22:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bk%252F5881591dfabc45018107f51a50825c88%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bk/5881591dfabc45018107f51a50825c88/images/large/2.jpg not downloaded yet
2026-03-26 22:49:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/48f49582962345ccbafaf81952a42dbf/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bk%252F5881591dfabc45018107f51a50825c88%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bk/5881591dfabc45018107f51a50825c88/images/large/3.jpg not downloaded yet
2026-03-26 22:49:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7ce8350>
2026-03-26 22:49:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4727e590-88f7-5f61-9f1d-0bc6c9ad3a8d/4727e590-88f7-5f61-9f1d-0bc6c9ad3a8d_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F3fa4b496af0d475e8d7d4423dc4f534f%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/3fa4b496af0d475e8d7d4423dc4f534f/images/large/6.jpg saved to cache
2026-03-26 22:49:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 4727e590-88f7-5f61-9f1d-0bc6c9ad3a8d
2026-03-26 22:49:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c76b90>
2026-03-26 22:49:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4727e590-88f7-5f61-9f1d-0bc6c9ad3a8d/4727e590-88f7-5f61-9f1d-0bc6c9ad3a8d_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F3fa4b496af0d475e8d7d4423dc4f534f%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/3fa4b496af0d475e8d7d4423dc4f534f/images/large/7.jpg saved to cache
2026-03-26 22:49:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 4727e590-88f7-5f61-9f1d-0bc6c9ad3a8d
2026-03-26 22:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bk%252F5881591dfabc45018107f51a50825c88%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bk/5881591dfabc45018107f51a50825c88/images/large/4.jpg not downloaded yet
2026-03-26 22:49:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b741e650>
2026-03-26 22:49:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4727e590-88f7-5f61-9f1d-0bc6c9ad3a8d/4727e590-88f7-5f61-9f1d-0bc6c9ad3a8d_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F3fa4b496af0d475e8d7d4423dc4f534f%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/3fa4b496af0d475e8d7d4423dc4f534f/images/large/8.jpg saved to cache
2026-03-26 22:49:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 4727e590-88f7-5f61-9f1d-0bc6c9ad3a8d
2026-03-26 22:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bk%252F5881591dfabc45018107f51a50825c88%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bk/5881591dfabc45018107f51a50825c88/images/large/5.jpg not downloaded yet
2026-03-26 22:49:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77be9d0>
2026-03-26 22:49:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4727e590-88f7-5f61-9f1d-0bc6c9ad3a8d/4727e590-88f7-5f61-9f1d-0bc6c9ad3a8d_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F3fa4b496af0d475e8d7d4423dc4f534f%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/3fa4b496af0d475e8d7d4423dc4f534f/images/large/9.jpg saved to cache
2026-03-26 22:49:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 4727e590-88f7-5f61-9f1d-0bc6c9ad3a8d
2026-03-26 22:49:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74ccd10>
2026-03-26 22:49:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4727e590-88f7-5f61-9f1d-0bc6c9ad3a8d/4727e590-88f7-5f61-9f1d-0bc6c9ad3a8d_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F3fa4b496af0d475e8d7d4423dc4f534f%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/3fa4b496af0d475e8d7d4423dc4f534f/images/large/10.jpg saved to cache
2026-03-26 22:49:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 4727e590-88f7-5f61-9f1d-0bc6c9ad3a8d
2026-03-26 22:49:20 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4727e590-88f7-5f61-9f1d-0bc6c9ad3a8d, skipping ID generation
2026-03-26 22:49:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4727e590-88f7-5f61-9f1d-0bc6c9ad3a8d with scrape type 1
2026-03-26 22:49:20 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4727e590-88f7-5f61-9f1d-0bc6c9ad3a8d sending to next pipeline
2026-03-26 22:49:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 4727e590-88f7-5f61-9f1d-0bc6c9ad3a8d, identifier: 1985354
2026-03-26 22:49:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7b98c90>
2026-03-26 22:49:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_df095015-0ccb-5f99-b189-ce5e41de1ee3/df095015-0ccb-5f99-b189-ce5e41de1ee3_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F48f49582962345ccbafaf81952a42dbf%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/48f49582962345ccbafaf81952a42dbf/images/large/1.jpg saved to cache
2026-03-26 22:49:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item df095015-0ccb-5f99-b189-ce5e41de1ee3
2026-03-26 22:49:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c76210>
2026-03-26 22:49:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_df095015-0ccb-5f99-b189-ce5e41de1ee3/df095015-0ccb-5f99-b189-ce5e41de1ee3_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F48f49582962345ccbafaf81952a42dbf%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/48f49582962345ccbafaf81952a42dbf/images/large/3.jpg saved to cache
2026-03-26 22:49:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item df095015-0ccb-5f99-b189-ce5e41de1ee3
2026-03-26 22:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bk%252F5881591dfabc45018107f51a50825c88%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bk/5881591dfabc45018107f51a50825c88/images/large/6.jpg not downloaded yet
2026-03-26 22:49:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 4727e590-88f7-5f61-9f1d-0bc6c9ad3a8d with identifier: 1985354
2026-03-26 22:49:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 4727e590-88f7-5f61-9f1d-0bc6c9ad3a8d with identifier: 1985354
2026-03-26 22:49:20 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 4727e590-88f7-5f61-9f1d-0bc6c9ad3a8d with identifier: 1985354 to the API
2026-03-26 22:49:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:49:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:49:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bh/3fa4b496af0d475e8d7d4423dc4f534f/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '4727e590-88f7-5f61-9f1d-0bc6c9ad3a8d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'FORD',
'model': 'PUMA',
'odometer': 87175,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 21,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4727e590-88f7-5f61-9f1d-0bc6c9ad3a8d/4727e590-88f7-5f61-9f1d-0bc6c9ad3a8d_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 707609,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/3fa4b496af0d475e8d7d4423dc4f534f/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4727e590-88f7-5f61-9f1d-0bc6c9ad3a8d/4727e590-88f7-5f61-9f1d-0bc6c9ad3a8d_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 663854,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/3fa4b496af0d475e8d7d4423dc4f534f/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4727e590-88f7-5f61-9f1d-0bc6c9ad3a8d/4727e590-88f7-5f61-9f1d-0bc6c9ad3a8d_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 680767,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/3fa4b496af0d475e8d7d4423dc4f534f/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4727e590-88f7-5f61-9f1d-0bc6c9ad3a8d/4727e590-88f7-5f61-9f1d-0bc6c9ad3a8d_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 691145,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/3fa4b496af0d475e8d7d4423dc4f534f/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4727e590-88f7-5f61-9f1d-0bc6c9ad3a8d/4727e590-88f7-5f61-9f1d-0bc6c9ad3a8d_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 645602,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/3fa4b496af0d475e8d7d4423dc4f534f/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4727e590-88f7-5f61-9f1d-0bc6c9ad3a8d/4727e590-88f7-5f61-9f1d-0bc6c9ad3a8d_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 769466,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/3fa4b496af0d475e8d7d4423dc4f534f/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4727e590-88f7-5f61-9f1d-0bc6c9ad3a8d/4727e590-88f7-5f61-9f1d-0bc6c9ad3a8d_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 595742,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/3fa4b496af0d475e8d7d4423dc4f534f/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4727e590-88f7-5f61-9f1d-0bc6c9ad3a8d/4727e590-88f7-5f61-9f1d-0bc6c9ad3a8d_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 903370,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/3fa4b496af0d475e8d7d4423dc4f534f/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4727e590-88f7-5f61-9f1d-0bc6c9ad3a8d/4727e590-88f7-5f61-9f1d-0bc6c9ad3a8d_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 868549,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/3fa4b496af0d475e8d7d4423dc4f534f/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4727e590-88f7-5f61-9f1d-0bc6c9ad3a8d/4727e590-88f7-5f61-9f1d-0bc6c9ad3a8d_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 857182,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/3fa4b496af0d475e8d7d4423dc4f534f/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-26',
'seats_number': 5,
'seller_name': None,
'title': 'FORD PUMA 1.0 ECOBOOST MHEV 92KW DCT ST-LINE X',
'transmission': 'automatic',
'trim': '1.0 ECOBOOST MHEV 92KW DCT ST-LINE X',
'vin': None,
'year': 2021}
2026-03-26 22:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985354%27 HTTP/1.1" 200 None
2026-03-26 22:49:20 [ayvens.be] INFO: Saving data for 1985354: {'created_time': 1774565360.714588, 'last_price_update_time': 1774565360.714598, 'auction_closing_time': 1774958400.0}
2026-03-26 22:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985354') HTTP/1.1" 204 0
2026-03-26 22:49:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/48f49582962345ccbafaf81952a42dbf/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bk%252F5881591dfabc45018107f51a50825c88%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bk/5881591dfabc45018107f51a50825c88/images/large/7.jpg not downloaded yet
2026-03-26 22:49:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/48f49582962345ccbafaf81952a42dbf/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/48f49582962345ccbafaf81952a42dbf/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/48f49582962345ccbafaf81952a42dbf/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bk%252F5881591dfabc45018107f51a50825c88%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bk/5881591dfabc45018107f51a50825c88/images/large/8.jpg not downloaded yet
2026-03-26 22:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bk%252F5881591dfabc45018107f51a50825c88%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bk/5881591dfabc45018107f51a50825c88/images/large/9.jpg not downloaded yet
2026-03-26 22:49:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/48f49582962345ccbafaf81952a42dbf/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/48f49582962345ccbafaf81952a42dbf/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/48f49582962345ccbafaf81952a42dbf/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bk%252F5881591dfabc45018107f51a50825c88%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bk/5881591dfabc45018107f51a50825c88/images/large/10.jpg not downloaded yet
2026-03-26 22:49:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/48f49582962345ccbafaf81952a42dbf/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:20 [ayvens.be] INFO: Found listing with ID: 1985357
2026-03-26 22:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985357%27 HTTP/1.1" 200 None
2026-03-26 22:49:20 [ayvens.be] INFO: Scrape type for 1985357: 1
2026-03-26 22:49:20 [ayvens.be] INFO: Extracting data for car ID: 1985357
2026-03-26 22:49:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d509a2bd-3224-5aa1-a4e3-43f55bb7adc4 with identifier: 1985357
2026-03-26 22:49:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d509a2bd-3224-5aa1-a4e3-43f55bb7adc4 with scrape type 1
2026-03-26 22:49:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item d509a2bd-3224-5aa1-a4e3-43f55bb7adc4
2026-03-26 22:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2da%252Fcdf591cb7e5b47fe815fc67dec7d6701%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2da/cdf591cb7e5b47fe815fc67dec7d6701/images/large/1.jpg not downloaded yet
2026-03-26 22:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2da%252Fcdf591cb7e5b47fe815fc67dec7d6701%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2da/cdf591cb7e5b47fe815fc67dec7d6701/images/large/2.jpg not downloaded yet
2026-03-26 22:49:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7aa28d0>
2026-03-26 22:49:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_df095015-0ccb-5f99-b189-ce5e41de1ee3/df095015-0ccb-5f99-b189-ce5e41de1ee3_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F48f49582962345ccbafaf81952a42dbf%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/48f49582962345ccbafaf81952a42dbf/images/large/2.jpg saved to cache
2026-03-26 22:49:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item df095015-0ccb-5f99-b189-ce5e41de1ee3
2026-03-26 22:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2da%252Fcdf591cb7e5b47fe815fc67dec7d6701%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2da/cdf591cb7e5b47fe815fc67dec7d6701/images/large/3.jpg not downloaded yet
2026-03-26 22:49:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7aa24d0>
2026-03-26 22:49:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_df095015-0ccb-5f99-b189-ce5e41de1ee3/df095015-0ccb-5f99-b189-ce5e41de1ee3_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F48f49582962345ccbafaf81952a42dbf%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/48f49582962345ccbafaf81952a42dbf/images/large/4.jpg saved to cache
2026-03-26 22:49:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item df095015-0ccb-5f99-b189-ce5e41de1ee3
2026-03-26 22:49:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e15550>
2026-03-26 22:49:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_df095015-0ccb-5f99-b189-ce5e41de1ee3/df095015-0ccb-5f99-b189-ce5e41de1ee3_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F48f49582962345ccbafaf81952a42dbf%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/48f49582962345ccbafaf81952a42dbf/images/large/7.jpg saved to cache
2026-03-26 22:49:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item df095015-0ccb-5f99-b189-ce5e41de1ee3
2026-03-26 22:49:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7a616d0>
2026-03-26 22:49:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_df095015-0ccb-5f99-b189-ce5e41de1ee3/df095015-0ccb-5f99-b189-ce5e41de1ee3_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F48f49582962345ccbafaf81952a42dbf%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/48f49582962345ccbafaf81952a42dbf/images/large/5.jpg saved to cache
2026-03-26 22:49:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item df095015-0ccb-5f99-b189-ce5e41de1ee3
2026-03-26 22:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2da%252Fcdf591cb7e5b47fe815fc67dec7d6701%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2da/cdf591cb7e5b47fe815fc67dec7d6701/images/large/4.jpg not downloaded yet
2026-03-26 22:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2da%252Fcdf591cb7e5b47fe815fc67dec7d6701%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2da/cdf591cb7e5b47fe815fc67dec7d6701/images/large/5.jpg not downloaded yet
2026-03-26 22:49:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c81290>
2026-03-26 22:49:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_df095015-0ccb-5f99-b189-ce5e41de1ee3/df095015-0ccb-5f99-b189-ce5e41de1ee3_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F48f49582962345ccbafaf81952a42dbf%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/48f49582962345ccbafaf81952a42dbf/images/large/6.jpg saved to cache
2026-03-26 22:49:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item df095015-0ccb-5f99-b189-ce5e41de1ee3
2026-03-26 22:49:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74973d0>
2026-03-26 22:49:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_df095015-0ccb-5f99-b189-ce5e41de1ee3/df095015-0ccb-5f99-b189-ce5e41de1ee3_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F48f49582962345ccbafaf81952a42dbf%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/48f49582962345ccbafaf81952a42dbf/images/large/8.jpg saved to cache
2026-03-26 22:49:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item df095015-0ccb-5f99-b189-ce5e41de1ee3
2026-03-26 22:49:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b787cc50>
2026-03-26 22:49:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_df095015-0ccb-5f99-b189-ce5e41de1ee3/df095015-0ccb-5f99-b189-ce5e41de1ee3_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F48f49582962345ccbafaf81952a42dbf%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/48f49582962345ccbafaf81952a42dbf/images/large/9.jpg saved to cache
2026-03-26 22:49:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item df095015-0ccb-5f99-b189-ce5e41de1ee3
2026-03-26 22:49:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7a83fd0>
2026-03-26 22:49:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_df095015-0ccb-5f99-b189-ce5e41de1ee3/df095015-0ccb-5f99-b189-ce5e41de1ee3_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F48f49582962345ccbafaf81952a42dbf%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/48f49582962345ccbafaf81952a42dbf/images/large/10.jpg saved to cache
2026-03-26 22:49:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item df095015-0ccb-5f99-b189-ce5e41de1ee3
2026-03-26 22:49:21 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: df095015-0ccb-5f99-b189-ce5e41de1ee3, skipping ID generation
2026-03-26 22:49:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item df095015-0ccb-5f99-b189-ce5e41de1ee3 with scrape type 1
2026-03-26 22:49:21 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item df095015-0ccb-5f99-b189-ce5e41de1ee3 sending to next pipeline
2026-03-26 22:49:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: df095015-0ccb-5f99-b189-ce5e41de1ee3, identifier: 1985355
2026-03-26 22:49:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: df095015-0ccb-5f99-b189-ce5e41de1ee3 with identifier: 1985355
2026-03-26 22:49:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: df095015-0ccb-5f99-b189-ce5e41de1ee3 with identifier: 1985355
2026-03-26 22:49:22 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: df095015-0ccb-5f99-b189-ce5e41de1ee3 with identifier: 1985355 to the API
2026-03-26 22:49:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:49:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:49:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bq/48f49582962345ccbafaf81952a42dbf/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'df095015-0ccb-5f99-b189-ce5e41de1ee3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'PASSAT VARIANT GTE - 2020',
'odometer': 92656,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 21,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_df095015-0ccb-5f99-b189-ce5e41de1ee3/df095015-0ccb-5f99-b189-ce5e41de1ee3_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 773050,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/48f49582962345ccbafaf81952a42dbf/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_df095015-0ccb-5f99-b189-ce5e41de1ee3/df095015-0ccb-5f99-b189-ce5e41de1ee3_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 762710,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/48f49582962345ccbafaf81952a42dbf/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_df095015-0ccb-5f99-b189-ce5e41de1ee3/df095015-0ccb-5f99-b189-ce5e41de1ee3_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 781843,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/48f49582962345ccbafaf81952a42dbf/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_df095015-0ccb-5f99-b189-ce5e41de1ee3/df095015-0ccb-5f99-b189-ce5e41de1ee3_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 790056,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/48f49582962345ccbafaf81952a42dbf/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_df095015-0ccb-5f99-b189-ce5e41de1ee3/df095015-0ccb-5f99-b189-ce5e41de1ee3_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 811334,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/48f49582962345ccbafaf81952a42dbf/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_df095015-0ccb-5f99-b189-ce5e41de1ee3/df095015-0ccb-5f99-b189-ce5e41de1ee3_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 811116,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/48f49582962345ccbafaf81952a42dbf/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_df095015-0ccb-5f99-b189-ce5e41de1ee3/df095015-0ccb-5f99-b189-ce5e41de1ee3_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 631430,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/48f49582962345ccbafaf81952a42dbf/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_df095015-0ccb-5f99-b189-ce5e41de1ee3/df095015-0ccb-5f99-b189-ce5e41de1ee3_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 846656,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/48f49582962345ccbafaf81952a42dbf/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_df095015-0ccb-5f99-b189-ce5e41de1ee3/df095015-0ccb-5f99-b189-ce5e41de1ee3_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 805943,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/48f49582962345ccbafaf81952a42dbf/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_df095015-0ccb-5f99-b189-ce5e41de1ee3/df095015-0ccb-5f99-b189-ce5e41de1ee3_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 779383,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/48f49582962345ccbafaf81952a42dbf/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-16',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN PASSAT VARIANT GTE - 2020 1.4 TSI PHEV GTE Business DSG',
'transmission': 'automatic',
'trim': '1.4 TSI PHEV GTE Business DSG',
'vin': None,
'year': 2022}
2026-03-26 22:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985355%27 HTTP/1.1" 200 None
2026-03-26 22:49:22 [ayvens.be] INFO: Saving data for 1985355: {'created_time': 1774565362.221628, 'last_price_update_time': 1774565362.221638, 'auction_closing_time': 1774958400.0}
2026-03-26 22:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985355') HTTP/1.1" 204 0
2026-03-26 22:49:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bk/5881591dfabc45018107f51a50825c88/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2da%252Fcdf591cb7e5b47fe815fc67dec7d6701%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2da/cdf591cb7e5b47fe815fc67dec7d6701/images/large/6.jpg not downloaded yet
2026-03-26 22:49:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bk/5881591dfabc45018107f51a50825c88/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bk/5881591dfabc45018107f51a50825c88/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2da%252Fcdf591cb7e5b47fe815fc67dec7d6701%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2da/cdf591cb7e5b47fe815fc67dec7d6701/images/large/7.jpg not downloaded yet
2026-03-26 22:49:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bk/5881591dfabc45018107f51a50825c88/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bk/5881591dfabc45018107f51a50825c88/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bk/5881591dfabc45018107f51a50825c88/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bk/5881591dfabc45018107f51a50825c88/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2da%252Fcdf591cb7e5b47fe815fc67dec7d6701%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2da/cdf591cb7e5b47fe815fc67dec7d6701/images/large/8.jpg not downloaded yet
2026-03-26 22:49:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bk/5881591dfabc45018107f51a50825c88/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2da%252Fcdf591cb7e5b47fe815fc67dec7d6701%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2da/cdf591cb7e5b47fe815fc67dec7d6701/images/large/9.jpg not downloaded yet
2026-03-26 22:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2da%252Fcdf591cb7e5b47fe815fc67dec7d6701%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2da/cdf591cb7e5b47fe815fc67dec7d6701/images/large/10.jpg not downloaded yet
2026-03-26 22:49:22 [ayvens.be] INFO: Found listing with ID: 1985358
2026-03-26 22:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985358%27 HTTP/1.1" 200 None
2026-03-26 22:49:22 [ayvens.be] INFO: Scrape type for 1985358: 1
2026-03-26 22:49:22 [ayvens.be] INFO: Extracting data for car ID: 1985358
2026-03-26 22:49:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 183a01eb-ba00-5b6a-8f49-a0247b53e1f1 with identifier: 1985358
2026-03-26 22:49:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 183a01eb-ba00-5b6a-8f49-a0247b53e1f1 with scrape type 1
2026-03-26 22:49:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 183a01eb-ba00-5b6a-8f49-a0247b53e1f1
2026-03-26 22:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ce%252F035aa93c963d41e5b04c615c548ea61d%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ce/035aa93c963d41e5b04c615c548ea61d/images/large/1.jpg not downloaded yet
2026-03-26 22:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ce%252F035aa93c963d41e5b04c615c548ea61d%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ce/035aa93c963d41e5b04c615c548ea61d/images/large/2.jpg not downloaded yet
2026-03-26 22:49:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77e8c10>
2026-03-26 22:49:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ceb1d629-df7b-58ce-aa91-9dee573cbb0d/ceb1d629-df7b-58ce-aa91-9dee573cbb0d_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bk%252F5881591dfabc45018107f51a50825c88%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bk/5881591dfabc45018107f51a50825c88/images/large/1.jpg saved to cache
2026-03-26 22:49:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item ceb1d629-df7b-58ce-aa91-9dee573cbb0d
2026-03-26 22:49:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74a53d0>
2026-03-26 22:49:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ceb1d629-df7b-58ce-aa91-9dee573cbb0d/ceb1d629-df7b-58ce-aa91-9dee573cbb0d_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bk%252F5881591dfabc45018107f51a50825c88%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bk/5881591dfabc45018107f51a50825c88/images/large/2.jpg saved to cache
2026-03-26 22:49:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item ceb1d629-df7b-58ce-aa91-9dee573cbb0d
2026-03-26 22:49:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7438bd0>
2026-03-26 22:49:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ceb1d629-df7b-58ce-aa91-9dee573cbb0d/ceb1d629-df7b-58ce-aa91-9dee573cbb0d_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bk%252F5881591dfabc45018107f51a50825c88%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bk/5881591dfabc45018107f51a50825c88/images/large/4.jpg saved to cache
2026-03-26 22:49:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item ceb1d629-df7b-58ce-aa91-9dee573cbb0d
2026-03-26 22:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ce%252F035aa93c963d41e5b04c615c548ea61d%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ce/035aa93c963d41e5b04c615c548ea61d/images/large/3.jpg not downloaded yet
2026-03-26 22:49:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7b9a510>
2026-03-26 22:49:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ceb1d629-df7b-58ce-aa91-9dee573cbb0d/ceb1d629-df7b-58ce-aa91-9dee573cbb0d_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bk%252F5881591dfabc45018107f51a50825c88%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bk/5881591dfabc45018107f51a50825c88/images/large/5.jpg saved to cache
2026-03-26 22:49:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item ceb1d629-df7b-58ce-aa91-9dee573cbb0d
2026-03-26 22:49:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7b9a5d0>
2026-03-26 22:49:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ceb1d629-df7b-58ce-aa91-9dee573cbb0d/ceb1d629-df7b-58ce-aa91-9dee573cbb0d_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bk%252F5881591dfabc45018107f51a50825c88%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bk/5881591dfabc45018107f51a50825c88/images/large/8.jpg saved to cache
2026-03-26 22:49:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item ceb1d629-df7b-58ce-aa91-9dee573cbb0d
2026-03-26 22:49:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7745c10>
2026-03-26 22:49:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ceb1d629-df7b-58ce-aa91-9dee573cbb0d/ceb1d629-df7b-58ce-aa91-9dee573cbb0d_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bk%252F5881591dfabc45018107f51a50825c88%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bk/5881591dfabc45018107f51a50825c88/images/large/6.jpg saved to cache
2026-03-26 22:49:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item ceb1d629-df7b-58ce-aa91-9dee573cbb0d
2026-03-26 22:49:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd3bb3d0>
2026-03-26 22:49:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ceb1d629-df7b-58ce-aa91-9dee573cbb0d/ceb1d629-df7b-58ce-aa91-9dee573cbb0d_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bk%252F5881591dfabc45018107f51a50825c88%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bk/5881591dfabc45018107f51a50825c88/images/large/3.jpg saved to cache
2026-03-26 22:49:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item ceb1d629-df7b-58ce-aa91-9dee573cbb0d
2026-03-26 22:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ce%252F035aa93c963d41e5b04c615c548ea61d%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ce/035aa93c963d41e5b04c615c548ea61d/images/large/4.jpg not downloaded yet
2026-03-26 22:49:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ce%252F035aa93c963d41e5b04c615c548ea61d%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ce/035aa93c963d41e5b04c615c548ea61d/images/large/5.jpg not downloaded yet
2026-03-26 22:49:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7401590>
2026-03-26 22:49:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ceb1d629-df7b-58ce-aa91-9dee573cbb0d/ceb1d629-df7b-58ce-aa91-9dee573cbb0d_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:49:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bk%252F5881591dfabc45018107f51a50825c88%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bk/5881591dfabc45018107f51a50825c88/images/large/7.jpg saved to cache
2026-03-26 22:49:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item ceb1d629-df7b-58ce-aa91-9dee573cbb0d
2026-03-26 22:49:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2da/cdf591cb7e5b47fe815fc67dec7d6701/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ce%252F035aa93c963d41e5b04c615c548ea61d%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ce/035aa93c963d41e5b04c615c548ea61d/images/large/6.jpg not downloaded yet
2026-03-26 22:49:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2da/cdf591cb7e5b47fe815fc67dec7d6701/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ce%252F035aa93c963d41e5b04c615c548ea61d%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ce/035aa93c963d41e5b04c615c548ea61d/images/large/7.jpg not downloaded yet
2026-03-26 22:49:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bk/5881591dfabc45018107f51a50825c88/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2da/cdf591cb7e5b47fe815fc67dec7d6701/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bk/5881591dfabc45018107f51a50825c88/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2da/cdf591cb7e5b47fe815fc67dec7d6701/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2da/cdf591cb7e5b47fe815fc67dec7d6701/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ce%252F035aa93c963d41e5b04c615c548ea61d%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ce/035aa93c963d41e5b04c615c548ea61d/images/large/8.jpg not downloaded yet
2026-03-26 22:49:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2da/cdf591cb7e5b47fe815fc67dec7d6701/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ce%252F035aa93c963d41e5b04c615c548ea61d%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ce/035aa93c963d41e5b04c615c548ea61d/images/large/9.jpg not downloaded yet
2026-03-26 22:49:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ce%252F035aa93c963d41e5b04c615c548ea61d%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ce/035aa93c963d41e5b04c615c548ea61d/images/large/10.jpg not downloaded yet
2026-03-26 22:49:23 [ayvens.be] INFO: Found listing with ID: 1985359
2026-03-26 22:49:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985359%27 HTTP/1.1" 200 None
2026-03-26 22:49:23 [ayvens.be] INFO: Scrape type for 1985359: 1
2026-03-26 22:49:23 [ayvens.be] INFO: Extracting data for car ID: 1985359
2026-03-26 22:49:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f5f974a-0766-52a4-afdb-ae60ea21c7a8 with identifier: 1985359
2026-03-26 22:49:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f5f974a-0766-52a4-afdb-ae60ea21c7a8 with scrape type 1
2026-03-26 22:49:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 0f5f974a-0766-52a4-afdb-ae60ea21c7a8
2026-03-26 22:49:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cp%252F12f7b1211d13400f973d3fd5a72436de%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cp/12f7b1211d13400f973d3fd5a72436de/images/large/1.jpg not downloaded yet
2026-03-26 22:49:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cp%252F12f7b1211d13400f973d3fd5a72436de%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cp/12f7b1211d13400f973d3fd5a72436de/images/large/2.jpg not downloaded yet
2026-03-26 22:49:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e3f690>
2026-03-26 22:49:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d509a2bd-3224-5aa1-a4e3-43f55bb7adc4/d509a2bd-3224-5aa1-a4e3-43f55bb7adc4_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:49:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2da%252Fcdf591cb7e5b47fe815fc67dec7d6701%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2da/cdf591cb7e5b47fe815fc67dec7d6701/images/large/3.jpg saved to cache
2026-03-26 22:49:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item d509a2bd-3224-5aa1-a4e3-43f55bb7adc4
2026-03-26 22:49:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74ad510>
2026-03-26 22:49:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d509a2bd-3224-5aa1-a4e3-43f55bb7adc4/d509a2bd-3224-5aa1-a4e3-43f55bb7adc4_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:49:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2da%252Fcdf591cb7e5b47fe815fc67dec7d6701%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2da/cdf591cb7e5b47fe815fc67dec7d6701/images/large/2.jpg saved to cache
2026-03-26 22:49:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item d509a2bd-3224-5aa1-a4e3-43f55bb7adc4
2026-03-26 22:49:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cp%252F12f7b1211d13400f973d3fd5a72436de%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cp/12f7b1211d13400f973d3fd5a72436de/images/large/3.jpg not downloaded yet
2026-03-26 22:49:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7ccdf50>
2026-03-26 22:49:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ceb1d629-df7b-58ce-aa91-9dee573cbb0d/ceb1d629-df7b-58ce-aa91-9dee573cbb0d_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:49:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bk%252F5881591dfabc45018107f51a50825c88%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bk/5881591dfabc45018107f51a50825c88/images/large/9.jpg saved to cache
2026-03-26 22:49:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item ceb1d629-df7b-58ce-aa91-9dee573cbb0d
2026-03-26 22:49:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e34690>
2026-03-26 22:49:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d509a2bd-3224-5aa1-a4e3-43f55bb7adc4/d509a2bd-3224-5aa1-a4e3-43f55bb7adc4_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:49:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2da%252Fcdf591cb7e5b47fe815fc67dec7d6701%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2da/cdf591cb7e5b47fe815fc67dec7d6701/images/large/4.jpg saved to cache
2026-03-26 22:49:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item d509a2bd-3224-5aa1-a4e3-43f55bb7adc4
2026-03-26 22:49:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74cc8d0>
2026-03-26 22:49:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ceb1d629-df7b-58ce-aa91-9dee573cbb0d/ceb1d629-df7b-58ce-aa91-9dee573cbb0d_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:49:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bk%252F5881591dfabc45018107f51a50825c88%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bk/5881591dfabc45018107f51a50825c88/images/large/10.jpg saved to cache
2026-03-26 22:49:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item ceb1d629-df7b-58ce-aa91-9dee573cbb0d
2026-03-26 22:49:23 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ceb1d629-df7b-58ce-aa91-9dee573cbb0d, skipping ID generation
2026-03-26 22:49:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ceb1d629-df7b-58ce-aa91-9dee573cbb0d with scrape type 1
2026-03-26 22:49:23 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ceb1d629-df7b-58ce-aa91-9dee573cbb0d sending to next pipeline
2026-03-26 22:49:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: ceb1d629-df7b-58ce-aa91-9dee573cbb0d, identifier: 1985356
2026-03-26 22:49:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c750d0>
2026-03-26 22:49:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d509a2bd-3224-5aa1-a4e3-43f55bb7adc4/d509a2bd-3224-5aa1-a4e3-43f55bb7adc4_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2da%252Fcdf591cb7e5b47fe815fc67dec7d6701%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2da/cdf591cb7e5b47fe815fc67dec7d6701/images/large/6.jpg saved to cache
2026-03-26 22:49:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item d509a2bd-3224-5aa1-a4e3-43f55bb7adc4
2026-03-26 22:49:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6dd9650>
2026-03-26 22:49:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d509a2bd-3224-5aa1-a4e3-43f55bb7adc4/d509a2bd-3224-5aa1-a4e3-43f55bb7adc4_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2da%252Fcdf591cb7e5b47fe815fc67dec7d6701%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2da/cdf591cb7e5b47fe815fc67dec7d6701/images/large/5.jpg saved to cache
2026-03-26 22:49:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item d509a2bd-3224-5aa1-a4e3-43f55bb7adc4
2026-03-26 22:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cp%252F12f7b1211d13400f973d3fd5a72436de%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cp/12f7b1211d13400f973d3fd5a72436de/images/large/4.jpg not downloaded yet
2026-03-26 22:49:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: ceb1d629-df7b-58ce-aa91-9dee573cbb0d with identifier: 1985356
2026-03-26 22:49:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: ceb1d629-df7b-58ce-aa91-9dee573cbb0d with identifier: 1985356
2026-03-26 22:49:24 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: ceb1d629-df7b-58ce-aa91-9dee573cbb0d with identifier: 1985356 to the API
2026-03-26 22:49:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:49:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:49:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bk/5881591dfabc45018107f51a50825c88/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.3L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'ceb1d629-df7b-58ce-aa91-9dee573cbb0d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'CLASS A (W177)',
'odometer': 82333,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 19,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ceb1d629-df7b-58ce-aa91-9dee573cbb0d/ceb1d629-df7b-58ce-aa91-9dee573cbb0d_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 605512,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bk/5881591dfabc45018107f51a50825c88/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ceb1d629-df7b-58ce-aa91-9dee573cbb0d/ceb1d629-df7b-58ce-aa91-9dee573cbb0d_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 580538,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bk/5881591dfabc45018107f51a50825c88/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ceb1d629-df7b-58ce-aa91-9dee573cbb0d/ceb1d629-df7b-58ce-aa91-9dee573cbb0d_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 649613,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bk/5881591dfabc45018107f51a50825c88/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ceb1d629-df7b-58ce-aa91-9dee573cbb0d/ceb1d629-df7b-58ce-aa91-9dee573cbb0d_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 608134,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bk/5881591dfabc45018107f51a50825c88/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ceb1d629-df7b-58ce-aa91-9dee573cbb0d/ceb1d629-df7b-58ce-aa91-9dee573cbb0d_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 614244,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bk/5881591dfabc45018107f51a50825c88/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ceb1d629-df7b-58ce-aa91-9dee573cbb0d/ceb1d629-df7b-58ce-aa91-9dee573cbb0d_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 641201,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bk/5881591dfabc45018107f51a50825c88/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ceb1d629-df7b-58ce-aa91-9dee573cbb0d/ceb1d629-df7b-58ce-aa91-9dee573cbb0d_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 689330,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bk/5881591dfabc45018107f51a50825c88/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ceb1d629-df7b-58ce-aa91-9dee573cbb0d/ceb1d629-df7b-58ce-aa91-9dee573cbb0d_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 580354,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bk/5881591dfabc45018107f51a50825c88/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ceb1d629-df7b-58ce-aa91-9dee573cbb0d/ceb1d629-df7b-58ce-aa91-9dee573cbb0d_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 695855,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bk/5881591dfabc45018107f51a50825c88/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ceb1d629-df7b-58ce-aa91-9dee573cbb0d/ceb1d629-df7b-58ce-aa91-9dee573cbb0d_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 585817,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bk/5881591dfabc45018107f51a50825c88/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-17',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLASS A (W177) A 250 e PHEV Business Solution',
'transmission': 'automatic',
'trim': 'A 250 e PHEV Business Solution',
'vin': None,
'year': 2021}
2026-03-26 22:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985356%27 HTTP/1.1" 200 None
2026-03-26 22:49:24 [ayvens.be] INFO: Saving data for 1985356: {'created_time': 1774565364.541285, 'last_price_update_time': 1774565364.541295, 'auction_closing_time': 1774958400.0}
2026-03-26 22:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985356') HTTP/1.1" 204 0
2026-03-26 22:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cp%252F12f7b1211d13400f973d3fd5a72436de%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cp/12f7b1211d13400f973d3fd5a72436de/images/large/5.jpg not downloaded yet
2026-03-26 22:49:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77d4410>
2026-03-26 22:49:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d509a2bd-3224-5aa1-a4e3-43f55bb7adc4/d509a2bd-3224-5aa1-a4e3-43f55bb7adc4_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2da%252Fcdf591cb7e5b47fe815fc67dec7d6701%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2da/cdf591cb7e5b47fe815fc67dec7d6701/images/large/1.jpg saved to cache
2026-03-26 22:49:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item d509a2bd-3224-5aa1-a4e3-43f55bb7adc4
2026-03-26 22:49:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2da/cdf591cb7e5b47fe815fc67dec7d6701/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2da/cdf591cb7e5b47fe815fc67dec7d6701/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cp%252F12f7b1211d13400f973d3fd5a72436de%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cp/12f7b1211d13400f973d3fd5a72436de/images/large/6.jpg not downloaded yet
2026-03-26 22:49:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ce/035aa93c963d41e5b04c615c548ea61d/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cp%252F12f7b1211d13400f973d3fd5a72436de%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cp/12f7b1211d13400f973d3fd5a72436de/images/large/7.jpg not downloaded yet
2026-03-26 22:49:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2da/cdf591cb7e5b47fe815fc67dec7d6701/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ce/035aa93c963d41e5b04c615c548ea61d/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ce/035aa93c963d41e5b04c615c548ea61d/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cp%252F12f7b1211d13400f973d3fd5a72436de%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cp/12f7b1211d13400f973d3fd5a72436de/images/large/8.jpg not downloaded yet
2026-03-26 22:49:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ce/035aa93c963d41e5b04c615c548ea61d/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2da/cdf591cb7e5b47fe815fc67dec7d6701/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cp%252F12f7b1211d13400f973d3fd5a72436de%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cp/12f7b1211d13400f973d3fd5a72436de/images/large/9.jpg not downloaded yet
2026-03-26 22:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cp%252F12f7b1211d13400f973d3fd5a72436de%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cp/12f7b1211d13400f973d3fd5a72436de/images/large/10.jpg not downloaded yet
2026-03-26 22:49:24 [ayvens.be] INFO: Found listing with ID: 1985360
2026-03-26 22:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985360%27 HTTP/1.1" 200 None
2026-03-26 22:49:24 [ayvens.be] INFO: Scrape type for 1985360: 1
2026-03-26 22:49:24 [ayvens.be] INFO: Extracting data for car ID: 1985360
2026-03-26 22:49:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 76552fd3-b338-580f-b2a5-4128d2e47df3 with identifier: 1985360
2026-03-26 22:49:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 76552fd3-b338-580f-b2a5-4128d2e47df3 with scrape type 1
2026-03-26 22:49:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 76552fd3-b338-580f-b2a5-4128d2e47df3
2026-03-26 22:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Fa0473f3c80ca44afb7f9166e291890fc%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/a0473f3c80ca44afb7f9166e291890fc/images/large/1.jpg not downloaded yet
2026-03-26 22:49:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7caa610>
2026-03-26 22:49:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d509a2bd-3224-5aa1-a4e3-43f55bb7adc4/d509a2bd-3224-5aa1-a4e3-43f55bb7adc4_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2da%252Fcdf591cb7e5b47fe815fc67dec7d6701%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2da/cdf591cb7e5b47fe815fc67dec7d6701/images/large/9.jpg saved to cache
2026-03-26 22:49:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item d509a2bd-3224-5aa1-a4e3-43f55bb7adc4
2026-03-26 22:49:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79dd2d0>
2026-03-26 22:49:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d509a2bd-3224-5aa1-a4e3-43f55bb7adc4/d509a2bd-3224-5aa1-a4e3-43f55bb7adc4_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2da%252Fcdf591cb7e5b47fe815fc67dec7d6701%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2da/cdf591cb7e5b47fe815fc67dec7d6701/images/large/10.jpg saved to cache
2026-03-26 22:49:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item d509a2bd-3224-5aa1-a4e3-43f55bb7adc4
2026-03-26 22:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Fa0473f3c80ca44afb7f9166e291890fc%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/a0473f3c80ca44afb7f9166e291890fc/images/large/2.jpg not downloaded yet
2026-03-26 22:49:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b781bb10>
2026-03-26 22:49:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_183a01eb-ba00-5b6a-8f49-a0247b53e1f1/183a01eb-ba00-5b6a-8f49-a0247b53e1f1_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ce%252F035aa93c963d41e5b04c615c548ea61d%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ce/035aa93c963d41e5b04c615c548ea61d/images/large/3.jpg saved to cache
2026-03-26 22:49:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 183a01eb-ba00-5b6a-8f49-a0247b53e1f1
2026-03-26 22:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Fa0473f3c80ca44afb7f9166e291890fc%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/a0473f3c80ca44afb7f9166e291890fc/images/large/3.jpg not downloaded yet
2026-03-26 22:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Fa0473f3c80ca44afb7f9166e291890fc%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/a0473f3c80ca44afb7f9166e291890fc/images/large/4.jpg not downloaded yet
2026-03-26 22:49:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76a6e10>
2026-03-26 22:49:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d509a2bd-3224-5aa1-a4e3-43f55bb7adc4/d509a2bd-3224-5aa1-a4e3-43f55bb7adc4_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2da%252Fcdf591cb7e5b47fe815fc67dec7d6701%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2da/cdf591cb7e5b47fe815fc67dec7d6701/images/large/7.jpg saved to cache
2026-03-26 22:49:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item d509a2bd-3224-5aa1-a4e3-43f55bb7adc4
2026-03-26 22:49:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79dc750>
2026-03-26 22:49:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_183a01eb-ba00-5b6a-8f49-a0247b53e1f1/183a01eb-ba00-5b6a-8f49-a0247b53e1f1_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ce%252F035aa93c963d41e5b04c615c548ea61d%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ce/035aa93c963d41e5b04c615c548ea61d/images/large/1.jpg saved to cache
2026-03-26 22:49:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 183a01eb-ba00-5b6a-8f49-a0247b53e1f1
2026-03-26 22:49:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6d811d0>
2026-03-26 22:49:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_183a01eb-ba00-5b6a-8f49-a0247b53e1f1/183a01eb-ba00-5b6a-8f49-a0247b53e1f1_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ce%252F035aa93c963d41e5b04c615c548ea61d%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ce/035aa93c963d41e5b04c615c548ea61d/images/large/4.jpg saved to cache
2026-03-26 22:49:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 183a01eb-ba00-5b6a-8f49-a0247b53e1f1
2026-03-26 22:49:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74ce750>
2026-03-26 22:49:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_183a01eb-ba00-5b6a-8f49-a0247b53e1f1/183a01eb-ba00-5b6a-8f49-a0247b53e1f1_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ce%252F035aa93c963d41e5b04c615c548ea61d%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ce/035aa93c963d41e5b04c615c548ea61d/images/large/2.jpg saved to cache
2026-03-26 22:49:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 183a01eb-ba00-5b6a-8f49-a0247b53e1f1
2026-03-26 22:49:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7570a90>
2026-03-26 22:49:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d509a2bd-3224-5aa1-a4e3-43f55bb7adc4/d509a2bd-3224-5aa1-a4e3-43f55bb7adc4_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2da%252Fcdf591cb7e5b47fe815fc67dec7d6701%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2da/cdf591cb7e5b47fe815fc67dec7d6701/images/large/8.jpg saved to cache
2026-03-26 22:49:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item d509a2bd-3224-5aa1-a4e3-43f55bb7adc4
2026-03-26 22:49:25 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d509a2bd-3224-5aa1-a4e3-43f55bb7adc4, skipping ID generation
2026-03-26 22:49:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d509a2bd-3224-5aa1-a4e3-43f55bb7adc4 with scrape type 1
2026-03-26 22:49:25 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d509a2bd-3224-5aa1-a4e3-43f55bb7adc4 sending to next pipeline
2026-03-26 22:49:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: d509a2bd-3224-5aa1-a4e3-43f55bb7adc4, identifier: 1985357
2026-03-26 22:49:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: d509a2bd-3224-5aa1-a4e3-43f55bb7adc4 with identifier: 1985357
2026-03-26 22:49:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: d509a2bd-3224-5aa1-a4e3-43f55bb7adc4 with identifier: 1985357
2026-03-26 22:49:25 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: d509a2bd-3224-5aa1-a4e3-43f55bb7adc4 with identifier: 1985357 to the API
2026-03-26 22:49:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:49:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:49:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2da/cdf591cb7e5b47fe815fc67dec7d6701/images/large/8.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': 'd509a2bd-3224-5aa1-a4e3-43f55bb7adc4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '3 SERIES TOURING',
'odometer': 150951,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 15,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d509a2bd-3224-5aa1-a4e3-43f55bb7adc4/d509a2bd-3224-5aa1-a4e3-43f55bb7adc4_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 712358,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2da/cdf591cb7e5b47fe815fc67dec7d6701/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d509a2bd-3224-5aa1-a4e3-43f55bb7adc4/d509a2bd-3224-5aa1-a4e3-43f55bb7adc4_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 688048,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2da/cdf591cb7e5b47fe815fc67dec7d6701/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d509a2bd-3224-5aa1-a4e3-43f55bb7adc4/d509a2bd-3224-5aa1-a4e3-43f55bb7adc4_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 676909,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2da/cdf591cb7e5b47fe815fc67dec7d6701/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d509a2bd-3224-5aa1-a4e3-43f55bb7adc4/d509a2bd-3224-5aa1-a4e3-43f55bb7adc4_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 729263,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2da/cdf591cb7e5b47fe815fc67dec7d6701/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d509a2bd-3224-5aa1-a4e3-43f55bb7adc4/d509a2bd-3224-5aa1-a4e3-43f55bb7adc4_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 643589,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2da/cdf591cb7e5b47fe815fc67dec7d6701/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d509a2bd-3224-5aa1-a4e3-43f55bb7adc4/d509a2bd-3224-5aa1-a4e3-43f55bb7adc4_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 606527,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2da/cdf591cb7e5b47fe815fc67dec7d6701/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d509a2bd-3224-5aa1-a4e3-43f55bb7adc4/d509a2bd-3224-5aa1-a4e3-43f55bb7adc4_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 679725,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2da/cdf591cb7e5b47fe815fc67dec7d6701/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d509a2bd-3224-5aa1-a4e3-43f55bb7adc4/d509a2bd-3224-5aa1-a4e3-43f55bb7adc4_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 719039,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2da/cdf591cb7e5b47fe815fc67dec7d6701/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d509a2bd-3224-5aa1-a4e3-43f55bb7adc4/d509a2bd-3224-5aa1-a4e3-43f55bb7adc4_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 507416,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2da/cdf591cb7e5b47fe815fc67dec7d6701/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d509a2bd-3224-5aa1-a4e3-43f55bb7adc4/d509a2bd-3224-5aa1-a4e3-43f55bb7adc4_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 368696,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2da/cdf591cb7e5b47fe815fc67dec7d6701/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-13',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 3 SERIES TOURING 2.0 318D (100KW) TOURING',
'transmission': 'automatic',
'trim': '2.0 318D (100KW) TOURING',
'vin': None,
'year': 2023}
2026-03-26 22:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985357%27 HTTP/1.1" 200 None
2026-03-26 22:49:26 [ayvens.be] INFO: Saving data for 1985357: {'created_time': 1774565366.031621, 'last_price_update_time': 1774565366.03163, 'auction_closing_time': 1774958400.0}
2026-03-26 22:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985357') HTTP/1.1" 204 0
2026-03-26 22:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Fa0473f3c80ca44afb7f9166e291890fc%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/a0473f3c80ca44afb7f9166e291890fc/images/large/5.jpg not downloaded yet
2026-03-26 22:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Fa0473f3c80ca44afb7f9166e291890fc%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/a0473f3c80ca44afb7f9166e291890fc/images/large/6.jpg not downloaded yet
2026-03-26 22:49:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cp/12f7b1211d13400f973d3fd5a72436de/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cp/12f7b1211d13400f973d3fd5a72436de/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cp/12f7b1211d13400f973d3fd5a72436de/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Fa0473f3c80ca44afb7f9166e291890fc%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/a0473f3c80ca44afb7f9166e291890fc/images/large/7.jpg not downloaded yet
2026-03-26 22:49:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ce/035aa93c963d41e5b04c615c548ea61d/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ce/035aa93c963d41e5b04c615c548ea61d/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ce/035aa93c963d41e5b04c615c548ea61d/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Fa0473f3c80ca44afb7f9166e291890fc%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/a0473f3c80ca44afb7f9166e291890fc/images/large/8.jpg not downloaded yet
2026-03-26 22:49:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ce/035aa93c963d41e5b04c615c548ea61d/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ce/035aa93c963d41e5b04c615c548ea61d/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Fa0473f3c80ca44afb7f9166e291890fc%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/a0473f3c80ca44afb7f9166e291890fc/images/large/9.jpg not downloaded yet
2026-03-26 22:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Fa0473f3c80ca44afb7f9166e291890fc%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/a0473f3c80ca44afb7f9166e291890fc/images/large/10.jpg not downloaded yet
2026-03-26 22:49:26 [ayvens.be] INFO: Found listing with ID: 1985361
2026-03-26 22:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985361%27 HTTP/1.1" 200 None
2026-03-26 22:49:26 [ayvens.be] INFO: Scrape type for 1985361: 1
2026-03-26 22:49:26 [ayvens.be] INFO: Extracting data for car ID: 1985361
2026-03-26 22:49:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aac99e38-7861-5476-8a42-9368ec6b38bb with identifier: 1985361
2026-03-26 22:49:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aac99e38-7861-5476-8a42-9368ec6b38bb with scrape type 1
2026-03-26 22:49:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item aac99e38-7861-5476-8a42-9368ec6b38bb
2026-03-26 22:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cq%252F4db8fc92ecf640539502d435f09d3920%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cq/4db8fc92ecf640539502d435f09d3920/images/large/1.jpg not downloaded yet
2026-03-26 22:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cq%252F4db8fc92ecf640539502d435f09d3920%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cq/4db8fc92ecf640539502d435f09d3920/images/large/2.jpg not downloaded yet
2026-03-26 22:49:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79a1890>
2026-03-26 22:49:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0f5f974a-0766-52a4-afdb-ae60ea21c7a8/0f5f974a-0766-52a4-afdb-ae60ea21c7a8_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cp%252F12f7b1211d13400f973d3fd5a72436de%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cp/12f7b1211d13400f973d3fd5a72436de/images/large/3.jpg saved to cache
2026-03-26 22:49:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 0f5f974a-0766-52a4-afdb-ae60ea21c7a8
2026-03-26 22:49:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd0c4f10>
2026-03-26 22:49:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0f5f974a-0766-52a4-afdb-ae60ea21c7a8/0f5f974a-0766-52a4-afdb-ae60ea21c7a8_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cp%252F12f7b1211d13400f973d3fd5a72436de%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cp/12f7b1211d13400f973d3fd5a72436de/images/large/2.jpg saved to cache
2026-03-26 22:49:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 0f5f974a-0766-52a4-afdb-ae60ea21c7a8
2026-03-26 22:49:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cbd690>
2026-03-26 22:49:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0f5f974a-0766-52a4-afdb-ae60ea21c7a8/0f5f974a-0766-52a4-afdb-ae60ea21c7a8_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cp%252F12f7b1211d13400f973d3fd5a72436de%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cp/12f7b1211d13400f973d3fd5a72436de/images/large/1.jpg saved to cache
2026-03-26 22:49:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 0f5f974a-0766-52a4-afdb-ae60ea21c7a8
2026-03-26 22:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cq%252F4db8fc92ecf640539502d435f09d3920%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cq/4db8fc92ecf640539502d435f09d3920/images/large/3.jpg not downloaded yet
2026-03-26 22:49:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7490ed0>
2026-03-26 22:49:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_183a01eb-ba00-5b6a-8f49-a0247b53e1f1/183a01eb-ba00-5b6a-8f49-a0247b53e1f1_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ce%252F035aa93c963d41e5b04c615c548ea61d%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ce/035aa93c963d41e5b04c615c548ea61d/images/large/5.jpg saved to cache
2026-03-26 22:49:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 183a01eb-ba00-5b6a-8f49-a0247b53e1f1
2026-03-26 22:49:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c77950>
2026-03-26 22:49:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_183a01eb-ba00-5b6a-8f49-a0247b53e1f1/183a01eb-ba00-5b6a-8f49-a0247b53e1f1_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ce%252F035aa93c963d41e5b04c615c548ea61d%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ce/035aa93c963d41e5b04c615c548ea61d/images/large/7.jpg saved to cache
2026-03-26 22:49:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 183a01eb-ba00-5b6a-8f49-a0247b53e1f1
2026-03-26 22:49:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e4eb90>
2026-03-26 22:49:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_183a01eb-ba00-5b6a-8f49-a0247b53e1f1/183a01eb-ba00-5b6a-8f49-a0247b53e1f1_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ce%252F035aa93c963d41e5b04c615c548ea61d%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ce/035aa93c963d41e5b04c615c548ea61d/images/large/6.jpg saved to cache
2026-03-26 22:49:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 183a01eb-ba00-5b6a-8f49-a0247b53e1f1
2026-03-26 22:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cq%252F4db8fc92ecf640539502d435f09d3920%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cq/4db8fc92ecf640539502d435f09d3920/images/large/4.jpg not downloaded yet
2026-03-26 22:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cq%252F4db8fc92ecf640539502d435f09d3920%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cq/4db8fc92ecf640539502d435f09d3920/images/large/5.jpg not downloaded yet
2026-03-26 22:49:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c75490>
2026-03-26 22:49:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_183a01eb-ba00-5b6a-8f49-a0247b53e1f1/183a01eb-ba00-5b6a-8f49-a0247b53e1f1_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ce%252F035aa93c963d41e5b04c615c548ea61d%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ce/035aa93c963d41e5b04c615c548ea61d/images/large/9.jpg saved to cache
2026-03-26 22:49:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 183a01eb-ba00-5b6a-8f49-a0247b53e1f1
2026-03-26 22:49:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c69b50>
2026-03-26 22:49:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_183a01eb-ba00-5b6a-8f49-a0247b53e1f1/183a01eb-ba00-5b6a-8f49-a0247b53e1f1_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ce%252F035aa93c963d41e5b04c615c548ea61d%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ce/035aa93c963d41e5b04c615c548ea61d/images/large/10.jpg saved to cache
2026-03-26 22:49:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 183a01eb-ba00-5b6a-8f49-a0247b53e1f1
2026-03-26 22:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cq%252F4db8fc92ecf640539502d435f09d3920%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cq/4db8fc92ecf640539502d435f09d3920/images/large/6.jpg not downloaded yet
2026-03-26 22:49:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cp/12f7b1211d13400f973d3fd5a72436de/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cp/12f7b1211d13400f973d3fd5a72436de/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cq%252F4db8fc92ecf640539502d435f09d3920%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cq/4db8fc92ecf640539502d435f09d3920/images/large/7.jpg not downloaded yet
2026-03-26 22:49:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/a0473f3c80ca44afb7f9166e291890fc/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/a0473f3c80ca44afb7f9166e291890fc/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cp/12f7b1211d13400f973d3fd5a72436de/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cp/12f7b1211d13400f973d3fd5a72436de/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cq%252F4db8fc92ecf640539502d435f09d3920%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cq/4db8fc92ecf640539502d435f09d3920/images/large/8.jpg not downloaded yet
2026-03-26 22:49:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cp/12f7b1211d13400f973d3fd5a72436de/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cq%252F4db8fc92ecf640539502d435f09d3920%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cq/4db8fc92ecf640539502d435f09d3920/images/large/9.jpg not downloaded yet
2026-03-26 22:49:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ce/035aa93c963d41e5b04c615c548ea61d/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cq%252F4db8fc92ecf640539502d435f09d3920%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cq/4db8fc92ecf640539502d435f09d3920/images/large/10.jpg not downloaded yet
2026-03-26 22:49:27 [ayvens.be] INFO: Found listing with ID: 1985362
2026-03-26 22:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985362%27 HTTP/1.1" 200 None
2026-03-26 22:49:27 [ayvens.be] INFO: Scrape type for 1985362: 1
2026-03-26 22:49:27 [ayvens.be] INFO: Extracting data for car ID: 1985362
2026-03-26 22:49:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0360f333-f9a9-58e4-b8ab-91c3bc796021 with identifier: 1985362
2026-03-26 22:49:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0360f333-f9a9-58e4-b8ab-91c3bc796021 with scrape type 1
2026-03-26 22:49:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 0360f333-f9a9-58e4-b8ab-91c3bc796021
2026-03-26 22:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dq%252F5b972144fc264097a9d702323e151826%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dq/5b972144fc264097a9d702323e151826/images/large/1.jpg not downloaded yet
2026-03-26 22:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dq%252F5b972144fc264097a9d702323e151826%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dq/5b972144fc264097a9d702323e151826/images/large/2.jpg not downloaded yet
2026-03-26 22:49:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b729ca90>
2026-03-26 22:49:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0f5f974a-0766-52a4-afdb-ae60ea21c7a8/0f5f974a-0766-52a4-afdb-ae60ea21c7a8_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cp%252F12f7b1211d13400f973d3fd5a72436de%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cp/12f7b1211d13400f973d3fd5a72436de/images/large/4.jpg saved to cache
2026-03-26 22:49:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 0f5f974a-0766-52a4-afdb-ae60ea21c7a8
2026-03-26 22:49:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7aa3410>
2026-03-26 22:49:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0f5f974a-0766-52a4-afdb-ae60ea21c7a8/0f5f974a-0766-52a4-afdb-ae60ea21c7a8_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cp%252F12f7b1211d13400f973d3fd5a72436de%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cp/12f7b1211d13400f973d3fd5a72436de/images/large/5.jpg saved to cache
2026-03-26 22:49:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 0f5f974a-0766-52a4-afdb-ae60ea21c7a8
2026-03-26 22:49:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b742a050>
2026-03-26 22:49:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_76552fd3-b338-580f-b2a5-4128d2e47df3/76552fd3-b338-580f-b2a5-4128d2e47df3_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Fa0473f3c80ca44afb7f9166e291890fc%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/a0473f3c80ca44afb7f9166e291890fc/images/large/1.jpg saved to cache
2026-03-26 22:49:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 76552fd3-b338-580f-b2a5-4128d2e47df3
2026-03-26 22:49:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7cce5d0>
2026-03-26 22:49:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_76552fd3-b338-580f-b2a5-4128d2e47df3/76552fd3-b338-580f-b2a5-4128d2e47df3_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Fa0473f3c80ca44afb7f9166e291890fc%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/a0473f3c80ca44afb7f9166e291890fc/images/large/2.jpg saved to cache
2026-03-26 22:49:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 76552fd3-b338-580f-b2a5-4128d2e47df3
2026-03-26 22:49:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7407390>
2026-03-26 22:49:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0f5f974a-0766-52a4-afdb-ae60ea21c7a8/0f5f974a-0766-52a4-afdb-ae60ea21c7a8_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cp%252F12f7b1211d13400f973d3fd5a72436de%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cp/12f7b1211d13400f973d3fd5a72436de/images/large/6.jpg saved to cache
2026-03-26 22:49:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 0f5f974a-0766-52a4-afdb-ae60ea21c7a8
2026-03-26 22:49:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cc1890>
2026-03-26 22:49:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0f5f974a-0766-52a4-afdb-ae60ea21c7a8/0f5f974a-0766-52a4-afdb-ae60ea21c7a8_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cp%252F12f7b1211d13400f973d3fd5a72436de%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cp/12f7b1211d13400f973d3fd5a72436de/images/large/7.jpg saved to cache
2026-03-26 22:49:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 0f5f974a-0766-52a4-afdb-ae60ea21c7a8
2026-03-26 22:49:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b776bfd0>
2026-03-26 22:49:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0f5f974a-0766-52a4-afdb-ae60ea21c7a8/0f5f974a-0766-52a4-afdb-ae60ea21c7a8_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cp%252F12f7b1211d13400f973d3fd5a72436de%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cp/12f7b1211d13400f973d3fd5a72436de/images/large/10.jpg saved to cache
2026-03-26 22:49:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 0f5f974a-0766-52a4-afdb-ae60ea21c7a8
2026-03-26 22:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dq%252F5b972144fc264097a9d702323e151826%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dq/5b972144fc264097a9d702323e151826/images/large/3.jpg not downloaded yet
2026-03-26 22:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dq%252F5b972144fc264097a9d702323e151826%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dq/5b972144fc264097a9d702323e151826/images/large/4.jpg not downloaded yet
2026-03-26 22:49:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b78c3690>
2026-03-26 22:49:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_183a01eb-ba00-5b6a-8f49-a0247b53e1f1/183a01eb-ba00-5b6a-8f49-a0247b53e1f1_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ce%252F035aa93c963d41e5b04c615c548ea61d%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ce/035aa93c963d41e5b04c615c548ea61d/images/large/8.jpg saved to cache
2026-03-26 22:49:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 183a01eb-ba00-5b6a-8f49-a0247b53e1f1
2026-03-26 22:49:28 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 183a01eb-ba00-5b6a-8f49-a0247b53e1f1, skipping ID generation
2026-03-26 22:49:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 183a01eb-ba00-5b6a-8f49-a0247b53e1f1 with scrape type 1
2026-03-26 22:49:28 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 183a01eb-ba00-5b6a-8f49-a0247b53e1f1 sending to next pipeline
2026-03-26 22:49:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 183a01eb-ba00-5b6a-8f49-a0247b53e1f1, identifier: 1985358
2026-03-26 22:49:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 183a01eb-ba00-5b6a-8f49-a0247b53e1f1 with identifier: 1985358
2026-03-26 22:49:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 183a01eb-ba00-5b6a-8f49-a0247b53e1f1 with identifier: 1985358
2026-03-26 22:49:28 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 183a01eb-ba00-5b6a-8f49-a0247b53e1f1 with identifier: 1985358 to the API
2026-03-26 22:49:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:49:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:49:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2ce/035aa93c963d41e5b04c615c548ea61d/images/large/8.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '183a01eb-ba00-5b6a-8f49-a0247b53e1f1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'KIA',
'model': 'XCEED',
'odometer': 76834,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 22,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_183a01eb-ba00-5b6a-8f49-a0247b53e1f1/183a01eb-ba00-5b6a-8f49-a0247b53e1f1_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 672703,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ce/035aa93c963d41e5b04c615c548ea61d/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_183a01eb-ba00-5b6a-8f49-a0247b53e1f1/183a01eb-ba00-5b6a-8f49-a0247b53e1f1_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 677129,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ce/035aa93c963d41e5b04c615c548ea61d/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_183a01eb-ba00-5b6a-8f49-a0247b53e1f1/183a01eb-ba00-5b6a-8f49-a0247b53e1f1_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 690952,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ce/035aa93c963d41e5b04c615c548ea61d/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_183a01eb-ba00-5b6a-8f49-a0247b53e1f1/183a01eb-ba00-5b6a-8f49-a0247b53e1f1_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 732226,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ce/035aa93c963d41e5b04c615c548ea61d/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_183a01eb-ba00-5b6a-8f49-a0247b53e1f1/183a01eb-ba00-5b6a-8f49-a0247b53e1f1_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 672186,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ce/035aa93c963d41e5b04c615c548ea61d/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_183a01eb-ba00-5b6a-8f49-a0247b53e1f1/183a01eb-ba00-5b6a-8f49-a0247b53e1f1_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 709180,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ce/035aa93c963d41e5b04c615c548ea61d/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_183a01eb-ba00-5b6a-8f49-a0247b53e1f1/183a01eb-ba00-5b6a-8f49-a0247b53e1f1_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 656028,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ce/035aa93c963d41e5b04c615c548ea61d/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_183a01eb-ba00-5b6a-8f49-a0247b53e1f1/183a01eb-ba00-5b6a-8f49-a0247b53e1f1_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 886726,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ce/035aa93c963d41e5b04c615c548ea61d/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_183a01eb-ba00-5b6a-8f49-a0247b53e1f1/183a01eb-ba00-5b6a-8f49-a0247b53e1f1_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 831212,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ce/035aa93c963d41e5b04c615c548ea61d/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_183a01eb-ba00-5b6a-8f49-a0247b53e1f1/183a01eb-ba00-5b6a-8f49-a0247b53e1f1_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 799145,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ce/035aa93c963d41e5b04c615c548ea61d/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-23',
'seats_number': 5,
'seller_name': None,
'title': 'KIA XCEED 1.6 GDI PHEV DCT BUSINESS LINE',
'transmission': 'automatic',
'trim': '1.6 GDI PHEV DCT BUSINESS LINE',
'vin': None,
'year': 2022}
2026-03-26 22:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985358%27 HTTP/1.1" 200 None
2026-03-26 22:49:28 [ayvens.be] INFO: Saving data for 1985358: {'created_time': 1774565368.755878, 'last_price_update_time': 1774565368.755887, 'auction_closing_time': 1774958400.0}
2026-03-26 22:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985358') HTTP/1.1" 204 0
2026-03-26 22:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dq%252F5b972144fc264097a9d702323e151826%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dq/5b972144fc264097a9d702323e151826/images/large/5.jpg not downloaded yet
2026-03-26 22:49:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/a0473f3c80ca44afb7f9166e291890fc/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dq%252F5b972144fc264097a9d702323e151826%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dq/5b972144fc264097a9d702323e151826/images/large/6.jpg not downloaded yet
2026-03-26 22:49:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/a0473f3c80ca44afb7f9166e291890fc/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/a0473f3c80ca44afb7f9166e291890fc/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dq%252F5b972144fc264097a9d702323e151826%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dq/5b972144fc264097a9d702323e151826/images/large/7.jpg not downloaded yet
2026-03-26 22:49:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cp/12f7b1211d13400f973d3fd5a72436de/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/a0473f3c80ca44afb7f9166e291890fc/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cq/4db8fc92ecf640539502d435f09d3920/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cp/12f7b1211d13400f973d3fd5a72436de/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cq/4db8fc92ecf640539502d435f09d3920/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dq%252F5b972144fc264097a9d702323e151826%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dq/5b972144fc264097a9d702323e151826/images/large/8.jpg not downloaded yet
2026-03-26 22:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dq%252F5b972144fc264097a9d702323e151826%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dq/5b972144fc264097a9d702323e151826/images/large/9.jpg not downloaded yet
2026-03-26 22:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dq%252F5b972144fc264097a9d702323e151826%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dq/5b972144fc264097a9d702323e151826/images/large/10.jpg not downloaded yet
2026-03-26 22:49:28 [ayvens.be] INFO: Found listing with ID: 1985363
2026-03-26 22:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985363%27 HTTP/1.1" 200 None
2026-03-26 22:49:28 [ayvens.be] INFO: Scrape type for 1985363: 1
2026-03-26 22:49:28 [ayvens.be] INFO: Extracting data for car ID: 1985363
2026-03-26 22:49:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5d550fb4-a647-5a1b-8837-81f98eace162 with identifier: 1985363
2026-03-26 22:49:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5d550fb4-a647-5a1b-8837-81f98eace162 with scrape type 1
2026-03-26 22:49:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 5d550fb4-a647-5a1b-8837-81f98eace162
2026-03-26 22:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cj%252F9e0ef4bd9e054b08a5af1916c643082f%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cj/9e0ef4bd9e054b08a5af1916c643082f/images/large/1.jpg not downloaded yet
2026-03-26 22:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cj%252F9e0ef4bd9e054b08a5af1916c643082f%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cj/9e0ef4bd9e054b08a5af1916c643082f/images/large/2.jpg not downloaded yet
2026-03-26 22:49:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7290dd0>
2026-03-26 22:49:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_76552fd3-b338-580f-b2a5-4128d2e47df3/76552fd3-b338-580f-b2a5-4128d2e47df3_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Fa0473f3c80ca44afb7f9166e291890fc%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/a0473f3c80ca44afb7f9166e291890fc/images/large/3.jpg saved to cache
2026-03-26 22:49:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 76552fd3-b338-580f-b2a5-4128d2e47df3
2026-03-26 22:49:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77c9e10>
2026-03-26 22:49:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_76552fd3-b338-580f-b2a5-4128d2e47df3/76552fd3-b338-580f-b2a5-4128d2e47df3_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Fa0473f3c80ca44afb7f9166e291890fc%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/a0473f3c80ca44afb7f9166e291890fc/images/large/4.jpg saved to cache
2026-03-26 22:49:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 76552fd3-b338-580f-b2a5-4128d2e47df3
2026-03-26 22:49:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e17cd0>
2026-03-26 22:49:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_76552fd3-b338-580f-b2a5-4128d2e47df3/76552fd3-b338-580f-b2a5-4128d2e47df3_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Fa0473f3c80ca44afb7f9166e291890fc%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/a0473f3c80ca44afb7f9166e291890fc/images/large/5.jpg saved to cache
2026-03-26 22:49:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 76552fd3-b338-580f-b2a5-4128d2e47df3
2026-03-26 22:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cj%252F9e0ef4bd9e054b08a5af1916c643082f%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cj/9e0ef4bd9e054b08a5af1916c643082f/images/large/3.jpg not downloaded yet
2026-03-26 22:49:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7426710>
2026-03-26 22:49:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0f5f974a-0766-52a4-afdb-ae60ea21c7a8/0f5f974a-0766-52a4-afdb-ae60ea21c7a8_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cp%252F12f7b1211d13400f973d3fd5a72436de%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cp/12f7b1211d13400f973d3fd5a72436de/images/large/9.jpg saved to cache
2026-03-26 22:49:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 0f5f974a-0766-52a4-afdb-ae60ea21c7a8
2026-03-26 22:49:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b741de90>
2026-03-26 22:49:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_76552fd3-b338-580f-b2a5-4128d2e47df3/76552fd3-b338-580f-b2a5-4128d2e47df3_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Fa0473f3c80ca44afb7f9166e291890fc%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/a0473f3c80ca44afb7f9166e291890fc/images/large/6.jpg saved to cache
2026-03-26 22:49:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 76552fd3-b338-580f-b2a5-4128d2e47df3
2026-03-26 22:49:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76e37d0>
2026-03-26 22:49:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_aac99e38-7861-5476-8a42-9368ec6b38bb/aac99e38-7861-5476-8a42-9368ec6b38bb_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cq%252F4db8fc92ecf640539502d435f09d3920%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cq/4db8fc92ecf640539502d435f09d3920/images/large/2.jpg saved to cache
2026-03-26 22:49:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item aac99e38-7861-5476-8a42-9368ec6b38bb
2026-03-26 22:49:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7402750>
2026-03-26 22:49:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0f5f974a-0766-52a4-afdb-ae60ea21c7a8/0f5f974a-0766-52a4-afdb-ae60ea21c7a8_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cp%252F12f7b1211d13400f973d3fd5a72436de%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cp/12f7b1211d13400f973d3fd5a72436de/images/large/8.jpg saved to cache
2026-03-26 22:49:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 0f5f974a-0766-52a4-afdb-ae60ea21c7a8
2026-03-26 22:49:29 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0f5f974a-0766-52a4-afdb-ae60ea21c7a8, skipping ID generation
2026-03-26 22:49:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f5f974a-0766-52a4-afdb-ae60ea21c7a8 with scrape type 1
2026-03-26 22:49:29 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0f5f974a-0766-52a4-afdb-ae60ea21c7a8 sending to next pipeline
2026-03-26 22:49:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 0f5f974a-0766-52a4-afdb-ae60ea21c7a8, identifier: 1985359
2026-03-26 22:49:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd3d6c50>
2026-03-26 22:49:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_aac99e38-7861-5476-8a42-9368ec6b38bb/aac99e38-7861-5476-8a42-9368ec6b38bb_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cq%252F4db8fc92ecf640539502d435f09d3920%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cq/4db8fc92ecf640539502d435f09d3920/images/large/3.jpg saved to cache
2026-03-26 22:49:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item aac99e38-7861-5476-8a42-9368ec6b38bb
2026-03-26 22:49:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dq/5b972144fc264097a9d702323e151826/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cj%252F9e0ef4bd9e054b08a5af1916c643082f%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cj/9e0ef4bd9e054b08a5af1916c643082f/images/large/4.jpg not downloaded yet
2026-03-26 22:49:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 0f5f974a-0766-52a4-afdb-ae60ea21c7a8 with identifier: 1985359
2026-03-26 22:49:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 0f5f974a-0766-52a4-afdb-ae60ea21c7a8 with identifier: 1985359
2026-03-26 22:49:29 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 0f5f974a-0766-52a4-afdb-ae60ea21c7a8 with identifier: 1985359 to the API
2026-03-26 22:49:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:49:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:49:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2cp/12f7b1211d13400f973d3fd5a72436de/images/large/8.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '0f5f974a-0766-52a4-afdb-ae60ea21c7a8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'CUPRA',
'model': 'LEON ST',
'odometer': 97512,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 22,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0f5f974a-0766-52a4-afdb-ae60ea21c7a8/0f5f974a-0766-52a4-afdb-ae60ea21c7a8_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 700698,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cp/12f7b1211d13400f973d3fd5a72436de/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0f5f974a-0766-52a4-afdb-ae60ea21c7a8/0f5f974a-0766-52a4-afdb-ae60ea21c7a8_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 713734,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cp/12f7b1211d13400f973d3fd5a72436de/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0f5f974a-0766-52a4-afdb-ae60ea21c7a8/0f5f974a-0766-52a4-afdb-ae60ea21c7a8_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 676977,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cp/12f7b1211d13400f973d3fd5a72436de/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0f5f974a-0766-52a4-afdb-ae60ea21c7a8/0f5f974a-0766-52a4-afdb-ae60ea21c7a8_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 693485,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cp/12f7b1211d13400f973d3fd5a72436de/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0f5f974a-0766-52a4-afdb-ae60ea21c7a8/0f5f974a-0766-52a4-afdb-ae60ea21c7a8_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 669310,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cp/12f7b1211d13400f973d3fd5a72436de/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0f5f974a-0766-52a4-afdb-ae60ea21c7a8/0f5f974a-0766-52a4-afdb-ae60ea21c7a8_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 791809,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cp/12f7b1211d13400f973d3fd5a72436de/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0f5f974a-0766-52a4-afdb-ae60ea21c7a8/0f5f974a-0766-52a4-afdb-ae60ea21c7a8_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 647885,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cp/12f7b1211d13400f973d3fd5a72436de/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0f5f974a-0766-52a4-afdb-ae60ea21c7a8/0f5f974a-0766-52a4-afdb-ae60ea21c7a8_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 803311,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cp/12f7b1211d13400f973d3fd5a72436de/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0f5f974a-0766-52a4-afdb-ae60ea21c7a8/0f5f974a-0766-52a4-afdb-ae60ea21c7a8_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 736052,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cp/12f7b1211d13400f973d3fd5a72436de/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0f5f974a-0766-52a4-afdb-ae60ea21c7a8/0f5f974a-0766-52a4-afdb-ae60ea21c7a8_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 778701,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cp/12f7b1211d13400f973d3fd5a72436de/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-12',
'seats_number': 5,
'seller_name': None,
'title': 'CUPRA LEON ST 1.4 PHEV E-HYBRID 150KW DSG SP',
'transmission': 'automatic',
'trim': '1.4 PHEV E-HYBRID 150KW DSG SP',
'vin': None,
'year': 2022}
2026-03-26 22:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985359%27 HTTP/1.1" 200 None
2026-03-26 22:49:30 [ayvens.be] INFO: Saving data for 1985359: {'created_time': 1774565370.180377, 'last_price_update_time': 1774565370.180387, 'auction_closing_time': 1774958400.0}
2026-03-26 22:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985359') HTTP/1.1" 204 0
2026-03-26 22:49:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dq/5b972144fc264097a9d702323e151826/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dq/5b972144fc264097a9d702323e151826/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cj%252F9e0ef4bd9e054b08a5af1916c643082f%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cj/9e0ef4bd9e054b08a5af1916c643082f/images/large/5.jpg not downloaded yet
2026-03-26 22:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cj%252F9e0ef4bd9e054b08a5af1916c643082f%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cj/9e0ef4bd9e054b08a5af1916c643082f/images/large/6.jpg not downloaded yet
2026-03-26 22:49:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79a6cd0>
2026-03-26 22:49:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0360f333-f9a9-58e4-b8ab-91c3bc796021/0360f333-f9a9-58e4-b8ab-91c3bc796021_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dq%252F5b972144fc264097a9d702323e151826%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dq/5b972144fc264097a9d702323e151826/images/large/1.jpg saved to cache
2026-03-26 22:49:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 0360f333-f9a9-58e4-b8ab-91c3bc796021
2026-03-26 22:49:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cq/4db8fc92ecf640539502d435f09d3920/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cq/4db8fc92ecf640539502d435f09d3920/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cj%252F9e0ef4bd9e054b08a5af1916c643082f%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cj/9e0ef4bd9e054b08a5af1916c643082f/images/large/7.jpg not downloaded yet
2026-03-26 22:49:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cq/4db8fc92ecf640539502d435f09d3920/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cq/4db8fc92ecf640539502d435f09d3920/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cj%252F9e0ef4bd9e054b08a5af1916c643082f%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cj/9e0ef4bd9e054b08a5af1916c643082f/images/large/8.jpg not downloaded yet
2026-03-26 22:49:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cq/4db8fc92ecf640539502d435f09d3920/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dq/5b972144fc264097a9d702323e151826/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cj%252F9e0ef4bd9e054b08a5af1916c643082f%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cj/9e0ef4bd9e054b08a5af1916c643082f/images/large/9.jpg not downloaded yet
2026-03-26 22:49:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79a5e90>
2026-03-26 22:49:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0360f333-f9a9-58e4-b8ab-91c3bc796021/0360f333-f9a9-58e4-b8ab-91c3bc796021_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dq%252F5b972144fc264097a9d702323e151826%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dq/5b972144fc264097a9d702323e151826/images/large/2.jpg saved to cache
2026-03-26 22:49:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 0360f333-f9a9-58e4-b8ab-91c3bc796021
2026-03-26 22:49:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd0c4890>
2026-03-26 22:49:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0360f333-f9a9-58e4-b8ab-91c3bc796021/0360f333-f9a9-58e4-b8ab-91c3bc796021_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dq%252F5b972144fc264097a9d702323e151826%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dq/5b972144fc264097a9d702323e151826/images/large/3.jpg saved to cache
2026-03-26 22:49:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 0360f333-f9a9-58e4-b8ab-91c3bc796021
2026-03-26 22:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cj%252F9e0ef4bd9e054b08a5af1916c643082f%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cj/9e0ef4bd9e054b08a5af1916c643082f/images/large/10.jpg not downloaded yet
2026-03-26 22:49:30 [ayvens.be] INFO: Found listing with ID: 1985364
2026-03-26 22:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985364%27 HTTP/1.1" 200 None
2026-03-26 22:49:30 [ayvens.be] INFO: Scrape type for 1985364: 1
2026-03-26 22:49:30 [ayvens.be] INFO: Extracting data for car ID: 1985364
2026-03-26 22:49:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 572fb211-c34a-540b-b492-e638d580713e with identifier: 1985364
2026-03-26 22:49:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 572fb211-c34a-540b-b492-e638d580713e with scrape type 1
2026-03-26 22:49:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 572fb211-c34a-540b-b492-e638d580713e
2026-03-26 22:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Fe82efa31474242da96748466170068ba%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/e82efa31474242da96748466170068ba/images/large/1.jpg not downloaded yet
2026-03-26 22:49:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6df2590>
2026-03-26 22:49:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_aac99e38-7861-5476-8a42-9368ec6b38bb/aac99e38-7861-5476-8a42-9368ec6b38bb_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cq%252F4db8fc92ecf640539502d435f09d3920%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cq/4db8fc92ecf640539502d435f09d3920/images/large/6.jpg saved to cache
2026-03-26 22:49:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item aac99e38-7861-5476-8a42-9368ec6b38bb
2026-03-26 22:49:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7268f10>
2026-03-26 22:49:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_aac99e38-7861-5476-8a42-9368ec6b38bb/aac99e38-7861-5476-8a42-9368ec6b38bb_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cq%252F4db8fc92ecf640539502d435f09d3920%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cq/4db8fc92ecf640539502d435f09d3920/images/large/4.jpg saved to cache
2026-03-26 22:49:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item aac99e38-7861-5476-8a42-9368ec6b38bb
2026-03-26 22:49:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77cb190>
2026-03-26 22:49:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_aac99e38-7861-5476-8a42-9368ec6b38bb/aac99e38-7861-5476-8a42-9368ec6b38bb_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cq%252F4db8fc92ecf640539502d435f09d3920%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cq/4db8fc92ecf640539502d435f09d3920/images/large/5.jpg saved to cache
2026-03-26 22:49:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item aac99e38-7861-5476-8a42-9368ec6b38bb
2026-03-26 22:49:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7268dd0>
2026-03-26 22:49:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_aac99e38-7861-5476-8a42-9368ec6b38bb/aac99e38-7861-5476-8a42-9368ec6b38bb_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cq%252F4db8fc92ecf640539502d435f09d3920%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cq/4db8fc92ecf640539502d435f09d3920/images/large/1.jpg saved to cache
2026-03-26 22:49:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item aac99e38-7861-5476-8a42-9368ec6b38bb
2026-03-26 22:49:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7770f90>
2026-03-26 22:49:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_aac99e38-7861-5476-8a42-9368ec6b38bb/aac99e38-7861-5476-8a42-9368ec6b38bb_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cq%252F4db8fc92ecf640539502d435f09d3920%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cq/4db8fc92ecf640539502d435f09d3920/images/large/10.jpg saved to cache
2026-03-26 22:49:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item aac99e38-7861-5476-8a42-9368ec6b38bb
2026-03-26 22:49:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b726b090>
2026-03-26 22:49:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0360f333-f9a9-58e4-b8ab-91c3bc796021/0360f333-f9a9-58e4-b8ab-91c3bc796021_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dq%252F5b972144fc264097a9d702323e151826%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dq/5b972144fc264097a9d702323e151826/images/large/5.jpg saved to cache
2026-03-26 22:49:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 0360f333-f9a9-58e4-b8ab-91c3bc796021
2026-03-26 22:49:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dq/5b972144fc264097a9d702323e151826/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dq/5b972144fc264097a9d702323e151826/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Fe82efa31474242da96748466170068ba%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/e82efa31474242da96748466170068ba/images/large/2.jpg not downloaded yet
2026-03-26 22:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Fe82efa31474242da96748466170068ba%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/e82efa31474242da96748466170068ba/images/large/3.jpg not downloaded yet
2026-03-26 22:49:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dq/5b972144fc264097a9d702323e151826/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Fe82efa31474242da96748466170068ba%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/e82efa31474242da96748466170068ba/images/large/4.jpg not downloaded yet
2026-03-26 22:49:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dq/5b972144fc264097a9d702323e151826/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cj/9e0ef4bd9e054b08a5af1916c643082f/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cj/9e0ef4bd9e054b08a5af1916c643082f/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cj/9e0ef4bd9e054b08a5af1916c643082f/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Fe82efa31474242da96748466170068ba%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/e82efa31474242da96748466170068ba/images/large/5.jpg not downloaded yet
2026-03-26 22:49:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cq/4db8fc92ecf640539502d435f09d3920/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Fe82efa31474242da96748466170068ba%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/e82efa31474242da96748466170068ba/images/large/6.jpg not downloaded yet
2026-03-26 22:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Fe82efa31474242da96748466170068ba%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/e82efa31474242da96748466170068ba/images/large/7.jpg not downloaded yet
2026-03-26 22:49:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dq/5b972144fc264097a9d702323e151826/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7caa010>
2026-03-26 22:49:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0360f333-f9a9-58e4-b8ab-91c3bc796021/0360f333-f9a9-58e4-b8ab-91c3bc796021_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dq%252F5b972144fc264097a9d702323e151826%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dq/5b972144fc264097a9d702323e151826/images/large/4.jpg saved to cache
2026-03-26 22:49:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 0360f333-f9a9-58e4-b8ab-91c3bc796021
2026-03-26 22:49:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7458090>
2026-03-26 22:49:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0360f333-f9a9-58e4-b8ab-91c3bc796021/0360f333-f9a9-58e4-b8ab-91c3bc796021_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dq%252F5b972144fc264097a9d702323e151826%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dq/5b972144fc264097a9d702323e151826/images/large/10.jpg saved to cache
2026-03-26 22:49:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 0360f333-f9a9-58e4-b8ab-91c3bc796021
2026-03-26 22:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Fe82efa31474242da96748466170068ba%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/e82efa31474242da96748466170068ba/images/large/8.jpg not downloaded yet
2026-03-26 22:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Fe82efa31474242da96748466170068ba%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/e82efa31474242da96748466170068ba/images/large/9.jpg not downloaded yet
2026-03-26 22:49:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dq/5b972144fc264097a9d702323e151826/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Fe82efa31474242da96748466170068ba%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/e82efa31474242da96748466170068ba/images/large/10.jpg not downloaded yet
2026-03-26 22:49:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77e8350>
2026-03-26 22:49:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0360f333-f9a9-58e4-b8ab-91c3bc796021/0360f333-f9a9-58e4-b8ab-91c3bc796021_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dq%252F5b972144fc264097a9d702323e151826%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dq/5b972144fc264097a9d702323e151826/images/large/9.jpg saved to cache
2026-03-26 22:49:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 0360f333-f9a9-58e4-b8ab-91c3bc796021
2026-03-26 22:49:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77ea050>
2026-03-26 22:49:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0360f333-f9a9-58e4-b8ab-91c3bc796021/0360f333-f9a9-58e4-b8ab-91c3bc796021_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dq%252F5b972144fc264097a9d702323e151826%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dq/5b972144fc264097a9d702323e151826/images/large/8.jpg saved to cache
2026-03-26 22:49:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 0360f333-f9a9-58e4-b8ab-91c3bc796021
2026-03-26 22:49:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e37250>
2026-03-26 22:49:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5d550fb4-a647-5a1b-8837-81f98eace162/5d550fb4-a647-5a1b-8837-81f98eace162_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cj%252F9e0ef4bd9e054b08a5af1916c643082f%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cj/9e0ef4bd9e054b08a5af1916c643082f/images/large/1.jpg saved to cache
2026-03-26 22:49:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 5d550fb4-a647-5a1b-8837-81f98eace162
2026-03-26 22:49:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7913710>
2026-03-26 22:49:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5d550fb4-a647-5a1b-8837-81f98eace162/5d550fb4-a647-5a1b-8837-81f98eace162_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cj%252F9e0ef4bd9e054b08a5af1916c643082f%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cj/9e0ef4bd9e054b08a5af1916c643082f/images/large/2.jpg saved to cache
2026-03-26 22:49:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 5d550fb4-a647-5a1b-8837-81f98eace162
2026-03-26 22:49:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80be057b10>
2026-03-26 22:49:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5d550fb4-a647-5a1b-8837-81f98eace162/5d550fb4-a647-5a1b-8837-81f98eace162_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cj%252F9e0ef4bd9e054b08a5af1916c643082f%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cj/9e0ef4bd9e054b08a5af1916c643082f/images/large/3.jpg saved to cache
2026-03-26 22:49:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 5d550fb4-a647-5a1b-8837-81f98eace162
2026-03-26 22:49:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e16850>
2026-03-26 22:49:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_aac99e38-7861-5476-8a42-9368ec6b38bb/aac99e38-7861-5476-8a42-9368ec6b38bb_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cq%252F4db8fc92ecf640539502d435f09d3920%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cq/4db8fc92ecf640539502d435f09d3920/images/large/9.jpg saved to cache
2026-03-26 22:49:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item aac99e38-7861-5476-8a42-9368ec6b38bb
2026-03-26 22:49:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b776ba10>
2026-03-26 22:49:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0360f333-f9a9-58e4-b8ab-91c3bc796021/0360f333-f9a9-58e4-b8ab-91c3bc796021_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dq%252F5b972144fc264097a9d702323e151826%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dq/5b972144fc264097a9d702323e151826/images/large/7.jpg saved to cache
2026-03-26 22:49:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 0360f333-f9a9-58e4-b8ab-91c3bc796021
2026-03-26 22:49:31 [ayvens.be] INFO: Found listing with ID: 1985365
2026-03-26 22:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985365%27 HTTP/1.1" 200 None
2026-03-26 22:49:32 [ayvens.be] INFO: Scrape type for 1985365: 1
2026-03-26 22:49:32 [ayvens.be] INFO: Extracting data for car ID: 1985365
2026-03-26 22:49:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f18e9342-4f12-553c-b02c-5645e403a20a with identifier: 1985365
2026-03-26 22:49:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f18e9342-4f12-553c-b02c-5645e403a20a with scrape type 1
2026-03-26 22:49:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item f18e9342-4f12-553c-b02c-5645e403a20a
2026-03-26 22:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dw%252F5c52afb6c58a4671aa6fffda8ecaabb7%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dw/5c52afb6c58a4671aa6fffda8ecaabb7/images/large/1.jpg not downloaded yet
2026-03-26 22:49:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cj/9e0ef4bd9e054b08a5af1916c643082f/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dw%252F5c52afb6c58a4671aa6fffda8ecaabb7%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dw/5c52afb6c58a4671aa6fffda8ecaabb7/images/large/2.jpg not downloaded yet
2026-03-26 22:49:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cj/9e0ef4bd9e054b08a5af1916c643082f/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/e82efa31474242da96748466170068ba/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7aeabd0>
2026-03-26 22:49:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0360f333-f9a9-58e4-b8ab-91c3bc796021/0360f333-f9a9-58e4-b8ab-91c3bc796021_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dq%252F5b972144fc264097a9d702323e151826%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dq/5b972144fc264097a9d702323e151826/images/large/6.jpg saved to cache
2026-03-26 22:49:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 0360f333-f9a9-58e4-b8ab-91c3bc796021
2026-03-26 22:49:32 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0360f333-f9a9-58e4-b8ab-91c3bc796021, skipping ID generation
2026-03-26 22:49:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0360f333-f9a9-58e4-b8ab-91c3bc796021 with scrape type 1
2026-03-26 22:49:32 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0360f333-f9a9-58e4-b8ab-91c3bc796021 sending to next pipeline
2026-03-26 22:49:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 0360f333-f9a9-58e4-b8ab-91c3bc796021, identifier: 1985362
2026-03-26 22:49:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cj/9e0ef4bd9e054b08a5af1916c643082f/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dw%252F5c52afb6c58a4671aa6fffda8ecaabb7%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dw/5c52afb6c58a4671aa6fffda8ecaabb7/images/large/3.jpg not downloaded yet
2026-03-26 22:49:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 0360f333-f9a9-58e4-b8ab-91c3bc796021 with identifier: 1985362
2026-03-26 22:49:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 0360f333-f9a9-58e4-b8ab-91c3bc796021 with identifier: 1985362
2026-03-26 22:49:32 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 0360f333-f9a9-58e4-b8ab-91c3bc796021 with identifier: 1985362 to the API
2026-03-26 22:49:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:49:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:49:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2dq/5b972144fc264097a9d702323e151826/images/large/6.jpg>
{'auction_title': '',
'c_o_2_emission_value': 131,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 4,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '0360f333-f9a9-58e4-b8ab-91c3bc796021',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '2 SERIES GRAN COUPAu2030',
'odometer': 77791,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 15,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0360f333-f9a9-58e4-b8ab-91c3bc796021/0360f333-f9a9-58e4-b8ab-91c3bc796021_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 285943,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dq/5b972144fc264097a9d702323e151826/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0360f333-f9a9-58e4-b8ab-91c3bc796021/0360f333-f9a9-58e4-b8ab-91c3bc796021_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 289361,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dq/5b972144fc264097a9d702323e151826/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0360f333-f9a9-58e4-b8ab-91c3bc796021/0360f333-f9a9-58e4-b8ab-91c3bc796021_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 301006,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dq/5b972144fc264097a9d702323e151826/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0360f333-f9a9-58e4-b8ab-91c3bc796021/0360f333-f9a9-58e4-b8ab-91c3bc796021_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 305661,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dq/5b972144fc264097a9d702323e151826/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0360f333-f9a9-58e4-b8ab-91c3bc796021/0360f333-f9a9-58e4-b8ab-91c3bc796021_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 288975,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dq/5b972144fc264097a9d702323e151826/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0360f333-f9a9-58e4-b8ab-91c3bc796021/0360f333-f9a9-58e4-b8ab-91c3bc796021_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 254701,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dq/5b972144fc264097a9d702323e151826/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0360f333-f9a9-58e4-b8ab-91c3bc796021/0360f333-f9a9-58e4-b8ab-91c3bc796021_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 259619,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dq/5b972144fc264097a9d702323e151826/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0360f333-f9a9-58e4-b8ab-91c3bc796021/0360f333-f9a9-58e4-b8ab-91c3bc796021_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 408216,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dq/5b972144fc264097a9d702323e151826/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0360f333-f9a9-58e4-b8ab-91c3bc796021/0360f333-f9a9-58e4-b8ab-91c3bc796021_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 324717,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dq/5b972144fc264097a9d702323e151826/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0360f333-f9a9-58e4-b8ab-91c3bc796021/0360f333-f9a9-58e4-b8ab-91c3bc796021_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 288545,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dq/5b972144fc264097a9d702323e151826/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-05-26',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 2 SERIES GRAN COUPAu2030 1.5 218IA GRAN COUPE',
'transmission': 'automatic',
'trim': '1.5 218IA GRAN COUPE',
'vin': None,
'year': 2023}
2026-03-26 22:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985362%27 HTTP/1.1" 200 None
2026-03-26 22:49:32 [ayvens.be] INFO: Saving data for 1985362: {'created_time': 1774565372.734699, 'last_price_update_time': 1774565372.734708, 'auction_closing_time': 1774958400.0}
2026-03-26 22:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985362') HTTP/1.1" 204 0
2026-03-26 22:49:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cj/9e0ef4bd9e054b08a5af1916c643082f/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cj/9e0ef4bd9e054b08a5af1916c643082f/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dw%252F5c52afb6c58a4671aa6fffda8ecaabb7%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dw/5c52afb6c58a4671aa6fffda8ecaabb7/images/large/4.jpg not downloaded yet
2026-03-26 22:49:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7493fd0>
2026-03-26 22:49:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5d550fb4-a647-5a1b-8837-81f98eace162/5d550fb4-a647-5a1b-8837-81f98eace162_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cj%252F9e0ef4bd9e054b08a5af1916c643082f%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cj/9e0ef4bd9e054b08a5af1916c643082f/images/large/4.jpg saved to cache
2026-03-26 22:49:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 5d550fb4-a647-5a1b-8837-81f98eace162
2026-03-26 22:49:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74ccdd0>
2026-03-26 22:49:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5d550fb4-a647-5a1b-8837-81f98eace162/5d550fb4-a647-5a1b-8837-81f98eace162_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cj%252F9e0ef4bd9e054b08a5af1916c643082f%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cj/9e0ef4bd9e054b08a5af1916c643082f/images/large/6.jpg saved to cache
2026-03-26 22:49:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 5d550fb4-a647-5a1b-8837-81f98eace162
2026-03-26 22:49:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77afa90>
2026-03-26 22:49:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_572fb211-c34a-540b-b492-e638d580713e/572fb211-c34a-540b-b492-e638d580713e_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Fe82efa31474242da96748466170068ba%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/e82efa31474242da96748466170068ba/images/large/1.jpg saved to cache
2026-03-26 22:49:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 572fb211-c34a-540b-b492-e638d580713e
2026-03-26 22:49:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74510d0>
2026-03-26 22:49:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5d550fb4-a647-5a1b-8837-81f98eace162/5d550fb4-a647-5a1b-8837-81f98eace162_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cj%252F9e0ef4bd9e054b08a5af1916c643082f%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cj/9e0ef4bd9e054b08a5af1916c643082f/images/large/5.jpg saved to cache
2026-03-26 22:49:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 5d550fb4-a647-5a1b-8837-81f98eace162
2026-03-26 22:49:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cq/4db8fc92ecf640539502d435f09d3920/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dw%252F5c52afb6c58a4671aa6fffda8ecaabb7%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dw/5c52afb6c58a4671aa6fffda8ecaabb7/images/large/5.jpg not downloaded yet
2026-03-26 22:49:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/e82efa31474242da96748466170068ba/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/e82efa31474242da96748466170068ba/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/e82efa31474242da96748466170068ba/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cj/9e0ef4bd9e054b08a5af1916c643082f/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dw%252F5c52afb6c58a4671aa6fffda8ecaabb7%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dw/5c52afb6c58a4671aa6fffda8ecaabb7/images/large/6.jpg not downloaded yet
2026-03-26 22:49:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7405290>
2026-03-26 22:49:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5d550fb4-a647-5a1b-8837-81f98eace162/5d550fb4-a647-5a1b-8837-81f98eace162_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cj%252F9e0ef4bd9e054b08a5af1916c643082f%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cj/9e0ef4bd9e054b08a5af1916c643082f/images/large/7.jpg saved to cache
2026-03-26 22:49:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 5d550fb4-a647-5a1b-8837-81f98eace162
2026-03-26 22:49:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7746e10>
2026-03-26 22:49:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5d550fb4-a647-5a1b-8837-81f98eace162/5d550fb4-a647-5a1b-8837-81f98eace162_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cj%252F9e0ef4bd9e054b08a5af1916c643082f%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cj/9e0ef4bd9e054b08a5af1916c643082f/images/large/8.jpg saved to cache
2026-03-26 22:49:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 5d550fb4-a647-5a1b-8837-81f98eace162
2026-03-26 22:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dw%252F5c52afb6c58a4671aa6fffda8ecaabb7%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dw/5c52afb6c58a4671aa6fffda8ecaabb7/images/large/7.jpg not downloaded yet
2026-03-26 22:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dw%252F5c52afb6c58a4671aa6fffda8ecaabb7%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dw/5c52afb6c58a4671aa6fffda8ecaabb7/images/large/8.jpg not downloaded yet
2026-03-26 22:49:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7a83c10>
2026-03-26 22:49:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_aac99e38-7861-5476-8a42-9368ec6b38bb/aac99e38-7861-5476-8a42-9368ec6b38bb_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cq%252F4db8fc92ecf640539502d435f09d3920%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cq/4db8fc92ecf640539502d435f09d3920/images/large/8.jpg saved to cache
2026-03-26 22:49:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item aac99e38-7861-5476-8a42-9368ec6b38bb
2026-03-26 22:49:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79f3ed0>
2026-03-26 22:49:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_572fb211-c34a-540b-b492-e638d580713e/572fb211-c34a-540b-b492-e638d580713e_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Fe82efa31474242da96748466170068ba%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/e82efa31474242da96748466170068ba/images/large/4.jpg saved to cache
2026-03-26 22:49:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 572fb211-c34a-540b-b492-e638d580713e
2026-03-26 22:49:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7495610>
2026-03-26 22:49:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_572fb211-c34a-540b-b492-e638d580713e/572fb211-c34a-540b-b492-e638d580713e_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Fe82efa31474242da96748466170068ba%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/e82efa31474242da96748466170068ba/images/large/2.jpg saved to cache
2026-03-26 22:49:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 572fb211-c34a-540b-b492-e638d580713e
2026-03-26 22:49:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b781bf10>
2026-03-26 22:49:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_572fb211-c34a-540b-b492-e638d580713e/572fb211-c34a-540b-b492-e638d580713e_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Fe82efa31474242da96748466170068ba%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/e82efa31474242da96748466170068ba/images/large/3.jpg saved to cache
2026-03-26 22:49:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 572fb211-c34a-540b-b492-e638d580713e
2026-03-26 22:49:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7648610>
2026-03-26 22:49:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5d550fb4-a647-5a1b-8837-81f98eace162/5d550fb4-a647-5a1b-8837-81f98eace162_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cj%252F9e0ef4bd9e054b08a5af1916c643082f%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cj/9e0ef4bd9e054b08a5af1916c643082f/images/large/10.jpg saved to cache
2026-03-26 22:49:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 5d550fb4-a647-5a1b-8837-81f98eace162
2026-03-26 22:49:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/e82efa31474242da96748466170068ba/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/e82efa31474242da96748466170068ba/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dw%252F5c52afb6c58a4671aa6fffda8ecaabb7%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dw/5c52afb6c58a4671aa6fffda8ecaabb7/images/large/9.jpg not downloaded yet
2026-03-26 22:49:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cj/9e0ef4bd9e054b08a5af1916c643082f/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dw%252F5c52afb6c58a4671aa6fffda8ecaabb7%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dw/5c52afb6c58a4671aa6fffda8ecaabb7/images/large/10.jpg not downloaded yet
2026-03-26 22:49:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cq/4db8fc92ecf640539502d435f09d3920/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:33 [ayvens.be] INFO: Found listing with ID: 1985366
2026-03-26 22:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985366%27 HTTP/1.1" 200 None
2026-03-26 22:49:33 [ayvens.be] INFO: Scrape type for 1985366: 1
2026-03-26 22:49:33 [ayvens.be] INFO: Extracting data for car ID: 1985366
2026-03-26 22:49:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1b548f02-98e7-5a1f-81a8-5a1c0ec365ed with identifier: 1985366
2026-03-26 22:49:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b548f02-98e7-5a1f-81a8-5a1c0ec365ed with scrape type 1
2026-03-26 22:49:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 1b548f02-98e7-5a1f-81a8-5a1c0ec365ed
2026-03-26 22:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cv%252Fe04969132c254641b899da29b3ac804b%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cv/e04969132c254641b899da29b3ac804b/images/large/1.jpg not downloaded yet
2026-03-26 22:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cv%252Fe04969132c254641b899da29b3ac804b%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cv/e04969132c254641b899da29b3ac804b/images/large/2.jpg not downloaded yet
2026-03-26 22:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cv%252Fe04969132c254641b899da29b3ac804b%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cv/e04969132c254641b899da29b3ac804b/images/large/3.jpg not downloaded yet
2026-03-26 22:49:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77d6910>
2026-03-26 22:49:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_572fb211-c34a-540b-b492-e638d580713e/572fb211-c34a-540b-b492-e638d580713e_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Fe82efa31474242da96748466170068ba%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/e82efa31474242da96748466170068ba/images/large/5.jpg saved to cache
2026-03-26 22:49:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 572fb211-c34a-540b-b492-e638d580713e
2026-03-26 22:49:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77ad6d0>
2026-03-26 22:49:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_572fb211-c34a-540b-b492-e638d580713e/572fb211-c34a-540b-b492-e638d580713e_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Fe82efa31474242da96748466170068ba%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/e82efa31474242da96748466170068ba/images/large/6.jpg saved to cache
2026-03-26 22:49:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 572fb211-c34a-540b-b492-e638d580713e
2026-03-26 22:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cv%252Fe04969132c254641b899da29b3ac804b%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cv/e04969132c254641b899da29b3ac804b/images/large/4.jpg not downloaded yet
2026-03-26 22:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cv%252Fe04969132c254641b899da29b3ac804b%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cv/e04969132c254641b899da29b3ac804b/images/large/5.jpg not downloaded yet
2026-03-26 22:49:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/e82efa31474242da96748466170068ba/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cv%252Fe04969132c254641b899da29b3ac804b%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cv/e04969132c254641b899da29b3ac804b/images/large/6.jpg not downloaded yet
2026-03-26 22:49:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b788dd90>
2026-03-26 22:49:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5d550fb4-a647-5a1b-8837-81f98eace162/5d550fb4-a647-5a1b-8837-81f98eace162_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cj%252F9e0ef4bd9e054b08a5af1916c643082f%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cj/9e0ef4bd9e054b08a5af1916c643082f/images/large/9.jpg saved to cache
2026-03-26 22:49:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 5d550fb4-a647-5a1b-8837-81f98eace162
2026-03-26 22:49:34 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5d550fb4-a647-5a1b-8837-81f98eace162, skipping ID generation
2026-03-26 22:49:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5d550fb4-a647-5a1b-8837-81f98eace162 with scrape type 1
2026-03-26 22:49:34 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5d550fb4-a647-5a1b-8837-81f98eace162 sending to next pipeline
2026-03-26 22:49:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 5d550fb4-a647-5a1b-8837-81f98eace162, identifier: 1985363
2026-03-26 22:49:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7434f90>
2026-03-26 22:49:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_aac99e38-7861-5476-8a42-9368ec6b38bb/aac99e38-7861-5476-8a42-9368ec6b38bb_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cq%252F4db8fc92ecf640539502d435f09d3920%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cq/4db8fc92ecf640539502d435f09d3920/images/large/7.jpg saved to cache
2026-03-26 22:49:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item aac99e38-7861-5476-8a42-9368ec6b38bb
2026-03-26 22:49:34 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: aac99e38-7861-5476-8a42-9368ec6b38bb, skipping ID generation
2026-03-26 22:49:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aac99e38-7861-5476-8a42-9368ec6b38bb with scrape type 1
2026-03-26 22:49:34 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item aac99e38-7861-5476-8a42-9368ec6b38bb sending to next pipeline
2026-03-26 22:49:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: aac99e38-7861-5476-8a42-9368ec6b38bb, identifier: 1985361
2026-03-26 22:49:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 5d550fb4-a647-5a1b-8837-81f98eace162 with identifier: 1985363
2026-03-26 22:49:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 5d550fb4-a647-5a1b-8837-81f98eace162 with identifier: 1985363
2026-03-26 22:49:34 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 5d550fb4-a647-5a1b-8837-81f98eace162 with identifier: 1985363 to the API
2026-03-26 22:49:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:49:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:49:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2cj/9e0ef4bd9e054b08a5af1916c643082f/images/large/9.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '5d550fb4-a647-5a1b-8837-81f98eace162',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '3008',
'odometer': 74198,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 16,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5d550fb4-a647-5a1b-8837-81f98eace162/5d550fb4-a647-5a1b-8837-81f98eace162_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 671201,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cj/9e0ef4bd9e054b08a5af1916c643082f/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5d550fb4-a647-5a1b-8837-81f98eace162/5d550fb4-a647-5a1b-8837-81f98eace162_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 678518,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cj/9e0ef4bd9e054b08a5af1916c643082f/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5d550fb4-a647-5a1b-8837-81f98eace162/5d550fb4-a647-5a1b-8837-81f98eace162_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 688989,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cj/9e0ef4bd9e054b08a5af1916c643082f/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5d550fb4-a647-5a1b-8837-81f98eace162/5d550fb4-a647-5a1b-8837-81f98eace162_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 727835,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cj/9e0ef4bd9e054b08a5af1916c643082f/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5d550fb4-a647-5a1b-8837-81f98eace162/5d550fb4-a647-5a1b-8837-81f98eace162_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 613230,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cj/9e0ef4bd9e054b08a5af1916c643082f/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5d550fb4-a647-5a1b-8837-81f98eace162/5d550fb4-a647-5a1b-8837-81f98eace162_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 621750,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cj/9e0ef4bd9e054b08a5af1916c643082f/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5d550fb4-a647-5a1b-8837-81f98eace162/5d550fb4-a647-5a1b-8837-81f98eace162_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 697823,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cj/9e0ef4bd9e054b08a5af1916c643082f/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5d550fb4-a647-5a1b-8837-81f98eace162/5d550fb4-a647-5a1b-8837-81f98eace162_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 720357,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cj/9e0ef4bd9e054b08a5af1916c643082f/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5d550fb4-a647-5a1b-8837-81f98eace162/5d550fb4-a647-5a1b-8837-81f98eace162_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 600423,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cj/9e0ef4bd9e054b08a5af1916c643082f/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5d550fb4-a647-5a1b-8837-81f98eace162/5d550fb4-a647-5a1b-8837-81f98eace162_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 418290,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cj/9e0ef4bd9e054b08a5af1916c643082f/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-19',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 3008 1.6 PHEV 225 E-AUTO8 ALLURE PACK',
'transmission': 'automatic',
'trim': '1.6 PHEV 225 E-AUTO8 ALLURE PACK',
'vin': None,
'year': 2021}
2026-03-26 22:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985363%27 HTTP/1.1" 200 None
2026-03-26 22:49:35 [ayvens.be] INFO: Saving data for 1985363: {'created_time': 1774565375.138358, 'last_price_update_time': 1774565375.138369, 'auction_closing_time': 1774958400.0}
2026-03-26 22:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985363') HTTP/1.1" 204 0
2026-03-26 22:49:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: aac99e38-7861-5476-8a42-9368ec6b38bb with identifier: 1985361
2026-03-26 22:49:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: aac99e38-7861-5476-8a42-9368ec6b38bb with identifier: 1985361
2026-03-26 22:49:35 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: aac99e38-7861-5476-8a42-9368ec6b38bb with identifier: 1985361 to the API
2026-03-26 22:49:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:49:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:49:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2cq/4db8fc92ecf640539502d435f09d3920/images/large/7.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': 'aac99e38-7861-5476-8a42-9368ec6b38bb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '5 SERIES TOURING',
'odometer': 66887,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 22,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_aac99e38-7861-5476-8a42-9368ec6b38bb/aac99e38-7861-5476-8a42-9368ec6b38bb_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 681720,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cq/4db8fc92ecf640539502d435f09d3920/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_aac99e38-7861-5476-8a42-9368ec6b38bb/aac99e38-7861-5476-8a42-9368ec6b38bb_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 756162,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cq/4db8fc92ecf640539502d435f09d3920/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_aac99e38-7861-5476-8a42-9368ec6b38bb/aac99e38-7861-5476-8a42-9368ec6b38bb_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 731110,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cq/4db8fc92ecf640539502d435f09d3920/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_aac99e38-7861-5476-8a42-9368ec6b38bb/aac99e38-7861-5476-8a42-9368ec6b38bb_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 747398,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cq/4db8fc92ecf640539502d435f09d3920/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_aac99e38-7861-5476-8a42-9368ec6b38bb/aac99e38-7861-5476-8a42-9368ec6b38bb_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 768213,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cq/4db8fc92ecf640539502d435f09d3920/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_aac99e38-7861-5476-8a42-9368ec6b38bb/aac99e38-7861-5476-8a42-9368ec6b38bb_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 713513,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cq/4db8fc92ecf640539502d435f09d3920/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_aac99e38-7861-5476-8a42-9368ec6b38bb/aac99e38-7861-5476-8a42-9368ec6b38bb_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 685275,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cq/4db8fc92ecf640539502d435f09d3920/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_aac99e38-7861-5476-8a42-9368ec6b38bb/aac99e38-7861-5476-8a42-9368ec6b38bb_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 866888,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cq/4db8fc92ecf640539502d435f09d3920/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_aac99e38-7861-5476-8a42-9368ec6b38bb/aac99e38-7861-5476-8a42-9368ec6b38bb_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 812711,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cq/4db8fc92ecf640539502d435f09d3920/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_aac99e38-7861-5476-8a42-9368ec6b38bb/aac99e38-7861-5476-8a42-9368ec6b38bb_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 699112,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cq/4db8fc92ecf640539502d435f09d3920/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-21',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 5 SERIES TOURING 2.0 520D 120KW TOURING AUTO',
'transmission': 'automatic',
'trim': '2.0 520D 120KW TOURING AUTO',
'vin': None,
'year': 2022}
2026-03-26 22:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985361%27 HTTP/1.1" 200 None
2026-03-26 22:49:35 [ayvens.be] INFO: Saving data for 1985361: {'created_time': 1774565375.469568, 'last_price_update_time': 1774565375.469577, 'auction_closing_time': 1774958400.0}
2026-03-26 22:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985361') HTTP/1.1" 204 0
2026-03-26 22:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cv%252Fe04969132c254641b899da29b3ac804b%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cv/e04969132c254641b899da29b3ac804b/images/large/7.jpg not downloaded yet
2026-03-26 22:49:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/e82efa31474242da96748466170068ba/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cv%252Fe04969132c254641b899da29b3ac804b%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cv/e04969132c254641b899da29b3ac804b/images/large/8.jpg not downloaded yet
2026-03-26 22:49:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74af150>
2026-03-26 22:49:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_572fb211-c34a-540b-b492-e638d580713e/572fb211-c34a-540b-b492-e638d580713e_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Fe82efa31474242da96748466170068ba%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/e82efa31474242da96748466170068ba/images/large/7.jpg saved to cache
2026-03-26 22:49:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 572fb211-c34a-540b-b492-e638d580713e
2026-03-26 22:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cv%252Fe04969132c254641b899da29b3ac804b%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cv/e04969132c254641b899da29b3ac804b/images/large/9.jpg not downloaded yet
2026-03-26 22:49:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/e82efa31474242da96748466170068ba/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cv%252Fe04969132c254641b899da29b3ac804b%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cv/e04969132c254641b899da29b3ac804b/images/large/10.jpg not downloaded yet
2026-03-26 22:49:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7877510>
2026-03-26 22:49:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_572fb211-c34a-540b-b492-e638d580713e/572fb211-c34a-540b-b492-e638d580713e_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Fe82efa31474242da96748466170068ba%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/e82efa31474242da96748466170068ba/images/large/8.jpg saved to cache
2026-03-26 22:49:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 572fb211-c34a-540b-b492-e638d580713e
2026-03-26 22:49:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/e82efa31474242da96748466170068ba/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:35 [ayvens.be] INFO: Found listing with ID: 1985367
2026-03-26 22:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985367%27 HTTP/1.1" 200 None
2026-03-26 22:49:35 [ayvens.be] INFO: Scrape type for 1985367: 1
2026-03-26 22:49:35 [ayvens.be] INFO: Extracting data for car ID: 1985367
2026-03-26 22:49:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4a6db055-8436-5ac6-ad95-391afd5bbc80 with identifier: 1985367
2026-03-26 22:49:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4a6db055-8436-5ac6-ad95-391afd5bbc80 with scrape type 1
2026-03-26 22:49:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 4a6db055-8436-5ac6-ad95-391afd5bbc80
2026-03-26 22:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ck%252F6f810d92f3c748fb8fc82b4c17c802a2%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ck/6f810d92f3c748fb8fc82b4c17c802a2/images/large/1.jpg not downloaded yet
2026-03-26 22:49:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dw/5c52afb6c58a4671aa6fffda8ecaabb7/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ck%252F6f810d92f3c748fb8fc82b4c17c802a2%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ck/6f810d92f3c748fb8fc82b4c17c802a2/images/large/2.jpg not downloaded yet
2026-03-26 22:49:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77bf290>
2026-03-26 22:49:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_572fb211-c34a-540b-b492-e638d580713e/572fb211-c34a-540b-b492-e638d580713e_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Fe82efa31474242da96748466170068ba%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/e82efa31474242da96748466170068ba/images/large/10.jpg saved to cache
2026-03-26 22:49:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 572fb211-c34a-540b-b492-e638d580713e
2026-03-26 22:49:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dw/5c52afb6c58a4671aa6fffda8ecaabb7/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ck%252F6f810d92f3c748fb8fc82b4c17c802a2%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ck/6f810d92f3c748fb8fc82b4c17c802a2/images/large/3.jpg not downloaded yet
2026-03-26 22:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ck%252F6f810d92f3c748fb8fc82b4c17c802a2%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ck/6f810d92f3c748fb8fc82b4c17c802a2/images/large/4.jpg not downloaded yet
2026-03-26 22:49:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dw/5c52afb6c58a4671aa6fffda8ecaabb7/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ck%252F6f810d92f3c748fb8fc82b4c17c802a2%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ck/6f810d92f3c748fb8fc82b4c17c802a2/images/large/5.jpg not downloaded yet
2026-03-26 22:49:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79cf3d0>
2026-03-26 22:49:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_572fb211-c34a-540b-b492-e638d580713e/572fb211-c34a-540b-b492-e638d580713e_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Fe82efa31474242da96748466170068ba%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/e82efa31474242da96748466170068ba/images/large/9.jpg saved to cache
2026-03-26 22:49:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 572fb211-c34a-540b-b492-e638d580713e
2026-03-26 22:49:36 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 572fb211-c34a-540b-b492-e638d580713e, skipping ID generation
2026-03-26 22:49:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 572fb211-c34a-540b-b492-e638d580713e with scrape type 1
2026-03-26 22:49:36 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 572fb211-c34a-540b-b492-e638d580713e sending to next pipeline
2026-03-26 22:49:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 572fb211-c34a-540b-b492-e638d580713e, identifier: 1985364
2026-03-26 22:49:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74fa390>
2026-03-26 22:49:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f18e9342-4f12-553c-b02c-5645e403a20a/f18e9342-4f12-553c-b02c-5645e403a20a_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dw%252F5c52afb6c58a4671aa6fffda8ecaabb7%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dw/5c52afb6c58a4671aa6fffda8ecaabb7/images/large/5.jpg saved to cache
2026-03-26 22:49:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item f18e9342-4f12-553c-b02c-5645e403a20a
2026-03-26 22:49:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 572fb211-c34a-540b-b492-e638d580713e with identifier: 1985364
2026-03-26 22:49:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 572fb211-c34a-540b-b492-e638d580713e with identifier: 1985364
2026-03-26 22:49:36 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 572fb211-c34a-540b-b492-e638d580713e with identifier: 1985364 to the API
2026-03-26 22:49:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:49:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:49:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bp/e82efa31474242da96748466170068ba/images/large/9.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '572fb211-c34a-540b-b492-e638d580713e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'Q5 Sportback',
'odometer': 112798,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 17,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_572fb211-c34a-540b-b492-e638d580713e/572fb211-c34a-540b-b492-e638d580713e_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 244515,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/e82efa31474242da96748466170068ba/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_572fb211-c34a-540b-b492-e638d580713e/572fb211-c34a-540b-b492-e638d580713e_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 236475,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/e82efa31474242da96748466170068ba/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_572fb211-c34a-540b-b492-e638d580713e/572fb211-c34a-540b-b492-e638d580713e_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 257258,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/e82efa31474242da96748466170068ba/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_572fb211-c34a-540b-b492-e638d580713e/572fb211-c34a-540b-b492-e638d580713e_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 259864,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/e82efa31474242da96748466170068ba/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_572fb211-c34a-540b-b492-e638d580713e/572fb211-c34a-540b-b492-e638d580713e_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 285252,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/e82efa31474242da96748466170068ba/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_572fb211-c34a-540b-b492-e638d580713e/572fb211-c34a-540b-b492-e638d580713e_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 288664,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/e82efa31474242da96748466170068ba/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_572fb211-c34a-540b-b492-e638d580713e/572fb211-c34a-540b-b492-e638d580713e_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 260104,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/e82efa31474242da96748466170068ba/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_572fb211-c34a-540b-b492-e638d580713e/572fb211-c34a-540b-b492-e638d580713e_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 324223,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/e82efa31474242da96748466170068ba/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_572fb211-c34a-540b-b492-e638d580713e/572fb211-c34a-540b-b492-e638d580713e_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 360658,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/e82efa31474242da96748466170068ba/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_572fb211-c34a-540b-b492-e638d580713e/572fb211-c34a-540b-b492-e638d580713e_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 273066,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/e82efa31474242da96748466170068ba/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q5 Sportback 2.0 50 TFSI E S TRONIC QUATTRO S LINE',
'transmission': 'automatic',
'trim': '2.0 50 TFSI E S TRONIC QUATTRO S LINE',
'vin': None,
'year': 2022}
2026-03-26 22:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985364%27 HTTP/1.1" 200 None
2026-03-26 22:49:36 [ayvens.be] INFO: Saving data for 1985364: {'created_time': 1774565376.525079, 'last_price_update_time': 1774565376.525092, 'auction_closing_time': 1774958400.0}
2026-03-26 22:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985364') HTTP/1.1" 204 0
2026-03-26 22:49:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dw/5c52afb6c58a4671aa6fffda8ecaabb7/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ck%252F6f810d92f3c748fb8fc82b4c17c802a2%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ck/6f810d92f3c748fb8fc82b4c17c802a2/images/large/6.jpg not downloaded yet
2026-03-26 22:49:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/a0473f3c80ca44afb7f9166e291890fc/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dw/5c52afb6c58a4671aa6fffda8ecaabb7/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ck%252F6f810d92f3c748fb8fc82b4c17c802a2%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ck/6f810d92f3c748fb8fc82b4c17c802a2/images/large/7.jpg not downloaded yet
2026-03-26 22:49:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c83690>
2026-03-26 22:49:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f18e9342-4f12-553c-b02c-5645e403a20a/f18e9342-4f12-553c-b02c-5645e403a20a_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dw%252F5c52afb6c58a4671aa6fffda8ecaabb7%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dw/5c52afb6c58a4671aa6fffda8ecaabb7/images/large/1.jpg saved to cache
2026-03-26 22:49:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item f18e9342-4f12-553c-b02c-5645e403a20a
2026-03-26 22:49:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e1e0d0>
2026-03-26 22:49:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f18e9342-4f12-553c-b02c-5645e403a20a/f18e9342-4f12-553c-b02c-5645e403a20a_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dw%252F5c52afb6c58a4671aa6fffda8ecaabb7%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dw/5c52afb6c58a4671aa6fffda8ecaabb7/images/large/2.jpg saved to cache
2026-03-26 22:49:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item f18e9342-4f12-553c-b02c-5645e403a20a
2026-03-26 22:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ck%252F6f810d92f3c748fb8fc82b4c17c802a2%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ck/6f810d92f3c748fb8fc82b4c17c802a2/images/large/8.jpg not downloaded yet
2026-03-26 22:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ck%252F6f810d92f3c748fb8fc82b4c17c802a2%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ck/6f810d92f3c748fb8fc82b4c17c802a2/images/large/9.jpg not downloaded yet
2026-03-26 22:49:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77ac590>
2026-03-26 22:49:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f18e9342-4f12-553c-b02c-5645e403a20a/f18e9342-4f12-553c-b02c-5645e403a20a_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dw%252F5c52afb6c58a4671aa6fffda8ecaabb7%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dw/5c52afb6c58a4671aa6fffda8ecaabb7/images/large/3.jpg saved to cache
2026-03-26 22:49:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item f18e9342-4f12-553c-b02c-5645e403a20a
2026-03-26 22:49:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd3bab10>
2026-03-26 22:49:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_76552fd3-b338-580f-b2a5-4128d2e47df3/76552fd3-b338-580f-b2a5-4128d2e47df3_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Fa0473f3c80ca44afb7f9166e291890fc%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/a0473f3c80ca44afb7f9166e291890fc/images/large/10.jpg saved to cache
2026-03-26 22:49:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 76552fd3-b338-580f-b2a5-4128d2e47df3
2026-03-26 22:49:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c60410>
2026-03-26 22:49:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f18e9342-4f12-553c-b02c-5645e403a20a/f18e9342-4f12-553c-b02c-5645e403a20a_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dw%252F5c52afb6c58a4671aa6fffda8ecaabb7%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dw/5c52afb6c58a4671aa6fffda8ecaabb7/images/large/4.jpg saved to cache
2026-03-26 22:49:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item f18e9342-4f12-553c-b02c-5645e403a20a
2026-03-26 22:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ck%252F6f810d92f3c748fb8fc82b4c17c802a2%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ck/6f810d92f3c748fb8fc82b4c17c802a2/images/large/10.jpg not downloaded yet
2026-03-26 22:49:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/a0473f3c80ca44afb7f9166e291890fc/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dw/5c52afb6c58a4671aa6fffda8ecaabb7/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dw/5c52afb6c58a4671aa6fffda8ecaabb7/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/a0473f3c80ca44afb7f9166e291890fc/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dw/5c52afb6c58a4671aa6fffda8ecaabb7/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:37 [ayvens.be] INFO: Found listing with ID: 1985368
2026-03-26 22:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985368%27 HTTP/1.1" 200 None
2026-03-26 22:49:37 [ayvens.be] INFO: Scrape type for 1985368: 1
2026-03-26 22:49:37 [ayvens.be] INFO: Extracting data for car ID: 1985368
2026-03-26 22:49:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9123352f-f020-520c-8c81-3f437f438310 with identifier: 1985368
2026-03-26 22:49:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9123352f-f020-520c-8c81-3f437f438310 with scrape type 1
2026-03-26 22:49:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 9123352f-f020-520c-8c81-3f437f438310
2026-03-26 22:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bb%252Fa8719782db134ca2bf94534d2eeccc7b%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bb/a8719782db134ca2bf94534d2eeccc7b/images/large/1.jpg not downloaded yet
2026-03-26 22:49:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cv/e04969132c254641b899da29b3ac804b/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cv/e04969132c254641b899da29b3ac804b/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bb%252Fa8719782db134ca2bf94534d2eeccc7b%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bb/a8719782db134ca2bf94534d2eeccc7b/images/large/2.jpg not downloaded yet
2026-03-26 22:49:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dw/5c52afb6c58a4671aa6fffda8ecaabb7/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bb%252Fa8719782db134ca2bf94534d2eeccc7b%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bb/a8719782db134ca2bf94534d2eeccc7b/images/large/3.jpg not downloaded yet
2026-03-26 22:49:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cv/e04969132c254641b899da29b3ac804b/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bb%252Fa8719782db134ca2bf94534d2eeccc7b%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bb/a8719782db134ca2bf94534d2eeccc7b/images/large/4.jpg not downloaded yet
2026-03-26 22:49:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cv/e04969132c254641b899da29b3ac804b/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b782e890>
2026-03-26 22:49:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_76552fd3-b338-580f-b2a5-4128d2e47df3/76552fd3-b338-580f-b2a5-4128d2e47df3_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Fa0473f3c80ca44afb7f9166e291890fc%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/a0473f3c80ca44afb7f9166e291890fc/images/large/8.jpg saved to cache
2026-03-26 22:49:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 76552fd3-b338-580f-b2a5-4128d2e47df3
2026-03-26 22:49:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cc8350>
2026-03-26 22:49:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f18e9342-4f12-553c-b02c-5645e403a20a/f18e9342-4f12-553c-b02c-5645e403a20a_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dw%252F5c52afb6c58a4671aa6fffda8ecaabb7%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dw/5c52afb6c58a4671aa6fffda8ecaabb7/images/large/8.jpg saved to cache
2026-03-26 22:49:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item f18e9342-4f12-553c-b02c-5645e403a20a
2026-03-26 22:49:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7483b50>
2026-03-26 22:49:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f18e9342-4f12-553c-b02c-5645e403a20a/f18e9342-4f12-553c-b02c-5645e403a20a_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dw%252F5c52afb6c58a4671aa6fffda8ecaabb7%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dw/5c52afb6c58a4671aa6fffda8ecaabb7/images/large/7.jpg saved to cache
2026-03-26 22:49:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item f18e9342-4f12-553c-b02c-5645e403a20a
2026-03-26 22:49:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7483850>
2026-03-26 22:49:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_76552fd3-b338-580f-b2a5-4128d2e47df3/76552fd3-b338-580f-b2a5-4128d2e47df3_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Fa0473f3c80ca44afb7f9166e291890fc%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/a0473f3c80ca44afb7f9166e291890fc/images/large/9.jpg saved to cache
2026-03-26 22:49:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 76552fd3-b338-580f-b2a5-4128d2e47df3
2026-03-26 22:49:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79a1150>
2026-03-26 22:49:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f18e9342-4f12-553c-b02c-5645e403a20a/f18e9342-4f12-553c-b02c-5645e403a20a_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dw%252F5c52afb6c58a4671aa6fffda8ecaabb7%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dw/5c52afb6c58a4671aa6fffda8ecaabb7/images/large/9.jpg saved to cache
2026-03-26 22:49:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item f18e9342-4f12-553c-b02c-5645e403a20a
2026-03-26 22:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bb%252Fa8719782db134ca2bf94534d2eeccc7b%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bb/a8719782db134ca2bf94534d2eeccc7b/images/large/5.jpg not downloaded yet
2026-03-26 22:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bb%252Fa8719782db134ca2bf94534d2eeccc7b%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bb/a8719782db134ca2bf94534d2eeccc7b/images/large/6.jpg not downloaded yet
2026-03-26 22:49:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ck/6f810d92f3c748fb8fc82b4c17c802a2/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bb%252Fa8719782db134ca2bf94534d2eeccc7b%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bb/a8719782db134ca2bf94534d2eeccc7b/images/large/7.jpg not downloaded yet
2026-03-26 22:49:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77d7290>
2026-03-26 22:49:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1b548f02-98e7-5a1f-81a8-5a1c0ec365ed/1b548f02-98e7-5a1f-81a8-5a1c0ec365ed_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cv%252Fe04969132c254641b899da29b3ac804b%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cv/e04969132c254641b899da29b3ac804b/images/large/5.jpg saved to cache
2026-03-26 22:49:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 1b548f02-98e7-5a1f-81a8-5a1c0ec365ed
2026-03-26 22:49:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79f0c90>
2026-03-26 22:49:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1b548f02-98e7-5a1f-81a8-5a1c0ec365ed/1b548f02-98e7-5a1f-81a8-5a1c0ec365ed_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cv%252Fe04969132c254641b899da29b3ac804b%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cv/e04969132c254641b899da29b3ac804b/images/large/7.jpg saved to cache
2026-03-26 22:49:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 1b548f02-98e7-5a1f-81a8-5a1c0ec365ed
2026-03-26 22:49:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b746e910>
2026-03-26 22:49:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f18e9342-4f12-553c-b02c-5645e403a20a/f18e9342-4f12-553c-b02c-5645e403a20a_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dw%252F5c52afb6c58a4671aa6fffda8ecaabb7%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dw/5c52afb6c58a4671aa6fffda8ecaabb7/images/large/10.jpg saved to cache
2026-03-26 22:49:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item f18e9342-4f12-553c-b02c-5645e403a20a
2026-03-26 22:49:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7747210>
2026-03-26 22:49:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1b548f02-98e7-5a1f-81a8-5a1c0ec365ed/1b548f02-98e7-5a1f-81a8-5a1c0ec365ed_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cv%252Fe04969132c254641b899da29b3ac804b%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cv/e04969132c254641b899da29b3ac804b/images/large/9.jpg saved to cache
2026-03-26 22:49:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 1b548f02-98e7-5a1f-81a8-5a1c0ec365ed
2026-03-26 22:49:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd3bab10>
2026-03-26 22:49:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1b548f02-98e7-5a1f-81a8-5a1c0ec365ed/1b548f02-98e7-5a1f-81a8-5a1c0ec365ed_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cv%252Fe04969132c254641b899da29b3ac804b%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cv/e04969132c254641b899da29b3ac804b/images/large/10.jpg saved to cache
2026-03-26 22:49:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 1b548f02-98e7-5a1f-81a8-5a1c0ec365ed
2026-03-26 22:49:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ck/6f810d92f3c748fb8fc82b4c17c802a2/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ck/6f810d92f3c748fb8fc82b4c17c802a2/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bb%252Fa8719782db134ca2bf94534d2eeccc7b%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bb/a8719782db134ca2bf94534d2eeccc7b/images/large/8.jpg not downloaded yet
2026-03-26 22:49:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ck/6f810d92f3c748fb8fc82b4c17c802a2/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bb%252Fa8719782db134ca2bf94534d2eeccc7b%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bb/a8719782db134ca2bf94534d2eeccc7b/images/large/9.jpg not downloaded yet
2026-03-26 22:49:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ck/6f810d92f3c748fb8fc82b4c17c802a2/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7ccf210>
2026-03-26 22:49:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4a6db055-8436-5ac6-ad95-391afd5bbc80/4a6db055-8436-5ac6-ad95-391afd5bbc80_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ck%252F6f810d92f3c748fb8fc82b4c17c802a2%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ck/6f810d92f3c748fb8fc82b4c17c802a2/images/large/1.jpg saved to cache
2026-03-26 22:49:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 4a6db055-8436-5ac6-ad95-391afd5bbc80
2026-03-26 22:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bb%252Fa8719782db134ca2bf94534d2eeccc7b%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bb/a8719782db134ca2bf94534d2eeccc7b/images/large/10.jpg not downloaded yet
2026-03-26 22:49:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ck/6f810d92f3c748fb8fc82b4c17c802a2/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:38 [ayvens.be] INFO: Found listing with ID: 1985369
2026-03-26 22:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985369%27 HTTP/1.1" 200 None
2026-03-26 22:49:38 [ayvens.be] INFO: Scrape type for 1985369: 1
2026-03-26 22:49:38 [ayvens.be] INFO: Extracting data for car ID: 1985369
2026-03-26 22:49:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f59e1dc1-9407-5451-af2c-f810e89334ef with identifier: 1985369
2026-03-26 22:49:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f59e1dc1-9407-5451-af2c-f810e89334ef with scrape type 1
2026-03-26 22:49:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item f59e1dc1-9407-5451-af2c-f810e89334ef
2026-03-26 22:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252Fd0687add2e9d492c905251dbae34fd52%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/d0687add2e9d492c905251dbae34fd52/images/large/1.jpg not downloaded yet
2026-03-26 22:49:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ck/6f810d92f3c748fb8fc82b4c17c802a2/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252Fd0687add2e9d492c905251dbae34fd52%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/d0687add2e9d492c905251dbae34fd52/images/large/2.jpg not downloaded yet
2026-03-26 22:49:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7496050>
2026-03-26 22:49:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4a6db055-8436-5ac6-ad95-391afd5bbc80/4a6db055-8436-5ac6-ad95-391afd5bbc80_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ck%252F6f810d92f3c748fb8fc82b4c17c802a2%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ck/6f810d92f3c748fb8fc82b4c17c802a2/images/large/6.jpg saved to cache
2026-03-26 22:49:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 4a6db055-8436-5ac6-ad95-391afd5bbc80
2026-03-26 22:49:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79ce450>
2026-03-26 22:49:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4a6db055-8436-5ac6-ad95-391afd5bbc80/4a6db055-8436-5ac6-ad95-391afd5bbc80_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ck%252F6f810d92f3c748fb8fc82b4c17c802a2%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ck/6f810d92f3c748fb8fc82b4c17c802a2/images/large/5.jpg saved to cache
2026-03-26 22:49:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 4a6db055-8436-5ac6-ad95-391afd5bbc80
2026-03-26 22:49:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76c7310>
2026-03-26 22:49:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4a6db055-8436-5ac6-ad95-391afd5bbc80/4a6db055-8436-5ac6-ad95-391afd5bbc80_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ck%252F6f810d92f3c748fb8fc82b4c17c802a2%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ck/6f810d92f3c748fb8fc82b4c17c802a2/images/large/4.jpg saved to cache
2026-03-26 22:49:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 4a6db055-8436-5ac6-ad95-391afd5bbc80
2026-03-26 22:49:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7436f90>
2026-03-26 22:49:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4a6db055-8436-5ac6-ad95-391afd5bbc80/4a6db055-8436-5ac6-ad95-391afd5bbc80_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ck%252F6f810d92f3c748fb8fc82b4c17c802a2%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ck/6f810d92f3c748fb8fc82b4c17c802a2/images/large/2.jpg saved to cache
2026-03-26 22:49:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 4a6db055-8436-5ac6-ad95-391afd5bbc80
2026-03-26 22:49:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ck/6f810d92f3c748fb8fc82b4c17c802a2/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252Fd0687add2e9d492c905251dbae34fd52%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/d0687add2e9d492c905251dbae34fd52/images/large/3.jpg not downloaded yet
2026-03-26 22:49:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cv/e04969132c254641b899da29b3ac804b/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cv/e04969132c254641b899da29b3ac804b/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cv/e04969132c254641b899da29b3ac804b/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ck/6f810d92f3c748fb8fc82b4c17c802a2/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252Fd0687add2e9d492c905251dbae34fd52%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/d0687add2e9d492c905251dbae34fd52/images/large/4.jpg not downloaded yet
2026-03-26 22:49:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ck/6f810d92f3c748fb8fc82b4c17c802a2/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c61490>
2026-03-26 22:49:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4a6db055-8436-5ac6-ad95-391afd5bbc80/4a6db055-8436-5ac6-ad95-391afd5bbc80_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ck%252F6f810d92f3c748fb8fc82b4c17c802a2%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ck/6f810d92f3c748fb8fc82b4c17c802a2/images/large/3.jpg saved to cache
2026-03-26 22:49:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 4a6db055-8436-5ac6-ad95-391afd5bbc80
2026-03-26 22:49:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74bdf10>
2026-03-26 22:49:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4a6db055-8436-5ac6-ad95-391afd5bbc80/4a6db055-8436-5ac6-ad95-391afd5bbc80_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ck%252F6f810d92f3c748fb8fc82b4c17c802a2%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ck/6f810d92f3c748fb8fc82b4c17c802a2/images/large/9.jpg saved to cache
2026-03-26 22:49:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 4a6db055-8436-5ac6-ad95-391afd5bbc80
2026-03-26 22:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252Fd0687add2e9d492c905251dbae34fd52%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/d0687add2e9d492c905251dbae34fd52/images/large/5.jpg not downloaded yet
2026-03-26 22:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252Fd0687add2e9d492c905251dbae34fd52%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/d0687add2e9d492c905251dbae34fd52/images/large/6.jpg not downloaded yet
2026-03-26 22:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252Fd0687add2e9d492c905251dbae34fd52%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/d0687add2e9d492c905251dbae34fd52/images/large/7.jpg not downloaded yet
2026-03-26 22:49:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b746f610>
2026-03-26 22:49:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4a6db055-8436-5ac6-ad95-391afd5bbc80/4a6db055-8436-5ac6-ad95-391afd5bbc80_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ck%252F6f810d92f3c748fb8fc82b4c17c802a2%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ck/6f810d92f3c748fb8fc82b4c17c802a2/images/large/8.jpg saved to cache
2026-03-26 22:49:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 4a6db055-8436-5ac6-ad95-391afd5bbc80
2026-03-26 22:49:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b72efe10>
2026-03-26 22:49:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1b548f02-98e7-5a1f-81a8-5a1c0ec365ed/1b548f02-98e7-5a1f-81a8-5a1c0ec365ed_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cv%252Fe04969132c254641b899da29b3ac804b%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cv/e04969132c254641b899da29b3ac804b/images/large/8.jpg saved to cache
2026-03-26 22:49:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 1b548f02-98e7-5a1f-81a8-5a1c0ec365ed
2026-03-26 22:49:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c6be90>
2026-03-26 22:49:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1b548f02-98e7-5a1f-81a8-5a1c0ec365ed/1b548f02-98e7-5a1f-81a8-5a1c0ec365ed_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cv%252Fe04969132c254641b899da29b3ac804b%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cv/e04969132c254641b899da29b3ac804b/images/large/4.jpg saved to cache
2026-03-26 22:49:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 1b548f02-98e7-5a1f-81a8-5a1c0ec365ed
2026-03-26 22:49:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74433d0>
2026-03-26 22:49:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1b548f02-98e7-5a1f-81a8-5a1c0ec365ed/1b548f02-98e7-5a1f-81a8-5a1c0ec365ed_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cv%252Fe04969132c254641b899da29b3ac804b%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cv/e04969132c254641b899da29b3ac804b/images/large/6.jpg saved to cache
2026-03-26 22:49:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 1b548f02-98e7-5a1f-81a8-5a1c0ec365ed
2026-03-26 22:49:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c6b1d0>
2026-03-26 22:49:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4a6db055-8436-5ac6-ad95-391afd5bbc80/4a6db055-8436-5ac6-ad95-391afd5bbc80_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ck%252F6f810d92f3c748fb8fc82b4c17c802a2%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ck/6f810d92f3c748fb8fc82b4c17c802a2/images/large/10.jpg saved to cache
2026-03-26 22:49:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 4a6db055-8436-5ac6-ad95-391afd5bbc80
2026-03-26 22:49:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7726b90>
2026-03-26 22:49:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4a6db055-8436-5ac6-ad95-391afd5bbc80/4a6db055-8436-5ac6-ad95-391afd5bbc80_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ck%252F6f810d92f3c748fb8fc82b4c17c802a2%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ck/6f810d92f3c748fb8fc82b4c17c802a2/images/large/7.jpg saved to cache
2026-03-26 22:49:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 4a6db055-8436-5ac6-ad95-391afd5bbc80
2026-03-26 22:49:39 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4a6db055-8436-5ac6-ad95-391afd5bbc80, skipping ID generation
2026-03-26 22:49:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4a6db055-8436-5ac6-ad95-391afd5bbc80 with scrape type 1
2026-03-26 22:49:39 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4a6db055-8436-5ac6-ad95-391afd5bbc80 sending to next pipeline
2026-03-26 22:49:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 4a6db055-8436-5ac6-ad95-391afd5bbc80, identifier: 1985367
2026-03-26 22:49:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 4a6db055-8436-5ac6-ad95-391afd5bbc80 with identifier: 1985367
2026-03-26 22:49:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 4a6db055-8436-5ac6-ad95-391afd5bbc80 with identifier: 1985367
2026-03-26 22:49:40 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 4a6db055-8436-5ac6-ad95-391afd5bbc80 with identifier: 1985367 to the API
2026-03-26 22:49:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:49:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:49:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2ck/6f810d92f3c748fb8fc82b4c17c802a2/images/large/7.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '4a6db055-8436-5ac6-ad95-391afd5bbc80',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'X2',
'odometer': 53093,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 15,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4a6db055-8436-5ac6-ad95-391afd5bbc80/4a6db055-8436-5ac6-ad95-391afd5bbc80_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 659289,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ck/6f810d92f3c748fb8fc82b4c17c802a2/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4a6db055-8436-5ac6-ad95-391afd5bbc80/4a6db055-8436-5ac6-ad95-391afd5bbc80_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 648506,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ck/6f810d92f3c748fb8fc82b4c17c802a2/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4a6db055-8436-5ac6-ad95-391afd5bbc80/4a6db055-8436-5ac6-ad95-391afd5bbc80_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 720351,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ck/6f810d92f3c748fb8fc82b4c17c802a2/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4a6db055-8436-5ac6-ad95-391afd5bbc80/4a6db055-8436-5ac6-ad95-391afd5bbc80_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 711223,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ck/6f810d92f3c748fb8fc82b4c17c802a2/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4a6db055-8436-5ac6-ad95-391afd5bbc80/4a6db055-8436-5ac6-ad95-391afd5bbc80_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 549133,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ck/6f810d92f3c748fb8fc82b4c17c802a2/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4a6db055-8436-5ac6-ad95-391afd5bbc80/4a6db055-8436-5ac6-ad95-391afd5bbc80_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 537572,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ck/6f810d92f3c748fb8fc82b4c17c802a2/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4a6db055-8436-5ac6-ad95-391afd5bbc80/4a6db055-8436-5ac6-ad95-391afd5bbc80_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 620785,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ck/6f810d92f3c748fb8fc82b4c17c802a2/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4a6db055-8436-5ac6-ad95-391afd5bbc80/4a6db055-8436-5ac6-ad95-391afd5bbc80_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 642672,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ck/6f810d92f3c748fb8fc82b4c17c802a2/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4a6db055-8436-5ac6-ad95-391afd5bbc80/4a6db055-8436-5ac6-ad95-391afd5bbc80_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 612771,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ck/6f810d92f3c748fb8fc82b4c17c802a2/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4a6db055-8436-5ac6-ad95-391afd5bbc80/4a6db055-8436-5ac6-ad95-391afd5bbc80_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 473470,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ck/6f810d92f3c748fb8fc82b4c17c802a2/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-19',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X2 1.5 XDRIVE25E PHEV 162KW)',
'transmission': 'automatic',
'trim': '1.5 XDRIVE25E PHEV 162KW)',
'vin': None,
'year': 2022}
2026-03-26 22:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985367%27 HTTP/1.1" 200 None
2026-03-26 22:49:40 [ayvens.be] INFO: Saving data for 1985367: {'created_time': 1774565380.490741, 'last_price_update_time': 1774565380.49075, 'auction_closing_time': 1774958400.0}
2026-03-26 22:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985367') HTTP/1.1" 204 0
2026-03-26 22:49:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bb/a8719782db134ca2bf94534d2eeccc7b/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252Fd0687add2e9d492c905251dbae34fd52%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/d0687add2e9d492c905251dbae34fd52/images/large/8.jpg not downloaded yet
2026-03-26 22:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252Fd0687add2e9d492c905251dbae34fd52%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/d0687add2e9d492c905251dbae34fd52/images/large/9.jpg not downloaded yet
2026-03-26 22:49:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bb/a8719782db134ca2bf94534d2eeccc7b/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bb/a8719782db134ca2bf94534d2eeccc7b/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252Fd0687add2e9d492c905251dbae34fd52%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/d0687add2e9d492c905251dbae34fd52/images/large/10.jpg not downloaded yet
2026-03-26 22:49:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bb/a8719782db134ca2bf94534d2eeccc7b/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bb/a8719782db134ca2bf94534d2eeccc7b/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bb/a8719782db134ca2bf94534d2eeccc7b/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:40 [ayvens.be] INFO: Found listing with ID: 1985370
2026-03-26 22:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985370%27 HTTP/1.1" 200 None
2026-03-26 22:49:40 [ayvens.be] INFO: Scrape type for 1985370: 1
2026-03-26 22:49:40 [ayvens.be] INFO: Extracting data for car ID: 1985370
2026-03-26 22:49:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bc62ded9-a378-5b04-aa3f-1ff811f2e715 with identifier: 1985370
2026-03-26 22:49:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc62ded9-a378-5b04-aa3f-1ff811f2e715 with scrape type 1
2026-03-26 22:49:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item bc62ded9-a378-5b04-aa3f-1ff811f2e715
2026-03-26 22:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cu%252F69a50597df894c0fa4afd76723909e0c%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cu/69a50597df894c0fa4afd76723909e0c/images/large/1.jpg not downloaded yet
2026-03-26 22:49:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bb/a8719782db134ca2bf94534d2eeccc7b/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bb/a8719782db134ca2bf94534d2eeccc7b/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cu%252F69a50597df894c0fa4afd76723909e0c%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cu/69a50597df894c0fa4afd76723909e0c/images/large/2.jpg not downloaded yet
2026-03-26 22:49:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c6b990>
2026-03-26 22:49:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9123352f-f020-520c-8c81-3f437f438310/9123352f-f020-520c-8c81-3f437f438310_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bb%252Fa8719782db134ca2bf94534d2eeccc7b%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bb/a8719782db134ca2bf94534d2eeccc7b/images/large/1.jpg saved to cache
2026-03-26 22:49:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 9123352f-f020-520c-8c81-3f437f438310
2026-03-26 22:49:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6d83850>
2026-03-26 22:49:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9123352f-f020-520c-8c81-3f437f438310/9123352f-f020-520c-8c81-3f437f438310_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bb%252Fa8719782db134ca2bf94534d2eeccc7b%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bb/a8719782db134ca2bf94534d2eeccc7b/images/large/5.jpg saved to cache
2026-03-26 22:49:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 9123352f-f020-520c-8c81-3f437f438310
2026-03-26 22:49:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7586a10>
2026-03-26 22:49:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9123352f-f020-520c-8c81-3f437f438310/9123352f-f020-520c-8c81-3f437f438310_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bb%252Fa8719782db134ca2bf94534d2eeccc7b%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bb/a8719782db134ca2bf94534d2eeccc7b/images/large/6.jpg saved to cache
2026-03-26 22:49:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 9123352f-f020-520c-8c81-3f437f438310
2026-03-26 22:49:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6d81a10>
2026-03-26 22:49:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9123352f-f020-520c-8c81-3f437f438310/9123352f-f020-520c-8c81-3f437f438310_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bb%252Fa8719782db134ca2bf94534d2eeccc7b%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bb/a8719782db134ca2bf94534d2eeccc7b/images/large/3.jpg saved to cache
2026-03-26 22:49:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 9123352f-f020-520c-8c81-3f437f438310
2026-03-26 22:49:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7412f50>
2026-03-26 22:49:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9123352f-f020-520c-8c81-3f437f438310/9123352f-f020-520c-8c81-3f437f438310_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bb%252Fa8719782db134ca2bf94534d2eeccc7b%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bb/a8719782db134ca2bf94534d2eeccc7b/images/large/4.jpg saved to cache
2026-03-26 22:49:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 9123352f-f020-520c-8c81-3f437f438310
2026-03-26 22:49:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7818d90>
2026-03-26 22:49:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9123352f-f020-520c-8c81-3f437f438310/9123352f-f020-520c-8c81-3f437f438310_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bb%252Fa8719782db134ca2bf94534d2eeccc7b%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bb/a8719782db134ca2bf94534d2eeccc7b/images/large/7.jpg saved to cache
2026-03-26 22:49:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 9123352f-f020-520c-8c81-3f437f438310
2026-03-26 22:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cu%252F69a50597df894c0fa4afd76723909e0c%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cu/69a50597df894c0fa4afd76723909e0c/images/large/3.jpg not downloaded yet
2026-03-26 22:49:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cv/e04969132c254641b899da29b3ac804b/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bg/d0687add2e9d492c905251dbae34fd52/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bg/d0687add2e9d492c905251dbae34fd52/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cv/e04969132c254641b899da29b3ac804b/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cu%252F69a50597df894c0fa4afd76723909e0c%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cu/69a50597df894c0fa4afd76723909e0c/images/large/4.jpg not downloaded yet
2026-03-26 22:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cu%252F69a50597df894c0fa4afd76723909e0c%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cu/69a50597df894c0fa4afd76723909e0c/images/large/5.jpg not downloaded yet
2026-03-26 22:49:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7b17750>
2026-03-26 22:49:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9123352f-f020-520c-8c81-3f437f438310/9123352f-f020-520c-8c81-3f437f438310_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bb%252Fa8719782db134ca2bf94534d2eeccc7b%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bb/a8719782db134ca2bf94534d2eeccc7b/images/large/2.jpg saved to cache
2026-03-26 22:49:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 9123352f-f020-520c-8c81-3f437f438310
2026-03-26 22:49:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7688310>
2026-03-26 22:49:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9123352f-f020-520c-8c81-3f437f438310/9123352f-f020-520c-8c81-3f437f438310_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bb%252Fa8719782db134ca2bf94534d2eeccc7b%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bb/a8719782db134ca2bf94534d2eeccc7b/images/large/8.jpg saved to cache
2026-03-26 22:49:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 9123352f-f020-520c-8c81-3f437f438310
2026-03-26 22:49:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bg/d0687add2e9d492c905251dbae34fd52/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bb/a8719782db134ca2bf94534d2eeccc7b/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cu%252F69a50597df894c0fa4afd76723909e0c%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cu/69a50597df894c0fa4afd76723909e0c/images/large/6.jpg not downloaded yet
2026-03-26 22:49:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bb/a8719782db134ca2bf94534d2eeccc7b/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cu%252F69a50597df894c0fa4afd76723909e0c%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cu/69a50597df894c0fa4afd76723909e0c/images/large/7.jpg not downloaded yet
2026-03-26 22:49:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cv/e04969132c254641b899da29b3ac804b/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76cdf10>
2026-03-26 22:49:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1b548f02-98e7-5a1f-81a8-5a1c0ec365ed/1b548f02-98e7-5a1f-81a8-5a1c0ec365ed_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cv%252Fe04969132c254641b899da29b3ac804b%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cv/e04969132c254641b899da29b3ac804b/images/large/2.jpg saved to cache
2026-03-26 22:49:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 1b548f02-98e7-5a1f-81a8-5a1c0ec365ed
2026-03-26 22:49:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b746ec90>
2026-03-26 22:49:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f59e1dc1-9407-5451-af2c-f810e89334ef/f59e1dc1-9407-5451-af2c-f810e89334ef_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252Fd0687add2e9d492c905251dbae34fd52%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/d0687add2e9d492c905251dbae34fd52/images/large/2.jpg saved to cache
2026-03-26 22:49:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item f59e1dc1-9407-5451-af2c-f810e89334ef
2026-03-26 22:49:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7746990>
2026-03-26 22:49:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f59e1dc1-9407-5451-af2c-f810e89334ef/f59e1dc1-9407-5451-af2c-f810e89334ef_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252Fd0687add2e9d492c905251dbae34fd52%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/d0687add2e9d492c905251dbae34fd52/images/large/1.jpg saved to cache
2026-03-26 22:49:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item f59e1dc1-9407-5451-af2c-f810e89334ef
2026-03-26 22:49:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b788c610>
2026-03-26 22:49:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1b548f02-98e7-5a1f-81a8-5a1c0ec365ed/1b548f02-98e7-5a1f-81a8-5a1c0ec365ed_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cv%252Fe04969132c254641b899da29b3ac804b%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cv/e04969132c254641b899da29b3ac804b/images/large/3.jpg saved to cache
2026-03-26 22:49:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 1b548f02-98e7-5a1f-81a8-5a1c0ec365ed
2026-03-26 22:49:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bg/d0687add2e9d492c905251dbae34fd52/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bg/d0687add2e9d492c905251dbae34fd52/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cu%252F69a50597df894c0fa4afd76723909e0c%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cu/69a50597df894c0fa4afd76723909e0c/images/large/8.jpg not downloaded yet
2026-03-26 22:49:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bg/d0687add2e9d492c905251dbae34fd52/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bg/d0687add2e9d492c905251dbae34fd52/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cu%252F69a50597df894c0fa4afd76723909e0c%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cu/69a50597df894c0fa4afd76723909e0c/images/large/9.jpg not downloaded yet
2026-03-26 22:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cu%252F69a50597df894c0fa4afd76723909e0c%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cu/69a50597df894c0fa4afd76723909e0c/images/large/10.jpg not downloaded yet
2026-03-26 22:49:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79a3810>
2026-03-26 22:49:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f59e1dc1-9407-5451-af2c-f810e89334ef/f59e1dc1-9407-5451-af2c-f810e89334ef_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252Fd0687add2e9d492c905251dbae34fd52%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/d0687add2e9d492c905251dbae34fd52/images/large/3.jpg saved to cache
2026-03-26 22:49:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item f59e1dc1-9407-5451-af2c-f810e89334ef
2026-03-26 22:49:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7a56c50>
2026-03-26 22:49:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9123352f-f020-520c-8c81-3f437f438310/9123352f-f020-520c-8c81-3f437f438310_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bb%252Fa8719782db134ca2bf94534d2eeccc7b%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bb/a8719782db134ca2bf94534d2eeccc7b/images/large/9.jpg saved to cache
2026-03-26 22:49:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 9123352f-f020-520c-8c81-3f437f438310
2026-03-26 22:49:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c684d0>
2026-03-26 22:49:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9123352f-f020-520c-8c81-3f437f438310/9123352f-f020-520c-8c81-3f437f438310_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bb%252Fa8719782db134ca2bf94534d2eeccc7b%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bb/a8719782db134ca2bf94534d2eeccc7b/images/large/10.jpg saved to cache
2026-03-26 22:49:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 9123352f-f020-520c-8c81-3f437f438310
2026-03-26 22:49:42 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9123352f-f020-520c-8c81-3f437f438310, skipping ID generation
2026-03-26 22:49:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9123352f-f020-520c-8c81-3f437f438310 with scrape type 1
2026-03-26 22:49:42 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9123352f-f020-520c-8c81-3f437f438310 sending to next pipeline
2026-03-26 22:49:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 9123352f-f020-520c-8c81-3f437f438310, identifier: 1985368
2026-03-26 22:49:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7448c10>
2026-03-26 22:49:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1b548f02-98e7-5a1f-81a8-5a1c0ec365ed/1b548f02-98e7-5a1f-81a8-5a1c0ec365ed_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cv%252Fe04969132c254641b899da29b3ac804b%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cv/e04969132c254641b899da29b3ac804b/images/large/1.jpg saved to cache
2026-03-26 22:49:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 1b548f02-98e7-5a1f-81a8-5a1c0ec365ed
2026-03-26 22:49:42 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1b548f02-98e7-5a1f-81a8-5a1c0ec365ed, skipping ID generation
2026-03-26 22:49:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b548f02-98e7-5a1f-81a8-5a1c0ec365ed with scrape type 1
2026-03-26 22:49:42 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1b548f02-98e7-5a1f-81a8-5a1c0ec365ed sending to next pipeline
2026-03-26 22:49:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 1b548f02-98e7-5a1f-81a8-5a1c0ec365ed, identifier: 1985366
2026-03-26 22:49:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bg/d0687add2e9d492c905251dbae34fd52/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bg/d0687add2e9d492c905251dbae34fd52/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bg/d0687add2e9d492c905251dbae34fd52/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 9123352f-f020-520c-8c81-3f437f438310 with identifier: 1985368
2026-03-26 22:49:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 9123352f-f020-520c-8c81-3f437f438310 with identifier: 1985368
2026-03-26 22:49:42 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 9123352f-f020-520c-8c81-3f437f438310 with identifier: 1985368 to the API
2026-03-26 22:49:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:49:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:49:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bb/a8719782db134ca2bf94534d2eeccc7b/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '9123352f-f020-520c-8c81-3f437f438310',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'MINI',
'model': 'COUNTRYMAN',
'odometer': 130264,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 20,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9123352f-f020-520c-8c81-3f437f438310/9123352f-f020-520c-8c81-3f437f438310_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 691970,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bb/a8719782db134ca2bf94534d2eeccc7b/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9123352f-f020-520c-8c81-3f437f438310/9123352f-f020-520c-8c81-3f437f438310_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 646026,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bb/a8719782db134ca2bf94534d2eeccc7b/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9123352f-f020-520c-8c81-3f437f438310/9123352f-f020-520c-8c81-3f437f438310_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 655394,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bb/a8719782db134ca2bf94534d2eeccc7b/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9123352f-f020-520c-8c81-3f437f438310/9123352f-f020-520c-8c81-3f437f438310_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 680785,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bb/a8719782db134ca2bf94534d2eeccc7b/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9123352f-f020-520c-8c81-3f437f438310/9123352f-f020-520c-8c81-3f437f438310_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 617872,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bb/a8719782db134ca2bf94534d2eeccc7b/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9123352f-f020-520c-8c81-3f437f438310/9123352f-f020-520c-8c81-3f437f438310_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 560187,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bb/a8719782db134ca2bf94534d2eeccc7b/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9123352f-f020-520c-8c81-3f437f438310/9123352f-f020-520c-8c81-3f437f438310_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 687094,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bb/a8719782db134ca2bf94534d2eeccc7b/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9123352f-f020-520c-8c81-3f437f438310/9123352f-f020-520c-8c81-3f437f438310_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 686168,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bb/a8719782db134ca2bf94534d2eeccc7b/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9123352f-f020-520c-8c81-3f437f438310/9123352f-f020-520c-8c81-3f437f438310_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 572493,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bb/a8719782db134ca2bf94534d2eeccc7b/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9123352f-f020-520c-8c81-3f437f438310/9123352f-f020-520c-8c81-3f437f438310_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 644673,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bb/a8719782db134ca2bf94534d2eeccc7b/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-23',
'seats_number': 5,
'seller_name': None,
'title': 'MINI COUNTRYMAN 1.5 COOPER S E 4WD AUTO',
'transmission': 'automatic',
'trim': '1.5 COOPER S E 4WD AUTO',
'vin': None,
'year': 2021}
2026-03-26 22:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985368%27 HTTP/1.1" 200 None
2026-03-26 22:49:43 [ayvens.be] INFO: Saving data for 1985368: {'created_time': 1774565383.184616, 'last_price_update_time': 1774565383.184627, 'auction_closing_time': 1774958400.0}
2026-03-26 22:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985368') HTTP/1.1" 204 0
2026-03-26 22:49:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 1b548f02-98e7-5a1f-81a8-5a1c0ec365ed with identifier: 1985366
2026-03-26 22:49:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 1b548f02-98e7-5a1f-81a8-5a1c0ec365ed with identifier: 1985366
2026-03-26 22:49:43 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 1b548f02-98e7-5a1f-81a8-5a1c0ec365ed with identifier: 1985366 to the API
2026-03-26 22:49:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:49:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:49:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2cv/e04969132c254641b899da29b3ac804b/images/large/1.jpg>
{'auction_title': '',
'c_o_2_emission_value': 126,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '1b548f02-98e7-5a1f-81a8-5a1c0ec365ed',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '308 SW',
'odometer': 84231,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 14,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1b548f02-98e7-5a1f-81a8-5a1c0ec365ed/1b548f02-98e7-5a1f-81a8-5a1c0ec365ed_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 250504,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cv/e04969132c254641b899da29b3ac804b/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1b548f02-98e7-5a1f-81a8-5a1c0ec365ed/1b548f02-98e7-5a1f-81a8-5a1c0ec365ed_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 238485,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cv/e04969132c254641b899da29b3ac804b/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1b548f02-98e7-5a1f-81a8-5a1c0ec365ed/1b548f02-98e7-5a1f-81a8-5a1c0ec365ed_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 280121,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cv/e04969132c254641b899da29b3ac804b/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1b548f02-98e7-5a1f-81a8-5a1c0ec365ed/1b548f02-98e7-5a1f-81a8-5a1c0ec365ed_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 259419,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cv/e04969132c254641b899da29b3ac804b/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1b548f02-98e7-5a1f-81a8-5a1c0ec365ed/1b548f02-98e7-5a1f-81a8-5a1c0ec365ed_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 247829,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cv/e04969132c254641b899da29b3ac804b/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1b548f02-98e7-5a1f-81a8-5a1c0ec365ed/1b548f02-98e7-5a1f-81a8-5a1c0ec365ed_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 217980,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cv/e04969132c254641b899da29b3ac804b/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1b548f02-98e7-5a1f-81a8-5a1c0ec365ed/1b548f02-98e7-5a1f-81a8-5a1c0ec365ed_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 242295,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cv/e04969132c254641b899da29b3ac804b/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1b548f02-98e7-5a1f-81a8-5a1c0ec365ed/1b548f02-98e7-5a1f-81a8-5a1c0ec365ed_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 394351,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cv/e04969132c254641b899da29b3ac804b/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1b548f02-98e7-5a1f-81a8-5a1c0ec365ed/1b548f02-98e7-5a1f-81a8-5a1c0ec365ed_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 302552,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cv/e04969132c254641b899da29b3ac804b/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1b548f02-98e7-5a1f-81a8-5a1c0ec365ed/1b548f02-98e7-5a1f-81a8-5a1c0ec365ed_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 266641,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cv/e04969132c254641b899da29b3ac804b/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-12',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 308 SW 1.2 PURETECH 81KW S-S ACTIVE PACK',
'transmission': 'manual',
'trim': '1.2 PURETECH 81KW S-S ACTIVE PACK',
'vin': None,
'year': 2022}
2026-03-26 22:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985366%27 HTTP/1.1" 200 None
2026-03-26 22:49:43 [ayvens.be] INFO: Saving data for 1985366: {'created_time': 1774565383.680601, 'last_price_update_time': 1774565383.680611, 'auction_closing_time': 1774958400.0}
2026-03-26 22:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985366') HTTP/1.1" 204 0
2026-03-26 22:49:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cu/69a50597df894c0fa4afd76723909e0c/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:43 [ayvens.be] INFO: Found listing with ID: 1985371
2026-03-26 22:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985371%27 HTTP/1.1" 200 None
2026-03-26 22:49:43 [ayvens.be] INFO: Scrape type for 1985371: 1
2026-03-26 22:49:43 [ayvens.be] INFO: Extracting data for car ID: 1985371
2026-03-26 22:49:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 68726777-665d-5bfe-8065-2c689b768477 with identifier: 1985371
2026-03-26 22:49:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 68726777-665d-5bfe-8065-2c689b768477 with scrape type 1
2026-03-26 22:49:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 68726777-665d-5bfe-8065-2c689b768477
2026-03-26 22:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bf%252Fec001b79662948e88030ab734ef46c32%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bf/ec001b79662948e88030ab734ef46c32/images/large/1.jpg not downloaded yet
2026-03-26 22:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bf%252Fec001b79662948e88030ab734ef46c32%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bf/ec001b79662948e88030ab734ef46c32/images/large/2.jpg not downloaded yet
2026-03-26 22:49:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c61710>
2026-03-26 22:49:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f59e1dc1-9407-5451-af2c-f810e89334ef/f59e1dc1-9407-5451-af2c-f810e89334ef_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252Fd0687add2e9d492c905251dbae34fd52%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/d0687add2e9d492c905251dbae34fd52/images/large/7.jpg saved to cache
2026-03-26 22:49:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item f59e1dc1-9407-5451-af2c-f810e89334ef
2026-03-26 22:49:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74092d0>
2026-03-26 22:49:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f59e1dc1-9407-5451-af2c-f810e89334ef/f59e1dc1-9407-5451-af2c-f810e89334ef_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252Fd0687add2e9d492c905251dbae34fd52%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/d0687add2e9d492c905251dbae34fd52/images/large/6.jpg saved to cache
2026-03-26 22:49:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item f59e1dc1-9407-5451-af2c-f810e89334ef
2026-03-26 22:49:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5ca6f50>
2026-03-26 22:49:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f59e1dc1-9407-5451-af2c-f810e89334ef/f59e1dc1-9407-5451-af2c-f810e89334ef_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252Fd0687add2e9d492c905251dbae34fd52%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/d0687add2e9d492c905251dbae34fd52/images/large/8.jpg saved to cache
2026-03-26 22:49:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item f59e1dc1-9407-5451-af2c-f810e89334ef
2026-03-26 22:49:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77af290>
2026-03-26 22:49:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f59e1dc1-9407-5451-af2c-f810e89334ef/f59e1dc1-9407-5451-af2c-f810e89334ef_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252Fd0687add2e9d492c905251dbae34fd52%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/d0687add2e9d492c905251dbae34fd52/images/large/9.jpg saved to cache
2026-03-26 22:49:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item f59e1dc1-9407-5451-af2c-f810e89334ef
2026-03-26 22:49:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79d5610>
2026-03-26 22:49:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f59e1dc1-9407-5451-af2c-f810e89334ef/f59e1dc1-9407-5451-af2c-f810e89334ef_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252Fd0687add2e9d492c905251dbae34fd52%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/d0687add2e9d492c905251dbae34fd52/images/large/5.jpg saved to cache
2026-03-26 22:49:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item f59e1dc1-9407-5451-af2c-f810e89334ef
2026-03-26 22:49:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77cbb50>
2026-03-26 22:49:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f59e1dc1-9407-5451-af2c-f810e89334ef/f59e1dc1-9407-5451-af2c-f810e89334ef_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252Fd0687add2e9d492c905251dbae34fd52%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/d0687add2e9d492c905251dbae34fd52/images/large/4.jpg saved to cache
2026-03-26 22:49:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item f59e1dc1-9407-5451-af2c-f810e89334ef
2026-03-26 22:49:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77ac290>
2026-03-26 22:49:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f59e1dc1-9407-5451-af2c-f810e89334ef/f59e1dc1-9407-5451-af2c-f810e89334ef_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252Fd0687add2e9d492c905251dbae34fd52%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/d0687add2e9d492c905251dbae34fd52/images/large/10.jpg saved to cache
2026-03-26 22:49:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item f59e1dc1-9407-5451-af2c-f810e89334ef
2026-03-26 22:49:44 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f59e1dc1-9407-5451-af2c-f810e89334ef, skipping ID generation
2026-03-26 22:49:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f59e1dc1-9407-5451-af2c-f810e89334ef with scrape type 1
2026-03-26 22:49:44 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f59e1dc1-9407-5451-af2c-f810e89334ef sending to next pipeline
2026-03-26 22:49:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: f59e1dc1-9407-5451-af2c-f810e89334ef, identifier: 1985369
2026-03-26 22:49:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cu/69a50597df894c0fa4afd76723909e0c/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cu/69a50597df894c0fa4afd76723909e0c/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bf%252Fec001b79662948e88030ab734ef46c32%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bf/ec001b79662948e88030ab734ef46c32/images/large/3.jpg not downloaded yet
2026-03-26 22:49:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: f59e1dc1-9407-5451-af2c-f810e89334ef with identifier: 1985369
2026-03-26 22:49:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: f59e1dc1-9407-5451-af2c-f810e89334ef with identifier: 1985369
2026-03-26 22:49:44 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: f59e1dc1-9407-5451-af2c-f810e89334ef with identifier: 1985369 to the API
2026-03-26 22:49:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:49:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:49:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bg/d0687add2e9d492c905251dbae34fd52/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': 33,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'f59e1dc1-9407-5451-af2c-f810e89334ef',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'Q3 Sportback',
'odometer': 44031,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 16,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f59e1dc1-9407-5451-af2c-f810e89334ef/f59e1dc1-9407-5451-af2c-f810e89334ef_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 287342,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bg/d0687add2e9d492c905251dbae34fd52/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f59e1dc1-9407-5451-af2c-f810e89334ef/f59e1dc1-9407-5451-af2c-f810e89334ef_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 277411,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bg/d0687add2e9d492c905251dbae34fd52/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f59e1dc1-9407-5451-af2c-f810e89334ef/f59e1dc1-9407-5451-af2c-f810e89334ef_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 295339,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bg/d0687add2e9d492c905251dbae34fd52/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f59e1dc1-9407-5451-af2c-f810e89334ef/f59e1dc1-9407-5451-af2c-f810e89334ef_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 292634,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bg/d0687add2e9d492c905251dbae34fd52/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f59e1dc1-9407-5451-af2c-f810e89334ef/f59e1dc1-9407-5451-af2c-f810e89334ef_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 306933,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bg/d0687add2e9d492c905251dbae34fd52/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f59e1dc1-9407-5451-af2c-f810e89334ef/f59e1dc1-9407-5451-af2c-f810e89334ef_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 317297,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bg/d0687add2e9d492c905251dbae34fd52/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f59e1dc1-9407-5451-af2c-f810e89334ef/f59e1dc1-9407-5451-af2c-f810e89334ef_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 292790,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bg/d0687add2e9d492c905251dbae34fd52/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f59e1dc1-9407-5451-af2c-f810e89334ef/f59e1dc1-9407-5451-af2c-f810e89334ef_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 364968,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bg/d0687add2e9d492c905251dbae34fd52/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f59e1dc1-9407-5451-af2c-f810e89334ef/f59e1dc1-9407-5451-af2c-f810e89334ef_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 352219,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bg/d0687add2e9d492c905251dbae34fd52/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f59e1dc1-9407-5451-af2c-f810e89334ef/f59e1dc1-9407-5451-af2c-f810e89334ef_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 309909,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bg/d0687add2e9d492c905251dbae34fd52/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-19',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q3 Sportback 1.4 45 TFSI E S TRONIC',
'transmission': 'automatic',
'trim': '1.4 45 TFSI E S TRONIC',
'vin': None,
'year': 2021}
2026-03-26 22:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985369%27 HTTP/1.1" 200 None
2026-03-26 22:49:44 [ayvens.be] INFO: Saving data for 1985369: {'created_time': 1774565384.747387, 'last_price_update_time': 1774565384.747397, 'auction_closing_time': 1774958400.0}
2026-03-26 22:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985369') HTTP/1.1" 204 0
2026-03-26 22:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bf%252Fec001b79662948e88030ab734ef46c32%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bf/ec001b79662948e88030ab734ef46c32/images/large/4.jpg not downloaded yet
2026-03-26 22:49:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b728dcd0>
2026-03-26 22:49:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bc62ded9-a378-5b04-aa3f-1ff811f2e715/bc62ded9-a378-5b04-aa3f-1ff811f2e715_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cu%252F69a50597df894c0fa4afd76723909e0c%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cu/69a50597df894c0fa4afd76723909e0c/images/large/3.jpg saved to cache
2026-03-26 22:49:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item bc62ded9-a378-5b04-aa3f-1ff811f2e715
2026-03-26 22:49:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dw/5c52afb6c58a4671aa6fffda8ecaabb7/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bf%252Fec001b79662948e88030ab734ef46c32%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bf/ec001b79662948e88030ab734ef46c32/images/large/5.jpg not downloaded yet
2026-03-26 22:49:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b728f290>
2026-03-26 22:49:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bc62ded9-a378-5b04-aa3f-1ff811f2e715/bc62ded9-a378-5b04-aa3f-1ff811f2e715_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cu%252F69a50597df894c0fa4afd76723909e0c%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cu/69a50597df894c0fa4afd76723909e0c/images/large/2.jpg saved to cache
2026-03-26 22:49:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item bc62ded9-a378-5b04-aa3f-1ff811f2e715
2026-03-26 22:49:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79d6a10>
2026-03-26 22:49:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bc62ded9-a378-5b04-aa3f-1ff811f2e715/bc62ded9-a378-5b04-aa3f-1ff811f2e715_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cu%252F69a50597df894c0fa4afd76723909e0c%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cu/69a50597df894c0fa4afd76723909e0c/images/large/1.jpg saved to cache
2026-03-26 22:49:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item bc62ded9-a378-5b04-aa3f-1ff811f2e715
2026-03-26 22:49:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cu/69a50597df894c0fa4afd76723909e0c/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cu/69a50597df894c0fa4afd76723909e0c/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cu/69a50597df894c0fa4afd76723909e0c/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cu/69a50597df894c0fa4afd76723909e0c/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/a0473f3c80ca44afb7f9166e291890fc/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bf%252Fec001b79662948e88030ab734ef46c32%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bf/ec001b79662948e88030ab734ef46c32/images/large/6.jpg not downloaded yet
2026-03-26 22:49:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74b56d0>
2026-03-26 22:49:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f18e9342-4f12-553c-b02c-5645e403a20a/f18e9342-4f12-553c-b02c-5645e403a20a_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dw%252F5c52afb6c58a4671aa6fffda8ecaabb7%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dw/5c52afb6c58a4671aa6fffda8ecaabb7/images/large/6.jpg saved to cache
2026-03-26 22:49:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item f18e9342-4f12-553c-b02c-5645e403a20a
2026-03-26 22:49:45 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f18e9342-4f12-553c-b02c-5645e403a20a, skipping ID generation
2026-03-26 22:49:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f18e9342-4f12-553c-b02c-5645e403a20a with scrape type 1
2026-03-26 22:49:45 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f18e9342-4f12-553c-b02c-5645e403a20a sending to next pipeline
2026-03-26 22:49:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: f18e9342-4f12-553c-b02c-5645e403a20a, identifier: 1985365
2026-03-26 22:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bf%252Fec001b79662948e88030ab734ef46c32%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bf/ec001b79662948e88030ab734ef46c32/images/large/7.jpg not downloaded yet
2026-03-26 22:49:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: f18e9342-4f12-553c-b02c-5645e403a20a with identifier: 1985365
2026-03-26 22:49:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: f18e9342-4f12-553c-b02c-5645e403a20a with identifier: 1985365
2026-03-26 22:49:45 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: f18e9342-4f12-553c-b02c-5645e403a20a with identifier: 1985365 to the API
2026-03-26 22:49:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:49:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:49:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2dw/5c52afb6c58a4671aa6fffda8ecaabb7/images/large/6.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'f18e9342-4f12-553c-b02c-5645e403a20a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'GOLF VIII',
'odometer': 83319,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 16,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f18e9342-4f12-553c-b02c-5645e403a20a/f18e9342-4f12-553c-b02c-5645e403a20a_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 635888,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dw/5c52afb6c58a4671aa6fffda8ecaabb7/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f18e9342-4f12-553c-b02c-5645e403a20a/f18e9342-4f12-553c-b02c-5645e403a20a_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 649755,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dw/5c52afb6c58a4671aa6fffda8ecaabb7/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f18e9342-4f12-553c-b02c-5645e403a20a/f18e9342-4f12-553c-b02c-5645e403a20a_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 717930,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dw/5c52afb6c58a4671aa6fffda8ecaabb7/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f18e9342-4f12-553c-b02c-5645e403a20a/f18e9342-4f12-553c-b02c-5645e403a20a_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 649553,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dw/5c52afb6c58a4671aa6fffda8ecaabb7/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f18e9342-4f12-553c-b02c-5645e403a20a/f18e9342-4f12-553c-b02c-5645e403a20a_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 609697,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dw/5c52afb6c58a4671aa6fffda8ecaabb7/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f18e9342-4f12-553c-b02c-5645e403a20a/f18e9342-4f12-553c-b02c-5645e403a20a_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 573722,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dw/5c52afb6c58a4671aa6fffda8ecaabb7/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f18e9342-4f12-553c-b02c-5645e403a20a/f18e9342-4f12-553c-b02c-5645e403a20a_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 630755,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dw/5c52afb6c58a4671aa6fffda8ecaabb7/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f18e9342-4f12-553c-b02c-5645e403a20a/f18e9342-4f12-553c-b02c-5645e403a20a_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 619274,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dw/5c52afb6c58a4671aa6fffda8ecaabb7/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f18e9342-4f12-553c-b02c-5645e403a20a/f18e9342-4f12-553c-b02c-5645e403a20a_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 621306,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dw/5c52afb6c58a4671aa6fffda8ecaabb7/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f18e9342-4f12-553c-b02c-5645e403a20a/f18e9342-4f12-553c-b02c-5645e403a20a_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 553635,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dw/5c52afb6c58a4671aa6fffda8ecaabb7/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-07-14',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN GOLF VIII 1.4 EHYBRID STYLE BUSINESS DSG',
'transmission': 'automatic',
'trim': '1.4 EHYBRID STYLE BUSINESS DSG',
'vin': None,
'year': 2023}
2026-03-26 22:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985365%27 HTTP/1.1" 200 None
2026-03-26 22:49:45 [ayvens.be] INFO: Saving data for 1985365: {'created_time': 1774565385.547872, 'last_price_update_time': 1774565385.547883, 'auction_closing_time': 1774958400.0}
2026-03-26 22:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985365') HTTP/1.1" 204 0
2026-03-26 22:49:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cu/69a50597df894c0fa4afd76723909e0c/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cu/69a50597df894c0fa4afd76723909e0c/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bf%252Fec001b79662948e88030ab734ef46c32%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bf/ec001b79662948e88030ab734ef46c32/images/large/8.jpg not downloaded yet
2026-03-26 22:49:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e4cb50>
2026-03-26 22:49:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bc62ded9-a378-5b04-aa3f-1ff811f2e715/bc62ded9-a378-5b04-aa3f-1ff811f2e715_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cu%252F69a50597df894c0fa4afd76723909e0c%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cu/69a50597df894c0fa4afd76723909e0c/images/large/4.jpg saved to cache
2026-03-26 22:49:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item bc62ded9-a378-5b04-aa3f-1ff811f2e715
2026-03-26 22:49:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7573290>
2026-03-26 22:49:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bc62ded9-a378-5b04-aa3f-1ff811f2e715/bc62ded9-a378-5b04-aa3f-1ff811f2e715_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cu%252F69a50597df894c0fa4afd76723909e0c%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cu/69a50597df894c0fa4afd76723909e0c/images/large/5.jpg saved to cache
2026-03-26 22:49:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item bc62ded9-a378-5b04-aa3f-1ff811f2e715
2026-03-26 22:49:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77ac0d0>
2026-03-26 22:49:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bc62ded9-a378-5b04-aa3f-1ff811f2e715/bc62ded9-a378-5b04-aa3f-1ff811f2e715_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cu%252F69a50597df894c0fa4afd76723909e0c%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cu/69a50597df894c0fa4afd76723909e0c/images/large/7.jpg saved to cache
2026-03-26 22:49:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item bc62ded9-a378-5b04-aa3f-1ff811f2e715
2026-03-26 22:49:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd0cf990>
2026-03-26 22:49:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bc62ded9-a378-5b04-aa3f-1ff811f2e715/bc62ded9-a378-5b04-aa3f-1ff811f2e715_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cu%252F69a50597df894c0fa4afd76723909e0c%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cu/69a50597df894c0fa4afd76723909e0c/images/large/6.jpg saved to cache
2026-03-26 22:49:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item bc62ded9-a378-5b04-aa3f-1ff811f2e715
2026-03-26 22:49:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7413550>
2026-03-26 22:49:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_76552fd3-b338-580f-b2a5-4128d2e47df3/76552fd3-b338-580f-b2a5-4128d2e47df3_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:49:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Fa0473f3c80ca44afb7f9166e291890fc%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/a0473f3c80ca44afb7f9166e291890fc/images/large/7.jpg saved to cache
2026-03-26 22:49:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 76552fd3-b338-580f-b2a5-4128d2e47df3
2026-03-26 22:49:46 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 76552fd3-b338-580f-b2a5-4128d2e47df3, skipping ID generation
2026-03-26 22:49:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 76552fd3-b338-580f-b2a5-4128d2e47df3 with scrape type 1
2026-03-26 22:49:46 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 76552fd3-b338-580f-b2a5-4128d2e47df3 sending to next pipeline
2026-03-26 22:49:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 76552fd3-b338-580f-b2a5-4128d2e47df3, identifier: 1985360
2026-03-26 22:49:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 76552fd3-b338-580f-b2a5-4128d2e47df3 with identifier: 1985360
2026-03-26 22:49:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 76552fd3-b338-580f-b2a5-4128d2e47df3 with identifier: 1985360
2026-03-26 22:49:46 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 76552fd3-b338-580f-b2a5-4128d2e47df3 with identifier: 1985360 to the API
2026-03-26 22:49:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:49:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:49:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bm/a0473f3c80ca44afb7f9166e291890fc/images/large/7.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': '76552fd3-b338-580f-b2a5-4128d2e47df3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '2008',
'odometer': 92640,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 23,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_76552fd3-b338-580f-b2a5-4128d2e47df3/76552fd3-b338-580f-b2a5-4128d2e47df3_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 621165,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/a0473f3c80ca44afb7f9166e291890fc/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_76552fd3-b338-580f-b2a5-4128d2e47df3/76552fd3-b338-580f-b2a5-4128d2e47df3_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 653185,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/a0473f3c80ca44afb7f9166e291890fc/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_76552fd3-b338-580f-b2a5-4128d2e47df3/76552fd3-b338-580f-b2a5-4128d2e47df3_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 613188,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/a0473f3c80ca44afb7f9166e291890fc/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_76552fd3-b338-580f-b2a5-4128d2e47df3/76552fd3-b338-580f-b2a5-4128d2e47df3_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 643023,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/a0473f3c80ca44afb7f9166e291890fc/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_76552fd3-b338-580f-b2a5-4128d2e47df3/76552fd3-b338-580f-b2a5-4128d2e47df3_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 638062,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/a0473f3c80ca44afb7f9166e291890fc/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_76552fd3-b338-580f-b2a5-4128d2e47df3/76552fd3-b338-580f-b2a5-4128d2e47df3_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 723148,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/a0473f3c80ca44afb7f9166e291890fc/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_76552fd3-b338-580f-b2a5-4128d2e47df3/76552fd3-b338-580f-b2a5-4128d2e47df3_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 700378,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/a0473f3c80ca44afb7f9166e291890fc/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_76552fd3-b338-580f-b2a5-4128d2e47df3/76552fd3-b338-580f-b2a5-4128d2e47df3_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 835695,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/a0473f3c80ca44afb7f9166e291890fc/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_76552fd3-b338-580f-b2a5-4128d2e47df3/76552fd3-b338-580f-b2a5-4128d2e47df3_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 804739,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/a0473f3c80ca44afb7f9166e291890fc/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_76552fd3-b338-580f-b2a5-4128d2e47df3/76552fd3-b338-580f-b2a5-4128d2e47df3_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 818372,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/a0473f3c80ca44afb7f9166e291890fc/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-13',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 2008 1.5 BLUEHDI 81KW S-S STYLE',
'transmission': 'manual',
'trim': '1.5 BLUEHDI 81KW S-S STYLE',
'vin': None,
'year': 2022}
2026-03-26 22:49:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985360%27 HTTP/1.1" 200 None
2026-03-26 22:49:46 [ayvens.be] INFO: Saving data for 1985360: {'created_time': 1774565386.427301, 'last_price_update_time': 1774565386.427311, 'auction_closing_time': 1774958400.0}
2026-03-26 22:49:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985360') HTTP/1.1" 204 0
2026-03-26 22:49:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bf%252Fec001b79662948e88030ab734ef46c32%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bf/ec001b79662948e88030ab734ef46c32/images/large/9.jpg not downloaded yet
2026-03-26 22:49:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7435310>
2026-03-26 22:49:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bc62ded9-a378-5b04-aa3f-1ff811f2e715/bc62ded9-a378-5b04-aa3f-1ff811f2e715_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:49:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cu%252F69a50597df894c0fa4afd76723909e0c%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cu/69a50597df894c0fa4afd76723909e0c/images/large/8.jpg saved to cache
2026-03-26 22:49:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item bc62ded9-a378-5b04-aa3f-1ff811f2e715
2026-03-26 22:49:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74937d0>
2026-03-26 22:49:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bc62ded9-a378-5b04-aa3f-1ff811f2e715/bc62ded9-a378-5b04-aa3f-1ff811f2e715_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:49:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cu%252F69a50597df894c0fa4afd76723909e0c%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cu/69a50597df894c0fa4afd76723909e0c/images/large/9.jpg saved to cache
2026-03-26 22:49:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item bc62ded9-a378-5b04-aa3f-1ff811f2e715
2026-03-26 22:49:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cu/69a50597df894c0fa4afd76723909e0c/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bf%252Fec001b79662948e88030ab734ef46c32%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bf/ec001b79662948e88030ab734ef46c32/images/large/10.jpg not downloaded yet
2026-03-26 22:49:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bf/ec001b79662948e88030ab734ef46c32/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bf/ec001b79662948e88030ab734ef46c32/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bf/ec001b79662948e88030ab734ef46c32/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bf/ec001b79662948e88030ab734ef46c32/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:46 [ayvens.be] INFO: Found listing with ID: 1985372
2026-03-26 22:49:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985372%27 HTTP/1.1" 200 None
2026-03-26 22:49:46 [ayvens.be] INFO: Scrape type for 1985372: 1
2026-03-26 22:49:46 [ayvens.be] INFO: Extracting data for car ID: 1985372
2026-03-26 22:49:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9b4a4a85-7e3f-53c3-a306-36048b1efecf with identifier: 1985372
2026-03-26 22:49:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9b4a4a85-7e3f-53c3-a306-36048b1efecf with scrape type 1
2026-03-26 22:49:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 9b4a4a85-7e3f-53c3-a306-36048b1efecf
2026-03-26 22:49:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dn%252Fda511df0c4614ccda19cfb55f83aa9ff%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dn/da511df0c4614ccda19cfb55f83aa9ff/images/large/1.jpg not downloaded yet
2026-03-26 22:49:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dn%252Fda511df0c4614ccda19cfb55f83aa9ff%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dn/da511df0c4614ccda19cfb55f83aa9ff/images/large/2.jpg not downloaded yet
2026-03-26 22:49:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bf/ec001b79662948e88030ab734ef46c32/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7a63690>
2026-03-26 22:49:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bc62ded9-a378-5b04-aa3f-1ff811f2e715/bc62ded9-a378-5b04-aa3f-1ff811f2e715_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:49:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cu%252F69a50597df894c0fa4afd76723909e0c%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cu/69a50597df894c0fa4afd76723909e0c/images/large/10.jpg saved to cache
2026-03-26 22:49:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item bc62ded9-a378-5b04-aa3f-1ff811f2e715
2026-03-26 22:49:46 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: bc62ded9-a378-5b04-aa3f-1ff811f2e715, skipping ID generation
2026-03-26 22:49:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc62ded9-a378-5b04-aa3f-1ff811f2e715 with scrape type 1
2026-03-26 22:49:46 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item bc62ded9-a378-5b04-aa3f-1ff811f2e715 sending to next pipeline
2026-03-26 22:49:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: bc62ded9-a378-5b04-aa3f-1ff811f2e715, identifier: 1985370
2026-03-26 22:49:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dn%252Fda511df0c4614ccda19cfb55f83aa9ff%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dn/da511df0c4614ccda19cfb55f83aa9ff/images/large/3.jpg not downloaded yet
2026-03-26 22:49:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: bc62ded9-a378-5b04-aa3f-1ff811f2e715 with identifier: 1985370
2026-03-26 22:49:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: bc62ded9-a378-5b04-aa3f-1ff811f2e715 with identifier: 1985370
2026-03-26 22:49:47 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: bc62ded9-a378-5b04-aa3f-1ff811f2e715 with identifier: 1985370 to the API
2026-03-26 22:49:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:49:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:49:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2cu/69a50597df894c0fa4afd76723909e0c/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': 35,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'bc62ded9-a378-5b04-aa3f-1ff811f2e715',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'DS AUTOMOBILES',
'model': 'DS 7 CROSSBACK',
'odometer': 148610,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 15,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bc62ded9-a378-5b04-aa3f-1ff811f2e715/bc62ded9-a378-5b04-aa3f-1ff811f2e715_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 261998,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cu/69a50597df894c0fa4afd76723909e0c/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bc62ded9-a378-5b04-aa3f-1ff811f2e715/bc62ded9-a378-5b04-aa3f-1ff811f2e715_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 267498,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cu/69a50597df894c0fa4afd76723909e0c/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bc62ded9-a378-5b04-aa3f-1ff811f2e715/bc62ded9-a378-5b04-aa3f-1ff811f2e715_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 293435,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cu/69a50597df894c0fa4afd76723909e0c/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bc62ded9-a378-5b04-aa3f-1ff811f2e715/bc62ded9-a378-5b04-aa3f-1ff811f2e715_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 279040,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cu/69a50597df894c0fa4afd76723909e0c/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bc62ded9-a378-5b04-aa3f-1ff811f2e715/bc62ded9-a378-5b04-aa3f-1ff811f2e715_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 291120,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cu/69a50597df894c0fa4afd76723909e0c/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bc62ded9-a378-5b04-aa3f-1ff811f2e715/bc62ded9-a378-5b04-aa3f-1ff811f2e715_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 266208,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cu/69a50597df894c0fa4afd76723909e0c/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bc62ded9-a378-5b04-aa3f-1ff811f2e715/bc62ded9-a378-5b04-aa3f-1ff811f2e715_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 277816,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cu/69a50597df894c0fa4afd76723909e0c/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bc62ded9-a378-5b04-aa3f-1ff811f2e715/bc62ded9-a378-5b04-aa3f-1ff811f2e715_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 365896,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cu/69a50597df894c0fa4afd76723909e0c/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bc62ded9-a378-5b04-aa3f-1ff811f2e715/bc62ded9-a378-5b04-aa3f-1ff811f2e715_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 363018,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cu/69a50597df894c0fa4afd76723909e0c/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bc62ded9-a378-5b04-aa3f-1ff811f2e715/bc62ded9-a378-5b04-aa3f-1ff811f2e715_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 354759,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cu/69a50597df894c0fa4afd76723909e0c/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-02',
'seats_number': 5,
'seller_name': None,
'title': 'DS AUTOMOBILES DS 7 CROSSBACK 1.6 PHEV 225 BASTILLE + AUTO',
'transmission': 'automatic',
'trim': '1.6 PHEV 225 BASTILLE + AUTO',
'vin': None,
'year': 2022}
2026-03-26 22:49:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985370%27 HTTP/1.1" 200 None
2026-03-26 22:49:47 [ayvens.be] INFO: Saving data for 1985370: {'created_time': 1774565387.364909, 'last_price_update_time': 1774565387.36492, 'auction_closing_time': 1774958400.0}
2026-03-26 22:49:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985370') HTTP/1.1" 204 0
2026-03-26 22:49:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7434cd0>
2026-03-26 22:49:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_68726777-665d-5bfe-8065-2c689b768477/68726777-665d-5bfe-8065-2c689b768477_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:49:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bf%252Fec001b79662948e88030ab734ef46c32%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bf/ec001b79662948e88030ab734ef46c32/images/large/2.jpg saved to cache
2026-03-26 22:49:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 68726777-665d-5bfe-8065-2c689b768477
2026-03-26 22:49:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e3cd10>
2026-03-26 22:49:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_68726777-665d-5bfe-8065-2c689b768477/68726777-665d-5bfe-8065-2c689b768477_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:49:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bf%252Fec001b79662948e88030ab734ef46c32%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bf/ec001b79662948e88030ab734ef46c32/images/large/3.jpg saved to cache
2026-03-26 22:49:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 68726777-665d-5bfe-8065-2c689b768477
2026-03-26 22:49:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76c4e90>
2026-03-26 22:49:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_68726777-665d-5bfe-8065-2c689b768477/68726777-665d-5bfe-8065-2c689b768477_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:49:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bf%252Fec001b79662948e88030ab734ef46c32%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bf/ec001b79662948e88030ab734ef46c32/images/large/1.jpg saved to cache
2026-03-26 22:49:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 68726777-665d-5bfe-8065-2c689b768477
2026-03-26 22:49:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd0cf3d0>
2026-03-26 22:49:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_68726777-665d-5bfe-8065-2c689b768477/68726777-665d-5bfe-8065-2c689b768477_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:49:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bf%252Fec001b79662948e88030ab734ef46c32%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bf/ec001b79662948e88030ab734ef46c32/images/large/4.jpg saved to cache
2026-03-26 22:49:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 68726777-665d-5bfe-8065-2c689b768477
2026-03-26 22:49:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dn%252Fda511df0c4614ccda19cfb55f83aa9ff%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dn/da511df0c4614ccda19cfb55f83aa9ff/images/large/4.jpg not downloaded yet
2026-03-26 22:49:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd0aff90>
2026-03-26 22:49:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_68726777-665d-5bfe-8065-2c689b768477/68726777-665d-5bfe-8065-2c689b768477_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bf%252Fec001b79662948e88030ab734ef46c32%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bf/ec001b79662948e88030ab734ef46c32/images/large/5.jpg saved to cache
2026-03-26 22:49:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 68726777-665d-5bfe-8065-2c689b768477
2026-03-26 22:49:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bf/ec001b79662948e88030ab734ef46c32/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bf/ec001b79662948e88030ab734ef46c32/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dn%252Fda511df0c4614ccda19cfb55f83aa9ff%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dn/da511df0c4614ccda19cfb55f83aa9ff/images/large/5.jpg not downloaded yet
2026-03-26 22:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dn%252Fda511df0c4614ccda19cfb55f83aa9ff%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dn/da511df0c4614ccda19cfb55f83aa9ff/images/large/6.jpg not downloaded yet
2026-03-26 22:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dn%252Fda511df0c4614ccda19cfb55f83aa9ff%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dn/da511df0c4614ccda19cfb55f83aa9ff/images/large/7.jpg not downloaded yet
2026-03-26 22:49:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bf/ec001b79662948e88030ab734ef46c32/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dn%252Fda511df0c4614ccda19cfb55f83aa9ff%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dn/da511df0c4614ccda19cfb55f83aa9ff/images/large/8.jpg not downloaded yet
2026-03-26 22:49:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bf/ec001b79662948e88030ab734ef46c32/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bf/ec001b79662948e88030ab734ef46c32/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dn/da511df0c4614ccda19cfb55f83aa9ff/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dn%252Fda511df0c4614ccda19cfb55f83aa9ff%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dn/da511df0c4614ccda19cfb55f83aa9ff/images/large/9.jpg not downloaded yet
2026-03-26 22:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dn%252Fda511df0c4614ccda19cfb55f83aa9ff%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dn/da511df0c4614ccda19cfb55f83aa9ff/images/large/10.jpg not downloaded yet
2026-03-26 22:49:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7412650>
2026-03-26 22:49:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_68726777-665d-5bfe-8065-2c689b768477/68726777-665d-5bfe-8065-2c689b768477_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bf%252Fec001b79662948e88030ab734ef46c32%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bf/ec001b79662948e88030ab734ef46c32/images/large/6.jpg saved to cache
2026-03-26 22:49:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 68726777-665d-5bfe-8065-2c689b768477
2026-03-26 22:49:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dn/da511df0c4614ccda19cfb55f83aa9ff/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:48 [ayvens.be] INFO: Found listing with ID: 1985373
2026-03-26 22:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985373%27 HTTP/1.1" 200 None
2026-03-26 22:49:48 [ayvens.be] INFO: Scrape type for 1985373: 1
2026-03-26 22:49:48 [ayvens.be] INFO: Extracting data for car ID: 1985373
2026-03-26 22:49:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 18979b1a-ad2b-58fb-9f7b-baea2c3543a8 with identifier: 1985373
2026-03-26 22:49:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 18979b1a-ad2b-58fb-9f7b-baea2c3543a8 with scrape type 1
2026-03-26 22:49:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 18979b1a-ad2b-58fb-9f7b-baea2c3543a8
2026-03-26 22:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bd%252Fab215018495748f2b144fb4aadddb6f9%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bd/ab215018495748f2b144fb4aadddb6f9/images/large/1.jpg not downloaded yet
2026-03-26 22:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bd%252Fab215018495748f2b144fb4aadddb6f9%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bd/ab215018495748f2b144fb4aadddb6f9/images/large/2.jpg not downloaded yet
2026-03-26 22:49:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cc2550>
2026-03-26 22:49:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_68726777-665d-5bfe-8065-2c689b768477/68726777-665d-5bfe-8065-2c689b768477_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bf%252Fec001b79662948e88030ab734ef46c32%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bf/ec001b79662948e88030ab734ef46c32/images/large/7.jpg saved to cache
2026-03-26 22:49:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 68726777-665d-5bfe-8065-2c689b768477
2026-03-26 22:49:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7771b90>
2026-03-26 22:49:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_68726777-665d-5bfe-8065-2c689b768477/68726777-665d-5bfe-8065-2c689b768477_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bf%252Fec001b79662948e88030ab734ef46c32%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bf/ec001b79662948e88030ab734ef46c32/images/large/8.jpg saved to cache
2026-03-26 22:49:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 68726777-665d-5bfe-8065-2c689b768477
2026-03-26 22:49:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c6be10>
2026-03-26 22:49:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_68726777-665d-5bfe-8065-2c689b768477/68726777-665d-5bfe-8065-2c689b768477_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bf%252Fec001b79662948e88030ab734ef46c32%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bf/ec001b79662948e88030ab734ef46c32/images/large/10.jpg saved to cache
2026-03-26 22:49:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 68726777-665d-5bfe-8065-2c689b768477
2026-03-26 22:49:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7a622d0>
2026-03-26 22:49:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_68726777-665d-5bfe-8065-2c689b768477/68726777-665d-5bfe-8065-2c689b768477_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bf%252Fec001b79662948e88030ab734ef46c32%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bf/ec001b79662948e88030ab734ef46c32/images/large/9.jpg saved to cache
2026-03-26 22:49:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 68726777-665d-5bfe-8065-2c689b768477
2026-03-26 22:49:48 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 68726777-665d-5bfe-8065-2c689b768477, skipping ID generation
2026-03-26 22:49:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 68726777-665d-5bfe-8065-2c689b768477 with scrape type 1
2026-03-26 22:49:48 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 68726777-665d-5bfe-8065-2c689b768477 sending to next pipeline
2026-03-26 22:49:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 68726777-665d-5bfe-8065-2c689b768477, identifier: 1985371
2026-03-26 22:49:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6ddaf90>
2026-03-26 22:49:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9b4a4a85-7e3f-53c3-a306-36048b1efecf/9b4a4a85-7e3f-53c3-a306-36048b1efecf_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dn%252Fda511df0c4614ccda19cfb55f83aa9ff%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dn/da511df0c4614ccda19cfb55f83aa9ff/images/large/1.jpg saved to cache
2026-03-26 22:49:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 9b4a4a85-7e3f-53c3-a306-36048b1efecf
2026-03-26 22:49:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 68726777-665d-5bfe-8065-2c689b768477 with identifier: 1985371
2026-03-26 22:49:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 68726777-665d-5bfe-8065-2c689b768477 with identifier: 1985371
2026-03-26 22:49:48 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 68726777-665d-5bfe-8065-2c689b768477 with identifier: 1985371 to the API
2026-03-26 22:49:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:49:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:49:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bf/ec001b79662948e88030ab734ef46c32/images/large/9.jpg>
{'auction_title': '',
'c_o_2_emission_value': 30,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '68726777-665d-5bfe-8065-2c689b768477',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'ARTEON',
'odometer': 112884,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 20,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_68726777-665d-5bfe-8065-2c689b768477/68726777-665d-5bfe-8065-2c689b768477_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 507783,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bf/ec001b79662948e88030ab734ef46c32/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_68726777-665d-5bfe-8065-2c689b768477/68726777-665d-5bfe-8065-2c689b768477_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 471770,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bf/ec001b79662948e88030ab734ef46c32/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_68726777-665d-5bfe-8065-2c689b768477/68726777-665d-5bfe-8065-2c689b768477_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 495040,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bf/ec001b79662948e88030ab734ef46c32/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_68726777-665d-5bfe-8065-2c689b768477/68726777-665d-5bfe-8065-2c689b768477_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 500732,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bf/ec001b79662948e88030ab734ef46c32/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_68726777-665d-5bfe-8065-2c689b768477/68726777-665d-5bfe-8065-2c689b768477_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 500315,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bf/ec001b79662948e88030ab734ef46c32/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_68726777-665d-5bfe-8065-2c689b768477/68726777-665d-5bfe-8065-2c689b768477_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 740818,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bf/ec001b79662948e88030ab734ef46c32/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_68726777-665d-5bfe-8065-2c689b768477/68726777-665d-5bfe-8065-2c689b768477_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 619445,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bf/ec001b79662948e88030ab734ef46c32/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_68726777-665d-5bfe-8065-2c689b768477/68726777-665d-5bfe-8065-2c689b768477_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 752031,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bf/ec001b79662948e88030ab734ef46c32/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_68726777-665d-5bfe-8065-2c689b768477/68726777-665d-5bfe-8065-2c689b768477_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 762635,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bf/ec001b79662948e88030ab734ef46c32/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_68726777-665d-5bfe-8065-2c689b768477/68726777-665d-5bfe-8065-2c689b768477_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 678590,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bf/ec001b79662948e88030ab734ef46c32/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-29',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN ARTEON 1.4 EHYBRID DSG R-LINE',
'transmission': 'automatic',
'trim': '1.4 EHYBRID DSG R-LINE',
'vin': None,
'year': 2021}
2026-03-26 22:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985371%27 HTTP/1.1" 200 None
2026-03-26 22:49:49 [ayvens.be] INFO: Saving data for 1985371: {'created_time': 1774565389.211242, 'last_price_update_time': 1774565389.211252, 'auction_closing_time': 1774958400.0}
2026-03-26 22:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985371') HTTP/1.1" 204 0
2026-03-26 22:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bd%252Fab215018495748f2b144fb4aadddb6f9%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bd/ab215018495748f2b144fb4aadddb6f9/images/large/3.jpg not downloaded yet
2026-03-26 22:49:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c75610>
2026-03-26 22:49:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9b4a4a85-7e3f-53c3-a306-36048b1efecf/9b4a4a85-7e3f-53c3-a306-36048b1efecf_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dn%252Fda511df0c4614ccda19cfb55f83aa9ff%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dn/da511df0c4614ccda19cfb55f83aa9ff/images/large/2.jpg saved to cache
2026-03-26 22:49:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 9b4a4a85-7e3f-53c3-a306-36048b1efecf
2026-03-26 22:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bd%252Fab215018495748f2b144fb4aadddb6f9%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bd/ab215018495748f2b144fb4aadddb6f9/images/large/4.jpg not downloaded yet
2026-03-26 22:49:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dn/da511df0c4614ccda19cfb55f83aa9ff/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dn/da511df0c4614ccda19cfb55f83aa9ff/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bd%252Fab215018495748f2b144fb4aadddb6f9%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bd/ab215018495748f2b144fb4aadddb6f9/images/large/5.jpg not downloaded yet
2026-03-26 22:49:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dn/da511df0c4614ccda19cfb55f83aa9ff/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dn/da511df0c4614ccda19cfb55f83aa9ff/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bd%252Fab215018495748f2b144fb4aadddb6f9%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bd/ab215018495748f2b144fb4aadddb6f9/images/large/6.jpg not downloaded yet
2026-03-26 22:49:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dn/da511df0c4614ccda19cfb55f83aa9ff/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dn/da511df0c4614ccda19cfb55f83aa9ff/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bd%252Fab215018495748f2b144fb4aadddb6f9%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bd/ab215018495748f2b144fb4aadddb6f9/images/large/7.jpg not downloaded yet
2026-03-26 22:49:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dn/da511df0c4614ccda19cfb55f83aa9ff/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bd/ab215018495748f2b144fb4aadddb6f9/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bd%252Fab215018495748f2b144fb4aadddb6f9%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bd/ab215018495748f2b144fb4aadddb6f9/images/large/8.jpg not downloaded yet
2026-03-26 22:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bd%252Fab215018495748f2b144fb4aadddb6f9%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bd/ab215018495748f2b144fb4aadddb6f9/images/large/9.jpg not downloaded yet
2026-03-26 22:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bd%252Fab215018495748f2b144fb4aadddb6f9%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bd/ab215018495748f2b144fb4aadddb6f9/images/large/10.jpg not downloaded yet
2026-03-26 22:49:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e1e250>
2026-03-26 22:49:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9b4a4a85-7e3f-53c3-a306-36048b1efecf/9b4a4a85-7e3f-53c3-a306-36048b1efecf_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dn%252Fda511df0c4614ccda19cfb55f83aa9ff%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dn/da511df0c4614ccda19cfb55f83aa9ff/images/large/4.jpg saved to cache
2026-03-26 22:49:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 9b4a4a85-7e3f-53c3-a306-36048b1efecf
2026-03-26 22:49:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77ade90>
2026-03-26 22:49:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9b4a4a85-7e3f-53c3-a306-36048b1efecf/9b4a4a85-7e3f-53c3-a306-36048b1efecf_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dn%252Fda511df0c4614ccda19cfb55f83aa9ff%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dn/da511df0c4614ccda19cfb55f83aa9ff/images/large/3.jpg saved to cache
2026-03-26 22:49:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 9b4a4a85-7e3f-53c3-a306-36048b1efecf
2026-03-26 22:49:50 [ayvens.be] INFO: Found listing with ID: 1985374
2026-03-26 22:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985374%27 HTTP/1.1" 200 None
2026-03-26 22:49:50 [ayvens.be] INFO: Scrape type for 1985374: 1
2026-03-26 22:49:50 [ayvens.be] INFO: Extracting data for car ID: 1985374
2026-03-26 22:49:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5ff800f9-8b1c-5e6b-8b11-9fc2a2688fd0 with identifier: 1985374
2026-03-26 22:49:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5ff800f9-8b1c-5e6b-8b11-9fc2a2688fd0 with scrape type 1
2026-03-26 22:49:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 5ff800f9-8b1c-5e6b-8b11-9fc2a2688fd0
2026-03-26 22:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F1388a3b859ed4109830c56362c06a1c0%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/1388a3b859ed4109830c56362c06a1c0/images/large/1.jpg not downloaded yet
2026-03-26 22:49:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b764ad90>
2026-03-26 22:49:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9b4a4a85-7e3f-53c3-a306-36048b1efecf/9b4a4a85-7e3f-53c3-a306-36048b1efecf_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dn%252Fda511df0c4614ccda19cfb55f83aa9ff%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dn/da511df0c4614ccda19cfb55f83aa9ff/images/large/7.jpg saved to cache
2026-03-26 22:49:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 9b4a4a85-7e3f-53c3-a306-36048b1efecf
2026-03-26 22:49:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74064d0>
2026-03-26 22:49:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9b4a4a85-7e3f-53c3-a306-36048b1efecf/9b4a4a85-7e3f-53c3-a306-36048b1efecf_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dn%252Fda511df0c4614ccda19cfb55f83aa9ff%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dn/da511df0c4614ccda19cfb55f83aa9ff/images/large/8.jpg saved to cache
2026-03-26 22:49:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 9b4a4a85-7e3f-53c3-a306-36048b1efecf
2026-03-26 22:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F1388a3b859ed4109830c56362c06a1c0%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/1388a3b859ed4109830c56362c06a1c0/images/large/2.jpg not downloaded yet
2026-03-26 22:49:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b72eca50>
2026-03-26 22:49:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9b4a4a85-7e3f-53c3-a306-36048b1efecf/9b4a4a85-7e3f-53c3-a306-36048b1efecf_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dn%252Fda511df0c4614ccda19cfb55f83aa9ff%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dn/da511df0c4614ccda19cfb55f83aa9ff/images/large/5.jpg saved to cache
2026-03-26 22:49:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 9b4a4a85-7e3f-53c3-a306-36048b1efecf
2026-03-26 22:49:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c94dd0>
2026-03-26 22:49:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9b4a4a85-7e3f-53c3-a306-36048b1efecf/9b4a4a85-7e3f-53c3-a306-36048b1efecf_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dn%252Fda511df0c4614ccda19cfb55f83aa9ff%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dn/da511df0c4614ccda19cfb55f83aa9ff/images/large/6.jpg saved to cache
2026-03-26 22:49:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 9b4a4a85-7e3f-53c3-a306-36048b1efecf
2026-03-26 22:49:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5ca4950>
2026-03-26 22:49:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9b4a4a85-7e3f-53c3-a306-36048b1efecf/9b4a4a85-7e3f-53c3-a306-36048b1efecf_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dn%252Fda511df0c4614ccda19cfb55f83aa9ff%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dn/da511df0c4614ccda19cfb55f83aa9ff/images/large/9.jpg saved to cache
2026-03-26 22:49:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 9b4a4a85-7e3f-53c3-a306-36048b1efecf
2026-03-26 22:49:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6d72f90>
2026-03-26 22:49:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_18979b1a-ad2b-58fb-9f7b-baea2c3543a8/18979b1a-ad2b-58fb-9f7b-baea2c3543a8_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bd%252Fab215018495748f2b144fb4aadddb6f9%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bd/ab215018495748f2b144fb4aadddb6f9/images/large/1.jpg saved to cache
2026-03-26 22:49:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 18979b1a-ad2b-58fb-9f7b-baea2c3543a8
2026-03-26 22:49:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bd/ab215018495748f2b144fb4aadddb6f9/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bd/ab215018495748f2b144fb4aadddb6f9/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F1388a3b859ed4109830c56362c06a1c0%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/1388a3b859ed4109830c56362c06a1c0/images/large/3.jpg not downloaded yet
2026-03-26 22:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F1388a3b859ed4109830c56362c06a1c0%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/1388a3b859ed4109830c56362c06a1c0/images/large/4.jpg not downloaded yet
2026-03-26 22:49:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bd/ab215018495748f2b144fb4aadddb6f9/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F1388a3b859ed4109830c56362c06a1c0%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/1388a3b859ed4109830c56362c06a1c0/images/large/5.jpg not downloaded yet
2026-03-26 22:49:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dn/da511df0c4614ccda19cfb55f83aa9ff/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bd/ab215018495748f2b144fb4aadddb6f9/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bd/ab215018495748f2b144fb4aadddb6f9/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F1388a3b859ed4109830c56362c06a1c0%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/1388a3b859ed4109830c56362c06a1c0/images/large/6.jpg not downloaded yet
2026-03-26 22:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F1388a3b859ed4109830c56362c06a1c0%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/1388a3b859ed4109830c56362c06a1c0/images/large/7.jpg not downloaded yet
2026-03-26 22:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F1388a3b859ed4109830c56362c06a1c0%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/1388a3b859ed4109830c56362c06a1c0/images/large/8.jpg not downloaded yet
2026-03-26 22:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F1388a3b859ed4109830c56362c06a1c0%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/1388a3b859ed4109830c56362c06a1c0/images/large/9.jpg not downloaded yet
2026-03-26 22:49:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/1388a3b859ed4109830c56362c06a1c0/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c962d0>
2026-03-26 22:49:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_18979b1a-ad2b-58fb-9f7b-baea2c3543a8/18979b1a-ad2b-58fb-9f7b-baea2c3543a8_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bd%252Fab215018495748f2b144fb4aadddb6f9%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bd/ab215018495748f2b144fb4aadddb6f9/images/large/6.jpg saved to cache
2026-03-26 22:49:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 18979b1a-ad2b-58fb-9f7b-baea2c3543a8
2026-03-26 22:49:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6d82250>
2026-03-26 22:49:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_18979b1a-ad2b-58fb-9f7b-baea2c3543a8/18979b1a-ad2b-58fb-9f7b-baea2c3543a8_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bd%252Fab215018495748f2b144fb4aadddb6f9%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bd/ab215018495748f2b144fb4aadddb6f9/images/large/5.jpg saved to cache
2026-03-26 22:49:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 18979b1a-ad2b-58fb-9f7b-baea2c3543a8
2026-03-26 22:49:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bd/ab215018495748f2b144fb4aadddb6f9/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F1388a3b859ed4109830c56362c06a1c0%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/1388a3b859ed4109830c56362c06a1c0/images/large/10.jpg not downloaded yet
2026-03-26 22:49:51 [ayvens.be] INFO: Found listing with ID: 1985375
2026-03-26 22:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985375%27 HTTP/1.1" 200 None
2026-03-26 22:49:51 [ayvens.be] INFO: Scrape type for 1985375: 1
2026-03-26 22:49:51 [ayvens.be] INFO: Extracting data for car ID: 1985375
2026-03-26 22:49:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 010c1aea-c107-5cbc-ab3b-b1ae80957cb9 with identifier: 1985375
2026-03-26 22:49:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 010c1aea-c107-5cbc-ab3b-b1ae80957cb9 with scrape type 1
2026-03-26 22:49:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 010c1aea-c107-5cbc-ab3b-b1ae80957cb9
2026-03-26 22:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2gv%252F7de9c739e4f94dd4977fe7af589b7a70%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2gv/7de9c739e4f94dd4977fe7af589b7a70/images/large/1.jpg not downloaded yet
2026-03-26 22:49:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e02050>
2026-03-26 22:49:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_18979b1a-ad2b-58fb-9f7b-baea2c3543a8/18979b1a-ad2b-58fb-9f7b-baea2c3543a8_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bd%252Fab215018495748f2b144fb4aadddb6f9%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bd/ab215018495748f2b144fb4aadddb6f9/images/large/2.jpg saved to cache
2026-03-26 22:49:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 18979b1a-ad2b-58fb-9f7b-baea2c3543a8
2026-03-26 22:49:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c95dd0>
2026-03-26 22:49:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9b4a4a85-7e3f-53c3-a306-36048b1efecf/9b4a4a85-7e3f-53c3-a306-36048b1efecf_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dn%252Fda511df0c4614ccda19cfb55f83aa9ff%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dn/da511df0c4614ccda19cfb55f83aa9ff/images/large/10.jpg saved to cache
2026-03-26 22:49:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 9b4a4a85-7e3f-53c3-a306-36048b1efecf
2026-03-26 22:49:51 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9b4a4a85-7e3f-53c3-a306-36048b1efecf, skipping ID generation
2026-03-26 22:49:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9b4a4a85-7e3f-53c3-a306-36048b1efecf with scrape type 1
2026-03-26 22:49:51 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9b4a4a85-7e3f-53c3-a306-36048b1efecf sending to next pipeline
2026-03-26 22:49:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 9b4a4a85-7e3f-53c3-a306-36048b1efecf, identifier: 1985372
2026-03-26 22:49:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e29350>
2026-03-26 22:49:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_18979b1a-ad2b-58fb-9f7b-baea2c3543a8/18979b1a-ad2b-58fb-9f7b-baea2c3543a8_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bd%252Fab215018495748f2b144fb4aadddb6f9%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bd/ab215018495748f2b144fb4aadddb6f9/images/large/4.jpg saved to cache
2026-03-26 22:49:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 18979b1a-ad2b-58fb-9f7b-baea2c3543a8
2026-03-26 22:49:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e4dbd0>
2026-03-26 22:49:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_18979b1a-ad2b-58fb-9f7b-baea2c3543a8/18979b1a-ad2b-58fb-9f7b-baea2c3543a8_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bd%252Fab215018495748f2b144fb4aadddb6f9%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bd/ab215018495748f2b144fb4aadddb6f9/images/large/3.jpg saved to cache
2026-03-26 22:49:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 18979b1a-ad2b-58fb-9f7b-baea2c3543a8
2026-03-26 22:49:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c62510>
2026-03-26 22:49:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5ff800f9-8b1c-5e6b-8b11-9fc2a2688fd0/5ff800f9-8b1c-5e6b-8b11-9fc2a2688fd0_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F1388a3b859ed4109830c56362c06a1c0%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/1388a3b859ed4109830c56362c06a1c0/images/large/1.jpg saved to cache
2026-03-26 22:49:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 5ff800f9-8b1c-5e6b-8b11-9fc2a2688fd0
2026-03-26 22:49:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 9b4a4a85-7e3f-53c3-a306-36048b1efecf with identifier: 1985372
2026-03-26 22:49:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 9b4a4a85-7e3f-53c3-a306-36048b1efecf with identifier: 1985372
2026-03-26 22:49:51 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 9b4a4a85-7e3f-53c3-a306-36048b1efecf with identifier: 1985372 to the API
2026-03-26 22:49:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:49:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:49:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2dn/da511df0c4614ccda19cfb55f83aa9ff/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '9b4a4a85-7e3f-53c3-a306-36048b1efecf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'X2',
'odometer': 68892,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 21,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9b4a4a85-7e3f-53c3-a306-36048b1efecf/9b4a4a85-7e3f-53c3-a306-36048b1efecf_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 633746,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dn/da511df0c4614ccda19cfb55f83aa9ff/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9b4a4a85-7e3f-53c3-a306-36048b1efecf/9b4a4a85-7e3f-53c3-a306-36048b1efecf_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 684675,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dn/da511df0c4614ccda19cfb55f83aa9ff/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9b4a4a85-7e3f-53c3-a306-36048b1efecf/9b4a4a85-7e3f-53c3-a306-36048b1efecf_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 619236,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dn/da511df0c4614ccda19cfb55f83aa9ff/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9b4a4a85-7e3f-53c3-a306-36048b1efecf/9b4a4a85-7e3f-53c3-a306-36048b1efecf_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 654058,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dn/da511df0c4614ccda19cfb55f83aa9ff/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9b4a4a85-7e3f-53c3-a306-36048b1efecf/9b4a4a85-7e3f-53c3-a306-36048b1efecf_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 684699,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dn/da511df0c4614ccda19cfb55f83aa9ff/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9b4a4a85-7e3f-53c3-a306-36048b1efecf/9b4a4a85-7e3f-53c3-a306-36048b1efecf_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 761686,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dn/da511df0c4614ccda19cfb55f83aa9ff/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9b4a4a85-7e3f-53c3-a306-36048b1efecf/9b4a4a85-7e3f-53c3-a306-36048b1efecf_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 600887,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dn/da511df0c4614ccda19cfb55f83aa9ff/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9b4a4a85-7e3f-53c3-a306-36048b1efecf/9b4a4a85-7e3f-53c3-a306-36048b1efecf_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 637969,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dn/da511df0c4614ccda19cfb55f83aa9ff/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9b4a4a85-7e3f-53c3-a306-36048b1efecf/9b4a4a85-7e3f-53c3-a306-36048b1efecf_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 687293,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dn/da511df0c4614ccda19cfb55f83aa9ff/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9b4a4a85-7e3f-53c3-a306-36048b1efecf/9b4a4a85-7e3f-53c3-a306-36048b1efecf_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 780775,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dn/da511df0c4614ccda19cfb55f83aa9ff/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-05-10',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X2 1.5 XDRIVE25E PHEV 162KW',
'transmission': 'automatic',
'trim': '1.5 XDRIVE25E PHEV 162KW',
'vin': None,
'year': 2023}
2026-03-26 22:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985372%27 HTTP/1.1" 200 None
2026-03-26 22:49:52 [ayvens.be] INFO: Saving data for 1985372: {'created_time': 1774565392.016887, 'last_price_update_time': 1774565392.016899, 'auction_closing_time': 1774958400.0}
2026-03-26 22:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985372') HTTP/1.1" 204 0
2026-03-26 22:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2gv%252F7de9c739e4f94dd4977fe7af589b7a70%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2gv/7de9c739e4f94dd4977fe7af589b7a70/images/large/2.jpg not downloaded yet
2026-03-26 22:49:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bd/ab215018495748f2b144fb4aadddb6f9/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bd/ab215018495748f2b144fb4aadddb6f9/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2gv%252F7de9c739e4f94dd4977fe7af589b7a70%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2gv/7de9c739e4f94dd4977fe7af589b7a70/images/large/3.jpg not downloaded yet
2026-03-26 22:49:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c60a90>
2026-03-26 22:49:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_18979b1a-ad2b-58fb-9f7b-baea2c3543a8/18979b1a-ad2b-58fb-9f7b-baea2c3543a8_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bd%252Fab215018495748f2b144fb4aadddb6f9%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bd/ab215018495748f2b144fb4aadddb6f9/images/large/9.jpg saved to cache
2026-03-26 22:49:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 18979b1a-ad2b-58fb-9f7b-baea2c3543a8
2026-03-26 22:49:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/1388a3b859ed4109830c56362c06a1c0/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bd/ab215018495748f2b144fb4aadddb6f9/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/1388a3b859ed4109830c56362c06a1c0/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2gv%252F7de9c739e4f94dd4977fe7af589b7a70%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2gv/7de9c739e4f94dd4977fe7af589b7a70/images/large/4.jpg not downloaded yet
2026-03-26 22:49:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/1388a3b859ed4109830c56362c06a1c0/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/1388a3b859ed4109830c56362c06a1c0/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/1388a3b859ed4109830c56362c06a1c0/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2gv%252F7de9c739e4f94dd4977fe7af589b7a70%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2gv/7de9c739e4f94dd4977fe7af589b7a70/images/large/5.jpg not downloaded yet
2026-03-26 22:49:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7819190>
2026-03-26 22:49:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_18979b1a-ad2b-58fb-9f7b-baea2c3543a8/18979b1a-ad2b-58fb-9f7b-baea2c3543a8_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bd%252Fab215018495748f2b144fb4aadddb6f9%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bd/ab215018495748f2b144fb4aadddb6f9/images/large/8.jpg saved to cache
2026-03-26 22:49:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 18979b1a-ad2b-58fb-9f7b-baea2c3543a8
2026-03-26 22:49:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74128d0>
2026-03-26 22:49:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_18979b1a-ad2b-58fb-9f7b-baea2c3543a8/18979b1a-ad2b-58fb-9f7b-baea2c3543a8_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bd%252Fab215018495748f2b144fb4aadddb6f9%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bd/ab215018495748f2b144fb4aadddb6f9/images/large/10.jpg saved to cache
2026-03-26 22:49:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 18979b1a-ad2b-58fb-9f7b-baea2c3543a8
2026-03-26 22:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2gv%252F7de9c739e4f94dd4977fe7af589b7a70%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2gv/7de9c739e4f94dd4977fe7af589b7a70/images/large/6.jpg not downloaded yet
2026-03-26 22:49:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7944b50>
2026-03-26 22:49:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5ff800f9-8b1c-5e6b-8b11-9fc2a2688fd0/5ff800f9-8b1c-5e6b-8b11-9fc2a2688fd0_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F1388a3b859ed4109830c56362c06a1c0%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/1388a3b859ed4109830c56362c06a1c0/images/large/3.jpg saved to cache
2026-03-26 22:49:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 5ff800f9-8b1c-5e6b-8b11-9fc2a2688fd0
2026-03-26 22:49:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79a6190>
2026-03-26 22:49:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_18979b1a-ad2b-58fb-9f7b-baea2c3543a8/18979b1a-ad2b-58fb-9f7b-baea2c3543a8_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bd%252Fab215018495748f2b144fb4aadddb6f9%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bd/ab215018495748f2b144fb4aadddb6f9/images/large/7.jpg saved to cache
2026-03-26 22:49:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 18979b1a-ad2b-58fb-9f7b-baea2c3543a8
2026-03-26 22:49:52 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 18979b1a-ad2b-58fb-9f7b-baea2c3543a8, skipping ID generation
2026-03-26 22:49:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 18979b1a-ad2b-58fb-9f7b-baea2c3543a8 with scrape type 1
2026-03-26 22:49:52 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 18979b1a-ad2b-58fb-9f7b-baea2c3543a8 sending to next pipeline
2026-03-26 22:49:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 18979b1a-ad2b-58fb-9f7b-baea2c3543a8, identifier: 1985373
2026-03-26 22:49:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74cefd0>
2026-03-26 22:49:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5ff800f9-8b1c-5e6b-8b11-9fc2a2688fd0/5ff800f9-8b1c-5e6b-8b11-9fc2a2688fd0_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F1388a3b859ed4109830c56362c06a1c0%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/1388a3b859ed4109830c56362c06a1c0/images/large/2.jpg saved to cache
2026-03-26 22:49:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 5ff800f9-8b1c-5e6b-8b11-9fc2a2688fd0
2026-03-26 22:49:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7584a90>
2026-03-26 22:49:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5ff800f9-8b1c-5e6b-8b11-9fc2a2688fd0/5ff800f9-8b1c-5e6b-8b11-9fc2a2688fd0_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F1388a3b859ed4109830c56362c06a1c0%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/1388a3b859ed4109830c56362c06a1c0/images/large/4.jpg saved to cache
2026-03-26 22:49:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 5ff800f9-8b1c-5e6b-8b11-9fc2a2688fd0
2026-03-26 22:49:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7746390>
2026-03-26 22:49:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5ff800f9-8b1c-5e6b-8b11-9fc2a2688fd0/5ff800f9-8b1c-5e6b-8b11-9fc2a2688fd0_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F1388a3b859ed4109830c56362c06a1c0%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/1388a3b859ed4109830c56362c06a1c0/images/large/5.jpg saved to cache
2026-03-26 22:49:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 5ff800f9-8b1c-5e6b-8b11-9fc2a2688fd0
2026-03-26 22:49:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7587250>
2026-03-26 22:49:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5ff800f9-8b1c-5e6b-8b11-9fc2a2688fd0/5ff800f9-8b1c-5e6b-8b11-9fc2a2688fd0_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F1388a3b859ed4109830c56362c06a1c0%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/1388a3b859ed4109830c56362c06a1c0/images/large/6.jpg saved to cache
2026-03-26 22:49:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 5ff800f9-8b1c-5e6b-8b11-9fc2a2688fd0
2026-03-26 22:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2gv%252F7de9c739e4f94dd4977fe7af589b7a70%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2gv/7de9c739e4f94dd4977fe7af589b7a70/images/large/7.jpg not downloaded yet
2026-03-26 22:49:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 18979b1a-ad2b-58fb-9f7b-baea2c3543a8 with identifier: 1985373
2026-03-26 22:49:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 18979b1a-ad2b-58fb-9f7b-baea2c3543a8 with identifier: 1985373
2026-03-26 22:49:53 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 18979b1a-ad2b-58fb-9f7b-baea2c3543a8 with identifier: 1985373 to the API
2026-03-26 22:49:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:49:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:49:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bd/ab215018495748f2b144fb4aadddb6f9/images/large/7.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 4,
'engine': '1.3L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '18979b1a-ad2b-58fb-9f7b-baea2c3543a8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'A-CLASS LIMOUSINE',
'odometer': 83182,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 14,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_18979b1a-ad2b-58fb-9f7b-baea2c3543a8/18979b1a-ad2b-58fb-9f7b-baea2c3543a8_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 462932,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bd/ab215018495748f2b144fb4aadddb6f9/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_18979b1a-ad2b-58fb-9f7b-baea2c3543a8/18979b1a-ad2b-58fb-9f7b-baea2c3543a8_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 643594,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bd/ab215018495748f2b144fb4aadddb6f9/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_18979b1a-ad2b-58fb-9f7b-baea2c3543a8/18979b1a-ad2b-58fb-9f7b-baea2c3543a8_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 615649,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bd/ab215018495748f2b144fb4aadddb6f9/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_18979b1a-ad2b-58fb-9f7b-baea2c3543a8/18979b1a-ad2b-58fb-9f7b-baea2c3543a8_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 607475,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bd/ab215018495748f2b144fb4aadddb6f9/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_18979b1a-ad2b-58fb-9f7b-baea2c3543a8/18979b1a-ad2b-58fb-9f7b-baea2c3543a8_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 322478,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bd/ab215018495748f2b144fb4aadddb6f9/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_18979b1a-ad2b-58fb-9f7b-baea2c3543a8/18979b1a-ad2b-58fb-9f7b-baea2c3543a8_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 328236,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bd/ab215018495748f2b144fb4aadddb6f9/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_18979b1a-ad2b-58fb-9f7b-baea2c3543a8/18979b1a-ad2b-58fb-9f7b-baea2c3543a8_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 532086,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bd/ab215018495748f2b144fb4aadddb6f9/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_18979b1a-ad2b-58fb-9f7b-baea2c3543a8/18979b1a-ad2b-58fb-9f7b-baea2c3543a8_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 470809,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bd/ab215018495748f2b144fb4aadddb6f9/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_18979b1a-ad2b-58fb-9f7b-baea2c3543a8/18979b1a-ad2b-58fb-9f7b-baea2c3543a8_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 409126,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bd/ab215018495748f2b144fb4aadddb6f9/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_18979b1a-ad2b-58fb-9f7b-baea2c3543a8/18979b1a-ad2b-58fb-9f7b-baea2c3543a8_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 488853,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bd/ab215018495748f2b144fb4aadddb6f9/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-11',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ A-CLASS LIMOUSINE 1.3 A 250 E BUSINESS SOLUTION DCT',
'transmission': 'automatic',
'trim': '1.3 A 250 E BUSINESS SOLUTION DCT',
'vin': None,
'year': 2021}
2026-03-26 22:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985373%27 HTTP/1.1" 200 None
2026-03-26 22:49:53 [ayvens.be] INFO: Saving data for 1985373: {'created_time': 1774565393.484384, 'last_price_update_time': 1774565393.484394, 'auction_closing_time': 1774958400.0}
2026-03-26 22:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985373') HTTP/1.1" 204 0
2026-03-26 22:49:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/1388a3b859ed4109830c56362c06a1c0/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2gv%252F7de9c739e4f94dd4977fe7af589b7a70%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2gv/7de9c739e4f94dd4977fe7af589b7a70/images/large/8.jpg not downloaded yet
2026-03-26 22:49:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/1388a3b859ed4109830c56362c06a1c0/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/1388a3b859ed4109830c56362c06a1c0/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2gv%252F7de9c739e4f94dd4977fe7af589b7a70%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2gv/7de9c739e4f94dd4977fe7af589b7a70/images/large/9.jpg not downloaded yet
2026-03-26 22:49:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/1388a3b859ed4109830c56362c06a1c0/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2gv%252F7de9c739e4f94dd4977fe7af589b7a70%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2gv/7de9c739e4f94dd4977fe7af589b7a70/images/large/10.jpg not downloaded yet
2026-03-26 22:49:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2gv/7de9c739e4f94dd4977fe7af589b7a70/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:53 [ayvens.be] INFO: Found listing with ID: 1985376
2026-03-26 22:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985376%27 HTTP/1.1" 200 None
2026-03-26 22:49:53 [ayvens.be] INFO: Scrape type for 1985376: 1
2026-03-26 22:49:53 [ayvens.be] INFO: Extracting data for car ID: 1985376
2026-03-26 22:49:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f513ab40-e80d-5508-9312-ecf3faf2e7c3 with identifier: 1985376
2026-03-26 22:49:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f513ab40-e80d-5508-9312-ecf3faf2e7c3 with scrape type 1
2026-03-26 22:49:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item f513ab40-e80d-5508-9312-ecf3faf2e7c3
2026-03-26 22:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F14f3e8f6d77942fb914beb281ace98a3%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/14f3e8f6d77942fb914beb281ace98a3/images/large/1.jpg not downloaded yet
2026-03-26 22:49:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2gv/7de9c739e4f94dd4977fe7af589b7a70/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2gv/7de9c739e4f94dd4977fe7af589b7a70/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F14f3e8f6d77942fb914beb281ace98a3%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/14f3e8f6d77942fb914beb281ace98a3/images/large/2.jpg not downloaded yet
2026-03-26 22:49:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2gv/7de9c739e4f94dd4977fe7af589b7a70/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7649cd0>
2026-03-26 22:49:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5ff800f9-8b1c-5e6b-8b11-9fc2a2688fd0/5ff800f9-8b1c-5e6b-8b11-9fc2a2688fd0_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F1388a3b859ed4109830c56362c06a1c0%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/1388a3b859ed4109830c56362c06a1c0/images/large/10.jpg saved to cache
2026-03-26 22:49:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 5ff800f9-8b1c-5e6b-8b11-9fc2a2688fd0
2026-03-26 22:49:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80be1b65d0>
2026-03-26 22:49:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5ff800f9-8b1c-5e6b-8b11-9fc2a2688fd0/5ff800f9-8b1c-5e6b-8b11-9fc2a2688fd0_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F1388a3b859ed4109830c56362c06a1c0%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/1388a3b859ed4109830c56362c06a1c0/images/large/9.jpg saved to cache
2026-03-26 22:49:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 5ff800f9-8b1c-5e6b-8b11-9fc2a2688fd0
2026-03-26 22:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F14f3e8f6d77942fb914beb281ace98a3%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/14f3e8f6d77942fb914beb281ace98a3/images/large/3.jpg not downloaded yet
2026-03-26 22:49:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cb3150>
2026-03-26 22:49:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5ff800f9-8b1c-5e6b-8b11-9fc2a2688fd0/5ff800f9-8b1c-5e6b-8b11-9fc2a2688fd0_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F1388a3b859ed4109830c56362c06a1c0%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/1388a3b859ed4109830c56362c06a1c0/images/large/8.jpg saved to cache
2026-03-26 22:49:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 5ff800f9-8b1c-5e6b-8b11-9fc2a2688fd0
2026-03-26 22:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F14f3e8f6d77942fb914beb281ace98a3%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/14f3e8f6d77942fb914beb281ace98a3/images/large/4.jpg not downloaded yet
2026-03-26 22:49:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7403a90>
2026-03-26 22:49:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5ff800f9-8b1c-5e6b-8b11-9fc2a2688fd0/5ff800f9-8b1c-5e6b-8b11-9fc2a2688fd0_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:49:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F1388a3b859ed4109830c56362c06a1c0%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/1388a3b859ed4109830c56362c06a1c0/images/large/7.jpg saved to cache
2026-03-26 22:49:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 5ff800f9-8b1c-5e6b-8b11-9fc2a2688fd0
2026-03-26 22:49:54 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5ff800f9-8b1c-5e6b-8b11-9fc2a2688fd0, skipping ID generation
2026-03-26 22:49:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5ff800f9-8b1c-5e6b-8b11-9fc2a2688fd0 with scrape type 1
2026-03-26 22:49:54 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5ff800f9-8b1c-5e6b-8b11-9fc2a2688fd0 sending to next pipeline
2026-03-26 22:49:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 5ff800f9-8b1c-5e6b-8b11-9fc2a2688fd0, identifier: 1985374
2026-03-26 22:49:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b743a810>
2026-03-26 22:49:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_010c1aea-c107-5cbc-ab3b-b1ae80957cb9/010c1aea-c107-5cbc-ab3b-b1ae80957cb9_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:49:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2gv%252F7de9c739e4f94dd4977fe7af589b7a70%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2gv/7de9c739e4f94dd4977fe7af589b7a70/images/large/1.jpg saved to cache
2026-03-26 22:49:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 010c1aea-c107-5cbc-ab3b-b1ae80957cb9
2026-03-26 22:49:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79a7210>
2026-03-26 22:49:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_010c1aea-c107-5cbc-ab3b-b1ae80957cb9/010c1aea-c107-5cbc-ab3b-b1ae80957cb9_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:49:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2gv%252F7de9c739e4f94dd4977fe7af589b7a70%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2gv/7de9c739e4f94dd4977fe7af589b7a70/images/large/2.jpg saved to cache
2026-03-26 22:49:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 010c1aea-c107-5cbc-ab3b-b1ae80957cb9
2026-03-26 22:49:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7aa3a50>
2026-03-26 22:49:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_010c1aea-c107-5cbc-ab3b-b1ae80957cb9/010c1aea-c107-5cbc-ab3b-b1ae80957cb9_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:49:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2gv%252F7de9c739e4f94dd4977fe7af589b7a70%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2gv/7de9c739e4f94dd4977fe7af589b7a70/images/large/3.jpg saved to cache
2026-03-26 22:49:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 010c1aea-c107-5cbc-ab3b-b1ae80957cb9
2026-03-26 22:49:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7ca8190>
2026-03-26 22:49:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_010c1aea-c107-5cbc-ab3b-b1ae80957cb9/010c1aea-c107-5cbc-ab3b-b1ae80957cb9_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:49:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2gv%252F7de9c739e4f94dd4977fe7af589b7a70%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2gv/7de9c739e4f94dd4977fe7af589b7a70/images/large/4.jpg saved to cache
2026-03-26 22:49:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 010c1aea-c107-5cbc-ab3b-b1ae80957cb9
2026-03-26 22:49:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 5ff800f9-8b1c-5e6b-8b11-9fc2a2688fd0 with identifier: 1985374
2026-03-26 22:49:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 5ff800f9-8b1c-5e6b-8b11-9fc2a2688fd0 with identifier: 1985374
2026-03-26 22:49:54 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 5ff800f9-8b1c-5e6b-8b11-9fc2a2688fd0 with identifier: 1985374 to the API
2026-03-26 22:49:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:49:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:49:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bm/1388a3b859ed4109830c56362c06a1c0/images/large/7.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': '5ff800f9-8b1c-5e6b-8b11-9fc2a2688fd0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'FORD',
'model': 'KUGA',
'odometer': 157391,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 14,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5ff800f9-8b1c-5e6b-8b11-9fc2a2688fd0/5ff800f9-8b1c-5e6b-8b11-9fc2a2688fd0_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 535999,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/1388a3b859ed4109830c56362c06a1c0/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5ff800f9-8b1c-5e6b-8b11-9fc2a2688fd0/5ff800f9-8b1c-5e6b-8b11-9fc2a2688fd0_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 550357,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/1388a3b859ed4109830c56362c06a1c0/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5ff800f9-8b1c-5e6b-8b11-9fc2a2688fd0/5ff800f9-8b1c-5e6b-8b11-9fc2a2688fd0_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 630023,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/1388a3b859ed4109830c56362c06a1c0/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5ff800f9-8b1c-5e6b-8b11-9fc2a2688fd0/5ff800f9-8b1c-5e6b-8b11-9fc2a2688fd0_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 674116,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/1388a3b859ed4109830c56362c06a1c0/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5ff800f9-8b1c-5e6b-8b11-9fc2a2688fd0/5ff800f9-8b1c-5e6b-8b11-9fc2a2688fd0_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 379177,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/1388a3b859ed4109830c56362c06a1c0/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5ff800f9-8b1c-5e6b-8b11-9fc2a2688fd0/5ff800f9-8b1c-5e6b-8b11-9fc2a2688fd0_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 351904,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/1388a3b859ed4109830c56362c06a1c0/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5ff800f9-8b1c-5e6b-8b11-9fc2a2688fd0/5ff800f9-8b1c-5e6b-8b11-9fc2a2688fd0_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 531357,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/1388a3b859ed4109830c56362c06a1c0/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5ff800f9-8b1c-5e6b-8b11-9fc2a2688fd0/5ff800f9-8b1c-5e6b-8b11-9fc2a2688fd0_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 396866,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/1388a3b859ed4109830c56362c06a1c0/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5ff800f9-8b1c-5e6b-8b11-9fc2a2688fd0/5ff800f9-8b1c-5e6b-8b11-9fc2a2688fd0_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 382578,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/1388a3b859ed4109830c56362c06a1c0/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5ff800f9-8b1c-5e6b-8b11-9fc2a2688fd0/5ff800f9-8b1c-5e6b-8b11-9fc2a2688fd0_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 217453,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/1388a3b859ed4109830c56362c06a1c0/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-11',
'seats_number': 5,
'seller_name': None,
'title': 'FORD KUGA 1.5 ECOBLUE 88KW TITANIUM',
'transmission': 'manual',
'trim': '1.5 ECOBLUE 88KW TITANIUM',
'vin': None,
'year': 2022}
2026-03-26 22:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985374%27 HTTP/1.1" 200 None
2026-03-26 22:49:55 [ayvens.be] INFO: Saving data for 1985374: {'created_time': 1774565395.103573, 'last_price_update_time': 1774565395.103584, 'auction_closing_time': 1774958400.0}
2026-03-26 22:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985374') HTTP/1.1" 204 0
2026-03-26 22:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F14f3e8f6d77942fb914beb281ace98a3%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/14f3e8f6d77942fb914beb281ace98a3/images/large/5.jpg not downloaded yet
2026-03-26 22:49:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2gv/7de9c739e4f94dd4977fe7af589b7a70/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F14f3e8f6d77942fb914beb281ace98a3%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/14f3e8f6d77942fb914beb281ace98a3/images/large/6.jpg not downloaded yet
2026-03-26 22:49:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2gv/7de9c739e4f94dd4977fe7af589b7a70/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2gv/7de9c739e4f94dd4977fe7af589b7a70/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F14f3e8f6d77942fb914beb281ace98a3%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/14f3e8f6d77942fb914beb281ace98a3/images/large/7.jpg not downloaded yet
2026-03-26 22:49:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2gv/7de9c739e4f94dd4977fe7af589b7a70/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2gv/7de9c739e4f94dd4977fe7af589b7a70/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2gv/7de9c739e4f94dd4977fe7af589b7a70/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F14f3e8f6d77942fb914beb281ace98a3%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/14f3e8f6d77942fb914beb281ace98a3/images/large/8.jpg not downloaded yet
2026-03-26 22:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F14f3e8f6d77942fb914beb281ace98a3%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/14f3e8f6d77942fb914beb281ace98a3/images/large/9.jpg not downloaded yet
2026-03-26 22:49:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/14f3e8f6d77942fb914beb281ace98a3/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/14f3e8f6d77942fb914beb281ace98a3/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F14f3e8f6d77942fb914beb281ace98a3%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/14f3e8f6d77942fb914beb281ace98a3/images/large/10.jpg not downloaded yet
2026-03-26 22:49:55 [ayvens.be] INFO: Found listing with ID: 1985377
2026-03-26 22:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985377%27 HTTP/1.1" 200 None
2026-03-26 22:49:55 [ayvens.be] INFO: Scrape type for 1985377: 1
2026-03-26 22:49:55 [ayvens.be] INFO: Extracting data for car ID: 1985377
2026-03-26 22:49:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c7b5d90a-9f2f-5747-9d5b-37a0f833ddec with identifier: 1985377
2026-03-26 22:49:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c7b5d90a-9f2f-5747-9d5b-37a0f833ddec with scrape type 1
2026-03-26 22:49:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item c7b5d90a-9f2f-5747-9d5b-37a0f833ddec
2026-03-26 22:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2fb%252F922979ba338440e296efb057bf8f2c49%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2fb/922979ba338440e296efb057bf8f2c49/images/large/1.jpg not downloaded yet
2026-03-26 22:49:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7495010>
2026-03-26 22:49:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_010c1aea-c107-5cbc-ab3b-b1ae80957cb9/010c1aea-c107-5cbc-ab3b-b1ae80957cb9_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2gv%252F7de9c739e4f94dd4977fe7af589b7a70%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2gv/7de9c739e4f94dd4977fe7af589b7a70/images/large/6.jpg saved to cache
2026-03-26 22:49:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 010c1aea-c107-5cbc-ab3b-b1ae80957cb9
2026-03-26 22:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2fb%252F922979ba338440e296efb057bf8f2c49%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2fb/922979ba338440e296efb057bf8f2c49/images/large/2.jpg not downloaded yet
2026-03-26 22:49:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79dcc90>
2026-03-26 22:49:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_010c1aea-c107-5cbc-ab3b-b1ae80957cb9/010c1aea-c107-5cbc-ab3b-b1ae80957cb9_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2gv%252F7de9c739e4f94dd4977fe7af589b7a70%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2gv/7de9c739e4f94dd4977fe7af589b7a70/images/large/7.jpg saved to cache
2026-03-26 22:49:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 010c1aea-c107-5cbc-ab3b-b1ae80957cb9
2026-03-26 22:49:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7438b90>
2026-03-26 22:49:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_010c1aea-c107-5cbc-ab3b-b1ae80957cb9/010c1aea-c107-5cbc-ab3b-b1ae80957cb9_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2gv%252F7de9c739e4f94dd4977fe7af589b7a70%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2gv/7de9c739e4f94dd4977fe7af589b7a70/images/large/9.jpg saved to cache
2026-03-26 22:49:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 010c1aea-c107-5cbc-ab3b-b1ae80957cb9
2026-03-26 22:49:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c756d0>
2026-03-26 22:49:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_010c1aea-c107-5cbc-ab3b-b1ae80957cb9/010c1aea-c107-5cbc-ab3b-b1ae80957cb9_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2gv%252F7de9c739e4f94dd4977fe7af589b7a70%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2gv/7de9c739e4f94dd4977fe7af589b7a70/images/large/8.jpg saved to cache
2026-03-26 22:49:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 010c1aea-c107-5cbc-ab3b-b1ae80957cb9
2026-03-26 22:49:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b743ae50>
2026-03-26 22:49:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_010c1aea-c107-5cbc-ab3b-b1ae80957cb9/010c1aea-c107-5cbc-ab3b-b1ae80957cb9_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2gv%252F7de9c739e4f94dd4977fe7af589b7a70%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2gv/7de9c739e4f94dd4977fe7af589b7a70/images/large/5.jpg saved to cache
2026-03-26 22:49:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 010c1aea-c107-5cbc-ab3b-b1ae80957cb9
2026-03-26 22:49:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b78ab4d0>
2026-03-26 22:49:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_010c1aea-c107-5cbc-ab3b-b1ae80957cb9/010c1aea-c107-5cbc-ab3b-b1ae80957cb9_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2gv%252F7de9c739e4f94dd4977fe7af589b7a70%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2gv/7de9c739e4f94dd4977fe7af589b7a70/images/large/10.jpg saved to cache
2026-03-26 22:49:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 010c1aea-c107-5cbc-ab3b-b1ae80957cb9
2026-03-26 22:49:55 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 010c1aea-c107-5cbc-ab3b-b1ae80957cb9, skipping ID generation
2026-03-26 22:49:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 010c1aea-c107-5cbc-ab3b-b1ae80957cb9 with scrape type 1
2026-03-26 22:49:55 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 010c1aea-c107-5cbc-ab3b-b1ae80957cb9 sending to next pipeline
2026-03-26 22:49:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 010c1aea-c107-5cbc-ab3b-b1ae80957cb9, identifier: 1985375
2026-03-26 22:49:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7ae9ad0>
2026-03-26 22:49:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f513ab40-e80d-5508-9312-ecf3faf2e7c3/f513ab40-e80d-5508-9312-ecf3faf2e7c3_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F14f3e8f6d77942fb914beb281ace98a3%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/14f3e8f6d77942fb914beb281ace98a3/images/large/1.jpg saved to cache
2026-03-26 22:49:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item f513ab40-e80d-5508-9312-ecf3faf2e7c3
2026-03-26 22:49:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7427350>
2026-03-26 22:49:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f513ab40-e80d-5508-9312-ecf3faf2e7c3/f513ab40-e80d-5508-9312-ecf3faf2e7c3_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F14f3e8f6d77942fb914beb281ace98a3%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/14f3e8f6d77942fb914beb281ace98a3/images/large/2.jpg saved to cache
2026-03-26 22:49:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item f513ab40-e80d-5508-9312-ecf3faf2e7c3
2026-03-26 22:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2fb%252F922979ba338440e296efb057bf8f2c49%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2fb/922979ba338440e296efb057bf8f2c49/images/large/3.jpg not downloaded yet
2026-03-26 22:49:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 010c1aea-c107-5cbc-ab3b-b1ae80957cb9 with identifier: 1985375
2026-03-26 22:49:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 010c1aea-c107-5cbc-ab3b-b1ae80957cb9 with identifier: 1985375
2026-03-26 22:49:56 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 010c1aea-c107-5cbc-ab3b-b1ae80957cb9 with identifier: 1985375 to the API
2026-03-26 22:49:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:49:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:49:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2gv/7de9c739e4f94dd4977fe7af589b7a70/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'electric',
'id': '010c1aea-c107-5cbc-ab3b-b1ae80957cb9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'IX2',
'odometer': 7987,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 15,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_010c1aea-c107-5cbc-ab3b-b1ae80957cb9/010c1aea-c107-5cbc-ab3b-b1ae80957cb9_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 714062,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2gv/7de9c739e4f94dd4977fe7af589b7a70/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_010c1aea-c107-5cbc-ab3b-b1ae80957cb9/010c1aea-c107-5cbc-ab3b-b1ae80957cb9_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 713014,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2gv/7de9c739e4f94dd4977fe7af589b7a70/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_010c1aea-c107-5cbc-ab3b-b1ae80957cb9/010c1aea-c107-5cbc-ab3b-b1ae80957cb9_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 654174,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2gv/7de9c739e4f94dd4977fe7af589b7a70/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_010c1aea-c107-5cbc-ab3b-b1ae80957cb9/010c1aea-c107-5cbc-ab3b-b1ae80957cb9_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 729456,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2gv/7de9c739e4f94dd4977fe7af589b7a70/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_010c1aea-c107-5cbc-ab3b-b1ae80957cb9/010c1aea-c107-5cbc-ab3b-b1ae80957cb9_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 648573,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2gv/7de9c739e4f94dd4977fe7af589b7a70/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_010c1aea-c107-5cbc-ab3b-b1ae80957cb9/010c1aea-c107-5cbc-ab3b-b1ae80957cb9_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 533836,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2gv/7de9c739e4f94dd4977fe7af589b7a70/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_010c1aea-c107-5cbc-ab3b-b1ae80957cb9/010c1aea-c107-5cbc-ab3b-b1ae80957cb9_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 627754,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2gv/7de9c739e4f94dd4977fe7af589b7a70/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_010c1aea-c107-5cbc-ab3b-b1ae80957cb9/010c1aea-c107-5cbc-ab3b-b1ae80957cb9_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 733420,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2gv/7de9c739e4f94dd4977fe7af589b7a70/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_010c1aea-c107-5cbc-ab3b-b1ae80957cb9/010c1aea-c107-5cbc-ab3b-b1ae80957cb9_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 449317,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2gv/7de9c739e4f94dd4977fe7af589b7a70/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_010c1aea-c107-5cbc-ab3b-b1ae80957cb9/010c1aea-c107-5cbc-ab3b-b1ae80957cb9_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 511494,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2gv/7de9c739e4f94dd4977fe7af589b7a70/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-10',
'seats_number': 5,
'seller_name': None,
'title': 'BMW IX2 BEV 67KWH EDRIVE20 150KW',
'transmission': 'automatic',
'trim': 'BEV 67KWH EDRIVE20 150KW',
'vin': None,
'year': 2025}
2026-03-26 22:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985375%27 HTTP/1.1" 200 None
2026-03-26 22:49:56 [ayvens.be] INFO: Saving data for 1985375: {'created_time': 1774565396.517354, 'last_price_update_time': 1774565396.517364, 'auction_closing_time': 1774958400.0}
2026-03-26 22:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985375') HTTP/1.1" 204 0
2026-03-26 22:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2fb%252F922979ba338440e296efb057bf8f2c49%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2fb/922979ba338440e296efb057bf8f2c49/images/large/4.jpg not downloaded yet
2026-03-26 22:49:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/14f3e8f6d77942fb914beb281ace98a3/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2fb%252F922979ba338440e296efb057bf8f2c49%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2fb/922979ba338440e296efb057bf8f2c49/images/large/5.jpg not downloaded yet
2026-03-26 22:49:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/14f3e8f6d77942fb914beb281ace98a3/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/14f3e8f6d77942fb914beb281ace98a3/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2fb%252F922979ba338440e296efb057bf8f2c49%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2fb/922979ba338440e296efb057bf8f2c49/images/large/6.jpg not downloaded yet
2026-03-26 22:49:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/14f3e8f6d77942fb914beb281ace98a3/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/14f3e8f6d77942fb914beb281ace98a3/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/14f3e8f6d77942fb914beb281ace98a3/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2fb%252F922979ba338440e296efb057bf8f2c49%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2fb/922979ba338440e296efb057bf8f2c49/images/large/7.jpg not downloaded yet
2026-03-26 22:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2fb%252F922979ba338440e296efb057bf8f2c49%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2fb/922979ba338440e296efb057bf8f2c49/images/large/8.jpg not downloaded yet
2026-03-26 22:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2fb%252F922979ba338440e296efb057bf8f2c49%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2fb/922979ba338440e296efb057bf8f2c49/images/large/9.jpg not downloaded yet
2026-03-26 22:49:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2fb/922979ba338440e296efb057bf8f2c49/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2fb/922979ba338440e296efb057bf8f2c49/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2fb%252F922979ba338440e296efb057bf8f2c49%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2fb/922979ba338440e296efb057bf8f2c49/images/large/10.jpg not downloaded yet
2026-03-26 22:49:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6dda210>
2026-03-26 22:49:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f513ab40-e80d-5508-9312-ecf3faf2e7c3/f513ab40-e80d-5508-9312-ecf3faf2e7c3_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F14f3e8f6d77942fb914beb281ace98a3%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/14f3e8f6d77942fb914beb281ace98a3/images/large/3.jpg saved to cache
2026-03-26 22:49:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item f513ab40-e80d-5508-9312-ecf3faf2e7c3
2026-03-26 22:49:56 [ayvens.be] INFO: Found listing with ID: 1985378
2026-03-26 22:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985378%27 HTTP/1.1" 200 None
2026-03-26 22:49:56 [ayvens.be] INFO: Scrape type for 1985378: 1
2026-03-26 22:49:56 [ayvens.be] INFO: Extracting data for car ID: 1985378
2026-03-26 22:49:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 55582b44-2a1a-55ba-8550-803dbcef7bd5 with identifier: 1985378
2026-03-26 22:49:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 55582b44-2a1a-55ba-8550-803dbcef7bd5 with scrape type 1
2026-03-26 22:49:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 55582b44-2a1a-55ba-8550-803dbcef7bd5
2026-03-26 22:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cu%252Fed5703d901a64da696a2be83c5c9ec67%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cu/ed5703d901a64da696a2be83c5c9ec67/images/large/1.jpg not downloaded yet
2026-03-26 22:49:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b792c790>
2026-03-26 22:49:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f513ab40-e80d-5508-9312-ecf3faf2e7c3/f513ab40-e80d-5508-9312-ecf3faf2e7c3_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F14f3e8f6d77942fb914beb281ace98a3%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/14f3e8f6d77942fb914beb281ace98a3/images/large/5.jpg saved to cache
2026-03-26 22:49:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item f513ab40-e80d-5508-9312-ecf3faf2e7c3
2026-03-26 22:49:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74b4b50>
2026-03-26 22:49:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f513ab40-e80d-5508-9312-ecf3faf2e7c3/f513ab40-e80d-5508-9312-ecf3faf2e7c3_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F14f3e8f6d77942fb914beb281ace98a3%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/14f3e8f6d77942fb914beb281ace98a3/images/large/4.jpg saved to cache
2026-03-26 22:49:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item f513ab40-e80d-5508-9312-ecf3faf2e7c3
2026-03-26 22:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cu%252Fed5703d901a64da696a2be83c5c9ec67%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cu/ed5703d901a64da696a2be83c5c9ec67/images/large/2.jpg not downloaded yet
2026-03-26 22:49:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/14f3e8f6d77942fb914beb281ace98a3/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2fb/922979ba338440e296efb057bf8f2c49/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2fb/922979ba338440e296efb057bf8f2c49/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76ed650>
2026-03-26 22:49:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f513ab40-e80d-5508-9312-ecf3faf2e7c3/f513ab40-e80d-5508-9312-ecf3faf2e7c3_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F14f3e8f6d77942fb914beb281ace98a3%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/14f3e8f6d77942fb914beb281ace98a3/images/large/6.jpg saved to cache
2026-03-26 22:49:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item f513ab40-e80d-5508-9312-ecf3faf2e7c3
2026-03-26 22:49:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7688350>
2026-03-26 22:49:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f513ab40-e80d-5508-9312-ecf3faf2e7c3/f513ab40-e80d-5508-9312-ecf3faf2e7c3_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F14f3e8f6d77942fb914beb281ace98a3%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/14f3e8f6d77942fb914beb281ace98a3/images/large/7.jpg saved to cache
2026-03-26 22:49:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item f513ab40-e80d-5508-9312-ecf3faf2e7c3
2026-03-26 22:49:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7483cd0>
2026-03-26 22:49:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f513ab40-e80d-5508-9312-ecf3faf2e7c3/f513ab40-e80d-5508-9312-ecf3faf2e7c3_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F14f3e8f6d77942fb914beb281ace98a3%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/14f3e8f6d77942fb914beb281ace98a3/images/large/8.jpg saved to cache
2026-03-26 22:49:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item f513ab40-e80d-5508-9312-ecf3faf2e7c3
2026-03-26 22:49:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7482150>
2026-03-26 22:49:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c7b5d90a-9f2f-5747-9d5b-37a0f833ddec/c7b5d90a-9f2f-5747-9d5b-37a0f833ddec_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2fb%252F922979ba338440e296efb057bf8f2c49%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2fb/922979ba338440e296efb057bf8f2c49/images/large/1.jpg saved to cache
2026-03-26 22:49:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item c7b5d90a-9f2f-5747-9d5b-37a0f833ddec
2026-03-26 22:49:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b727ca90>
2026-03-26 22:49:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c7b5d90a-9f2f-5747-9d5b-37a0f833ddec/c7b5d90a-9f2f-5747-9d5b-37a0f833ddec_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2fb%252F922979ba338440e296efb057bf8f2c49%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2fb/922979ba338440e296efb057bf8f2c49/images/large/2.jpg saved to cache
2026-03-26 22:49:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item c7b5d90a-9f2f-5747-9d5b-37a0f833ddec
2026-03-26 22:49:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2fb/922979ba338440e296efb057bf8f2c49/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2fb/922979ba338440e296efb057bf8f2c49/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cu%252Fed5703d901a64da696a2be83c5c9ec67%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cu/ed5703d901a64da696a2be83c5c9ec67/images/large/3.jpg not downloaded yet
2026-03-26 22:49:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/14f3e8f6d77942fb914beb281ace98a3/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2fb/922979ba338440e296efb057bf8f2c49/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cu%252Fed5703d901a64da696a2be83c5c9ec67%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cu/ed5703d901a64da696a2be83c5c9ec67/images/large/4.jpg not downloaded yet
2026-03-26 22:49:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b75a7cd0>
2026-03-26 22:49:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f513ab40-e80d-5508-9312-ecf3faf2e7c3/f513ab40-e80d-5508-9312-ecf3faf2e7c3_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F14f3e8f6d77942fb914beb281ace98a3%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/14f3e8f6d77942fb914beb281ace98a3/images/large/10.jpg saved to cache
2026-03-26 22:49:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item f513ab40-e80d-5508-9312-ecf3faf2e7c3
2026-03-26 22:49:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74019d0>
2026-03-26 22:49:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c7b5d90a-9f2f-5747-9d5b-37a0f833ddec/c7b5d90a-9f2f-5747-9d5b-37a0f833ddec_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2fb%252F922979ba338440e296efb057bf8f2c49%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2fb/922979ba338440e296efb057bf8f2c49/images/large/3.jpg saved to cache
2026-03-26 22:49:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item c7b5d90a-9f2f-5747-9d5b-37a0f833ddec
2026-03-26 22:49:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7b17c50>
2026-03-26 22:49:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c7b5d90a-9f2f-5747-9d5b-37a0f833ddec/c7b5d90a-9f2f-5747-9d5b-37a0f833ddec_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2fb%252F922979ba338440e296efb057bf8f2c49%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2fb/922979ba338440e296efb057bf8f2c49/images/large/4.jpg saved to cache
2026-03-26 22:49:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item c7b5d90a-9f2f-5747-9d5b-37a0f833ddec
2026-03-26 22:49:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2fb/922979ba338440e296efb057bf8f2c49/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cu%252Fed5703d901a64da696a2be83c5c9ec67%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cu/ed5703d901a64da696a2be83c5c9ec67/images/large/5.jpg not downloaded yet
2026-03-26 22:49:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7410d50>
2026-03-26 22:49:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c7b5d90a-9f2f-5747-9d5b-37a0f833ddec/c7b5d90a-9f2f-5747-9d5b-37a0f833ddec_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:49:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2fb%252F922979ba338440e296efb057bf8f2c49%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2fb/922979ba338440e296efb057bf8f2c49/images/large/5.jpg saved to cache
2026-03-26 22:49:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item c7b5d90a-9f2f-5747-9d5b-37a0f833ddec
2026-03-26 22:49:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76ef750>
2026-03-26 22:49:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c7b5d90a-9f2f-5747-9d5b-37a0f833ddec/c7b5d90a-9f2f-5747-9d5b-37a0f833ddec_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:49:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2fb%252F922979ba338440e296efb057bf8f2c49%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2fb/922979ba338440e296efb057bf8f2c49/images/large/6.jpg saved to cache
2026-03-26 22:49:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item c7b5d90a-9f2f-5747-9d5b-37a0f833ddec
2026-03-26 22:49:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7910cd0>
2026-03-26 22:49:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f513ab40-e80d-5508-9312-ecf3faf2e7c3/f513ab40-e80d-5508-9312-ecf3faf2e7c3_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:49:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F14f3e8f6d77942fb914beb281ace98a3%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/14f3e8f6d77942fb914beb281ace98a3/images/large/9.jpg saved to cache
2026-03-26 22:49:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item f513ab40-e80d-5508-9312-ecf3faf2e7c3
2026-03-26 22:49:58 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f513ab40-e80d-5508-9312-ecf3faf2e7c3, skipping ID generation
2026-03-26 22:49:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f513ab40-e80d-5508-9312-ecf3faf2e7c3 with scrape type 1
2026-03-26 22:49:58 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f513ab40-e80d-5508-9312-ecf3faf2e7c3 sending to next pipeline
2026-03-26 22:49:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: f513ab40-e80d-5508-9312-ecf3faf2e7c3, identifier: 1985376
2026-03-26 22:49:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80c9881b50>
2026-03-26 22:49:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c7b5d90a-9f2f-5747-9d5b-37a0f833ddec/c7b5d90a-9f2f-5747-9d5b-37a0f833ddec_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:49:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2fb%252F922979ba338440e296efb057bf8f2c49%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2fb/922979ba338440e296efb057bf8f2c49/images/large/8.jpg saved to cache
2026-03-26 22:49:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item c7b5d90a-9f2f-5747-9d5b-37a0f833ddec
2026-03-26 22:49:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cu/ed5703d901a64da696a2be83c5c9ec67/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cu%252Fed5703d901a64da696a2be83c5c9ec67%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cu/ed5703d901a64da696a2be83c5c9ec67/images/large/6.jpg not downloaded yet
2026-03-26 22:49:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: f513ab40-e80d-5508-9312-ecf3faf2e7c3 with identifier: 1985376
2026-03-26 22:49:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: f513ab40-e80d-5508-9312-ecf3faf2e7c3 with identifier: 1985376
2026-03-26 22:49:58 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: f513ab40-e80d-5508-9312-ecf3faf2e7c3 with identifier: 1985376 to the API
2026-03-26 22:49:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:49:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:49:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bs/14f3e8f6d77942fb914beb281ace98a3/images/large/9.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'f513ab40-e80d-5508-9312-ecf3faf2e7c3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'A3',
'odometer': 114644,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 16,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f513ab40-e80d-5508-9312-ecf3faf2e7c3/f513ab40-e80d-5508-9312-ecf3faf2e7c3_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 661597,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/14f3e8f6d77942fb914beb281ace98a3/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f513ab40-e80d-5508-9312-ecf3faf2e7c3/f513ab40-e80d-5508-9312-ecf3faf2e7c3_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 676854,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/14f3e8f6d77942fb914beb281ace98a3/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f513ab40-e80d-5508-9312-ecf3faf2e7c3/f513ab40-e80d-5508-9312-ecf3faf2e7c3_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 643970,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/14f3e8f6d77942fb914beb281ace98a3/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f513ab40-e80d-5508-9312-ecf3faf2e7c3/f513ab40-e80d-5508-9312-ecf3faf2e7c3_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 690672,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/14f3e8f6d77942fb914beb281ace98a3/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f513ab40-e80d-5508-9312-ecf3faf2e7c3/f513ab40-e80d-5508-9312-ecf3faf2e7c3_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 582423,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/14f3e8f6d77942fb914beb281ace98a3/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f513ab40-e80d-5508-9312-ecf3faf2e7c3/f513ab40-e80d-5508-9312-ecf3faf2e7c3_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 623701,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/14f3e8f6d77942fb914beb281ace98a3/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f513ab40-e80d-5508-9312-ecf3faf2e7c3/f513ab40-e80d-5508-9312-ecf3faf2e7c3_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 627768,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/14f3e8f6d77942fb914beb281ace98a3/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f513ab40-e80d-5508-9312-ecf3faf2e7c3/f513ab40-e80d-5508-9312-ecf3faf2e7c3_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 669768,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/14f3e8f6d77942fb914beb281ace98a3/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f513ab40-e80d-5508-9312-ecf3faf2e7c3/f513ab40-e80d-5508-9312-ecf3faf2e7c3_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 567636,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/14f3e8f6d77942fb914beb281ace98a3/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f513ab40-e80d-5508-9312-ecf3faf2e7c3/f513ab40-e80d-5508-9312-ecf3faf2e7c3_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 519282,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/14f3e8f6d77942fb914beb281ace98a3/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-03',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A3 1.4 40 TFSI E S TRON. ADVANCED SPORTBACK',
'transmission': 'automatic',
'trim': '1.4 40 TFSI E S TRON. ADVANCED SPORTBACK',
'vin': None,
'year': 2022}
2026-03-26 22:49:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985376%27 HTTP/1.1" 200 None
2026-03-26 22:49:58 [ayvens.be] INFO: Saving data for 1985376: {'created_time': 1774565398.781483, 'last_price_update_time': 1774565398.781494, 'auction_closing_time': 1774958400.0}
2026-03-26 22:49:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985376') HTTP/1.1" 204 0
2026-03-26 22:49:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cu/ed5703d901a64da696a2be83c5c9ec67/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2fb/922979ba338440e296efb057bf8f2c49/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2fb/922979ba338440e296efb057bf8f2c49/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cu%252Fed5703d901a64da696a2be83c5c9ec67%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cu/ed5703d901a64da696a2be83c5c9ec67/images/large/7.jpg not downloaded yet
2026-03-26 22:49:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c5d910>
2026-03-26 22:49:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c7b5d90a-9f2f-5747-9d5b-37a0f833ddec/c7b5d90a-9f2f-5747-9d5b-37a0f833ddec_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:49:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2fb%252F922979ba338440e296efb057bf8f2c49%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2fb/922979ba338440e296efb057bf8f2c49/images/large/7.jpg saved to cache
2026-03-26 22:49:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item c7b5d90a-9f2f-5747-9d5b-37a0f833ddec
2026-03-26 22:49:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79d6450>
2026-03-26 22:49:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_55582b44-2a1a-55ba-8550-803dbcef7bd5/55582b44-2a1a-55ba-8550-803dbcef7bd5_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:49:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cu%252Fed5703d901a64da696a2be83c5c9ec67%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cu/ed5703d901a64da696a2be83c5c9ec67/images/large/1.jpg saved to cache
2026-03-26 22:49:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 55582b44-2a1a-55ba-8550-803dbcef7bd5
2026-03-26 22:49:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cu/ed5703d901a64da696a2be83c5c9ec67/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cu%252Fed5703d901a64da696a2be83c5c9ec67%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cu/ed5703d901a64da696a2be83c5c9ec67/images/large/8.jpg not downloaded yet
2026-03-26 22:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cu%252Fed5703d901a64da696a2be83c5c9ec67%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cu/ed5703d901a64da696a2be83c5c9ec67/images/large/9.jpg not downloaded yet
2026-03-26 22:49:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b781b710>
2026-03-26 22:49:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_55582b44-2a1a-55ba-8550-803dbcef7bd5/55582b44-2a1a-55ba-8550-803dbcef7bd5_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cu%252Fed5703d901a64da696a2be83c5c9ec67%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cu/ed5703d901a64da696a2be83c5c9ec67/images/large/2.jpg saved to cache
2026-03-26 22:49:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 55582b44-2a1a-55ba-8550-803dbcef7bd5
2026-03-26 22:49:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79f2610>
2026-03-26 22:49:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c7b5d90a-9f2f-5747-9d5b-37a0f833ddec/c7b5d90a-9f2f-5747-9d5b-37a0f833ddec_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2fb%252F922979ba338440e296efb057bf8f2c49%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2fb/922979ba338440e296efb057bf8f2c49/images/large/10.jpg saved to cache
2026-03-26 22:49:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item c7b5d90a-9f2f-5747-9d5b-37a0f833ddec
2026-03-26 22:49:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7403f50>
2026-03-26 22:49:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c7b5d90a-9f2f-5747-9d5b-37a0f833ddec/c7b5d90a-9f2f-5747-9d5b-37a0f833ddec_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2fb%252F922979ba338440e296efb057bf8f2c49%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2fb/922979ba338440e296efb057bf8f2c49/images/large/9.jpg saved to cache
2026-03-26 22:49:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item c7b5d90a-9f2f-5747-9d5b-37a0f833ddec
2026-03-26 22:49:59 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c7b5d90a-9f2f-5747-9d5b-37a0f833ddec, skipping ID generation
2026-03-26 22:49:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c7b5d90a-9f2f-5747-9d5b-37a0f833ddec with scrape type 1
2026-03-26 22:49:59 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c7b5d90a-9f2f-5747-9d5b-37a0f833ddec sending to next pipeline
2026-03-26 22:49:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: c7b5d90a-9f2f-5747-9d5b-37a0f833ddec, identifier: 1985377
2026-03-26 22:49:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: c7b5d90a-9f2f-5747-9d5b-37a0f833ddec with identifier: 1985377
2026-03-26 22:49:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: c7b5d90a-9f2f-5747-9d5b-37a0f833ddec with identifier: 1985377
2026-03-26 22:49:59 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: c7b5d90a-9f2f-5747-9d5b-37a0f833ddec with identifier: 1985377 to the API
2026-03-26 22:49:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:49:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:49:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2fb/922979ba338440e296efb057bf8f2c49/images/large/9.jpg>
{'auction_title': '',
'c_o_2_emission_value': 105,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'c7b5d90a-9f2f-5747-9d5b-37a0f833ddec',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'GOLF VIII',
'odometer': 38605,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 15,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c7b5d90a-9f2f-5747-9d5b-37a0f833ddec/c7b5d90a-9f2f-5747-9d5b-37a0f833ddec_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 264341,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2fb/922979ba338440e296efb057bf8f2c49/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c7b5d90a-9f2f-5747-9d5b-37a0f833ddec/c7b5d90a-9f2f-5747-9d5b-37a0f833ddec_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 271524,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2fb/922979ba338440e296efb057bf8f2c49/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c7b5d90a-9f2f-5747-9d5b-37a0f833ddec/c7b5d90a-9f2f-5747-9d5b-37a0f833ddec_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 291024,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2fb/922979ba338440e296efb057bf8f2c49/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c7b5d90a-9f2f-5747-9d5b-37a0f833ddec/c7b5d90a-9f2f-5747-9d5b-37a0f833ddec_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 301753,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2fb/922979ba338440e296efb057bf8f2c49/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c7b5d90a-9f2f-5747-9d5b-37a0f833ddec/c7b5d90a-9f2f-5747-9d5b-37a0f833ddec_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 281223,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2fb/922979ba338440e296efb057bf8f2c49/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c7b5d90a-9f2f-5747-9d5b-37a0f833ddec/c7b5d90a-9f2f-5747-9d5b-37a0f833ddec_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 284320,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2fb/922979ba338440e296efb057bf8f2c49/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c7b5d90a-9f2f-5747-9d5b-37a0f833ddec/c7b5d90a-9f2f-5747-9d5b-37a0f833ddec_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 283718,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2fb/922979ba338440e296efb057bf8f2c49/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c7b5d90a-9f2f-5747-9d5b-37a0f833ddec/c7b5d90a-9f2f-5747-9d5b-37a0f833ddec_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 312158,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2fb/922979ba338440e296efb057bf8f2c49/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c7b5d90a-9f2f-5747-9d5b-37a0f833ddec/c7b5d90a-9f2f-5747-9d5b-37a0f833ddec_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 295513,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2fb/922979ba338440e296efb057bf8f2c49/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c7b5d90a-9f2f-5747-9d5b-37a0f833ddec/c7b5d90a-9f2f-5747-9d5b-37a0f833ddec_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 316734,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2fb/922979ba338440e296efb057bf8f2c49/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-03-20',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN GOLF VIII 1.0 TSI 81KW LIFE BUSINESS',
'transmission': 'manual',
'trim': '1.0 TSI 81KW LIFE BUSINESS',
'vin': None,
'year': 2024}
2026-03-26 22:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985377%27 HTTP/1.1" 200 None
2026-03-26 22:49:59 [ayvens.be] INFO: Saving data for 1985377: {'created_time': 1774565399.728773, 'last_price_update_time': 1774565399.728785, 'auction_closing_time': 1774958400.0}
2026-03-26 22:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985377') HTTP/1.1" 204 0
2026-03-26 22:49:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cu/ed5703d901a64da696a2be83c5c9ec67/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cu%252Fed5703d901a64da696a2be83c5c9ec67%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cu/ed5703d901a64da696a2be83c5c9ec67/images/large/10.jpg not downloaded yet
2026-03-26 22:49:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74a6ad0>
2026-03-26 22:49:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_55582b44-2a1a-55ba-8550-803dbcef7bd5/55582b44-2a1a-55ba-8550-803dbcef7bd5_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cu%252Fed5703d901a64da696a2be83c5c9ec67%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cu/ed5703d901a64da696a2be83c5c9ec67/images/large/3.jpg saved to cache
2026-03-26 22:49:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 55582b44-2a1a-55ba-8550-803dbcef7bd5
2026-03-26 22:49:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cu/ed5703d901a64da696a2be83c5c9ec67/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:59 [ayvens.be] INFO: Found listing with ID: 1985379
2026-03-26 22:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985379%27 HTTP/1.1" 200 None
2026-03-26 22:49:59 [ayvens.be] INFO: Scrape type for 1985379: 1
2026-03-26 22:49:59 [ayvens.be] INFO: Extracting data for car ID: 1985379
2026-03-26 22:49:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 41f97a93-de3c-5513-bb76-4e8deedf18cb with identifier: 1985379
2026-03-26 22:49:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 41f97a93-de3c-5513-bb76-4e8deedf18cb with scrape type 1
2026-03-26 22:49:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 41f97a93-de3c-5513-bb76-4e8deedf18cb
2026-03-26 22:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252F8c3360aed8184195bd380e24c4451312%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/8c3360aed8184195bd380e24c4451312/images/large/1.jpg not downloaded yet
2026-03-26 22:49:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cu/ed5703d901a64da696a2be83c5c9ec67/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cu/ed5703d901a64da696a2be83c5c9ec67/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252F8c3360aed8184195bd380e24c4451312%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/8c3360aed8184195bd380e24c4451312/images/large/2.jpg not downloaded yet
2026-03-26 22:49:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:49:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd0cfdd0>
2026-03-26 22:49:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:49:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:49:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:49:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_55582b44-2a1a-55ba-8550-803dbcef7bd5/55582b44-2a1a-55ba-8550-803dbcef7bd5_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cu%252Fed5703d901a64da696a2be83c5c9ec67%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:49:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cu/ed5703d901a64da696a2be83c5c9ec67/images/large/4.jpg saved to cache
2026-03-26 22:49:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 55582b44-2a1a-55ba-8550-803dbcef7bd5
2026-03-26 22:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252F8c3360aed8184195bd380e24c4451312%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:49:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/8c3360aed8184195bd380e24c4451312/images/large/3.jpg not downloaded yet
2026-03-26 22:49:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cu/ed5703d901a64da696a2be83c5c9ec67/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252F8c3360aed8184195bd380e24c4451312%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/8c3360aed8184195bd380e24c4451312/images/large/4.jpg not downloaded yet
2026-03-26 22:50:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77af6d0>
2026-03-26 22:50:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_55582b44-2a1a-55ba-8550-803dbcef7bd5/55582b44-2a1a-55ba-8550-803dbcef7bd5_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cu%252Fed5703d901a64da696a2be83c5c9ec67%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cu/ed5703d901a64da696a2be83c5c9ec67/images/large/5.jpg saved to cache
2026-03-26 22:50:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 55582b44-2a1a-55ba-8550-803dbcef7bd5
2026-03-26 22:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252F8c3360aed8184195bd380e24c4451312%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/8c3360aed8184195bd380e24c4451312/images/large/5.jpg not downloaded yet
2026-03-26 22:50:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7459e10>
2026-03-26 22:50:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_55582b44-2a1a-55ba-8550-803dbcef7bd5/55582b44-2a1a-55ba-8550-803dbcef7bd5_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cu%252Fed5703d901a64da696a2be83c5c9ec67%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cu/ed5703d901a64da696a2be83c5c9ec67/images/large/6.jpg saved to cache
2026-03-26 22:50:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 55582b44-2a1a-55ba-8550-803dbcef7bd5
2026-03-26 22:50:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7a54b50>
2026-03-26 22:50:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_55582b44-2a1a-55ba-8550-803dbcef7bd5/55582b44-2a1a-55ba-8550-803dbcef7bd5_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cu%252Fed5703d901a64da696a2be83c5c9ec67%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cu/ed5703d901a64da696a2be83c5c9ec67/images/large/7.jpg saved to cache
2026-03-26 22:50:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 55582b44-2a1a-55ba-8550-803dbcef7bd5
2026-03-26 22:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252F8c3360aed8184195bd380e24c4451312%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/8c3360aed8184195bd380e24c4451312/images/large/6.jpg not downloaded yet
2026-03-26 22:50:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cu/ed5703d901a64da696a2be83c5c9ec67/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6da4c10>
2026-03-26 22:50:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_55582b44-2a1a-55ba-8550-803dbcef7bd5/55582b44-2a1a-55ba-8550-803dbcef7bd5_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cu%252Fed5703d901a64da696a2be83c5c9ec67%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cu/ed5703d901a64da696a2be83c5c9ec67/images/large/8.jpg saved to cache
2026-03-26 22:50:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 55582b44-2a1a-55ba-8550-803dbcef7bd5
2026-03-26 22:50:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cu/ed5703d901a64da696a2be83c5c9ec67/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252F8c3360aed8184195bd380e24c4451312%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/8c3360aed8184195bd380e24c4451312/images/large/7.jpg not downloaded yet
2026-03-26 22:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252F8c3360aed8184195bd380e24c4451312%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/8c3360aed8184195bd380e24c4451312/images/large/8.jpg not downloaded yet
2026-03-26 22:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252F8c3360aed8184195bd380e24c4451312%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/8c3360aed8184195bd380e24c4451312/images/large/9.jpg not downloaded yet
2026-03-26 22:50:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bl/8c3360aed8184195bd380e24c4451312/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252F8c3360aed8184195bd380e24c4451312%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/8c3360aed8184195bd380e24c4451312/images/large/10.jpg not downloaded yet
2026-03-26 22:50:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6da5850>
2026-03-26 22:50:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_55582b44-2a1a-55ba-8550-803dbcef7bd5/55582b44-2a1a-55ba-8550-803dbcef7bd5_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cu%252Fed5703d901a64da696a2be83c5c9ec67%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cu/ed5703d901a64da696a2be83c5c9ec67/images/large/9.jpg saved to cache
2026-03-26 22:50:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 55582b44-2a1a-55ba-8550-803dbcef7bd5
2026-03-26 22:50:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bl/8c3360aed8184195bd380e24c4451312/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bl/8c3360aed8184195bd380e24c4451312/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:00 [ayvens.be] INFO: Found listing with ID: 1985380
2026-03-26 22:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985380%27 HTTP/1.1" 200 None
2026-03-26 22:50:00 [ayvens.be] INFO: Scrape type for 1985380: 1
2026-03-26 22:50:00 [ayvens.be] INFO: Extracting data for car ID: 1985380
2026-03-26 22:50:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 335e1b92-8dec-5058-af43-5393f02dbe77 with identifier: 1985380
2026-03-26 22:50:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 335e1b92-8dec-5058-af43-5393f02dbe77 with scrape type 1
2026-03-26 22:50:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 335e1b92-8dec-5058-af43-5393f02dbe77
2026-03-26 22:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2av%252Fb0724084526d472bafc8388bbb5fdfd5%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2av/b0724084526d472bafc8388bbb5fdfd5/images/large/1.jpg not downloaded yet
2026-03-26 22:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2av%252Fb0724084526d472bafc8388bbb5fdfd5%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2av/b0724084526d472bafc8388bbb5fdfd5/images/large/2.jpg not downloaded yet
2026-03-26 22:50:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76eef90>
2026-03-26 22:50:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_55582b44-2a1a-55ba-8550-803dbcef7bd5/55582b44-2a1a-55ba-8550-803dbcef7bd5_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cu%252Fed5703d901a64da696a2be83c5c9ec67%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cu/ed5703d901a64da696a2be83c5c9ec67/images/large/10.jpg saved to cache
2026-03-26 22:50:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 55582b44-2a1a-55ba-8550-803dbcef7bd5
2026-03-26 22:50:00 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 55582b44-2a1a-55ba-8550-803dbcef7bd5, skipping ID generation
2026-03-26 22:50:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 55582b44-2a1a-55ba-8550-803dbcef7bd5 with scrape type 1
2026-03-26 22:50:00 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 55582b44-2a1a-55ba-8550-803dbcef7bd5 sending to next pipeline
2026-03-26 22:50:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 55582b44-2a1a-55ba-8550-803dbcef7bd5, identifier: 1985378
2026-03-26 22:50:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd0d3ed0>
2026-03-26 22:50:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_41f97a93-de3c-5513-bb76-4e8deedf18cb/41f97a93-de3c-5513-bb76-4e8deedf18cb_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252F8c3360aed8184195bd380e24c4451312%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/8c3360aed8184195bd380e24c4451312/images/large/1.jpg saved to cache
2026-03-26 22:50:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 41f97a93-de3c-5513-bb76-4e8deedf18cb
2026-03-26 22:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2av%252Fb0724084526d472bafc8388bbb5fdfd5%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2av/b0724084526d472bafc8388bbb5fdfd5/images/large/3.jpg not downloaded yet
2026-03-26 22:50:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 55582b44-2a1a-55ba-8550-803dbcef7bd5 with identifier: 1985378
2026-03-26 22:50:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 55582b44-2a1a-55ba-8550-803dbcef7bd5 with identifier: 1985378
2026-03-26 22:50:00 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 55582b44-2a1a-55ba-8550-803dbcef7bd5 with identifier: 1985378 to the API
2026-03-26 22:50:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:50:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:50:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2cu/ed5703d901a64da696a2be83c5c9ec67/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': 0,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'electric',
'id': '55582b44-2a1a-55ba-8550-803dbcef7bd5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'VOLVO',
'model': 'C40',
'odometer': 72990,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 17,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_55582b44-2a1a-55ba-8550-803dbcef7bd5/55582b44-2a1a-55ba-8550-803dbcef7bd5_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 190982,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cu/ed5703d901a64da696a2be83c5c9ec67/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_55582b44-2a1a-55ba-8550-803dbcef7bd5/55582b44-2a1a-55ba-8550-803dbcef7bd5_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 197425,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cu/ed5703d901a64da696a2be83c5c9ec67/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_55582b44-2a1a-55ba-8550-803dbcef7bd5/55582b44-2a1a-55ba-8550-803dbcef7bd5_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 215434,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cu/ed5703d901a64da696a2be83c5c9ec67/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_55582b44-2a1a-55ba-8550-803dbcef7bd5/55582b44-2a1a-55ba-8550-803dbcef7bd5_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 214340,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cu/ed5703d901a64da696a2be83c5c9ec67/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_55582b44-2a1a-55ba-8550-803dbcef7bd5/55582b44-2a1a-55ba-8550-803dbcef7bd5_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 239176,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cu/ed5703d901a64da696a2be83c5c9ec67/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_55582b44-2a1a-55ba-8550-803dbcef7bd5/55582b44-2a1a-55ba-8550-803dbcef7bd5_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 218865,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cu/ed5703d901a64da696a2be83c5c9ec67/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_55582b44-2a1a-55ba-8550-803dbcef7bd5/55582b44-2a1a-55ba-8550-803dbcef7bd5_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 281190,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cu/ed5703d901a64da696a2be83c5c9ec67/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_55582b44-2a1a-55ba-8550-803dbcef7bd5/55582b44-2a1a-55ba-8550-803dbcef7bd5_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 284164,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cu/ed5703d901a64da696a2be83c5c9ec67/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_55582b44-2a1a-55ba-8550-803dbcef7bd5/55582b44-2a1a-55ba-8550-803dbcef7bd5_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 353270,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cu/ed5703d901a64da696a2be83c5c9ec67/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_55582b44-2a1a-55ba-8550-803dbcef7bd5/55582b44-2a1a-55ba-8550-803dbcef7bd5_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 279835,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cu/ed5703d901a64da696a2be83c5c9ec67/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO C40 BEV 69KWH RECHARGE PLUS',
'transmission': 'automatic',
'trim': 'BEV 69KWH RECHARGE PLUS',
'vin': None,
'year': 2022}
2026-03-26 22:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985378%27 HTTP/1.1" 200 None
2026-03-26 22:50:01 [ayvens.be] INFO: Saving data for 1985378: {'created_time': 1774565401.131829, 'last_price_update_time': 1774565401.131841, 'auction_closing_time': 1774958400.0}
2026-03-26 22:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985378') HTTP/1.1" 204 0
2026-03-26 22:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2av%252Fb0724084526d472bafc8388bbb5fdfd5%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2av/b0724084526d472bafc8388bbb5fdfd5/images/large/4.jpg not downloaded yet
2026-03-26 22:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2av%252Fb0724084526d472bafc8388bbb5fdfd5%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2av/b0724084526d472bafc8388bbb5fdfd5/images/large/5.jpg not downloaded yet
2026-03-26 22:50:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd267a50>
2026-03-26 22:50:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_41f97a93-de3c-5513-bb76-4e8deedf18cb/41f97a93-de3c-5513-bb76-4e8deedf18cb_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252F8c3360aed8184195bd380e24c4451312%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/8c3360aed8184195bd380e24c4451312/images/large/3.jpg saved to cache
2026-03-26 22:50:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 41f97a93-de3c-5513-bb76-4e8deedf18cb
2026-03-26 22:50:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79a0810>
2026-03-26 22:50:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_41f97a93-de3c-5513-bb76-4e8deedf18cb/41f97a93-de3c-5513-bb76-4e8deedf18cb_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252F8c3360aed8184195bd380e24c4451312%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/8c3360aed8184195bd380e24c4451312/images/large/2.jpg saved to cache
2026-03-26 22:50:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 41f97a93-de3c-5513-bb76-4e8deedf18cb
2026-03-26 22:50:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bl/8c3360aed8184195bd380e24c4451312/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bl/8c3360aed8184195bd380e24c4451312/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bl/8c3360aed8184195bd380e24c4451312/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bl/8c3360aed8184195bd380e24c4451312/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2av%252Fb0724084526d472bafc8388bbb5fdfd5%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2av/b0724084526d472bafc8388bbb5fdfd5/images/large/6.jpg not downloaded yet
2026-03-26 22:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2av%252Fb0724084526d472bafc8388bbb5fdfd5%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2av/b0724084526d472bafc8388bbb5fdfd5/images/large/7.jpg not downloaded yet
2026-03-26 22:50:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bl/8c3360aed8184195bd380e24c4451312/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2av%252Fb0724084526d472bafc8388bbb5fdfd5%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2av/b0724084526d472bafc8388bbb5fdfd5/images/large/8.jpg not downloaded yet
2026-03-26 22:50:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bl/8c3360aed8184195bd380e24c4451312/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bl/8c3360aed8184195bd380e24c4451312/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2av/b0724084526d472bafc8388bbb5fdfd5/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2av%252Fb0724084526d472bafc8388bbb5fdfd5%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2av/b0724084526d472bafc8388bbb5fdfd5/images/large/9.jpg not downloaded yet
2026-03-26 22:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2av%252Fb0724084526d472bafc8388bbb5fdfd5%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2av/b0724084526d472bafc8388bbb5fdfd5/images/large/10.jpg not downloaded yet
2026-03-26 22:50:01 [ayvens.be] INFO: Found listing with ID: 1985381
2026-03-26 22:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985381%27 HTTP/1.1" 200 None
2026-03-26 22:50:01 [ayvens.be] INFO: Scrape type for 1985381: 1
2026-03-26 22:50:01 [ayvens.be] INFO: Extracting data for car ID: 1985381
2026-03-26 22:50:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0935e4d3-aba0-574f-a79e-8f1945954b6d with identifier: 1985381
2026-03-26 22:50:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0935e4d3-aba0-574f-a79e-8f1945954b6d with scrape type 1
2026-03-26 22:50:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 0935e4d3-aba0-574f-a79e-8f1945954b6d
2026-03-26 22:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bx%252F568c90adf94d444fb78c3d7587fd4337%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bx/568c90adf94d444fb78c3d7587fd4337/images/large/1.jpg not downloaded yet
2026-03-26 22:50:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b768aed0>
2026-03-26 22:50:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_41f97a93-de3c-5513-bb76-4e8deedf18cb/41f97a93-de3c-5513-bb76-4e8deedf18cb_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252F8c3360aed8184195bd380e24c4451312%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/8c3360aed8184195bd380e24c4451312/images/large/4.jpg saved to cache
2026-03-26 22:50:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 41f97a93-de3c-5513-bb76-4e8deedf18cb
2026-03-26 22:50:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c75110>
2026-03-26 22:50:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_41f97a93-de3c-5513-bb76-4e8deedf18cb/41f97a93-de3c-5513-bb76-4e8deedf18cb_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252F8c3360aed8184195bd380e24c4451312%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/8c3360aed8184195bd380e24c4451312/images/large/5.jpg saved to cache
2026-03-26 22:50:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 41f97a93-de3c-5513-bb76-4e8deedf18cb
2026-03-26 22:50:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c7c950>
2026-03-26 22:50:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_41f97a93-de3c-5513-bb76-4e8deedf18cb/41f97a93-de3c-5513-bb76-4e8deedf18cb_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252F8c3360aed8184195bd380e24c4451312%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/8c3360aed8184195bd380e24c4451312/images/large/7.jpg saved to cache
2026-03-26 22:50:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 41f97a93-de3c-5513-bb76-4e8deedf18cb
2026-03-26 22:50:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b748b550>
2026-03-26 22:50:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_41f97a93-de3c-5513-bb76-4e8deedf18cb/41f97a93-de3c-5513-bb76-4e8deedf18cb_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252F8c3360aed8184195bd380e24c4451312%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/8c3360aed8184195bd380e24c4451312/images/large/6.jpg saved to cache
2026-03-26 22:50:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 41f97a93-de3c-5513-bb76-4e8deedf18cb
2026-03-26 22:50:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c7d310>
2026-03-26 22:50:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_41f97a93-de3c-5513-bb76-4e8deedf18cb/41f97a93-de3c-5513-bb76-4e8deedf18cb_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252F8c3360aed8184195bd380e24c4451312%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/8c3360aed8184195bd380e24c4451312/images/large/9.jpg saved to cache
2026-03-26 22:50:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 41f97a93-de3c-5513-bb76-4e8deedf18cb
2026-03-26 22:50:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b782c590>
2026-03-26 22:50:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_41f97a93-de3c-5513-bb76-4e8deedf18cb/41f97a93-de3c-5513-bb76-4e8deedf18cb_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252F8c3360aed8184195bd380e24c4451312%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/8c3360aed8184195bd380e24c4451312/images/large/8.jpg saved to cache
2026-03-26 22:50:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 41f97a93-de3c-5513-bb76-4e8deedf18cb
2026-03-26 22:50:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c7c310>
2026-03-26 22:50:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_41f97a93-de3c-5513-bb76-4e8deedf18cb/41f97a93-de3c-5513-bb76-4e8deedf18cb_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252F8c3360aed8184195bd380e24c4451312%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/8c3360aed8184195bd380e24c4451312/images/large/10.jpg saved to cache
2026-03-26 22:50:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 41f97a93-de3c-5513-bb76-4e8deedf18cb
2026-03-26 22:50:02 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 41f97a93-de3c-5513-bb76-4e8deedf18cb, skipping ID generation
2026-03-26 22:50:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 41f97a93-de3c-5513-bb76-4e8deedf18cb with scrape type 1
2026-03-26 22:50:02 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 41f97a93-de3c-5513-bb76-4e8deedf18cb sending to next pipeline
2026-03-26 22:50:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 41f97a93-de3c-5513-bb76-4e8deedf18cb, identifier: 1985379
2026-03-26 22:50:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd3b8e50>
2026-03-26 22:50:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_335e1b92-8dec-5058-af43-5393f02dbe77/335e1b92-8dec-5058-af43-5393f02dbe77_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2av%252Fb0724084526d472bafc8388bbb5fdfd5%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2av/b0724084526d472bafc8388bbb5fdfd5/images/large/1.jpg saved to cache
2026-03-26 22:50:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 335e1b92-8dec-5058-af43-5393f02dbe77
2026-03-26 22:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bx%252F568c90adf94d444fb78c3d7587fd4337%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bx/568c90adf94d444fb78c3d7587fd4337/images/large/2.jpg not downloaded yet
2026-03-26 22:50:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 41f97a93-de3c-5513-bb76-4e8deedf18cb with identifier: 1985379
2026-03-26 22:50:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 41f97a93-de3c-5513-bb76-4e8deedf18cb with identifier: 1985379
2026-03-26 22:50:02 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 41f97a93-de3c-5513-bb76-4e8deedf18cb with identifier: 1985379 to the API
2026-03-26 22:50:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:50:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:50:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bl/8c3360aed8184195bd380e24c4451312/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': '41f97a93-de3c-5513-bb76-4e8deedf18cb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'A-Klasse',
'odometer': 195502,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 22,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_41f97a93-de3c-5513-bb76-4e8deedf18cb/41f97a93-de3c-5513-bb76-4e8deedf18cb_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 671312,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bl/8c3360aed8184195bd380e24c4451312/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_41f97a93-de3c-5513-bb76-4e8deedf18cb/41f97a93-de3c-5513-bb76-4e8deedf18cb_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 645065,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bl/8c3360aed8184195bd380e24c4451312/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_41f97a93-de3c-5513-bb76-4e8deedf18cb/41f97a93-de3c-5513-bb76-4e8deedf18cb_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 648082,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bl/8c3360aed8184195bd380e24c4451312/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_41f97a93-de3c-5513-bb76-4e8deedf18cb/41f97a93-de3c-5513-bb76-4e8deedf18cb_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 664571,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bl/8c3360aed8184195bd380e24c4451312/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_41f97a93-de3c-5513-bb76-4e8deedf18cb/41f97a93-de3c-5513-bb76-4e8deedf18cb_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 640036,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bl/8c3360aed8184195bd380e24c4451312/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_41f97a93-de3c-5513-bb76-4e8deedf18cb/41f97a93-de3c-5513-bb76-4e8deedf18cb_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 681167,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bl/8c3360aed8184195bd380e24c4451312/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_41f97a93-de3c-5513-bb76-4e8deedf18cb/41f97a93-de3c-5513-bb76-4e8deedf18cb_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 673134,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bl/8c3360aed8184195bd380e24c4451312/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_41f97a93-de3c-5513-bb76-4e8deedf18cb/41f97a93-de3c-5513-bb76-4e8deedf18cb_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 892754,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bl/8c3360aed8184195bd380e24c4451312/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_41f97a93-de3c-5513-bb76-4e8deedf18cb/41f97a93-de3c-5513-bb76-4e8deedf18cb_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 844889,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bl/8c3360aed8184195bd380e24c4451312/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_41f97a93-de3c-5513-bb76-4e8deedf18cb/41f97a93-de3c-5513-bb76-4e8deedf18cb_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 688742,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bl/8c3360aed8184195bd380e24c4451312/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-04',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ A-Klasse 1.5 A 180 D BUSINESS SOLUTION',
'transmission': 'manual',
'trim': '1.5 A 180 D BUSINESS SOLUTION',
'vin': None,
'year': 2022}
2026-03-26 22:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985379%27 HTTP/1.1" 200 None
2026-03-26 22:50:02 [ayvens.be] INFO: Saving data for 1985379: {'created_time': 1774565402.950517, 'last_price_update_time': 1774565402.950526, 'auction_closing_time': 1774958400.0}
2026-03-26 22:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985379') HTTP/1.1" 204 0
2026-03-26 22:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bx%252F568c90adf94d444fb78c3d7587fd4337%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bx/568c90adf94d444fb78c3d7587fd4337/images/large/3.jpg not downloaded yet
2026-03-26 22:50:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2av/b0724084526d472bafc8388bbb5fdfd5/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2av/b0724084526d472bafc8388bbb5fdfd5/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bx%252F568c90adf94d444fb78c3d7587fd4337%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bx/568c90adf94d444fb78c3d7587fd4337/images/large/4.jpg not downloaded yet
2026-03-26 22:50:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2av/b0724084526d472bafc8388bbb5fdfd5/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bx%252F568c90adf94d444fb78c3d7587fd4337%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bx/568c90adf94d444fb78c3d7587fd4337/images/large/5.jpg not downloaded yet
2026-03-26 22:50:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2av/b0724084526d472bafc8388bbb5fdfd5/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2av/b0724084526d472bafc8388bbb5fdfd5/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bx%252F568c90adf94d444fb78c3d7587fd4337%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bx/568c90adf94d444fb78c3d7587fd4337/images/large/6.jpg not downloaded yet
2026-03-26 22:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bx%252F568c90adf94d444fb78c3d7587fd4337%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bx/568c90adf94d444fb78c3d7587fd4337/images/large/7.jpg not downloaded yet
2026-03-26 22:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bx%252F568c90adf94d444fb78c3d7587fd4337%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bx/568c90adf94d444fb78c3d7587fd4337/images/large/8.jpg not downloaded yet
2026-03-26 22:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bx%252F568c90adf94d444fb78c3d7587fd4337%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bx/568c90adf94d444fb78c3d7587fd4337/images/large/9.jpg not downloaded yet
2026-03-26 22:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bx%252F568c90adf94d444fb78c3d7587fd4337%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bx/568c90adf94d444fb78c3d7587fd4337/images/large/10.jpg not downloaded yet
2026-03-26 22:50:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bx/568c90adf94d444fb78c3d7587fd4337/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6deec50>
2026-03-26 22:50:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_335e1b92-8dec-5058-af43-5393f02dbe77/335e1b92-8dec-5058-af43-5393f02dbe77_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2av%252Fb0724084526d472bafc8388bbb5fdfd5%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2av/b0724084526d472bafc8388bbb5fdfd5/images/large/3.jpg saved to cache
2026-03-26 22:50:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 335e1b92-8dec-5058-af43-5393f02dbe77
2026-03-26 22:50:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7572b90>
2026-03-26 22:50:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_335e1b92-8dec-5058-af43-5393f02dbe77/335e1b92-8dec-5058-af43-5393f02dbe77_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2av%252Fb0724084526d472bafc8388bbb5fdfd5%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2av/b0724084526d472bafc8388bbb5fdfd5/images/large/4.jpg saved to cache
2026-03-26 22:50:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 335e1b92-8dec-5058-af43-5393f02dbe77
2026-03-26 22:50:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bx/568c90adf94d444fb78c3d7587fd4337/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:03 [ayvens.be] INFO: Found listing with ID: 1985382
2026-03-26 22:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985382%27 HTTP/1.1" 200 None
2026-03-26 22:50:03 [ayvens.be] INFO: Scrape type for 1985382: 1
2026-03-26 22:50:03 [ayvens.be] INFO: Extracting data for car ID: 1985382
2026-03-26 22:50:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 959ab10b-8f5d-572c-96e3-29bf3d30a140 with identifier: 1985382
2026-03-26 22:50:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 959ab10b-8f5d-572c-96e3-29bf3d30a140 with scrape type 1
2026-03-26 22:50:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 959ab10b-8f5d-572c-96e3-29bf3d30a140
2026-03-26 22:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ae%252F2015eea44a114e40a6c5fec767cf2d76%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ae/2015eea44a114e40a6c5fec767cf2d76/images/large/1.jpg not downloaded yet
2026-03-26 22:50:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7b167d0>
2026-03-26 22:50:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_335e1b92-8dec-5058-af43-5393f02dbe77/335e1b92-8dec-5058-af43-5393f02dbe77_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2av%252Fb0724084526d472bafc8388bbb5fdfd5%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2av/b0724084526d472bafc8388bbb5fdfd5/images/large/2.jpg saved to cache
2026-03-26 22:50:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 335e1b92-8dec-5058-af43-5393f02dbe77
2026-03-26 22:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ae%252F2015eea44a114e40a6c5fec767cf2d76%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ae/2015eea44a114e40a6c5fec767cf2d76/images/large/2.jpg not downloaded yet
2026-03-26 22:50:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bx/568c90adf94d444fb78c3d7587fd4337/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bx/568c90adf94d444fb78c3d7587fd4337/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ae%252F2015eea44a114e40a6c5fec767cf2d76%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ae/2015eea44a114e40a6c5fec767cf2d76/images/large/3.jpg not downloaded yet
2026-03-26 22:50:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c62950>
2026-03-26 22:50:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_335e1b92-8dec-5058-af43-5393f02dbe77/335e1b92-8dec-5058-af43-5393f02dbe77_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2av%252Fb0724084526d472bafc8388bbb5fdfd5%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2av/b0724084526d472bafc8388bbb5fdfd5/images/large/5.jpg saved to cache
2026-03-26 22:50:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 335e1b92-8dec-5058-af43-5393f02dbe77
2026-03-26 22:50:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6def9d0>
2026-03-26 22:50:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_335e1b92-8dec-5058-af43-5393f02dbe77/335e1b92-8dec-5058-af43-5393f02dbe77_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2av%252Fb0724084526d472bafc8388bbb5fdfd5%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2av/b0724084526d472bafc8388bbb5fdfd5/images/large/6.jpg saved to cache
2026-03-26 22:50:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 335e1b92-8dec-5058-af43-5393f02dbe77
2026-03-26 22:50:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b72934d0>
2026-03-26 22:50:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0935e4d3-aba0-574f-a79e-8f1945954b6d/0935e4d3-aba0-574f-a79e-8f1945954b6d_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bx%252F568c90adf94d444fb78c3d7587fd4337%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bx/568c90adf94d444fb78c3d7587fd4337/images/large/2.jpg saved to cache
2026-03-26 22:50:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 0935e4d3-aba0-574f-a79e-8f1945954b6d
2026-03-26 22:50:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7874c10>
2026-03-26 22:50:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0935e4d3-aba0-574f-a79e-8f1945954b6d/0935e4d3-aba0-574f-a79e-8f1945954b6d_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bx%252F568c90adf94d444fb78c3d7587fd4337%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bx/568c90adf94d444fb78c3d7587fd4337/images/large/1.jpg saved to cache
2026-03-26 22:50:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 0935e4d3-aba0-574f-a79e-8f1945954b6d
2026-03-26 22:50:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2av/b0724084526d472bafc8388bbb5fdfd5/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2av/b0724084526d472bafc8388bbb5fdfd5/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2av/b0724084526d472bafc8388bbb5fdfd5/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bx/568c90adf94d444fb78c3d7587fd4337/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ae%252F2015eea44a114e40a6c5fec767cf2d76%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ae/2015eea44a114e40a6c5fec767cf2d76/images/large/4.jpg not downloaded yet
2026-03-26 22:50:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2av/b0724084526d472bafc8388bbb5fdfd5/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ae%252F2015eea44a114e40a6c5fec767cf2d76%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ae/2015eea44a114e40a6c5fec767cf2d76/images/large/5.jpg not downloaded yet
2026-03-26 22:50:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74cfa10>
2026-03-26 22:50:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0935e4d3-aba0-574f-a79e-8f1945954b6d/0935e4d3-aba0-574f-a79e-8f1945954b6d_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bx%252F568c90adf94d444fb78c3d7587fd4337%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bx/568c90adf94d444fb78c3d7587fd4337/images/large/4.jpg saved to cache
2026-03-26 22:50:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 0935e4d3-aba0-574f-a79e-8f1945954b6d
2026-03-26 22:50:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c80710>
2026-03-26 22:50:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0935e4d3-aba0-574f-a79e-8f1945954b6d/0935e4d3-aba0-574f-a79e-8f1945954b6d_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bx%252F568c90adf94d444fb78c3d7587fd4337%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bx/568c90adf94d444fb78c3d7587fd4337/images/large/3.jpg saved to cache
2026-03-26 22:50:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 0935e4d3-aba0-574f-a79e-8f1945954b6d
2026-03-26 22:50:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bx/568c90adf94d444fb78c3d7587fd4337/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ae%252F2015eea44a114e40a6c5fec767cf2d76%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ae/2015eea44a114e40a6c5fec767cf2d76/images/large/6.jpg not downloaded yet
2026-03-26 22:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ae%252F2015eea44a114e40a6c5fec767cf2d76%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ae/2015eea44a114e40a6c5fec767cf2d76/images/large/7.jpg not downloaded yet
2026-03-26 22:50:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bx/568c90adf94d444fb78c3d7587fd4337/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bx/568c90adf94d444fb78c3d7587fd4337/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ae/2015eea44a114e40a6c5fec767cf2d76/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ae/2015eea44a114e40a6c5fec767cf2d76/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ae%252F2015eea44a114e40a6c5fec767cf2d76%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ae/2015eea44a114e40a6c5fec767cf2d76/images/large/8.jpg not downloaded yet
2026-03-26 22:50:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c5d750>
2026-03-26 22:50:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_335e1b92-8dec-5058-af43-5393f02dbe77/335e1b92-8dec-5058-af43-5393f02dbe77_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2av%252Fb0724084526d472bafc8388bbb5fdfd5%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2av/b0724084526d472bafc8388bbb5fdfd5/images/large/9.jpg saved to cache
2026-03-26 22:50:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 335e1b92-8dec-5058-af43-5393f02dbe77
2026-03-26 22:50:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7435110>
2026-03-26 22:50:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_335e1b92-8dec-5058-af43-5393f02dbe77/335e1b92-8dec-5058-af43-5393f02dbe77_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2av%252Fb0724084526d472bafc8388bbb5fdfd5%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2av/b0724084526d472bafc8388bbb5fdfd5/images/large/10.jpg saved to cache
2026-03-26 22:50:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 335e1b92-8dec-5058-af43-5393f02dbe77
2026-03-26 22:50:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76eee10>
2026-03-26 22:50:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_335e1b92-8dec-5058-af43-5393f02dbe77/335e1b92-8dec-5058-af43-5393f02dbe77_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2av%252Fb0724084526d472bafc8388bbb5fdfd5%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2av/b0724084526d472bafc8388bbb5fdfd5/images/large/8.jpg saved to cache
2026-03-26 22:50:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 335e1b92-8dec-5058-af43-5393f02dbe77
2026-03-26 22:50:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b764ad50>
2026-03-26 22:50:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0935e4d3-aba0-574f-a79e-8f1945954b6d/0935e4d3-aba0-574f-a79e-8f1945954b6d_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bx%252F568c90adf94d444fb78c3d7587fd4337%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bx/568c90adf94d444fb78c3d7587fd4337/images/large/5.jpg saved to cache
2026-03-26 22:50:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 0935e4d3-aba0-574f-a79e-8f1945954b6d
2026-03-26 22:50:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76ef010>
2026-03-26 22:50:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_335e1b92-8dec-5058-af43-5393f02dbe77/335e1b92-8dec-5058-af43-5393f02dbe77_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2av%252Fb0724084526d472bafc8388bbb5fdfd5%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2av/b0724084526d472bafc8388bbb5fdfd5/images/large/7.jpg saved to cache
2026-03-26 22:50:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 335e1b92-8dec-5058-af43-5393f02dbe77
2026-03-26 22:50:04 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 335e1b92-8dec-5058-af43-5393f02dbe77, skipping ID generation
2026-03-26 22:50:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 335e1b92-8dec-5058-af43-5393f02dbe77 with scrape type 1
2026-03-26 22:50:04 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 335e1b92-8dec-5058-af43-5393f02dbe77 sending to next pipeline
2026-03-26 22:50:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 335e1b92-8dec-5058-af43-5393f02dbe77, identifier: 1985380
2026-03-26 22:50:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bx/568c90adf94d444fb78c3d7587fd4337/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 335e1b92-8dec-5058-af43-5393f02dbe77 with identifier: 1985380
2026-03-26 22:50:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 335e1b92-8dec-5058-af43-5393f02dbe77 with identifier: 1985380
2026-03-26 22:50:05 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 335e1b92-8dec-5058-af43-5393f02dbe77 with identifier: 1985380 to the API
2026-03-26 22:50:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:50:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:50:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2av/b0724084526d472bafc8388bbb5fdfd5/images/large/7.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '335e1b92-8dec-5058-af43-5393f02dbe77',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'X1 - 2019',
'odometer': 103020,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 22,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_335e1b92-8dec-5058-af43-5393f02dbe77/335e1b92-8dec-5058-af43-5393f02dbe77_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 678773,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2av/b0724084526d472bafc8388bbb5fdfd5/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_335e1b92-8dec-5058-af43-5393f02dbe77/335e1b92-8dec-5058-af43-5393f02dbe77_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 670570,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2av/b0724084526d472bafc8388bbb5fdfd5/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_335e1b92-8dec-5058-af43-5393f02dbe77/335e1b92-8dec-5058-af43-5393f02dbe77_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 620222,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2av/b0724084526d472bafc8388bbb5fdfd5/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_335e1b92-8dec-5058-af43-5393f02dbe77/335e1b92-8dec-5058-af43-5393f02dbe77_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 687491,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2av/b0724084526d472bafc8388bbb5fdfd5/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_335e1b92-8dec-5058-af43-5393f02dbe77/335e1b92-8dec-5058-af43-5393f02dbe77_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 687491,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2av/b0724084526d472bafc8388bbb5fdfd5/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_335e1b92-8dec-5058-af43-5393f02dbe77/335e1b92-8dec-5058-af43-5393f02dbe77_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 696894,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2av/b0724084526d472bafc8388bbb5fdfd5/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_335e1b92-8dec-5058-af43-5393f02dbe77/335e1b92-8dec-5058-af43-5393f02dbe77_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 774076,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2av/b0724084526d472bafc8388bbb5fdfd5/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_335e1b92-8dec-5058-af43-5393f02dbe77/335e1b92-8dec-5058-af43-5393f02dbe77_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 570709,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2av/b0724084526d472bafc8388bbb5fdfd5/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_335e1b92-8dec-5058-af43-5393f02dbe77/335e1b92-8dec-5058-af43-5393f02dbe77_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 735025,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2av/b0724084526d472bafc8388bbb5fdfd5/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_335e1b92-8dec-5058-af43-5393f02dbe77/335e1b92-8dec-5058-af43-5393f02dbe77_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 720116,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2av/b0724084526d472bafc8388bbb5fdfd5/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-02',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 - 2019 1.5iA xDrive25e PHEV OPF',
'transmission': 'automatic',
'trim': '1.5iA xDrive25e PHEV OPF',
'vin': None,
'year': 2021}
2026-03-26 22:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985380%27 HTTP/1.1" 200 None
2026-03-26 22:50:05 [ayvens.be] INFO: Saving data for 1985380: {'created_time': 1774565405.333434, 'last_price_update_time': 1774565405.333442, 'auction_closing_time': 1774958400.0}
2026-03-26 22:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985380') HTTP/1.1" 204 0
2026-03-26 22:50:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bx/568c90adf94d444fb78c3d7587fd4337/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ae%252F2015eea44a114e40a6c5fec767cf2d76%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ae/2015eea44a114e40a6c5fec767cf2d76/images/large/9.jpg not downloaded yet
2026-03-26 22:50:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ae/2015eea44a114e40a6c5fec767cf2d76/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b746d010>
2026-03-26 22:50:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0935e4d3-aba0-574f-a79e-8f1945954b6d/0935e4d3-aba0-574f-a79e-8f1945954b6d_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bx%252F568c90adf94d444fb78c3d7587fd4337%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bx/568c90adf94d444fb78c3d7587fd4337/images/large/6.jpg saved to cache
2026-03-26 22:50:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 0935e4d3-aba0-574f-a79e-8f1945954b6d
2026-03-26 22:50:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7b171d0>
2026-03-26 22:50:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0935e4d3-aba0-574f-a79e-8f1945954b6d/0935e4d3-aba0-574f-a79e-8f1945954b6d_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bx%252F568c90adf94d444fb78c3d7587fd4337%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bx/568c90adf94d444fb78c3d7587fd4337/images/large/7.jpg saved to cache
2026-03-26 22:50:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 0935e4d3-aba0-574f-a79e-8f1945954b6d
2026-03-26 22:50:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7b15dd0>
2026-03-26 22:50:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0935e4d3-aba0-574f-a79e-8f1945954b6d/0935e4d3-aba0-574f-a79e-8f1945954b6d_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bx%252F568c90adf94d444fb78c3d7587fd4337%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bx/568c90adf94d444fb78c3d7587fd4337/images/large/8.jpg saved to cache
2026-03-26 22:50:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 0935e4d3-aba0-574f-a79e-8f1945954b6d
2026-03-26 22:50:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b727c510>
2026-03-26 22:50:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_959ab10b-8f5d-572c-96e3-29bf3d30a140/959ab10b-8f5d-572c-96e3-29bf3d30a140_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ae%252F2015eea44a114e40a6c5fec767cf2d76%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ae/2015eea44a114e40a6c5fec767cf2d76/images/large/2.jpg saved to cache
2026-03-26 22:50:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 959ab10b-8f5d-572c-96e3-29bf3d30a140
2026-03-26 22:50:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74cd5d0>
2026-03-26 22:50:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_959ab10b-8f5d-572c-96e3-29bf3d30a140/959ab10b-8f5d-572c-96e3-29bf3d30a140_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ae%252F2015eea44a114e40a6c5fec767cf2d76%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ae/2015eea44a114e40a6c5fec767cf2d76/images/large/1.jpg saved to cache
2026-03-26 22:50:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 959ab10b-8f5d-572c-96e3-29bf3d30a140
2026-03-26 22:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ae%252F2015eea44a114e40a6c5fec767cf2d76%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ae/2015eea44a114e40a6c5fec767cf2d76/images/large/10.jpg not downloaded yet
2026-03-26 22:50:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ae/2015eea44a114e40a6c5fec767cf2d76/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79cf410>
2026-03-26 22:50:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0935e4d3-aba0-574f-a79e-8f1945954b6d/0935e4d3-aba0-574f-a79e-8f1945954b6d_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bx%252F568c90adf94d444fb78c3d7587fd4337%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bx/568c90adf94d444fb78c3d7587fd4337/images/large/9.jpg saved to cache
2026-03-26 22:50:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 0935e4d3-aba0-574f-a79e-8f1945954b6d
2026-03-26 22:50:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ae/2015eea44a114e40a6c5fec767cf2d76/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:06 [ayvens.be] INFO: Found listing with ID: 1985383
2026-03-26 22:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985383%27 HTTP/1.1" 200 None
2026-03-26 22:50:06 [ayvens.be] INFO: Scrape type for 1985383: 1
2026-03-26 22:50:06 [ayvens.be] INFO: Extracting data for car ID: 1985383
2026-03-26 22:50:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c93adac2-ee3a-5713-82d6-2c1a80d6ee8e with identifier: 1985383
2026-03-26 22:50:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c93adac2-ee3a-5713-82d6-2c1a80d6ee8e with scrape type 1
2026-03-26 22:50:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item c93adac2-ee3a-5713-82d6-2c1a80d6ee8e
2026-03-26 22:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2de%252F3349db9f23424767b3a038623ba0777b%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2de/3349db9f23424767b3a038623ba0777b/images/large/1.jpg not downloaded yet
2026-03-26 22:50:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b72ef810>
2026-03-26 22:50:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0935e4d3-aba0-574f-a79e-8f1945954b6d/0935e4d3-aba0-574f-a79e-8f1945954b6d_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bx%252F568c90adf94d444fb78c3d7587fd4337%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bx/568c90adf94d444fb78c3d7587fd4337/images/large/10.jpg saved to cache
2026-03-26 22:50:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 0935e4d3-aba0-574f-a79e-8f1945954b6d
2026-03-26 22:50:06 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0935e4d3-aba0-574f-a79e-8f1945954b6d, skipping ID generation
2026-03-26 22:50:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0935e4d3-aba0-574f-a79e-8f1945954b6d with scrape type 1
2026-03-26 22:50:06 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0935e4d3-aba0-574f-a79e-8f1945954b6d sending to next pipeline
2026-03-26 22:50:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 0935e4d3-aba0-574f-a79e-8f1945954b6d, identifier: 1985381
2026-03-26 22:50:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7924fd0>
2026-03-26 22:50:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_959ab10b-8f5d-572c-96e3-29bf3d30a140/959ab10b-8f5d-572c-96e3-29bf3d30a140_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ae%252F2015eea44a114e40a6c5fec767cf2d76%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ae/2015eea44a114e40a6c5fec767cf2d76/images/large/3.jpg saved to cache
2026-03-26 22:50:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 959ab10b-8f5d-572c-96e3-29bf3d30a140
2026-03-26 22:50:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ae/2015eea44a114e40a6c5fec767cf2d76/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 0935e4d3-aba0-574f-a79e-8f1945954b6d with identifier: 1985381
2026-03-26 22:50:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 0935e4d3-aba0-574f-a79e-8f1945954b6d with identifier: 1985381
2026-03-26 22:50:06 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 0935e4d3-aba0-574f-a79e-8f1945954b6d with identifier: 1985381 to the API
2026-03-26 22:50:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:50:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:50:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bx/568c90adf94d444fb78c3d7587fd4337/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '0935e4d3-aba0-574f-a79e-8f1945954b6d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'T-CROSS',
'odometer': 127120,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 14,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0935e4d3-aba0-574f-a79e-8f1945954b6d/0935e4d3-aba0-574f-a79e-8f1945954b6d_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 328422,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bx/568c90adf94d444fb78c3d7587fd4337/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0935e4d3-aba0-574f-a79e-8f1945954b6d/0935e4d3-aba0-574f-a79e-8f1945954b6d_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 327440,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bx/568c90adf94d444fb78c3d7587fd4337/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0935e4d3-aba0-574f-a79e-8f1945954b6d/0935e4d3-aba0-574f-a79e-8f1945954b6d_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 354821,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bx/568c90adf94d444fb78c3d7587fd4337/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0935e4d3-aba0-574f-a79e-8f1945954b6d/0935e4d3-aba0-574f-a79e-8f1945954b6d_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 345447,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bx/568c90adf94d444fb78c3d7587fd4337/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0935e4d3-aba0-574f-a79e-8f1945954b6d/0935e4d3-aba0-574f-a79e-8f1945954b6d_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 305741,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bx/568c90adf94d444fb78c3d7587fd4337/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0935e4d3-aba0-574f-a79e-8f1945954b6d/0935e4d3-aba0-574f-a79e-8f1945954b6d_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 276842,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bx/568c90adf94d444fb78c3d7587fd4337/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0935e4d3-aba0-574f-a79e-8f1945954b6d/0935e4d3-aba0-574f-a79e-8f1945954b6d_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 352561,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bx/568c90adf94d444fb78c3d7587fd4337/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0935e4d3-aba0-574f-a79e-8f1945954b6d/0935e4d3-aba0-574f-a79e-8f1945954b6d_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 263495,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bx/568c90adf94d444fb78c3d7587fd4337/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0935e4d3-aba0-574f-a79e-8f1945954b6d/0935e4d3-aba0-574f-a79e-8f1945954b6d_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 271776,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bx/568c90adf94d444fb78c3d7587fd4337/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0935e4d3-aba0-574f-a79e-8f1945954b6d/0935e4d3-aba0-574f-a79e-8f1945954b6d_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 373783,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bx/568c90adf94d444fb78c3d7587fd4337/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-28',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN T-CROSS 1.0 TSI 81KW DSG ACTIVE',
'transmission': 'automatic',
'trim': '1.0 TSI 81KW DSG ACTIVE',
'vin': None,
'year': 2022}
2026-03-26 22:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985381%27 HTTP/1.1" 200 None
2026-03-26 22:50:06 [ayvens.be] INFO: Saving data for 1985381: {'created_time': 1774565406.651357, 'last_price_update_time': 1774565406.651368, 'auction_closing_time': 1774958400.0}
2026-03-26 22:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985381') HTTP/1.1" 204 0
2026-03-26 22:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2de%252F3349db9f23424767b3a038623ba0777b%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2de/3349db9f23424767b3a038623ba0777b/images/large/2.jpg not downloaded yet
2026-03-26 22:50:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ae/2015eea44a114e40a6c5fec767cf2d76/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7415a10>
2026-03-26 22:50:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_959ab10b-8f5d-572c-96e3-29bf3d30a140/959ab10b-8f5d-572c-96e3-29bf3d30a140_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ae%252F2015eea44a114e40a6c5fec767cf2d76%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ae/2015eea44a114e40a6c5fec767cf2d76/images/large/4.jpg saved to cache
2026-03-26 22:50:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 959ab10b-8f5d-572c-96e3-29bf3d30a140
2026-03-26 22:50:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79cc590>
2026-03-26 22:50:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_959ab10b-8f5d-572c-96e3-29bf3d30a140/959ab10b-8f5d-572c-96e3-29bf3d30a140_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ae%252F2015eea44a114e40a6c5fec767cf2d76%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ae/2015eea44a114e40a6c5fec767cf2d76/images/large/6.jpg saved to cache
2026-03-26 22:50:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 959ab10b-8f5d-572c-96e3-29bf3d30a140
2026-03-26 22:50:06 [scrapy.extensions.logstats] INFO: Crawled 6 pages (at -1 pages/min), scraped 162 items (at 36 items/min)
2026-03-26 22:50:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 181MiB
2026-03-26 22:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2de%252F3349db9f23424767b3a038623ba0777b%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2de/3349db9f23424767b3a038623ba0777b/images/large/3.jpg not downloaded yet
2026-03-26 22:50:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b741fa90>
2026-03-26 22:50:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_959ab10b-8f5d-572c-96e3-29bf3d30a140/959ab10b-8f5d-572c-96e3-29bf3d30a140_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ae%252F2015eea44a114e40a6c5fec767cf2d76%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ae/2015eea44a114e40a6c5fec767cf2d76/images/large/5.jpg saved to cache
2026-03-26 22:50:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 959ab10b-8f5d-572c-96e3-29bf3d30a140
2026-03-26 22:50:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ae/2015eea44a114e40a6c5fec767cf2d76/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2de%252F3349db9f23424767b3a038623ba0777b%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2de/3349db9f23424767b3a038623ba0777b/images/large/4.jpg not downloaded yet
2026-03-26 22:50:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74b6950>
2026-03-26 22:50:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_959ab10b-8f5d-572c-96e3-29bf3d30a140/959ab10b-8f5d-572c-96e3-29bf3d30a140_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ae%252F2015eea44a114e40a6c5fec767cf2d76%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ae/2015eea44a114e40a6c5fec767cf2d76/images/large/7.jpg saved to cache
2026-03-26 22:50:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 959ab10b-8f5d-572c-96e3-29bf3d30a140
2026-03-26 22:50:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ae/2015eea44a114e40a6c5fec767cf2d76/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ae/2015eea44a114e40a6c5fec767cf2d76/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2de%252F3349db9f23424767b3a038623ba0777b%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2de/3349db9f23424767b3a038623ba0777b/images/large/5.jpg not downloaded yet
2026-03-26 22:50:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd0c5ed0>
2026-03-26 22:50:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_959ab10b-8f5d-572c-96e3-29bf3d30a140/959ab10b-8f5d-572c-96e3-29bf3d30a140_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ae%252F2015eea44a114e40a6c5fec767cf2d76%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ae/2015eea44a114e40a6c5fec767cf2d76/images/large/9.jpg saved to cache
2026-03-26 22:50:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 959ab10b-8f5d-572c-96e3-29bf3d30a140
2026-03-26 22:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2de%252F3349db9f23424767b3a038623ba0777b%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2de/3349db9f23424767b3a038623ba0777b/images/large/6.jpg not downloaded yet
2026-03-26 22:50:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2de/3349db9f23424767b3a038623ba0777b/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2de/3349db9f23424767b3a038623ba0777b/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2de%252F3349db9f23424767b3a038623ba0777b%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2de/3349db9f23424767b3a038623ba0777b/images/large/7.jpg not downloaded yet
2026-03-26 22:50:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6d81390>
2026-03-26 22:50:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_959ab10b-8f5d-572c-96e3-29bf3d30a140/959ab10b-8f5d-572c-96e3-29bf3d30a140_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ae%252F2015eea44a114e40a6c5fec767cf2d76%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ae/2015eea44a114e40a6c5fec767cf2d76/images/large/8.jpg saved to cache
2026-03-26 22:50:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 959ab10b-8f5d-572c-96e3-29bf3d30a140
2026-03-26 22:50:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7584690>
2026-03-26 22:50:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_959ab10b-8f5d-572c-96e3-29bf3d30a140/959ab10b-8f5d-572c-96e3-29bf3d30a140_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ae%252F2015eea44a114e40a6c5fec767cf2d76%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ae/2015eea44a114e40a6c5fec767cf2d76/images/large/10.jpg saved to cache
2026-03-26 22:50:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 959ab10b-8f5d-572c-96e3-29bf3d30a140
2026-03-26 22:50:07 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 959ab10b-8f5d-572c-96e3-29bf3d30a140, skipping ID generation
2026-03-26 22:50:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 959ab10b-8f5d-572c-96e3-29bf3d30a140 with scrape type 1
2026-03-26 22:50:07 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 959ab10b-8f5d-572c-96e3-29bf3d30a140 sending to next pipeline
2026-03-26 22:50:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 959ab10b-8f5d-572c-96e3-29bf3d30a140, identifier: 1985382
2026-03-26 22:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2de%252F3349db9f23424767b3a038623ba0777b%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2de/3349db9f23424767b3a038623ba0777b/images/large/8.jpg not downloaded yet
2026-03-26 22:50:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 959ab10b-8f5d-572c-96e3-29bf3d30a140 with identifier: 1985382
2026-03-26 22:50:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 959ab10b-8f5d-572c-96e3-29bf3d30a140 with identifier: 1985382
2026-03-26 22:50:07 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 959ab10b-8f5d-572c-96e3-29bf3d30a140 with identifier: 1985382 to the API
2026-03-26 22:50:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:50:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:50:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2ae/2015eea44a114e40a6c5fec767cf2d76/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '959ab10b-8f5d-572c-96e3-29bf3d30a140',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'VOLVO',
'model': 'XC40',
'odometer': 164549,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 16,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_959ab10b-8f5d-572c-96e3-29bf3d30a140/959ab10b-8f5d-572c-96e3-29bf3d30a140_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 256422,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ae/2015eea44a114e40a6c5fec767cf2d76/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_959ab10b-8f5d-572c-96e3-29bf3d30a140/959ab10b-8f5d-572c-96e3-29bf3d30a140_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 253957,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ae/2015eea44a114e40a6c5fec767cf2d76/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_959ab10b-8f5d-572c-96e3-29bf3d30a140/959ab10b-8f5d-572c-96e3-29bf3d30a140_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 265610,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ae/2015eea44a114e40a6c5fec767cf2d76/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_959ab10b-8f5d-572c-96e3-29bf3d30a140/959ab10b-8f5d-572c-96e3-29bf3d30a140_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 271748,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ae/2015eea44a114e40a6c5fec767cf2d76/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_959ab10b-8f5d-572c-96e3-29bf3d30a140/959ab10b-8f5d-572c-96e3-29bf3d30a140_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 278061,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ae/2015eea44a114e40a6c5fec767cf2d76/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_959ab10b-8f5d-572c-96e3-29bf3d30a140/959ab10b-8f5d-572c-96e3-29bf3d30a140_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 258488,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ae/2015eea44a114e40a6c5fec767cf2d76/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_959ab10b-8f5d-572c-96e3-29bf3d30a140/959ab10b-8f5d-572c-96e3-29bf3d30a140_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 285601,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ae/2015eea44a114e40a6c5fec767cf2d76/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_959ab10b-8f5d-572c-96e3-29bf3d30a140/959ab10b-8f5d-572c-96e3-29bf3d30a140_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 354445,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ae/2015eea44a114e40a6c5fec767cf2d76/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_959ab10b-8f5d-572c-96e3-29bf3d30a140/959ab10b-8f5d-572c-96e3-29bf3d30a140_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 305097,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ae/2015eea44a114e40a6c5fec767cf2d76/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_959ab10b-8f5d-572c-96e3-29bf3d30a140/959ab10b-8f5d-572c-96e3-29bf3d30a140_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 219417,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ae/2015eea44a114e40a6c5fec767cf2d76/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-05',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC40 1.5 T4 RECHARGE GEARTRONIC R-DESIGN',
'transmission': 'automatic',
'trim': '1.5 T4 RECHARGE GEARTRONIC R-DESIGN',
'vin': None,
'year': 2021}
2026-03-26 22:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985382%27 HTTP/1.1" 200 None
2026-03-26 22:50:07 [ayvens.be] INFO: Saving data for 1985382: {'created_time': 1774565407.805325, 'last_price_update_time': 1774565407.805334, 'auction_closing_time': 1774958400.0}
2026-03-26 22:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985382') HTTP/1.1" 204 0
2026-03-26 22:50:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2de/3349db9f23424767b3a038623ba0777b/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2de%252F3349db9f23424767b3a038623ba0777b%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2de/3349db9f23424767b3a038623ba0777b/images/large/9.jpg not downloaded yet
2026-03-26 22:50:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77c96d0>
2026-03-26 22:50:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c93adac2-ee3a-5713-82d6-2c1a80d6ee8e/c93adac2-ee3a-5713-82d6-2c1a80d6ee8e_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2de%252F3349db9f23424767b3a038623ba0777b%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2de/3349db9f23424767b3a038623ba0777b/images/large/1.jpg saved to cache
2026-03-26 22:50:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item c93adac2-ee3a-5713-82d6-2c1a80d6ee8e
2026-03-26 22:50:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6d83450>
2026-03-26 22:50:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c93adac2-ee3a-5713-82d6-2c1a80d6ee8e/c93adac2-ee3a-5713-82d6-2c1a80d6ee8e_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2de%252F3349db9f23424767b3a038623ba0777b%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2de/3349db9f23424767b3a038623ba0777b/images/large/2.jpg saved to cache
2026-03-26 22:50:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item c93adac2-ee3a-5713-82d6-2c1a80d6ee8e
2026-03-26 22:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2de%252F3349db9f23424767b3a038623ba0777b%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2de/3349db9f23424767b3a038623ba0777b/images/large/10.jpg not downloaded yet
2026-03-26 22:50:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2de/3349db9f23424767b3a038623ba0777b/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2de/3349db9f23424767b3a038623ba0777b/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:08 [ayvens.be] INFO: Found listing with ID: 1985384
2026-03-26 22:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985384%27 HTTP/1.1" 200 None
2026-03-26 22:50:08 [ayvens.be] INFO: Scrape type for 1985384: 1
2026-03-26 22:50:08 [ayvens.be] INFO: Extracting data for car ID: 1985384
2026-03-26 22:50:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2a826a95-196a-50d9-9c13-656a021883c3 with identifier: 1985384
2026-03-26 22:50:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2a826a95-196a-50d9-9c13-656a021883c3 with scrape type 1
2026-03-26 22:50:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 2a826a95-196a-50d9-9c13-656a021883c3
2026-03-26 22:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252Ff622ac075f0d40bda6934598fa3304cc%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/f622ac075f0d40bda6934598fa3304cc/images/large/1.jpg not downloaded yet
2026-03-26 22:50:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74a5ed0>
2026-03-26 22:50:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c93adac2-ee3a-5713-82d6-2c1a80d6ee8e/c93adac2-ee3a-5713-82d6-2c1a80d6ee8e_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2de%252F3349db9f23424767b3a038623ba0777b%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2de/3349db9f23424767b3a038623ba0777b/images/large/3.jpg saved to cache
2026-03-26 22:50:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item c93adac2-ee3a-5713-82d6-2c1a80d6ee8e
2026-03-26 22:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252Ff622ac075f0d40bda6934598fa3304cc%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/f622ac075f0d40bda6934598fa3304cc/images/large/2.jpg not downloaded yet
2026-03-26 22:50:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2de/3349db9f23424767b3a038623ba0777b/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2de/3349db9f23424767b3a038623ba0777b/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252Ff622ac075f0d40bda6934598fa3304cc%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/f622ac075f0d40bda6934598fa3304cc/images/large/3.jpg not downloaded yet
2026-03-26 22:50:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2de/3349db9f23424767b3a038623ba0777b/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2de/3349db9f23424767b3a038623ba0777b/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79cf010>
2026-03-26 22:50:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c93adac2-ee3a-5713-82d6-2c1a80d6ee8e/c93adac2-ee3a-5713-82d6-2c1a80d6ee8e_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2de%252F3349db9f23424767b3a038623ba0777b%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2de/3349db9f23424767b3a038623ba0777b/images/large/4.jpg saved to cache
2026-03-26 22:50:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item c93adac2-ee3a-5713-82d6-2c1a80d6ee8e
2026-03-26 22:50:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79f3210>
2026-03-26 22:50:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c93adac2-ee3a-5713-82d6-2c1a80d6ee8e/c93adac2-ee3a-5713-82d6-2c1a80d6ee8e_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2de%252F3349db9f23424767b3a038623ba0777b%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2de/3349db9f23424767b3a038623ba0777b/images/large/5.jpg saved to cache
2026-03-26 22:50:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item c93adac2-ee3a-5713-82d6-2c1a80d6ee8e
2026-03-26 22:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252Ff622ac075f0d40bda6934598fa3304cc%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/f622ac075f0d40bda6934598fa3304cc/images/large/4.jpg not downloaded yet
2026-03-26 22:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252Ff622ac075f0d40bda6934598fa3304cc%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/f622ac075f0d40bda6934598fa3304cc/images/large/5.jpg not downloaded yet
2026-03-26 22:50:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7aa2d50>
2026-03-26 22:50:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c93adac2-ee3a-5713-82d6-2c1a80d6ee8e/c93adac2-ee3a-5713-82d6-2c1a80d6ee8e_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2de%252F3349db9f23424767b3a038623ba0777b%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2de/3349db9f23424767b3a038623ba0777b/images/large/6.jpg saved to cache
2026-03-26 22:50:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item c93adac2-ee3a-5713-82d6-2c1a80d6ee8e
2026-03-26 22:50:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b727a790>
2026-03-26 22:50:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c93adac2-ee3a-5713-82d6-2c1a80d6ee8e/c93adac2-ee3a-5713-82d6-2c1a80d6ee8e_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2de%252F3349db9f23424767b3a038623ba0777b%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2de/3349db9f23424767b3a038623ba0777b/images/large/7.jpg saved to cache
2026-03-26 22:50:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item c93adac2-ee3a-5713-82d6-2c1a80d6ee8e
2026-03-26 22:50:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b764b950>
2026-03-26 22:50:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c93adac2-ee3a-5713-82d6-2c1a80d6ee8e/c93adac2-ee3a-5713-82d6-2c1a80d6ee8e_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2de%252F3349db9f23424767b3a038623ba0777b%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2de/3349db9f23424767b3a038623ba0777b/images/large/9.jpg saved to cache
2026-03-26 22:50:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item c93adac2-ee3a-5713-82d6-2c1a80d6ee8e
2026-03-26 22:50:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b788fd10>
2026-03-26 22:50:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c93adac2-ee3a-5713-82d6-2c1a80d6ee8e/c93adac2-ee3a-5713-82d6-2c1a80d6ee8e_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2de%252F3349db9f23424767b3a038623ba0777b%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2de/3349db9f23424767b3a038623ba0777b/images/large/8.jpg saved to cache
2026-03-26 22:50:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item c93adac2-ee3a-5713-82d6-2c1a80d6ee8e
2026-03-26 22:50:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2de/3349db9f23424767b3a038623ba0777b/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252Ff622ac075f0d40bda6934598fa3304cc%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/f622ac075f0d40bda6934598fa3304cc/images/large/6.jpg not downloaded yet
2026-03-26 22:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252Ff622ac075f0d40bda6934598fa3304cc%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/f622ac075f0d40bda6934598fa3304cc/images/large/7.jpg not downloaded yet
2026-03-26 22:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252Ff622ac075f0d40bda6934598fa3304cc%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/f622ac075f0d40bda6934598fa3304cc/images/large/8.jpg not downloaded yet
2026-03-26 22:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252Ff622ac075f0d40bda6934598fa3304cc%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/f622ac075f0d40bda6934598fa3304cc/images/large/9.jpg not downloaded yet
2026-03-26 22:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252Ff622ac075f0d40bda6934598fa3304cc%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/f622ac075f0d40bda6934598fa3304cc/images/large/10.jpg not downloaded yet
2026-03-26 22:50:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bw/f622ac075f0d40bda6934598fa3304cc/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bw/f622ac075f0d40bda6934598fa3304cc/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bw/f622ac075f0d40bda6934598fa3304cc/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:08 [ayvens.be] INFO: Found listing with ID: 1985385
2026-03-26 22:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985385%27 HTTP/1.1" 200 None
2026-03-26 22:50:08 [ayvens.be] INFO: Scrape type for 1985385: 1
2026-03-26 22:50:08 [ayvens.be] INFO: Extracting data for car ID: 1985385
2026-03-26 22:50:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 204b260e-559e-573a-a182-0234b1a52c5d with identifier: 1985385
2026-03-26 22:50:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 204b260e-559e-573a-a182-0234b1a52c5d with scrape type 1
2026-03-26 22:50:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 204b260e-559e-573a-a182-0234b1a52c5d
2026-03-26 22:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F19c2623cc6fd4708b71b6f2b11f659a8%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/19c2623cc6fd4708b71b6f2b11f659a8/images/large/1.jpg not downloaded yet
2026-03-26 22:50:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e13bd0>
2026-03-26 22:50:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c93adac2-ee3a-5713-82d6-2c1a80d6ee8e/c93adac2-ee3a-5713-82d6-2c1a80d6ee8e_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2de%252F3349db9f23424767b3a038623ba0777b%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2de/3349db9f23424767b3a038623ba0777b/images/large/10.jpg saved to cache
2026-03-26 22:50:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item c93adac2-ee3a-5713-82d6-2c1a80d6ee8e
2026-03-26 22:50:08 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c93adac2-ee3a-5713-82d6-2c1a80d6ee8e, skipping ID generation
2026-03-26 22:50:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c93adac2-ee3a-5713-82d6-2c1a80d6ee8e with scrape type 1
2026-03-26 22:50:08 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c93adac2-ee3a-5713-82d6-2c1a80d6ee8e sending to next pipeline
2026-03-26 22:50:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: c93adac2-ee3a-5713-82d6-2c1a80d6ee8e, identifier: 1985383
2026-03-26 22:50:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F19c2623cc6fd4708b71b6f2b11f659a8%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/19c2623cc6fd4708b71b6f2b11f659a8/images/large/2.jpg not downloaded yet
2026-03-26 22:50:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: c93adac2-ee3a-5713-82d6-2c1a80d6ee8e with identifier: 1985383
2026-03-26 22:50:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: c93adac2-ee3a-5713-82d6-2c1a80d6ee8e with identifier: 1985383
2026-03-26 22:50:09 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: c93adac2-ee3a-5713-82d6-2c1a80d6ee8e with identifier: 1985383 to the API
2026-03-26 22:50:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:50:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:50:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2de/3349db9f23424767b3a038623ba0777b/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'c93adac2-ee3a-5713-82d6-2c1a80d6ee8e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '1 SERIES HATCH',
'odometer': 67371,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 14,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c93adac2-ee3a-5713-82d6-2c1a80d6ee8e/c93adac2-ee3a-5713-82d6-2c1a80d6ee8e_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 303874,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2de/3349db9f23424767b3a038623ba0777b/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c93adac2-ee3a-5713-82d6-2c1a80d6ee8e/c93adac2-ee3a-5713-82d6-2c1a80d6ee8e_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 297191,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2de/3349db9f23424767b3a038623ba0777b/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c93adac2-ee3a-5713-82d6-2c1a80d6ee8e/c93adac2-ee3a-5713-82d6-2c1a80d6ee8e_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 309168,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2de/3349db9f23424767b3a038623ba0777b/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c93adac2-ee3a-5713-82d6-2c1a80d6ee8e/c93adac2-ee3a-5713-82d6-2c1a80d6ee8e_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 324194,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2de/3349db9f23424767b3a038623ba0777b/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c93adac2-ee3a-5713-82d6-2c1a80d6ee8e/c93adac2-ee3a-5713-82d6-2c1a80d6ee8e_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 304585,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2de/3349db9f23424767b3a038623ba0777b/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c93adac2-ee3a-5713-82d6-2c1a80d6ee8e/c93adac2-ee3a-5713-82d6-2c1a80d6ee8e_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 274784,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2de/3349db9f23424767b3a038623ba0777b/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c93adac2-ee3a-5713-82d6-2c1a80d6ee8e/c93adac2-ee3a-5713-82d6-2c1a80d6ee8e_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 355495,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2de/3349db9f23424767b3a038623ba0777b/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c93adac2-ee3a-5713-82d6-2c1a80d6ee8e/c93adac2-ee3a-5713-82d6-2c1a80d6ee8e_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 258422,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2de/3349db9f23424767b3a038623ba0777b/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c93adac2-ee3a-5713-82d6-2c1a80d6ee8e/c93adac2-ee3a-5713-82d6-2c1a80d6ee8e_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 245151,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2de/3349db9f23424767b3a038623ba0777b/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c93adac2-ee3a-5713-82d6-2c1a80d6ee8e/c93adac2-ee3a-5713-82d6-2c1a80d6ee8e_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 213665,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2de/3349db9f23424767b3a038623ba0777b/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-27',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 1 SERIES HATCH 1.5 116IA (80KW)',
'transmission': 'automatic',
'trim': '1.5 116IA (80KW)',
'vin': None,
'year': 2023}
2026-03-26 22:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985383%27 HTTP/1.1" 200 None
2026-03-26 22:50:10 [ayvens.be] INFO: Saving data for 1985383: {'created_time': 1774565410.050982, 'last_price_update_time': 1774565410.050992, 'auction_closing_time': 1774958400.0}
2026-03-26 22:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985383') HTTP/1.1" 204 0
2026-03-26 22:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F19c2623cc6fd4708b71b6f2b11f659a8%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/19c2623cc6fd4708b71b6f2b11f659a8/images/large/3.jpg not downloaded yet
2026-03-26 22:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F19c2623cc6fd4708b71b6f2b11f659a8%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/19c2623cc6fd4708b71b6f2b11f659a8/images/large/4.jpg not downloaded yet
2026-03-26 22:50:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e139d0>
2026-03-26 22:50:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2a826a95-196a-50d9-9c13-656a021883c3/2a826a95-196a-50d9-9c13-656a021883c3_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252Ff622ac075f0d40bda6934598fa3304cc%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/f622ac075f0d40bda6934598fa3304cc/images/large/1.jpg saved to cache
2026-03-26 22:50:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 2a826a95-196a-50d9-9c13-656a021883c3
2026-03-26 22:50:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6da7190>
2026-03-26 22:50:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2a826a95-196a-50d9-9c13-656a021883c3/2a826a95-196a-50d9-9c13-656a021883c3_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252Ff622ac075f0d40bda6934598fa3304cc%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/f622ac075f0d40bda6934598fa3304cc/images/large/3.jpg saved to cache
2026-03-26 22:50:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 2a826a95-196a-50d9-9c13-656a021883c3
2026-03-26 22:50:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cc8410>
2026-03-26 22:50:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2a826a95-196a-50d9-9c13-656a021883c3/2a826a95-196a-50d9-9c13-656a021883c3_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252Ff622ac075f0d40bda6934598fa3304cc%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/f622ac075f0d40bda6934598fa3304cc/images/large/2.jpg saved to cache
2026-03-26 22:50:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 2a826a95-196a-50d9-9c13-656a021883c3
2026-03-26 22:50:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bw/f622ac075f0d40bda6934598fa3304cc/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F19c2623cc6fd4708b71b6f2b11f659a8%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/19c2623cc6fd4708b71b6f2b11f659a8/images/large/5.jpg not downloaded yet
2026-03-26 22:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F19c2623cc6fd4708b71b6f2b11f659a8%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/19c2623cc6fd4708b71b6f2b11f659a8/images/large/6.jpg not downloaded yet
2026-03-26 22:50:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bw/f622ac075f0d40bda6934598fa3304cc/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bw/f622ac075f0d40bda6934598fa3304cc/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F19c2623cc6fd4708b71b6f2b11f659a8%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/19c2623cc6fd4708b71b6f2b11f659a8/images/large/7.jpg not downloaded yet
2026-03-26 22:50:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bw/f622ac075f0d40bda6934598fa3304cc/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/19c2623cc6fd4708b71b6f2b11f659a8/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F19c2623cc6fd4708b71b6f2b11f659a8%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/19c2623cc6fd4708b71b6f2b11f659a8/images/large/8.jpg not downloaded yet
2026-03-26 22:50:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bw/f622ac075f0d40bda6934598fa3304cc/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bw/f622ac075f0d40bda6934598fa3304cc/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bw/f622ac075f0d40bda6934598fa3304cc/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F19c2623cc6fd4708b71b6f2b11f659a8%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/19c2623cc6fd4708b71b6f2b11f659a8/images/large/9.jpg not downloaded yet
2026-03-26 22:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F19c2623cc6fd4708b71b6f2b11f659a8%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/19c2623cc6fd4708b71b6f2b11f659a8/images/large/10.jpg not downloaded yet
2026-03-26 22:50:10 [ayvens.be] INFO: Found listing with ID: 1985386
2026-03-26 22:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985386%27 HTTP/1.1" 200 None
2026-03-26 22:50:10 [ayvens.be] INFO: Scrape type for 1985386: 1
2026-03-26 22:50:10 [ayvens.be] INFO: Extracting data for car ID: 1985386
2026-03-26 22:50:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2cd1f4af-ca6c-5179-834b-195bc36a2958 with identifier: 1985386
2026-03-26 22:50:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2cd1f4af-ca6c-5179-834b-195bc36a2958 with scrape type 1
2026-03-26 22:50:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 2cd1f4af-ca6c-5179-834b-195bc36a2958
2026-03-26 22:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252F10f7ecce0bb54d5cbd9e84baf9499161%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/10f7ecce0bb54d5cbd9e84baf9499161/images/large/1.jpg not downloaded yet
2026-03-26 22:50:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74b4990>
2026-03-26 22:50:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2a826a95-196a-50d9-9c13-656a021883c3/2a826a95-196a-50d9-9c13-656a021883c3_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252Ff622ac075f0d40bda6934598fa3304cc%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/f622ac075f0d40bda6934598fa3304cc/images/large/4.jpg saved to cache
2026-03-26 22:50:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 2a826a95-196a-50d9-9c13-656a021883c3
2026-03-26 22:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252F10f7ecce0bb54d5cbd9e84baf9499161%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/10f7ecce0bb54d5cbd9e84baf9499161/images/large/2.jpg not downloaded yet
2026-03-26 22:50:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/19c2623cc6fd4708b71b6f2b11f659a8/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74b6110>
2026-03-26 22:50:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2a826a95-196a-50d9-9c13-656a021883c3/2a826a95-196a-50d9-9c13-656a021883c3_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252Ff622ac075f0d40bda6934598fa3304cc%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/f622ac075f0d40bda6934598fa3304cc/images/large/5.jpg saved to cache
2026-03-26 22:50:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 2a826a95-196a-50d9-9c13-656a021883c3
2026-03-26 22:50:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7494050>
2026-03-26 22:50:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2a826a95-196a-50d9-9c13-656a021883c3/2a826a95-196a-50d9-9c13-656a021883c3_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252Ff622ac075f0d40bda6934598fa3304cc%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/f622ac075f0d40bda6934598fa3304cc/images/large/7.jpg saved to cache
2026-03-26 22:50:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 2a826a95-196a-50d9-9c13-656a021883c3
2026-03-26 22:50:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79ccf90>
2026-03-26 22:50:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2a826a95-196a-50d9-9c13-656a021883c3/2a826a95-196a-50d9-9c13-656a021883c3_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252Ff622ac075f0d40bda6934598fa3304cc%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/f622ac075f0d40bda6934598fa3304cc/images/large/8.jpg saved to cache
2026-03-26 22:50:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 2a826a95-196a-50d9-9c13-656a021883c3
2026-03-26 22:50:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7a837d0>
2026-03-26 22:50:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_204b260e-559e-573a-a182-0234b1a52c5d/204b260e-559e-573a-a182-0234b1a52c5d_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F19c2623cc6fd4708b71b6f2b11f659a8%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/19c2623cc6fd4708b71b6f2b11f659a8/images/large/1.jpg saved to cache
2026-03-26 22:50:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 204b260e-559e-573a-a182-0234b1a52c5d
2026-03-26 22:50:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7944e90>
2026-03-26 22:50:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2a826a95-196a-50d9-9c13-656a021883c3/2a826a95-196a-50d9-9c13-656a021883c3_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252Ff622ac075f0d40bda6934598fa3304cc%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/f622ac075f0d40bda6934598fa3304cc/images/large/9.jpg saved to cache
2026-03-26 22:50:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 2a826a95-196a-50d9-9c13-656a021883c3
2026-03-26 22:50:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7495650>
2026-03-26 22:50:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2a826a95-196a-50d9-9c13-656a021883c3/2a826a95-196a-50d9-9c13-656a021883c3_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252Ff622ac075f0d40bda6934598fa3304cc%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/f622ac075f0d40bda6934598fa3304cc/images/large/6.jpg saved to cache
2026-03-26 22:50:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 2a826a95-196a-50d9-9c13-656a021883c3
2026-03-26 22:50:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b743a810>
2026-03-26 22:50:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2a826a95-196a-50d9-9c13-656a021883c3/2a826a95-196a-50d9-9c13-656a021883c3_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252Ff622ac075f0d40bda6934598fa3304cc%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/f622ac075f0d40bda6934598fa3304cc/images/large/10.jpg saved to cache
2026-03-26 22:50:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 2a826a95-196a-50d9-9c13-656a021883c3
2026-03-26 22:50:11 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2a826a95-196a-50d9-9c13-656a021883c3, skipping ID generation
2026-03-26 22:50:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2a826a95-196a-50d9-9c13-656a021883c3 with scrape type 1
2026-03-26 22:50:11 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2a826a95-196a-50d9-9c13-656a021883c3 sending to next pipeline
2026-03-26 22:50:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 2a826a95-196a-50d9-9c13-656a021883c3, identifier: 1985384
2026-03-26 22:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252F10f7ecce0bb54d5cbd9e84baf9499161%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/10f7ecce0bb54d5cbd9e84baf9499161/images/large/3.jpg not downloaded yet
2026-03-26 22:50:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 2a826a95-196a-50d9-9c13-656a021883c3 with identifier: 1985384
2026-03-26 22:50:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 2a826a95-196a-50d9-9c13-656a021883c3 with identifier: 1985384
2026-03-26 22:50:11 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 2a826a95-196a-50d9-9c13-656a021883c3 with identifier: 1985384 to the API
2026-03-26 22:50:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:50:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:50:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bw/f622ac075f0d40bda6934598fa3304cc/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '2a826a95-196a-50d9-9c13-656a021883c3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '3008',
'odometer': 108460,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 21,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2a826a95-196a-50d9-9c13-656a021883c3/2a826a95-196a-50d9-9c13-656a021883c3_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 691183,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bw/f622ac075f0d40bda6934598fa3304cc/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2a826a95-196a-50d9-9c13-656a021883c3/2a826a95-196a-50d9-9c13-656a021883c3_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 698756,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bw/f622ac075f0d40bda6934598fa3304cc/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2a826a95-196a-50d9-9c13-656a021883c3/2a826a95-196a-50d9-9c13-656a021883c3_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 637647,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bw/f622ac075f0d40bda6934598fa3304cc/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2a826a95-196a-50d9-9c13-656a021883c3/2a826a95-196a-50d9-9c13-656a021883c3_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 673724,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bw/f622ac075f0d40bda6934598fa3304cc/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2a826a95-196a-50d9-9c13-656a021883c3/2a826a95-196a-50d9-9c13-656a021883c3_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 695550,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bw/f622ac075f0d40bda6934598fa3304cc/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2a826a95-196a-50d9-9c13-656a021883c3/2a826a95-196a-50d9-9c13-656a021883c3_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 720081,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bw/f622ac075f0d40bda6934598fa3304cc/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2a826a95-196a-50d9-9c13-656a021883c3/2a826a95-196a-50d9-9c13-656a021883c3_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 636704,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bw/f622ac075f0d40bda6934598fa3304cc/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2a826a95-196a-50d9-9c13-656a021883c3/2a826a95-196a-50d9-9c13-656a021883c3_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 824512,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bw/f622ac075f0d40bda6934598fa3304cc/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2a826a95-196a-50d9-9c13-656a021883c3/2a826a95-196a-50d9-9c13-656a021883c3_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 801483,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bw/f622ac075f0d40bda6934598fa3304cc/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2a826a95-196a-50d9-9c13-656a021883c3/2a826a95-196a-50d9-9c13-656a021883c3_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 801439,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bw/f622ac075f0d40bda6934598fa3304cc/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-25',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 3008 1.2 PURETECH 96KW S&S ACTIVE PACK',
'transmission': 'manual',
'trim': '1.2 PURETECH 96KW S&S ACTIVE PACK',
'vin': None,
'year': 2022}
2026-03-26 22:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985384%27 HTTP/1.1" 200 None
2026-03-26 22:50:11 [ayvens.be] INFO: Saving data for 1985384: {'created_time': 1774565411.714491, 'last_price_update_time': 1774565411.714502, 'auction_closing_time': 1774958400.0}
2026-03-26 22:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985384') HTTP/1.1" 204 0
2026-03-26 22:50:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/19c2623cc6fd4708b71b6f2b11f659a8/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/19c2623cc6fd4708b71b6f2b11f659a8/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252F10f7ecce0bb54d5cbd9e84baf9499161%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/10f7ecce0bb54d5cbd9e84baf9499161/images/large/4.jpg not downloaded yet
2026-03-26 22:50:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b777ac50>
2026-03-26 22:50:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_204b260e-559e-573a-a182-0234b1a52c5d/204b260e-559e-573a-a182-0234b1a52c5d_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F19c2623cc6fd4708b71b6f2b11f659a8%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/19c2623cc6fd4708b71b6f2b11f659a8/images/large/6.jpg saved to cache
2026-03-26 22:50:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 204b260e-559e-573a-a182-0234b1a52c5d
2026-03-26 22:50:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/19c2623cc6fd4708b71b6f2b11f659a8/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/19c2623cc6fd4708b71b6f2b11f659a8/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/19c2623cc6fd4708b71b6f2b11f659a8/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252F10f7ecce0bb54d5cbd9e84baf9499161%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/10f7ecce0bb54d5cbd9e84baf9499161/images/large/5.jpg not downloaded yet
2026-03-26 22:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252F10f7ecce0bb54d5cbd9e84baf9499161%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/10f7ecce0bb54d5cbd9e84baf9499161/images/large/6.jpg not downloaded yet
2026-03-26 22:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252F10f7ecce0bb54d5cbd9e84baf9499161%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/10f7ecce0bb54d5cbd9e84baf9499161/images/large/7.jpg not downloaded yet
2026-03-26 22:50:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74e6410>
2026-03-26 22:50:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_204b260e-559e-573a-a182-0234b1a52c5d/204b260e-559e-573a-a182-0234b1a52c5d_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F19c2623cc6fd4708b71b6f2b11f659a8%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/19c2623cc6fd4708b71b6f2b11f659a8/images/large/5.jpg saved to cache
2026-03-26 22:50:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 204b260e-559e-573a-a182-0234b1a52c5d
2026-03-26 22:50:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7ae8dd0>
2026-03-26 22:50:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_204b260e-559e-573a-a182-0234b1a52c5d/204b260e-559e-573a-a182-0234b1a52c5d_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F19c2623cc6fd4708b71b6f2b11f659a8%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/19c2623cc6fd4708b71b6f2b11f659a8/images/large/7.jpg saved to cache
2026-03-26 22:50:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 204b260e-559e-573a-a182-0234b1a52c5d
2026-03-26 22:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252F10f7ecce0bb54d5cbd9e84baf9499161%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/10f7ecce0bb54d5cbd9e84baf9499161/images/large/8.jpg not downloaded yet
2026-03-26 22:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252F10f7ecce0bb54d5cbd9e84baf9499161%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/10f7ecce0bb54d5cbd9e84baf9499161/images/large/9.jpg not downloaded yet
2026-03-26 22:50:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74a7650>
2026-03-26 22:50:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_204b260e-559e-573a-a182-0234b1a52c5d/204b260e-559e-573a-a182-0234b1a52c5d_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F19c2623cc6fd4708b71b6f2b11f659a8%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/19c2623cc6fd4708b71b6f2b11f659a8/images/large/2.jpg saved to cache
2026-03-26 22:50:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 204b260e-559e-573a-a182-0234b1a52c5d
2026-03-26 22:50:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76edb50>
2026-03-26 22:50:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_204b260e-559e-573a-a182-0234b1a52c5d/204b260e-559e-573a-a182-0234b1a52c5d_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F19c2623cc6fd4708b71b6f2b11f659a8%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/19c2623cc6fd4708b71b6f2b11f659a8/images/large/3.jpg saved to cache
2026-03-26 22:50:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 204b260e-559e-573a-a182-0234b1a52c5d
2026-03-26 22:50:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77e9d90>
2026-03-26 22:50:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_204b260e-559e-573a-a182-0234b1a52c5d/204b260e-559e-573a-a182-0234b1a52c5d_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F19c2623cc6fd4708b71b6f2b11f659a8%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/19c2623cc6fd4708b71b6f2b11f659a8/images/large/4.jpg saved to cache
2026-03-26 22:50:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 204b260e-559e-573a-a182-0234b1a52c5d
2026-03-26 22:50:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/19c2623cc6fd4708b71b6f2b11f659a8/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252F10f7ecce0bb54d5cbd9e84baf9499161%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/10f7ecce0bb54d5cbd9e84baf9499161/images/large/10.jpg not downloaded yet
2026-03-26 22:50:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/19c2623cc6fd4708b71b6f2b11f659a8/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/19c2623cc6fd4708b71b6f2b11f659a8/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:12 [ayvens.be] INFO: Found listing with ID: 1985387
2026-03-26 22:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985387%27 HTTP/1.1" 200 None
2026-03-26 22:50:12 [ayvens.be] INFO: Scrape type for 1985387: 1
2026-03-26 22:50:12 [ayvens.be] INFO: Extracting data for car ID: 1985387
2026-03-26 22:50:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d435f3e0-529f-510b-bac6-ad11c65d9078 with identifier: 1985387
2026-03-26 22:50:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d435f3e0-529f-510b-bac6-ad11c65d9078 with scrape type 1
2026-03-26 22:50:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item d435f3e0-529f-510b-bac6-ad11c65d9078
2026-03-26 22:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bb%252Ffc29198af329418b8ac9271dad6ecda6%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bb/fc29198af329418b8ac9271dad6ecda6/images/large/1.jpg not downloaded yet
2026-03-26 22:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bb%252Ffc29198af329418b8ac9271dad6ecda6%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bb/fc29198af329418b8ac9271dad6ecda6/images/large/2.jpg not downloaded yet
2026-03-26 22:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bb%252Ffc29198af329418b8ac9271dad6ecda6%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bb/fc29198af329418b8ac9271dad6ecda6/images/large/3.jpg not downloaded yet
2026-03-26 22:50:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b792fc10>
2026-03-26 22:50:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_204b260e-559e-573a-a182-0234b1a52c5d/204b260e-559e-573a-a182-0234b1a52c5d_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F19c2623cc6fd4708b71b6f2b11f659a8%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/19c2623cc6fd4708b71b6f2b11f659a8/images/large/10.jpg saved to cache
2026-03-26 22:50:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 204b260e-559e-573a-a182-0234b1a52c5d
2026-03-26 22:50:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bw/10f7ecce0bb54d5cbd9e84baf9499161/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bw/10f7ecce0bb54d5cbd9e84baf9499161/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bw/10f7ecce0bb54d5cbd9e84baf9499161/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bb%252Ffc29198af329418b8ac9271dad6ecda6%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bb/fc29198af329418b8ac9271dad6ecda6/images/large/4.jpg not downloaded yet
2026-03-26 22:50:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bw/10f7ecce0bb54d5cbd9e84baf9499161/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bw/10f7ecce0bb54d5cbd9e84baf9499161/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b792d5d0>
2026-03-26 22:50:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_204b260e-559e-573a-a182-0234b1a52c5d/204b260e-559e-573a-a182-0234b1a52c5d_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F19c2623cc6fd4708b71b6f2b11f659a8%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/19c2623cc6fd4708b71b6f2b11f659a8/images/large/8.jpg saved to cache
2026-03-26 22:50:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 204b260e-559e-573a-a182-0234b1a52c5d
2026-03-26 22:50:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7a61c90>
2026-03-26 22:50:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_204b260e-559e-573a-a182-0234b1a52c5d/204b260e-559e-573a-a182-0234b1a52c5d_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F19c2623cc6fd4708b71b6f2b11f659a8%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/19c2623cc6fd4708b71b6f2b11f659a8/images/large/9.jpg saved to cache
2026-03-26 22:50:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 204b260e-559e-573a-a182-0234b1a52c5d
2026-03-26 22:50:12 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 204b260e-559e-573a-a182-0234b1a52c5d, skipping ID generation
2026-03-26 22:50:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 204b260e-559e-573a-a182-0234b1a52c5d with scrape type 1
2026-03-26 22:50:12 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 204b260e-559e-573a-a182-0234b1a52c5d sending to next pipeline
2026-03-26 22:50:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 204b260e-559e-573a-a182-0234b1a52c5d, identifier: 1985385
2026-03-26 22:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bb%252Ffc29198af329418b8ac9271dad6ecda6%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bb/fc29198af329418b8ac9271dad6ecda6/images/large/5.jpg not downloaded yet
2026-03-26 22:50:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 204b260e-559e-573a-a182-0234b1a52c5d with identifier: 1985385
2026-03-26 22:50:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 204b260e-559e-573a-a182-0234b1a52c5d with identifier: 1985385
2026-03-26 22:50:12 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 204b260e-559e-573a-a182-0234b1a52c5d with identifier: 1985385 to the API
2026-03-26 22:50:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:50:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:50:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bh/19c2623cc6fd4708b71b6f2b11f659a8/images/large/9.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '204b260e-559e-573a-a182-0234b1a52c5d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '3008',
'odometer': 46415,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 14,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_204b260e-559e-573a-a182-0234b1a52c5d/204b260e-559e-573a-a182-0234b1a52c5d_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 418455,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/19c2623cc6fd4708b71b6f2b11f659a8/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_204b260e-559e-573a-a182-0234b1a52c5d/204b260e-559e-573a-a182-0234b1a52c5d_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 464694,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/19c2623cc6fd4708b71b6f2b11f659a8/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_204b260e-559e-573a-a182-0234b1a52c5d/204b260e-559e-573a-a182-0234b1a52c5d_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 404684,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/19c2623cc6fd4708b71b6f2b11f659a8/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_204b260e-559e-573a-a182-0234b1a52c5d/204b260e-559e-573a-a182-0234b1a52c5d_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 400347,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/19c2623cc6fd4708b71b6f2b11f659a8/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_204b260e-559e-573a-a182-0234b1a52c5d/204b260e-559e-573a-a182-0234b1a52c5d_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 292037,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/19c2623cc6fd4708b71b6f2b11f659a8/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_204b260e-559e-573a-a182-0234b1a52c5d/204b260e-559e-573a-a182-0234b1a52c5d_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 216304,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/19c2623cc6fd4708b71b6f2b11f659a8/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_204b260e-559e-573a-a182-0234b1a52c5d/204b260e-559e-573a-a182-0234b1a52c5d_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 318563,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/19c2623cc6fd4708b71b6f2b11f659a8/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_204b260e-559e-573a-a182-0234b1a52c5d/204b260e-559e-573a-a182-0234b1a52c5d_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 339546,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/19c2623cc6fd4708b71b6f2b11f659a8/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_204b260e-559e-573a-a182-0234b1a52c5d/204b260e-559e-573a-a182-0234b1a52c5d_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 294755,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/19c2623cc6fd4708b71b6f2b11f659a8/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_204b260e-559e-573a-a182-0234b1a52c5d/204b260e-559e-573a-a182-0234b1a52c5d_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 317268,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/19c2623cc6fd4708b71b6f2b11f659a8/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-25',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 3008 1.6 HYBRID 225 E-AUTO8 ALLURE PACK',
'transmission': 'automatic',
'trim': '1.6 HYBRID 225 E-AUTO8 ALLURE PACK',
'vin': None,
'year': 2021}
2026-03-26 22:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985385%27 HTTP/1.1" 200 None
2026-03-26 22:50:13 [ayvens.be] INFO: Saving data for 1985385: {'created_time': 1774565413.096715, 'last_price_update_time': 1774565413.096725, 'auction_closing_time': 1774958400.0}
2026-03-26 22:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985385') HTTP/1.1" 204 0
2026-03-26 22:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bb%252Ffc29198af329418b8ac9271dad6ecda6%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bb/fc29198af329418b8ac9271dad6ecda6/images/large/6.jpg not downloaded yet
2026-03-26 22:50:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c60290>
2026-03-26 22:50:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2cd1f4af-ca6c-5179-834b-195bc36a2958/2cd1f4af-ca6c-5179-834b-195bc36a2958_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252F10f7ecce0bb54d5cbd9e84baf9499161%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/10f7ecce0bb54d5cbd9e84baf9499161/images/large/3.jpg saved to cache
2026-03-26 22:50:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 2cd1f4af-ca6c-5179-834b-195bc36a2958
2026-03-26 22:50:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7a81d90>
2026-03-26 22:50:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2cd1f4af-ca6c-5179-834b-195bc36a2958/2cd1f4af-ca6c-5179-834b-195bc36a2958_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252F10f7ecce0bb54d5cbd9e84baf9499161%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/10f7ecce0bb54d5cbd9e84baf9499161/images/large/1.jpg saved to cache
2026-03-26 22:50:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 2cd1f4af-ca6c-5179-834b-195bc36a2958
2026-03-26 22:50:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e03a90>
2026-03-26 22:50:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2cd1f4af-ca6c-5179-834b-195bc36a2958/2cd1f4af-ca6c-5179-834b-195bc36a2958_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252F10f7ecce0bb54d5cbd9e84baf9499161%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/10f7ecce0bb54d5cbd9e84baf9499161/images/large/2.jpg saved to cache
2026-03-26 22:50:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 2cd1f4af-ca6c-5179-834b-195bc36a2958
2026-03-26 22:50:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79d46d0>
2026-03-26 22:50:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2cd1f4af-ca6c-5179-834b-195bc36a2958/2cd1f4af-ca6c-5179-834b-195bc36a2958_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252F10f7ecce0bb54d5cbd9e84baf9499161%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/10f7ecce0bb54d5cbd9e84baf9499161/images/large/4.jpg saved to cache
2026-03-26 22:50:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 2cd1f4af-ca6c-5179-834b-195bc36a2958
2026-03-26 22:50:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7490e50>
2026-03-26 22:50:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2cd1f4af-ca6c-5179-834b-195bc36a2958/2cd1f4af-ca6c-5179-834b-195bc36a2958_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252F10f7ecce0bb54d5cbd9e84baf9499161%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/10f7ecce0bb54d5cbd9e84baf9499161/images/large/5.jpg saved to cache
2026-03-26 22:50:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 2cd1f4af-ca6c-5179-834b-195bc36a2958
2026-03-26 22:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bb%252Ffc29198af329418b8ac9271dad6ecda6%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bb/fc29198af329418b8ac9271dad6ecda6/images/large/7.jpg not downloaded yet
2026-03-26 22:50:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bw/10f7ecce0bb54d5cbd9e84baf9499161/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bb%252Ffc29198af329418b8ac9271dad6ecda6%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bb/fc29198af329418b8ac9271dad6ecda6/images/large/8.jpg not downloaded yet
2026-03-26 22:50:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bw/10f7ecce0bb54d5cbd9e84baf9499161/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bb%252Ffc29198af329418b8ac9271dad6ecda6%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bb/fc29198af329418b8ac9271dad6ecda6/images/large/9.jpg not downloaded yet
2026-03-26 22:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bb%252Ffc29198af329418b8ac9271dad6ecda6%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bb/fc29198af329418b8ac9271dad6ecda6/images/large/10.jpg not downloaded yet
2026-03-26 22:50:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bw/10f7ecce0bb54d5cbd9e84baf9499161/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bb/fc29198af329418b8ac9271dad6ecda6/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bb/fc29198af329418b8ac9271dad6ecda6/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:13 [ayvens.be] INFO: Found listing with ID: 1985388
2026-03-26 22:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985388%27 HTTP/1.1" 200 None
2026-03-26 22:50:13 [ayvens.be] INFO: Scrape type for 1985388: 1
2026-03-26 22:50:13 [ayvens.be] INFO: Extracting data for car ID: 1985388
2026-03-26 22:50:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bd5e129c-9014-5e1f-8926-20ca8a02deb0 with identifier: 1985388
2026-03-26 22:50:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd5e129c-9014-5e1f-8926-20ca8a02deb0 with scrape type 1
2026-03-26 22:50:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item bd5e129c-9014-5e1f-8926-20ca8a02deb0
2026-03-26 22:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dd%252F2316ac14056b4cb3b08091aeab3141df%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dd/2316ac14056b4cb3b08091aeab3141df/images/large/1.jpg not downloaded yet
2026-03-26 22:50:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bb/fc29198af329418b8ac9271dad6ecda6/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dd%252F2316ac14056b4cb3b08091aeab3141df%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dd/2316ac14056b4cb3b08091aeab3141df/images/large/2.jpg not downloaded yet
2026-03-26 22:50:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bw/10f7ecce0bb54d5cbd9e84baf9499161/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bw/10f7ecce0bb54d5cbd9e84baf9499161/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7a82c50>
2026-03-26 22:50:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2cd1f4af-ca6c-5179-834b-195bc36a2958/2cd1f4af-ca6c-5179-834b-195bc36a2958_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252F10f7ecce0bb54d5cbd9e84baf9499161%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/10f7ecce0bb54d5cbd9e84baf9499161/images/large/6.jpg saved to cache
2026-03-26 22:50:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 2cd1f4af-ca6c-5179-834b-195bc36a2958
2026-03-26 22:50:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76ed450>
2026-03-26 22:50:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2cd1f4af-ca6c-5179-834b-195bc36a2958/2cd1f4af-ca6c-5179-834b-195bc36a2958_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252F10f7ecce0bb54d5cbd9e84baf9499161%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/10f7ecce0bb54d5cbd9e84baf9499161/images/large/7.jpg saved to cache
2026-03-26 22:50:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 2cd1f4af-ca6c-5179-834b-195bc36a2958
2026-03-26 22:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dd%252F2316ac14056b4cb3b08091aeab3141df%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dd/2316ac14056b4cb3b08091aeab3141df/images/large/3.jpg not downloaded yet
2026-03-26 22:50:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dd%252F2316ac14056b4cb3b08091aeab3141df%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dd/2316ac14056b4cb3b08091aeab3141df/images/large/4.jpg not downloaded yet
2026-03-26 22:50:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e4fa50>
2026-03-26 22:50:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2cd1f4af-ca6c-5179-834b-195bc36a2958/2cd1f4af-ca6c-5179-834b-195bc36a2958_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:50:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252F10f7ecce0bb54d5cbd9e84baf9499161%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/10f7ecce0bb54d5cbd9e84baf9499161/images/large/8.jpg saved to cache
2026-03-26 22:50:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 2cd1f4af-ca6c-5179-834b-195bc36a2958
2026-03-26 22:50:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7ca8410>
2026-03-26 22:50:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d435f3e0-529f-510b-bac6-ad11c65d9078/d435f3e0-529f-510b-bac6-ad11c65d9078_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:50:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bb%252Ffc29198af329418b8ac9271dad6ecda6%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bb/fc29198af329418b8ac9271dad6ecda6/images/large/1.jpg saved to cache
2026-03-26 22:50:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item d435f3e0-529f-510b-bac6-ad11c65d9078
2026-03-26 22:50:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c75490>
2026-03-26 22:50:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d435f3e0-529f-510b-bac6-ad11c65d9078/d435f3e0-529f-510b-bac6-ad11c65d9078_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:50:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bb%252Ffc29198af329418b8ac9271dad6ecda6%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bb/fc29198af329418b8ac9271dad6ecda6/images/large/2.jpg saved to cache
2026-03-26 22:50:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item d435f3e0-529f-510b-bac6-ad11c65d9078
2026-03-26 22:50:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b78c1450>
2026-03-26 22:50:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d435f3e0-529f-510b-bac6-ad11c65d9078/d435f3e0-529f-510b-bac6-ad11c65d9078_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:50:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bb%252Ffc29198af329418b8ac9271dad6ecda6%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bb/fc29198af329418b8ac9271dad6ecda6/images/large/4.jpg saved to cache
2026-03-26 22:50:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item d435f3e0-529f-510b-bac6-ad11c65d9078
2026-03-26 22:50:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c75550>
2026-03-26 22:50:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2cd1f4af-ca6c-5179-834b-195bc36a2958/2cd1f4af-ca6c-5179-834b-195bc36a2958_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:50:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252F10f7ecce0bb54d5cbd9e84baf9499161%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/10f7ecce0bb54d5cbd9e84baf9499161/images/large/9.jpg saved to cache
2026-03-26 22:50:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 2cd1f4af-ca6c-5179-834b-195bc36a2958
2026-03-26 22:50:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c76e90>
2026-03-26 22:50:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2cd1f4af-ca6c-5179-834b-195bc36a2958/2cd1f4af-ca6c-5179-834b-195bc36a2958_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:50:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252F10f7ecce0bb54d5cbd9e84baf9499161%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/10f7ecce0bb54d5cbd9e84baf9499161/images/large/10.jpg saved to cache
2026-03-26 22:50:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 2cd1f4af-ca6c-5179-834b-195bc36a2958
2026-03-26 22:50:14 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2cd1f4af-ca6c-5179-834b-195bc36a2958, skipping ID generation
2026-03-26 22:50:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2cd1f4af-ca6c-5179-834b-195bc36a2958 with scrape type 1
2026-03-26 22:50:14 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2cd1f4af-ca6c-5179-834b-195bc36a2958 sending to next pipeline
2026-03-26 22:50:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 2cd1f4af-ca6c-5179-834b-195bc36a2958, identifier: 1985386
2026-03-26 22:50:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dd%252F2316ac14056b4cb3b08091aeab3141df%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dd/2316ac14056b4cb3b08091aeab3141df/images/large/5.jpg not downloaded yet
2026-03-26 22:50:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 2cd1f4af-ca6c-5179-834b-195bc36a2958 with identifier: 1985386
2026-03-26 22:50:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 2cd1f4af-ca6c-5179-834b-195bc36a2958 with identifier: 1985386
2026-03-26 22:50:15 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 2cd1f4af-ca6c-5179-834b-195bc36a2958 with identifier: 1985386 to the API
2026-03-26 22:50:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:50:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:50:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bw/10f7ecce0bb54d5cbd9e84baf9499161/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': '2cd1f4af-ca6c-5179-834b-195bc36a2958',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'SKODA',
'model': 'OCTAVIA COMBI',
'odometer': 107677,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 22,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2cd1f4af-ca6c-5179-834b-195bc36a2958/2cd1f4af-ca6c-5179-834b-195bc36a2958_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 778259,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bw/10f7ecce0bb54d5cbd9e84baf9499161/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2cd1f4af-ca6c-5179-834b-195bc36a2958/2cd1f4af-ca6c-5179-834b-195bc36a2958_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 767452,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bw/10f7ecce0bb54d5cbd9e84baf9499161/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2cd1f4af-ca6c-5179-834b-195bc36a2958/2cd1f4af-ca6c-5179-834b-195bc36a2958_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 790391,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bw/10f7ecce0bb54d5cbd9e84baf9499161/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2cd1f4af-ca6c-5179-834b-195bc36a2958/2cd1f4af-ca6c-5179-834b-195bc36a2958_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 800297,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bw/10f7ecce0bb54d5cbd9e84baf9499161/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2cd1f4af-ca6c-5179-834b-195bc36a2958/2cd1f4af-ca6c-5179-834b-195bc36a2958_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 796064,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bw/10f7ecce0bb54d5cbd9e84baf9499161/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2cd1f4af-ca6c-5179-834b-195bc36a2958/2cd1f4af-ca6c-5179-834b-195bc36a2958_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 739899,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bw/10f7ecce0bb54d5cbd9e84baf9499161/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2cd1f4af-ca6c-5179-834b-195bc36a2958/2cd1f4af-ca6c-5179-834b-195bc36a2958_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 662004,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bw/10f7ecce0bb54d5cbd9e84baf9499161/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2cd1f4af-ca6c-5179-834b-195bc36a2958/2cd1f4af-ca6c-5179-834b-195bc36a2958_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 918076,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bw/10f7ecce0bb54d5cbd9e84baf9499161/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2cd1f4af-ca6c-5179-834b-195bc36a2958/2cd1f4af-ca6c-5179-834b-195bc36a2958_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 879129,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bw/10f7ecce0bb54d5cbd9e84baf9499161/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2cd1f4af-ca6c-5179-834b-195bc36a2958/2cd1f4af-ca6c-5179-834b-195bc36a2958_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 896162,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bw/10f7ecce0bb54d5cbd9e84baf9499161/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-13',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA OCTAVIA COMBI 2.0 CRTDI 110KW CLEVER+',
'transmission': 'manual',
'trim': '2.0 CRTDI 110KW CLEVER+',
'vin': None,
'year': 2022}
2026-03-26 22:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985386%27 HTTP/1.1" 200 None
2026-03-26 22:50:15 [ayvens.be] INFO: Saving data for 1985386: {'created_time': 1774565415.225347, 'last_price_update_time': 1774565415.225356, 'auction_closing_time': 1774958400.0}
2026-03-26 22:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985386') HTTP/1.1" 204 0
2026-03-26 22:50:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bb/fc29198af329418b8ac9271dad6ecda6/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bb/fc29198af329418b8ac9271dad6ecda6/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dd%252F2316ac14056b4cb3b08091aeab3141df%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dd/2316ac14056b4cb3b08091aeab3141df/images/large/6.jpg not downloaded yet
2026-03-26 22:50:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bb/fc29198af329418b8ac9271dad6ecda6/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dd%252F2316ac14056b4cb3b08091aeab3141df%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dd/2316ac14056b4cb3b08091aeab3141df/images/large/7.jpg not downloaded yet
2026-03-26 22:50:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dd/2316ac14056b4cb3b08091aeab3141df/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bb/fc29198af329418b8ac9271dad6ecda6/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dd%252F2316ac14056b4cb3b08091aeab3141df%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dd/2316ac14056b4cb3b08091aeab3141df/images/large/8.jpg not downloaded yet
2026-03-26 22:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dd%252F2316ac14056b4cb3b08091aeab3141df%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dd/2316ac14056b4cb3b08091aeab3141df/images/large/9.jpg not downloaded yet
2026-03-26 22:50:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bb/fc29198af329418b8ac9271dad6ecda6/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dd%252F2316ac14056b4cb3b08091aeab3141df%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dd/2316ac14056b4cb3b08091aeab3141df/images/large/10.jpg not downloaded yet
2026-03-26 22:50:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bb/fc29198af329418b8ac9271dad6ecda6/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bb/fc29198af329418b8ac9271dad6ecda6/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:15 [ayvens.be] INFO: Found listing with ID: 1985389
2026-03-26 22:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985389%27 HTTP/1.1" 200 None
2026-03-26 22:50:15 [ayvens.be] INFO: Scrape type for 1985389: 1
2026-03-26 22:50:15 [ayvens.be] INFO: Extracting data for car ID: 1985389
2026-03-26 22:50:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f848b84-78f6-5388-b7ab-a5470e154ec1 with identifier: 1985389
2026-03-26 22:50:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f848b84-78f6-5388-b7ab-a5470e154ec1 with scrape type 1
2026-03-26 22:50:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 9f848b84-78f6-5388-b7ab-a5470e154ec1
2026-03-26 22:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ec%252F70d656a4edeb4d90af456f0a00ed231f%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ec/70d656a4edeb4d90af456f0a00ed231f/images/large/1.jpg not downloaded yet
2026-03-26 22:50:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7ae8410>
2026-03-26 22:50:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d435f3e0-529f-510b-bac6-ad11c65d9078/d435f3e0-529f-510b-bac6-ad11c65d9078_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bb%252Ffc29198af329418b8ac9271dad6ecda6%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bb/fc29198af329418b8ac9271dad6ecda6/images/large/3.jpg saved to cache
2026-03-26 22:50:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item d435f3e0-529f-510b-bac6-ad11c65d9078
2026-03-26 22:50:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7924250>
2026-03-26 22:50:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d435f3e0-529f-510b-bac6-ad11c65d9078/d435f3e0-529f-510b-bac6-ad11c65d9078_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bb%252Ffc29198af329418b8ac9271dad6ecda6%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bb/fc29198af329418b8ac9271dad6ecda6/images/large/5.jpg saved to cache
2026-03-26 22:50:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item d435f3e0-529f-510b-bac6-ad11c65d9078
2026-03-26 22:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ec%252F70d656a4edeb4d90af456f0a00ed231f%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ec/70d656a4edeb4d90af456f0a00ed231f/images/large/2.jpg not downloaded yet
2026-03-26 22:50:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b726b890>
2026-03-26 22:50:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d435f3e0-529f-510b-bac6-ad11c65d9078/d435f3e0-529f-510b-bac6-ad11c65d9078_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bb%252Ffc29198af329418b8ac9271dad6ecda6%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bb/fc29198af329418b8ac9271dad6ecda6/images/large/6.jpg saved to cache
2026-03-26 22:50:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item d435f3e0-529f-510b-bac6-ad11c65d9078
2026-03-26 22:50:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76ce790>
2026-03-26 22:50:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bd5e129c-9014-5e1f-8926-20ca8a02deb0/bd5e129c-9014-5e1f-8926-20ca8a02deb0_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dd%252F2316ac14056b4cb3b08091aeab3141df%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dd/2316ac14056b4cb3b08091aeab3141df/images/large/3.jpg saved to cache
2026-03-26 22:50:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item bd5e129c-9014-5e1f-8926-20ca8a02deb0
2026-03-26 22:50:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dd/2316ac14056b4cb3b08091aeab3141df/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ec%252F70d656a4edeb4d90af456f0a00ed231f%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ec/70d656a4edeb4d90af456f0a00ed231f/images/large/3.jpg not downloaded yet
2026-03-26 22:50:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dd/2316ac14056b4cb3b08091aeab3141df/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dd/2316ac14056b4cb3b08091aeab3141df/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dd/2316ac14056b4cb3b08091aeab3141df/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7402910>
2026-03-26 22:50:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d435f3e0-529f-510b-bac6-ad11c65d9078/d435f3e0-529f-510b-bac6-ad11c65d9078_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bb%252Ffc29198af329418b8ac9271dad6ecda6%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bb/fc29198af329418b8ac9271dad6ecda6/images/large/7.jpg saved to cache
2026-03-26 22:50:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item d435f3e0-529f-510b-bac6-ad11c65d9078
2026-03-26 22:50:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b743a890>
2026-03-26 22:50:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d435f3e0-529f-510b-bac6-ad11c65d9078/d435f3e0-529f-510b-bac6-ad11c65d9078_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bb%252Ffc29198af329418b8ac9271dad6ecda6%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bb/fc29198af329418b8ac9271dad6ecda6/images/large/8.jpg saved to cache
2026-03-26 22:50:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item d435f3e0-529f-510b-bac6-ad11c65d9078
2026-03-26 22:50:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7aa2e10>
2026-03-26 22:50:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d435f3e0-529f-510b-bac6-ad11c65d9078/d435f3e0-529f-510b-bac6-ad11c65d9078_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:50:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bb%252Ffc29198af329418b8ac9271dad6ecda6%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bb/fc29198af329418b8ac9271dad6ecda6/images/large/10.jpg saved to cache
2026-03-26 22:50:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item d435f3e0-529f-510b-bac6-ad11c65d9078
2026-03-26 22:50:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6dd82d0>
2026-03-26 22:50:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d435f3e0-529f-510b-bac6-ad11c65d9078/d435f3e0-529f-510b-bac6-ad11c65d9078_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:50:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bb%252Ffc29198af329418b8ac9271dad6ecda6%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bb/fc29198af329418b8ac9271dad6ecda6/images/large/9.jpg saved to cache
2026-03-26 22:50:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item d435f3e0-529f-510b-bac6-ad11c65d9078
2026-03-26 22:50:16 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d435f3e0-529f-510b-bac6-ad11c65d9078, skipping ID generation
2026-03-26 22:50:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d435f3e0-529f-510b-bac6-ad11c65d9078 with scrape type 1
2026-03-26 22:50:16 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d435f3e0-529f-510b-bac6-ad11c65d9078 sending to next pipeline
2026-03-26 22:50:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: d435f3e0-529f-510b-bac6-ad11c65d9078, identifier: 1985387
2026-03-26 22:50:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dd/2316ac14056b4cb3b08091aeab3141df/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dd/2316ac14056b4cb3b08091aeab3141df/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ec%252F70d656a4edeb4d90af456f0a00ed231f%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ec/70d656a4edeb4d90af456f0a00ed231f/images/large/4.jpg not downloaded yet
2026-03-26 22:50:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: d435f3e0-529f-510b-bac6-ad11c65d9078 with identifier: 1985387
2026-03-26 22:50:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: d435f3e0-529f-510b-bac6-ad11c65d9078 with identifier: 1985387
2026-03-26 22:50:16 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: d435f3e0-529f-510b-bac6-ad11c65d9078 with identifier: 1985387 to the API
2026-03-26 22:50:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:50:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:50:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bb/fc29198af329418b8ac9271dad6ecda6/images/large/9.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'electric',
'id': 'd435f3e0-529f-510b-bac6-ad11c65d9078',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'VOLVO',
'model': 'XC40',
'odometer': 188744,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 23,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d435f3e0-529f-510b-bac6-ad11c65d9078/d435f3e0-529f-510b-bac6-ad11c65d9078_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 693634,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bb/fc29198af329418b8ac9271dad6ecda6/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d435f3e0-529f-510b-bac6-ad11c65d9078/d435f3e0-529f-510b-bac6-ad11c65d9078_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 657358,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bb/fc29198af329418b8ac9271dad6ecda6/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d435f3e0-529f-510b-bac6-ad11c65d9078/d435f3e0-529f-510b-bac6-ad11c65d9078_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 700698,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bb/fc29198af329418b8ac9271dad6ecda6/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d435f3e0-529f-510b-bac6-ad11c65d9078/d435f3e0-529f-510b-bac6-ad11c65d9078_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 713498,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bb/fc29198af329418b8ac9271dad6ecda6/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d435f3e0-529f-510b-bac6-ad11c65d9078/d435f3e0-529f-510b-bac6-ad11c65d9078_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 649466,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bb/fc29198af329418b8ac9271dad6ecda6/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d435f3e0-529f-510b-bac6-ad11c65d9078/d435f3e0-529f-510b-bac6-ad11c65d9078_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 599165,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bb/fc29198af329418b8ac9271dad6ecda6/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d435f3e0-529f-510b-bac6-ad11c65d9078/d435f3e0-529f-510b-bac6-ad11c65d9078_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 610197,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bb/fc29198af329418b8ac9271dad6ecda6/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d435f3e0-529f-510b-bac6-ad11c65d9078/d435f3e0-529f-510b-bac6-ad11c65d9078_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 863352,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bb/fc29198af329418b8ac9271dad6ecda6/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d435f3e0-529f-510b-bac6-ad11c65d9078/d435f3e0-529f-510b-bac6-ad11c65d9078_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 814262,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bb/fc29198af329418b8ac9271dad6ecda6/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d435f3e0-529f-510b-bac6-ad11c65d9078/d435f3e0-529f-510b-bac6-ad11c65d9078_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 831077,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bb/fc29198af329418b8ac9271dad6ecda6/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-17',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC40 BEV 78KWH RECHARGE TWIN PLUS',
'transmission': 'automatic',
'trim': 'BEV 78KWH RECHARGE TWIN PLUS',
'vin': None,
'year': 2021}
2026-03-26 22:50:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985387%27 HTTP/1.1" 200 None
2026-03-26 22:50:16 [ayvens.be] INFO: Saving data for 1985387: {'created_time': 1774565416.594016, 'last_price_update_time': 1774565416.594025, 'auction_closing_time': 1774958400.0}
2026-03-26 22:50:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985387') HTTP/1.1" 204 0
2026-03-26 22:50:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ec%252F70d656a4edeb4d90af456f0a00ed231f%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ec/70d656a4edeb4d90af456f0a00ed231f/images/large/5.jpg not downloaded yet
2026-03-26 22:50:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dd/2316ac14056b4cb3b08091aeab3141df/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7438350>
2026-03-26 22:50:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bd5e129c-9014-5e1f-8926-20ca8a02deb0/bd5e129c-9014-5e1f-8926-20ca8a02deb0_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:50:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dd%252F2316ac14056b4cb3b08091aeab3141df%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dd/2316ac14056b4cb3b08091aeab3141df/images/large/1.jpg saved to cache
2026-03-26 22:50:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item bd5e129c-9014-5e1f-8926-20ca8a02deb0
2026-03-26 22:50:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e35dd0>
2026-03-26 22:50:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bd5e129c-9014-5e1f-8926-20ca8a02deb0/bd5e129c-9014-5e1f-8926-20ca8a02deb0_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:50:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dd%252F2316ac14056b4cb3b08091aeab3141df%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dd/2316ac14056b4cb3b08091aeab3141df/images/large/5.jpg saved to cache
2026-03-26 22:50:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item bd5e129c-9014-5e1f-8926-20ca8a02deb0
2026-03-26 22:50:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77ca290>
2026-03-26 22:50:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bd5e129c-9014-5e1f-8926-20ca8a02deb0/bd5e129c-9014-5e1f-8926-20ca8a02deb0_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:50:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dd%252F2316ac14056b4cb3b08091aeab3141df%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dd/2316ac14056b4cb3b08091aeab3141df/images/large/6.jpg saved to cache
2026-03-26 22:50:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item bd5e129c-9014-5e1f-8926-20ca8a02deb0
2026-03-26 22:50:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7452f10>
2026-03-26 22:50:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bd5e129c-9014-5e1f-8926-20ca8a02deb0/bd5e129c-9014-5e1f-8926-20ca8a02deb0_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:50:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dd%252F2316ac14056b4cb3b08091aeab3141df%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dd/2316ac14056b4cb3b08091aeab3141df/images/large/7.jpg saved to cache
2026-03-26 22:50:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item bd5e129c-9014-5e1f-8926-20ca8a02deb0
2026-03-26 22:50:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7a80c10>
2026-03-26 22:50:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bd5e129c-9014-5e1f-8926-20ca8a02deb0/bd5e129c-9014-5e1f-8926-20ca8a02deb0_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:50:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dd%252F2316ac14056b4cb3b08091aeab3141df%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dd/2316ac14056b4cb3b08091aeab3141df/images/large/2.jpg saved to cache
2026-03-26 22:50:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item bd5e129c-9014-5e1f-8926-20ca8a02deb0
2026-03-26 22:50:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7412410>
2026-03-26 22:50:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bd5e129c-9014-5e1f-8926-20ca8a02deb0/bd5e129c-9014-5e1f-8926-20ca8a02deb0_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:50:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dd%252F2316ac14056b4cb3b08091aeab3141df%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dd/2316ac14056b4cb3b08091aeab3141df/images/large/4.jpg saved to cache
2026-03-26 22:50:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item bd5e129c-9014-5e1f-8926-20ca8a02deb0
2026-03-26 22:50:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dd/2316ac14056b4cb3b08091aeab3141df/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ec%252F70d656a4edeb4d90af456f0a00ed231f%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ec/70d656a4edeb4d90af456f0a00ed231f/images/large/6.jpg not downloaded yet
2026-03-26 22:50:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dd/2316ac14056b4cb3b08091aeab3141df/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ec%252F70d656a4edeb4d90af456f0a00ed231f%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ec/70d656a4edeb4d90af456f0a00ed231f/images/large/7.jpg not downloaded yet
2026-03-26 22:50:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6dedf50>
2026-03-26 22:50:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bd5e129c-9014-5e1f-8926-20ca8a02deb0/bd5e129c-9014-5e1f-8926-20ca8a02deb0_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dd%252F2316ac14056b4cb3b08091aeab3141df%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dd/2316ac14056b4cb3b08091aeab3141df/images/large/9.jpg saved to cache
2026-03-26 22:50:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item bd5e129c-9014-5e1f-8926-20ca8a02deb0
2026-03-26 22:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ec%252F70d656a4edeb4d90af456f0a00ed231f%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ec/70d656a4edeb4d90af456f0a00ed231f/images/large/8.jpg not downloaded yet
2026-03-26 22:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ec%252F70d656a4edeb4d90af456f0a00ed231f%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ec/70d656a4edeb4d90af456f0a00ed231f/images/large/9.jpg not downloaded yet
2026-03-26 22:50:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ec/70d656a4edeb4d90af456f0a00ed231f/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ec/70d656a4edeb4d90af456f0a00ed231f/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b744bf10>
2026-03-26 22:50:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bd5e129c-9014-5e1f-8926-20ca8a02deb0/bd5e129c-9014-5e1f-8926-20ca8a02deb0_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dd%252F2316ac14056b4cb3b08091aeab3141df%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dd/2316ac14056b4cb3b08091aeab3141df/images/large/8.jpg saved to cache
2026-03-26 22:50:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item bd5e129c-9014-5e1f-8926-20ca8a02deb0
2026-03-26 22:50:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7a569d0>
2026-03-26 22:50:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bd5e129c-9014-5e1f-8926-20ca8a02deb0/bd5e129c-9014-5e1f-8926-20ca8a02deb0_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dd%252F2316ac14056b4cb3b08091aeab3141df%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dd/2316ac14056b4cb3b08091aeab3141df/images/large/10.jpg saved to cache
2026-03-26 22:50:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item bd5e129c-9014-5e1f-8926-20ca8a02deb0
2026-03-26 22:50:17 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: bd5e129c-9014-5e1f-8926-20ca8a02deb0, skipping ID generation
2026-03-26 22:50:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd5e129c-9014-5e1f-8926-20ca8a02deb0 with scrape type 1
2026-03-26 22:50:17 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item bd5e129c-9014-5e1f-8926-20ca8a02deb0 sending to next pipeline
2026-03-26 22:50:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: bd5e129c-9014-5e1f-8926-20ca8a02deb0, identifier: 1985388
2026-03-26 22:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ec%252F70d656a4edeb4d90af456f0a00ed231f%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ec/70d656a4edeb4d90af456f0a00ed231f/images/large/10.jpg not downloaded yet
2026-03-26 22:50:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: bd5e129c-9014-5e1f-8926-20ca8a02deb0 with identifier: 1985388
2026-03-26 22:50:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: bd5e129c-9014-5e1f-8926-20ca8a02deb0 with identifier: 1985388
2026-03-26 22:50:17 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: bd5e129c-9014-5e1f-8926-20ca8a02deb0 with identifier: 1985388 to the API
2026-03-26 22:50:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:50:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:50:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2dd/2316ac14056b4cb3b08091aeab3141df/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'bd5e129c-9014-5e1f-8926-20ca8a02deb0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'VOLVO',
'model': 'XC40',
'odometer': 187410,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 16,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bd5e129c-9014-5e1f-8926-20ca8a02deb0/bd5e129c-9014-5e1f-8926-20ca8a02deb0_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 231984,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dd/2316ac14056b4cb3b08091aeab3141df/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bd5e129c-9014-5e1f-8926-20ca8a02deb0/bd5e129c-9014-5e1f-8926-20ca8a02deb0_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 225798,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dd/2316ac14056b4cb3b08091aeab3141df/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bd5e129c-9014-5e1f-8926-20ca8a02deb0/bd5e129c-9014-5e1f-8926-20ca8a02deb0_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 240861,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dd/2316ac14056b4cb3b08091aeab3141df/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bd5e129c-9014-5e1f-8926-20ca8a02deb0/bd5e129c-9014-5e1f-8926-20ca8a02deb0_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 241545,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dd/2316ac14056b4cb3b08091aeab3141df/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bd5e129c-9014-5e1f-8926-20ca8a02deb0/bd5e129c-9014-5e1f-8926-20ca8a02deb0_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 222357,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dd/2316ac14056b4cb3b08091aeab3141df/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bd5e129c-9014-5e1f-8926-20ca8a02deb0/bd5e129c-9014-5e1f-8926-20ca8a02deb0_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 217130,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dd/2316ac14056b4cb3b08091aeab3141df/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bd5e129c-9014-5e1f-8926-20ca8a02deb0/bd5e129c-9014-5e1f-8926-20ca8a02deb0_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 257178,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dd/2316ac14056b4cb3b08091aeab3141df/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bd5e129c-9014-5e1f-8926-20ca8a02deb0/bd5e129c-9014-5e1f-8926-20ca8a02deb0_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 327009,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dd/2316ac14056b4cb3b08091aeab3141df/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bd5e129c-9014-5e1f-8926-20ca8a02deb0/bd5e129c-9014-5e1f-8926-20ca8a02deb0_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 309232,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dd/2316ac14056b4cb3b08091aeab3141df/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bd5e129c-9014-5e1f-8926-20ca8a02deb0/bd5e129c-9014-5e1f-8926-20ca8a02deb0_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 250962,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dd/2316ac14056b4cb3b08091aeab3141df/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-17',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC40 1.5 T4 PHEV CORE DCT',
'transmission': 'automatic',
'trim': '1.5 T4 PHEV CORE DCT',
'vin': None,
'year': 2023}
2026-03-26 22:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985388%27 HTTP/1.1" 200 None
2026-03-26 22:50:17 [ayvens.be] INFO: Saving data for 1985388: {'created_time': 1774565417.651884, 'last_price_update_time': 1774565417.651895, 'auction_closing_time': 1774958400.0}
2026-03-26 22:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985388') HTTP/1.1" 204 0
2026-03-26 22:50:17 [ayvens.be] INFO: Found listing with ID: 1985390
2026-03-26 22:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985390%27 HTTP/1.1" 200 None
2026-03-26 22:50:17 [ayvens.be] INFO: Scrape type for 1985390: 1
2026-03-26 22:50:17 [ayvens.be] INFO: Extracting data for car ID: 1985390
2026-03-26 22:50:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b30eb02b-510e-5cce-8b0c-c2f43e8c5e02 with identifier: 1985390
2026-03-26 22:50:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b30eb02b-510e-5cce-8b0c-c2f43e8c5e02 with scrape type 1
2026-03-26 22:50:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item b30eb02b-510e-5cce-8b0c-c2f43e8c5e02
2026-03-26 22:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cm%252Fb1f10320fb234bffb28f2ab76c2c1983%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cm/b1f10320fb234bffb28f2ab76c2c1983/images/large/1.jpg not downloaded yet
2026-03-26 22:50:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ec/70d656a4edeb4d90af456f0a00ed231f/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77bc3d0>
2026-03-26 22:50:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9f848b84-78f6-5388-b7ab-a5470e154ec1/9f848b84-78f6-5388-b7ab-a5470e154ec1_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ec%252F70d656a4edeb4d90af456f0a00ed231f%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ec/70d656a4edeb4d90af456f0a00ed231f/images/large/2.jpg saved to cache
2026-03-26 22:50:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 9f848b84-78f6-5388-b7ab-a5470e154ec1
2026-03-26 22:50:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd3b8b50>
2026-03-26 22:50:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9f848b84-78f6-5388-b7ab-a5470e154ec1/9f848b84-78f6-5388-b7ab-a5470e154ec1_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ec%252F70d656a4edeb4d90af456f0a00ed231f%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ec/70d656a4edeb4d90af456f0a00ed231f/images/large/1.jpg saved to cache
2026-03-26 22:50:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 9f848b84-78f6-5388-b7ab-a5470e154ec1
2026-03-26 22:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cm%252Fb1f10320fb234bffb28f2ab76c2c1983%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cm/b1f10320fb234bffb28f2ab76c2c1983/images/large/2.jpg not downloaded yet
2026-03-26 22:50:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ec/70d656a4edeb4d90af456f0a00ed231f/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cm%252Fb1f10320fb234bffb28f2ab76c2c1983%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cm/b1f10320fb234bffb28f2ab76c2c1983/images/large/3.jpg not downloaded yet
2026-03-26 22:50:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ec/70d656a4edeb4d90af456f0a00ed231f/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74a6290>
2026-03-26 22:50:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9f848b84-78f6-5388-b7ab-a5470e154ec1/9f848b84-78f6-5388-b7ab-a5470e154ec1_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:50:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ec%252F70d656a4edeb4d90af456f0a00ed231f%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ec/70d656a4edeb4d90af456f0a00ed231f/images/large/3.jpg saved to cache
2026-03-26 22:50:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 9f848b84-78f6-5388-b7ab-a5470e154ec1
2026-03-26 22:50:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ec/70d656a4edeb4d90af456f0a00ed231f/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cm%252Fb1f10320fb234bffb28f2ab76c2c1983%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cm/b1f10320fb234bffb28f2ab76c2c1983/images/large/4.jpg not downloaded yet
2026-03-26 22:50:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ec/70d656a4edeb4d90af456f0a00ed231f/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cm%252Fb1f10320fb234bffb28f2ab76c2c1983%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cm/b1f10320fb234bffb28f2ab76c2c1983/images/large/5.jpg not downloaded yet
2026-03-26 22:50:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6dee750>
2026-03-26 22:50:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9f848b84-78f6-5388-b7ab-a5470e154ec1/9f848b84-78f6-5388-b7ab-a5470e154ec1_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:50:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ec%252F70d656a4edeb4d90af456f0a00ed231f%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ec/70d656a4edeb4d90af456f0a00ed231f/images/large/4.jpg saved to cache
2026-03-26 22:50:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 9f848b84-78f6-5388-b7ab-a5470e154ec1
2026-03-26 22:50:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76eec10>
2026-03-26 22:50:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9f848b84-78f6-5388-b7ab-a5470e154ec1/9f848b84-78f6-5388-b7ab-a5470e154ec1_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:50:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ec%252F70d656a4edeb4d90af456f0a00ed231f%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ec/70d656a4edeb4d90af456f0a00ed231f/images/large/5.jpg saved to cache
2026-03-26 22:50:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 9f848b84-78f6-5388-b7ab-a5470e154ec1
2026-03-26 22:50:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ec/70d656a4edeb4d90af456f0a00ed231f/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cm%252Fb1f10320fb234bffb28f2ab76c2c1983%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cm/b1f10320fb234bffb28f2ab76c2c1983/images/large/6.jpg not downloaded yet
2026-03-26 22:50:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ec/70d656a4edeb4d90af456f0a00ed231f/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cm%252Fb1f10320fb234bffb28f2ab76c2c1983%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cm/b1f10320fb234bffb28f2ab76c2c1983/images/large/7.jpg not downloaded yet
2026-03-26 22:50:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ec/70d656a4edeb4d90af456f0a00ed231f/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7778390>
2026-03-26 22:50:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9f848b84-78f6-5388-b7ab-a5470e154ec1/9f848b84-78f6-5388-b7ab-a5470e154ec1_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:50:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ec%252F70d656a4edeb4d90af456f0a00ed231f%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ec/70d656a4edeb4d90af456f0a00ed231f/images/large/6.jpg saved to cache
2026-03-26 22:50:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 9f848b84-78f6-5388-b7ab-a5470e154ec1
2026-03-26 22:50:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74a5b90>
2026-03-26 22:50:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9f848b84-78f6-5388-b7ab-a5470e154ec1/9f848b84-78f6-5388-b7ab-a5470e154ec1_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:50:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ec%252F70d656a4edeb4d90af456f0a00ed231f%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ec/70d656a4edeb4d90af456f0a00ed231f/images/large/7.jpg saved to cache
2026-03-26 22:50:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 9f848b84-78f6-5388-b7ab-a5470e154ec1
2026-03-26 22:50:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cm%252Fb1f10320fb234bffb28f2ab76c2c1983%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cm/b1f10320fb234bffb28f2ab76c2c1983/images/large/8.jpg not downloaded yet
2026-03-26 22:50:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cm/b1f10320fb234bffb28f2ab76c2c1983/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cm%252Fb1f10320fb234bffb28f2ab76c2c1983%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cm/b1f10320fb234bffb28f2ab76c2c1983/images/large/9.jpg not downloaded yet
2026-03-26 22:50:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5ca4350>
2026-03-26 22:50:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9f848b84-78f6-5388-b7ab-a5470e154ec1/9f848b84-78f6-5388-b7ab-a5470e154ec1_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:50:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ec%252F70d656a4edeb4d90af456f0a00ed231f%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ec/70d656a4edeb4d90af456f0a00ed231f/images/large/8.jpg saved to cache
2026-03-26 22:50:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 9f848b84-78f6-5388-b7ab-a5470e154ec1
2026-03-26 22:50:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cbcb50>
2026-03-26 22:50:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9f848b84-78f6-5388-b7ab-a5470e154ec1/9f848b84-78f6-5388-b7ab-a5470e154ec1_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:50:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ec%252F70d656a4edeb4d90af456f0a00ed231f%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ec/70d656a4edeb4d90af456f0a00ed231f/images/large/9.jpg saved to cache
2026-03-26 22:50:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 9f848b84-78f6-5388-b7ab-a5470e154ec1
2026-03-26 22:50:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79fb7d0>
2026-03-26 22:50:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9f848b84-78f6-5388-b7ab-a5470e154ec1/9f848b84-78f6-5388-b7ab-a5470e154ec1_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:50:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ec%252F70d656a4edeb4d90af456f0a00ed231f%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ec/70d656a4edeb4d90af456f0a00ed231f/images/large/10.jpg saved to cache
2026-03-26 22:50:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 9f848b84-78f6-5388-b7ab-a5470e154ec1
2026-03-26 22:50:18 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9f848b84-78f6-5388-b7ab-a5470e154ec1, skipping ID generation
2026-03-26 22:50:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f848b84-78f6-5388-b7ab-a5470e154ec1 with scrape type 1
2026-03-26 22:50:18 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9f848b84-78f6-5388-b7ab-a5470e154ec1 sending to next pipeline
2026-03-26 22:50:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 9f848b84-78f6-5388-b7ab-a5470e154ec1, identifier: 1985389
2026-03-26 22:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cm%252Fb1f10320fb234bffb28f2ab76c2c1983%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cm/b1f10320fb234bffb28f2ab76c2c1983/images/large/10.jpg not downloaded yet
2026-03-26 22:50:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 9f848b84-78f6-5388-b7ab-a5470e154ec1 with identifier: 1985389
2026-03-26 22:50:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 9f848b84-78f6-5388-b7ab-a5470e154ec1 with identifier: 1985389
2026-03-26 22:50:19 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 9f848b84-78f6-5388-b7ab-a5470e154ec1 with identifier: 1985389 to the API
2026-03-26 22:50:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:50:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:50:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2ec/70d656a4edeb4d90af456f0a00ed231f/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '9f848b84-78f6-5388-b7ab-a5470e154ec1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '2 SERIES ACTIVE TOURER',
'odometer': 53679,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 17,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9f848b84-78f6-5388-b7ab-a5470e154ec1/9f848b84-78f6-5388-b7ab-a5470e154ec1_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 597766,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ec/70d656a4edeb4d90af456f0a00ed231f/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9f848b84-78f6-5388-b7ab-a5470e154ec1/9f848b84-78f6-5388-b7ab-a5470e154ec1_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 633663,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ec/70d656a4edeb4d90af456f0a00ed231f/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9f848b84-78f6-5388-b7ab-a5470e154ec1/9f848b84-78f6-5388-b7ab-a5470e154ec1_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 661656,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ec/70d656a4edeb4d90af456f0a00ed231f/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9f848b84-78f6-5388-b7ab-a5470e154ec1/9f848b84-78f6-5388-b7ab-a5470e154ec1_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 647845,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ec/70d656a4edeb4d90af456f0a00ed231f/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9f848b84-78f6-5388-b7ab-a5470e154ec1/9f848b84-78f6-5388-b7ab-a5470e154ec1_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 566252,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ec/70d656a4edeb4d90af456f0a00ed231f/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9f848b84-78f6-5388-b7ab-a5470e154ec1/9f848b84-78f6-5388-b7ab-a5470e154ec1_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 562737,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ec/70d656a4edeb4d90af456f0a00ed231f/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9f848b84-78f6-5388-b7ab-a5470e154ec1/9f848b84-78f6-5388-b7ab-a5470e154ec1_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 598564,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ec/70d656a4edeb4d90af456f0a00ed231f/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9f848b84-78f6-5388-b7ab-a5470e154ec1/9f848b84-78f6-5388-b7ab-a5470e154ec1_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 669959,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ec/70d656a4edeb4d90af456f0a00ed231f/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9f848b84-78f6-5388-b7ab-a5470e154ec1/9f848b84-78f6-5388-b7ab-a5470e154ec1_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 608188,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ec/70d656a4edeb4d90af456f0a00ed231f/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9f848b84-78f6-5388-b7ab-a5470e154ec1/9f848b84-78f6-5388-b7ab-a5470e154ec1_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 515915,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ec/70d656a4edeb4d90af456f0a00ed231f/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-08-25',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 2 SERIES ACTIVE TOURER 1.5 225E PHEV DCT XDRIVE ACTIVE TOURER',
'transmission': 'automatic',
'trim': '1.5 225E PHEV DCT XDRIVE ACTIVE TOURER',
'vin': None,
'year': 2023}
2026-03-26 22:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985389%27 HTTP/1.1" 200 None
2026-03-26 22:50:19 [ayvens.be] INFO: Saving data for 1985389: {'created_time': 1774565419.348604, 'last_price_update_time': 1774565419.348613, 'auction_closing_time': 1774958400.0}
2026-03-26 22:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985389') HTTP/1.1" 204 0
2026-03-26 22:50:19 [ayvens.be] INFO: Found listing with ID: 1985391
2026-03-26 22:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985391%27 HTTP/1.1" 200 None
2026-03-26 22:50:19 [ayvens.be] INFO: Scrape type for 1985391: 1
2026-03-26 22:50:19 [ayvens.be] INFO: Extracting data for car ID: 1985391
2026-03-26 22:50:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e70e0a53-f615-5e36-8282-b789dd1802c1 with identifier: 1985391
2026-03-26 22:50:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e70e0a53-f615-5e36-8282-b789dd1802c1 with scrape type 1
2026-03-26 22:50:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item e70e0a53-f615-5e36-8282-b789dd1802c1
2026-03-26 22:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Fe42a71b7c76b41dab3194cdba54a9501%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/e42a71b7c76b41dab3194cdba54a9501/images/large/1.jpg not downloaded yet
2026-03-26 22:50:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cm/b1f10320fb234bffb28f2ab76c2c1983/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cm/b1f10320fb234bffb28f2ab76c2c1983/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Fe42a71b7c76b41dab3194cdba54a9501%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/e42a71b7c76b41dab3194cdba54a9501/images/large/2.jpg not downloaded yet
2026-03-26 22:50:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e155d0>
2026-03-26 22:50:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b30eb02b-510e-5cce-8b0c-c2f43e8c5e02/b30eb02b-510e-5cce-8b0c-c2f43e8c5e02_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cm%252Fb1f10320fb234bffb28f2ab76c2c1983%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cm/b1f10320fb234bffb28f2ab76c2c1983/images/large/1.jpg saved to cache
2026-03-26 22:50:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item b30eb02b-510e-5cce-8b0c-c2f43e8c5e02
2026-03-26 22:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Fe42a71b7c76b41dab3194cdba54a9501%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/e42a71b7c76b41dab3194cdba54a9501/images/large/3.jpg not downloaded yet
2026-03-26 22:50:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cm/b1f10320fb234bffb28f2ab76c2c1983/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cm/b1f10320fb234bffb28f2ab76c2c1983/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Fe42a71b7c76b41dab3194cdba54a9501%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/e42a71b7c76b41dab3194cdba54a9501/images/large/4.jpg not downloaded yet
2026-03-26 22:50:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7572790>
2026-03-26 22:50:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b30eb02b-510e-5cce-8b0c-c2f43e8c5e02/b30eb02b-510e-5cce-8b0c-c2f43e8c5e02_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cm%252Fb1f10320fb234bffb28f2ab76c2c1983%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cm/b1f10320fb234bffb28f2ab76c2c1983/images/large/2.jpg saved to cache
2026-03-26 22:50:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item b30eb02b-510e-5cce-8b0c-c2f43e8c5e02
2026-03-26 22:50:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e1d090>
2026-03-26 22:50:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b30eb02b-510e-5cce-8b0c-c2f43e8c5e02/b30eb02b-510e-5cce-8b0c-c2f43e8c5e02_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cm%252Fb1f10320fb234bffb28f2ab76c2c1983%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cm/b1f10320fb234bffb28f2ab76c2c1983/images/large/3.jpg saved to cache
2026-03-26 22:50:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item b30eb02b-510e-5cce-8b0c-c2f43e8c5e02
2026-03-26 22:50:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cm/b1f10320fb234bffb28f2ab76c2c1983/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Fe42a71b7c76b41dab3194cdba54a9501%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/e42a71b7c76b41dab3194cdba54a9501/images/large/5.jpg not downloaded yet
2026-03-26 22:50:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cm/b1f10320fb234bffb28f2ab76c2c1983/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Fe42a71b7c76b41dab3194cdba54a9501%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/e42a71b7c76b41dab3194cdba54a9501/images/large/6.jpg not downloaded yet
2026-03-26 22:50:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7ccde50>
2026-03-26 22:50:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b30eb02b-510e-5cce-8b0c-c2f43e8c5e02/b30eb02b-510e-5cce-8b0c-c2f43e8c5e02_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cm%252Fb1f10320fb234bffb28f2ab76c2c1983%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cm/b1f10320fb234bffb28f2ab76c2c1983/images/large/5.jpg saved to cache
2026-03-26 22:50:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item b30eb02b-510e-5cce-8b0c-c2f43e8c5e02
2026-03-26 22:50:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7a56a10>
2026-03-26 22:50:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b30eb02b-510e-5cce-8b0c-c2f43e8c5e02/b30eb02b-510e-5cce-8b0c-c2f43e8c5e02_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cm%252Fb1f10320fb234bffb28f2ab76c2c1983%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cm/b1f10320fb234bffb28f2ab76c2c1983/images/large/4.jpg saved to cache
2026-03-26 22:50:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item b30eb02b-510e-5cce-8b0c-c2f43e8c5e02
2026-03-26 22:50:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cm/b1f10320fb234bffb28f2ab76c2c1983/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Fe42a71b7c76b41dab3194cdba54a9501%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/e42a71b7c76b41dab3194cdba54a9501/images/large/7.jpg not downloaded yet
2026-03-26 22:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Fe42a71b7c76b41dab3194cdba54a9501%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/e42a71b7c76b41dab3194cdba54a9501/images/large/8.jpg not downloaded yet
2026-03-26 22:50:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cm/b1f10320fb234bffb28f2ab76c2c1983/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Fe42a71b7c76b41dab3194cdba54a9501%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/e42a71b7c76b41dab3194cdba54a9501/images/large/9.jpg not downloaded yet
2026-03-26 22:50:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7572750>
2026-03-26 22:50:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b30eb02b-510e-5cce-8b0c-c2f43e8c5e02/b30eb02b-510e-5cce-8b0c-c2f43e8c5e02_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cm%252Fb1f10320fb234bffb28f2ab76c2c1983%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cm/b1f10320fb234bffb28f2ab76c2c1983/images/large/7.jpg saved to cache
2026-03-26 22:50:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item b30eb02b-510e-5cce-8b0c-c2f43e8c5e02
2026-03-26 22:50:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79a3190>
2026-03-26 22:50:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b30eb02b-510e-5cce-8b0c-c2f43e8c5e02/b30eb02b-510e-5cce-8b0c-c2f43e8c5e02_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cm%252Fb1f10320fb234bffb28f2ab76c2c1983%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cm/b1f10320fb234bffb28f2ab76c2c1983/images/large/6.jpg saved to cache
2026-03-26 22:50:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item b30eb02b-510e-5cce-8b0c-c2f43e8c5e02
2026-03-26 22:50:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/e42a71b7c76b41dab3194cdba54a9501/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Fe42a71b7c76b41dab3194cdba54a9501%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/e42a71b7c76b41dab3194cdba54a9501/images/large/10.jpg not downloaded yet
2026-03-26 22:50:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/e42a71b7c76b41dab3194cdba54a9501/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cm/b1f10320fb234bffb28f2ab76c2c1983/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:20 [ayvens.be] INFO: Found listing with ID: 1985392
2026-03-26 22:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985392%27 HTTP/1.1" 200 None
2026-03-26 22:50:20 [ayvens.be] INFO: Scrape type for 1985392: 1
2026-03-26 22:50:20 [ayvens.be] INFO: Extracting data for car ID: 1985392
2026-03-26 22:50:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9474db12-7db3-5b4b-b87e-d1af39983ce6 with identifier: 1985392
2026-03-26 22:50:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9474db12-7db3-5b4b-b87e-d1af39983ce6 with scrape type 1
2026-03-26 22:50:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 9474db12-7db3-5b4b-b87e-d1af39983ce6
2026-03-26 22:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F3647b6474f894bddb86e92b99498366e%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/3647b6474f894bddb86e92b99498366e/images/large/1.jpg not downloaded yet
2026-03-26 22:50:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/e42a71b7c76b41dab3194cdba54a9501/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7404e90>
2026-03-26 22:50:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b30eb02b-510e-5cce-8b0c-c2f43e8c5e02/b30eb02b-510e-5cce-8b0c-c2f43e8c5e02_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cm%252Fb1f10320fb234bffb28f2ab76c2c1983%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cm/b1f10320fb234bffb28f2ab76c2c1983/images/large/8.jpg saved to cache
2026-03-26 22:50:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item b30eb02b-510e-5cce-8b0c-c2f43e8c5e02
2026-03-26 22:50:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7449010>
2026-03-26 22:50:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b30eb02b-510e-5cce-8b0c-c2f43e8c5e02/b30eb02b-510e-5cce-8b0c-c2f43e8c5e02_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cm%252Fb1f10320fb234bffb28f2ab76c2c1983%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cm/b1f10320fb234bffb28f2ab76c2c1983/images/large/9.jpg saved to cache
2026-03-26 22:50:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item b30eb02b-510e-5cce-8b0c-c2f43e8c5e02
2026-03-26 22:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F3647b6474f894bddb86e92b99498366e%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/3647b6474f894bddb86e92b99498366e/images/large/2.jpg not downloaded yet
2026-03-26 22:50:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/e42a71b7c76b41dab3194cdba54a9501/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F3647b6474f894bddb86e92b99498366e%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/3647b6474f894bddb86e92b99498366e/images/large/3.jpg not downloaded yet
2026-03-26 22:50:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e3e3d0>
2026-03-26 22:50:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e70e0a53-f615-5e36-8282-b789dd1802c1/e70e0a53-f615-5e36-8282-b789dd1802c1_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Fe42a71b7c76b41dab3194cdba54a9501%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/e42a71b7c76b41dab3194cdba54a9501/images/large/2.jpg saved to cache
2026-03-26 22:50:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item e70e0a53-f615-5e36-8282-b789dd1802c1
2026-03-26 22:50:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74afc50>
2026-03-26 22:50:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e70e0a53-f615-5e36-8282-b789dd1802c1/e70e0a53-f615-5e36-8282-b789dd1802c1_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Fe42a71b7c76b41dab3194cdba54a9501%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/e42a71b7c76b41dab3194cdba54a9501/images/large/1.jpg saved to cache
2026-03-26 22:50:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item e70e0a53-f615-5e36-8282-b789dd1802c1
2026-03-26 22:50:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e16dd0>
2026-03-26 22:50:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b30eb02b-510e-5cce-8b0c-c2f43e8c5e02/b30eb02b-510e-5cce-8b0c-c2f43e8c5e02_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cm%252Fb1f10320fb234bffb28f2ab76c2c1983%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cm/b1f10320fb234bffb28f2ab76c2c1983/images/large/10.jpg saved to cache
2026-03-26 22:50:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item b30eb02b-510e-5cce-8b0c-c2f43e8c5e02
2026-03-26 22:50:20 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b30eb02b-510e-5cce-8b0c-c2f43e8c5e02, skipping ID generation
2026-03-26 22:50:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b30eb02b-510e-5cce-8b0c-c2f43e8c5e02 with scrape type 1
2026-03-26 22:50:20 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b30eb02b-510e-5cce-8b0c-c2f43e8c5e02 sending to next pipeline
2026-03-26 22:50:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: b30eb02b-510e-5cce-8b0c-c2f43e8c5e02, identifier: 1985390
2026-03-26 22:50:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74de650>
2026-03-26 22:50:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e70e0a53-f615-5e36-8282-b789dd1802c1/e70e0a53-f615-5e36-8282-b789dd1802c1_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Fe42a71b7c76b41dab3194cdba54a9501%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/e42a71b7c76b41dab3194cdba54a9501/images/large/3.jpg saved to cache
2026-03-26 22:50:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item e70e0a53-f615-5e36-8282-b789dd1802c1
2026-03-26 22:50:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/e42a71b7c76b41dab3194cdba54a9501/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F3647b6474f894bddb86e92b99498366e%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/3647b6474f894bddb86e92b99498366e/images/large/4.jpg not downloaded yet
2026-03-26 22:50:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: b30eb02b-510e-5cce-8b0c-c2f43e8c5e02 with identifier: 1985390
2026-03-26 22:50:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: b30eb02b-510e-5cce-8b0c-c2f43e8c5e02 with identifier: 1985390
2026-03-26 22:50:21 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: b30eb02b-510e-5cce-8b0c-c2f43e8c5e02 with identifier: 1985390 to the API
2026-03-26 22:50:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:50:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:50:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2cm/b1f10320fb234bffb28f2ab76c2c1983/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': 'b30eb02b-510e-5cce-8b0c-c2f43e8c5e02',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '1 SERIES HATCH',
'odometer': 54790,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 20,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b30eb02b-510e-5cce-8b0c-c2f43e8c5e02/b30eb02b-510e-5cce-8b0c-c2f43e8c5e02_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 650044,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cm/b1f10320fb234bffb28f2ab76c2c1983/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b30eb02b-510e-5cce-8b0c-c2f43e8c5e02/b30eb02b-510e-5cce-8b0c-c2f43e8c5e02_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 693045,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cm/b1f10320fb234bffb28f2ab76c2c1983/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b30eb02b-510e-5cce-8b0c-c2f43e8c5e02/b30eb02b-510e-5cce-8b0c-c2f43e8c5e02_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 674293,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cm/b1f10320fb234bffb28f2ab76c2c1983/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b30eb02b-510e-5cce-8b0c-c2f43e8c5e02/b30eb02b-510e-5cce-8b0c-c2f43e8c5e02_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 679169,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cm/b1f10320fb234bffb28f2ab76c2c1983/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b30eb02b-510e-5cce-8b0c-c2f43e8c5e02/b30eb02b-510e-5cce-8b0c-c2f43e8c5e02_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 683603,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cm/b1f10320fb234bffb28f2ab76c2c1983/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b30eb02b-510e-5cce-8b0c-c2f43e8c5e02/b30eb02b-510e-5cce-8b0c-c2f43e8c5e02_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 762650,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cm/b1f10320fb234bffb28f2ab76c2c1983/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b30eb02b-510e-5cce-8b0c-c2f43e8c5e02/b30eb02b-510e-5cce-8b0c-c2f43e8c5e02_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 596277,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cm/b1f10320fb234bffb28f2ab76c2c1983/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b30eb02b-510e-5cce-8b0c-c2f43e8c5e02/b30eb02b-510e-5cce-8b0c-c2f43e8c5e02_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 795253,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cm/b1f10320fb234bffb28f2ab76c2c1983/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b30eb02b-510e-5cce-8b0c-c2f43e8c5e02/b30eb02b-510e-5cce-8b0c-c2f43e8c5e02_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 774562,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cm/b1f10320fb234bffb28f2ab76c2c1983/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b30eb02b-510e-5cce-8b0c-c2f43e8c5e02/b30eb02b-510e-5cce-8b0c-c2f43e8c5e02_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 816347,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cm/b1f10320fb234bffb28f2ab76c2c1983/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-20',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 1 SERIES HATCH 1.5 116DA (85KW)',
'transmission': 'automatic',
'trim': '1.5 116DA (85KW)',
'vin': None,
'year': 2022}
2026-03-26 22:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985390%27 HTTP/1.1" 200 None
2026-03-26 22:50:21 [ayvens.be] INFO: Saving data for 1985390: {'created_time': 1774565421.532063, 'last_price_update_time': 1774565421.532074, 'auction_closing_time': 1774958400.0}
2026-03-26 22:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985390') HTTP/1.1" 204 0
2026-03-26 22:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F3647b6474f894bddb86e92b99498366e%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/3647b6474f894bddb86e92b99498366e/images/large/5.jpg not downloaded yet
2026-03-26 22:50:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6da41d0>
2026-03-26 22:50:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e70e0a53-f615-5e36-8282-b789dd1802c1/e70e0a53-f615-5e36-8282-b789dd1802c1_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Fe42a71b7c76b41dab3194cdba54a9501%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/e42a71b7c76b41dab3194cdba54a9501/images/large/4.jpg saved to cache
2026-03-26 22:50:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item e70e0a53-f615-5e36-8282-b789dd1802c1
2026-03-26 22:50:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/e42a71b7c76b41dab3194cdba54a9501/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/e42a71b7c76b41dab3194cdba54a9501/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/3647b6474f894bddb86e92b99498366e/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F3647b6474f894bddb86e92b99498366e%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/3647b6474f894bddb86e92b99498366e/images/large/6.jpg not downloaded yet
2026-03-26 22:50:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7424bd0>
2026-03-26 22:50:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e70e0a53-f615-5e36-8282-b789dd1802c1/e70e0a53-f615-5e36-8282-b789dd1802c1_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Fe42a71b7c76b41dab3194cdba54a9501%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/e42a71b7c76b41dab3194cdba54a9501/images/large/5.jpg saved to cache
2026-03-26 22:50:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item e70e0a53-f615-5e36-8282-b789dd1802c1
2026-03-26 22:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F3647b6474f894bddb86e92b99498366e%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/3647b6474f894bddb86e92b99498366e/images/large/7.jpg not downloaded yet
2026-03-26 22:50:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/e42a71b7c76b41dab3194cdba54a9501/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/3647b6474f894bddb86e92b99498366e/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/e42a71b7c76b41dab3194cdba54a9501/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/3647b6474f894bddb86e92b99498366e/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F3647b6474f894bddb86e92b99498366e%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/3647b6474f894bddb86e92b99498366e/images/large/8.jpg not downloaded yet
2026-03-26 22:50:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6da7810>
2026-03-26 22:50:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e70e0a53-f615-5e36-8282-b789dd1802c1/e70e0a53-f615-5e36-8282-b789dd1802c1_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Fe42a71b7c76b41dab3194cdba54a9501%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/e42a71b7c76b41dab3194cdba54a9501/images/large/6.jpg saved to cache
2026-03-26 22:50:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item e70e0a53-f615-5e36-8282-b789dd1802c1
2026-03-26 22:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F3647b6474f894bddb86e92b99498366e%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/3647b6474f894bddb86e92b99498366e/images/large/9.jpg not downloaded yet
2026-03-26 22:50:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7726c50>
2026-03-26 22:50:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e70e0a53-f615-5e36-8282-b789dd1802c1/e70e0a53-f615-5e36-8282-b789dd1802c1_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Fe42a71b7c76b41dab3194cdba54a9501%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/e42a71b7c76b41dab3194cdba54a9501/images/large/7.jpg saved to cache
2026-03-26 22:50:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item e70e0a53-f615-5e36-8282-b789dd1802c1
2026-03-26 22:50:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e12d50>
2026-03-26 22:50:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9474db12-7db3-5b4b-b87e-d1af39983ce6/9474db12-7db3-5b4b-b87e-d1af39983ce6_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F3647b6474f894bddb86e92b99498366e%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/3647b6474f894bddb86e92b99498366e/images/large/1.jpg saved to cache
2026-03-26 22:50:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 9474db12-7db3-5b4b-b87e-d1af39983ce6
2026-03-26 22:50:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/e42a71b7c76b41dab3194cdba54a9501/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F3647b6474f894bddb86e92b99498366e%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/3647b6474f894bddb86e92b99498366e/images/large/10.jpg not downloaded yet
2026-03-26 22:50:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cbe8d0>
2026-03-26 22:50:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e70e0a53-f615-5e36-8282-b789dd1802c1/e70e0a53-f615-5e36-8282-b789dd1802c1_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Fe42a71b7c76b41dab3194cdba54a9501%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/e42a71b7c76b41dab3194cdba54a9501/images/large/8.jpg saved to cache
2026-03-26 22:50:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item e70e0a53-f615-5e36-8282-b789dd1802c1
2026-03-26 22:50:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77e8890>
2026-03-26 22:50:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9474db12-7db3-5b4b-b87e-d1af39983ce6/9474db12-7db3-5b4b-b87e-d1af39983ce6_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F3647b6474f894bddb86e92b99498366e%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/3647b6474f894bddb86e92b99498366e/images/large/3.jpg saved to cache
2026-03-26 22:50:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 9474db12-7db3-5b4b-b87e-d1af39983ce6
2026-03-26 22:50:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76ed1d0>
2026-03-26 22:50:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e70e0a53-f615-5e36-8282-b789dd1802c1/e70e0a53-f615-5e36-8282-b789dd1802c1_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Fe42a71b7c76b41dab3194cdba54a9501%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/e42a71b7c76b41dab3194cdba54a9501/images/large/9.jpg saved to cache
2026-03-26 22:50:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item e70e0a53-f615-5e36-8282-b789dd1802c1
2026-03-26 22:50:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5ca3910>
2026-03-26 22:50:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9474db12-7db3-5b4b-b87e-d1af39983ce6/9474db12-7db3-5b4b-b87e-d1af39983ce6_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F3647b6474f894bddb86e92b99498366e%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/3647b6474f894bddb86e92b99498366e/images/large/2.jpg saved to cache
2026-03-26 22:50:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 9474db12-7db3-5b4b-b87e-d1af39983ce6
2026-03-26 22:50:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/3647b6474f894bddb86e92b99498366e/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:22 [ayvens.be] INFO: Found listing with ID: 1985393
2026-03-26 22:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985393%27 HTTP/1.1" 200 None
2026-03-26 22:50:22 [ayvens.be] INFO: Scrape type for 1985393: 1
2026-03-26 22:50:22 [ayvens.be] INFO: Extracting data for car ID: 1985393
2026-03-26 22:50:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7ac0fe51-d303-5c51-b4c4-e751c647c8ad with identifier: 1985393
2026-03-26 22:50:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7ac0fe51-d303-5c51-b4c4-e751c647c8ad with scrape type 1
2026-03-26 22:50:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 7ac0fe51-d303-5c51-b4c4-e751c647c8ad
2026-03-26 22:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yp%252Fc5c2260b4ad9400aa9fd2e1a2db8150f%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yp/c5c2260b4ad9400aa9fd2e1a2db8150f/images/large/1.jpg not downloaded yet
2026-03-26 22:50:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/3647b6474f894bddb86e92b99498366e/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/3647b6474f894bddb86e92b99498366e/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yp%252Fc5c2260b4ad9400aa9fd2e1a2db8150f%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yp/c5c2260b4ad9400aa9fd2e1a2db8150f/images/large/2.jpg not downloaded yet
2026-03-26 22:50:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/3647b6474f894bddb86e92b99498366e/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b788d0d0>
2026-03-26 22:50:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e70e0a53-f615-5e36-8282-b789dd1802c1/e70e0a53-f615-5e36-8282-b789dd1802c1_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Fe42a71b7c76b41dab3194cdba54a9501%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/e42a71b7c76b41dab3194cdba54a9501/images/large/10.jpg saved to cache
2026-03-26 22:50:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item e70e0a53-f615-5e36-8282-b789dd1802c1
2026-03-26 22:50:22 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e70e0a53-f615-5e36-8282-b789dd1802c1, skipping ID generation
2026-03-26 22:50:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e70e0a53-f615-5e36-8282-b789dd1802c1 with scrape type 1
2026-03-26 22:50:22 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e70e0a53-f615-5e36-8282-b789dd1802c1 sending to next pipeline
2026-03-26 22:50:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: e70e0a53-f615-5e36-8282-b789dd1802c1, identifier: 1985391
2026-03-26 22:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yp%252Fc5c2260b4ad9400aa9fd2e1a2db8150f%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yp/c5c2260b4ad9400aa9fd2e1a2db8150f/images/large/3.jpg not downloaded yet
2026-03-26 22:50:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: e70e0a53-f615-5e36-8282-b789dd1802c1 with identifier: 1985391
2026-03-26 22:50:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: e70e0a53-f615-5e36-8282-b789dd1802c1 with identifier: 1985391
2026-03-26 22:50:22 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: e70e0a53-f615-5e36-8282-b789dd1802c1 with identifier: 1985391 to the API
2026-03-26 22:50:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:50:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:50:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bs/e42a71b7c76b41dab3194cdba54a9501/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.3L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'e70e0a53-f615-5e36-8282-b789dd1802c1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'CLA - Klasse',
'odometer': 71679,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 21,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e70e0a53-f615-5e36-8282-b789dd1802c1/e70e0a53-f615-5e36-8282-b789dd1802c1_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 682064,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/e42a71b7c76b41dab3194cdba54a9501/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e70e0a53-f615-5e36-8282-b789dd1802c1/e70e0a53-f615-5e36-8282-b789dd1802c1_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 639538,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/e42a71b7c76b41dab3194cdba54a9501/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e70e0a53-f615-5e36-8282-b789dd1802c1/e70e0a53-f615-5e36-8282-b789dd1802c1_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 632755,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/e42a71b7c76b41dab3194cdba54a9501/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e70e0a53-f615-5e36-8282-b789dd1802c1/e70e0a53-f615-5e36-8282-b789dd1802c1_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 696491,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/e42a71b7c76b41dab3194cdba54a9501/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e70e0a53-f615-5e36-8282-b789dd1802c1/e70e0a53-f615-5e36-8282-b789dd1802c1_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 710034,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/e42a71b7c76b41dab3194cdba54a9501/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e70e0a53-f615-5e36-8282-b789dd1802c1/e70e0a53-f615-5e36-8282-b789dd1802c1_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 749418,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/e42a71b7c76b41dab3194cdba54a9501/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e70e0a53-f615-5e36-8282-b789dd1802c1/e70e0a53-f615-5e36-8282-b789dd1802c1_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 568664,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/e42a71b7c76b41dab3194cdba54a9501/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e70e0a53-f615-5e36-8282-b789dd1802c1/e70e0a53-f615-5e36-8282-b789dd1802c1_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 742983,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/e42a71b7c76b41dab3194cdba54a9501/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e70e0a53-f615-5e36-8282-b789dd1802c1/e70e0a53-f615-5e36-8282-b789dd1802c1_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 762099,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/e42a71b7c76b41dab3194cdba54a9501/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e70e0a53-f615-5e36-8282-b789dd1802c1/e70e0a53-f615-5e36-8282-b789dd1802c1_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 742924,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/e42a71b7c76b41dab3194cdba54a9501/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-08',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLA - Klasse 1.3 CLA 250 E BUSINESS SOLUTION DCT',
'transmission': 'automatic',
'trim': '1.3 CLA 250 E BUSINESS SOLUTION DCT',
'vin': None,
'year': 2022}
2026-03-26 22:50:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985391%27 HTTP/1.1" 200 None
2026-03-26 22:50:23 [ayvens.be] INFO: Saving data for 1985391: {'created_time': 1774565423.013443, 'last_price_update_time': 1774565423.013452, 'auction_closing_time': 1774958400.0}
2026-03-26 22:50:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985391') HTTP/1.1" 204 0
2026-03-26 22:50:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/3647b6474f894bddb86e92b99498366e/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yp%252Fc5c2260b4ad9400aa9fd2e1a2db8150f%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yp/c5c2260b4ad9400aa9fd2e1a2db8150f/images/large/4.jpg not downloaded yet
2026-03-26 22:50:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/3647b6474f894bddb86e92b99498366e/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7b98950>
2026-03-26 22:50:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9474db12-7db3-5b4b-b87e-d1af39983ce6/9474db12-7db3-5b4b-b87e-d1af39983ce6_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:50:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F3647b6474f894bddb86e92b99498366e%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/3647b6474f894bddb86e92b99498366e/images/large/4.jpg saved to cache
2026-03-26 22:50:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 9474db12-7db3-5b4b-b87e-d1af39983ce6
2026-03-26 22:50:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74ac910>
2026-03-26 22:50:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9474db12-7db3-5b4b-b87e-d1af39983ce6/9474db12-7db3-5b4b-b87e-d1af39983ce6_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:50:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F3647b6474f894bddb86e92b99498366e%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/3647b6474f894bddb86e92b99498366e/images/large/6.jpg saved to cache
2026-03-26 22:50:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 9474db12-7db3-5b4b-b87e-d1af39983ce6
2026-03-26 22:50:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b72785d0>
2026-03-26 22:50:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9474db12-7db3-5b4b-b87e-d1af39983ce6/9474db12-7db3-5b4b-b87e-d1af39983ce6_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:50:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F3647b6474f894bddb86e92b99498366e%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/3647b6474f894bddb86e92b99498366e/images/large/5.jpg saved to cache
2026-03-26 22:50:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 9474db12-7db3-5b4b-b87e-d1af39983ce6
2026-03-26 22:50:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7aebf90>
2026-03-26 22:50:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9474db12-7db3-5b4b-b87e-d1af39983ce6/9474db12-7db3-5b4b-b87e-d1af39983ce6_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:50:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F3647b6474f894bddb86e92b99498366e%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/3647b6474f894bddb86e92b99498366e/images/large/7.jpg saved to cache
2026-03-26 22:50:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 9474db12-7db3-5b4b-b87e-d1af39983ce6
2026-03-26 22:50:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yp%252Fc5c2260b4ad9400aa9fd2e1a2db8150f%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yp/c5c2260b4ad9400aa9fd2e1a2db8150f/images/large/5.jpg not downloaded yet
2026-03-26 22:50:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/3647b6474f894bddb86e92b99498366e/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yp%252Fc5c2260b4ad9400aa9fd2e1a2db8150f%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yp/c5c2260b4ad9400aa9fd2e1a2db8150f/images/large/6.jpg not downloaded yet
2026-03-26 22:50:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74df210>
2026-03-26 22:50:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9474db12-7db3-5b4b-b87e-d1af39983ce6/9474db12-7db3-5b4b-b87e-d1af39983ce6_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:50:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F3647b6474f894bddb86e92b99498366e%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/3647b6474f894bddb86e92b99498366e/images/large/8.jpg saved to cache
2026-03-26 22:50:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 9474db12-7db3-5b4b-b87e-d1af39983ce6
2026-03-26 22:50:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd758290>
2026-03-26 22:50:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9474db12-7db3-5b4b-b87e-d1af39983ce6/9474db12-7db3-5b4b-b87e-d1af39983ce6_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:50:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F3647b6474f894bddb86e92b99498366e%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/3647b6474f894bddb86e92b99498366e/images/large/9.jpg saved to cache
2026-03-26 22:50:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 9474db12-7db3-5b4b-b87e-d1af39983ce6
2026-03-26 22:50:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yp%252Fc5c2260b4ad9400aa9fd2e1a2db8150f%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yp/c5c2260b4ad9400aa9fd2e1a2db8150f/images/large/7.jpg not downloaded yet
2026-03-26 22:50:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yp%252Fc5c2260b4ad9400aa9fd2e1a2db8150f%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yp/c5c2260b4ad9400aa9fd2e1a2db8150f/images/large/8.jpg not downloaded yet
2026-03-26 22:50:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5ca3f10>
2026-03-26 22:50:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9474db12-7db3-5b4b-b87e-d1af39983ce6/9474db12-7db3-5b4b-b87e-d1af39983ce6_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:50:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F3647b6474f894bddb86e92b99498366e%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/3647b6474f894bddb86e92b99498366e/images/large/10.jpg saved to cache
2026-03-26 22:50:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 9474db12-7db3-5b4b-b87e-d1af39983ce6
2026-03-26 22:50:23 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9474db12-7db3-5b4b-b87e-d1af39983ce6, skipping ID generation
2026-03-26 22:50:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9474db12-7db3-5b4b-b87e-d1af39983ce6 with scrape type 1
2026-03-26 22:50:23 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9474db12-7db3-5b4b-b87e-d1af39983ce6 sending to next pipeline
2026-03-26 22:50:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 9474db12-7db3-5b4b-b87e-d1af39983ce6, identifier: 1985392
2026-03-26 22:50:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 9474db12-7db3-5b4b-b87e-d1af39983ce6 with identifier: 1985392
2026-03-26 22:50:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 9474db12-7db3-5b4b-b87e-d1af39983ce6 with identifier: 1985392
2026-03-26 22:50:23 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 9474db12-7db3-5b4b-b87e-d1af39983ce6 with identifier: 1985392 to the API
2026-03-26 22:50:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:50:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:50:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bp/3647b6474f894bddb86e92b99498366e/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.3L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '9474db12-7db3-5b4b-b87e-d1af39983ce6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'A-CLASS',
'odometer': 164062,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 15,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9474db12-7db3-5b4b-b87e-d1af39983ce6/9474db12-7db3-5b4b-b87e-d1af39983ce6_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 253780,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/3647b6474f894bddb86e92b99498366e/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9474db12-7db3-5b4b-b87e-d1af39983ce6/9474db12-7db3-5b4b-b87e-d1af39983ce6_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 261812,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/3647b6474f894bddb86e92b99498366e/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9474db12-7db3-5b4b-b87e-d1af39983ce6/9474db12-7db3-5b4b-b87e-d1af39983ce6_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 218442,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/3647b6474f894bddb86e92b99498366e/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9474db12-7db3-5b4b-b87e-d1af39983ce6/9474db12-7db3-5b4b-b87e-d1af39983ce6_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 233974,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/3647b6474f894bddb86e92b99498366e/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9474db12-7db3-5b4b-b87e-d1af39983ce6/9474db12-7db3-5b4b-b87e-d1af39983ce6_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 280648,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/3647b6474f894bddb86e92b99498366e/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9474db12-7db3-5b4b-b87e-d1af39983ce6/9474db12-7db3-5b4b-b87e-d1af39983ce6_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 266840,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/3647b6474f894bddb86e92b99498366e/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9474db12-7db3-5b4b-b87e-d1af39983ce6/9474db12-7db3-5b4b-b87e-d1af39983ce6_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 306688,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/3647b6474f894bddb86e92b99498366e/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9474db12-7db3-5b4b-b87e-d1af39983ce6/9474db12-7db3-5b4b-b87e-d1af39983ce6_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 322762,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/3647b6474f894bddb86e92b99498366e/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9474db12-7db3-5b4b-b87e-d1af39983ce6/9474db12-7db3-5b4b-b87e-d1af39983ce6_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 249857,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/3647b6474f894bddb86e92b99498366e/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9474db12-7db3-5b4b-b87e-d1af39983ce6/9474db12-7db3-5b4b-b87e-d1af39983ce6_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 286996,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/3647b6474f894bddb86e92b99498366e/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-09',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ A-CLASS 1.3 A 250 E DCT',
'transmission': 'automatic',
'trim': '1.3 A 250 E DCT',
'vin': None,
'year': 2022}
2026-03-26 22:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985392%27 HTTP/1.1" 200 None
2026-03-26 22:50:24 [ayvens.be] INFO: Saving data for 1985392: {'created_time': 1774565424.053047, 'last_price_update_time': 1774565424.053057, 'auction_closing_time': 1774958400.0}
2026-03-26 22:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985392') HTTP/1.1" 204 0
2026-03-26 22:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yp%252Fc5c2260b4ad9400aa9fd2e1a2db8150f%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yp/c5c2260b4ad9400aa9fd2e1a2db8150f/images/large/9.jpg not downloaded yet
2026-03-26 22:50:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yp/c5c2260b4ad9400aa9fd2e1a2db8150f/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yp/c5c2260b4ad9400aa9fd2e1a2db8150f/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yp%252Fc5c2260b4ad9400aa9fd2e1a2db8150f%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yp/c5c2260b4ad9400aa9fd2e1a2db8150f/images/large/10.jpg not downloaded yet
2026-03-26 22:50:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yp/c5c2260b4ad9400aa9fd2e1a2db8150f/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yp/c5c2260b4ad9400aa9fd2e1a2db8150f/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:24 [ayvens.be] INFO: Found listing with ID: 1985394
2026-03-26 22:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985394%27 HTTP/1.1" 200 None
2026-03-26 22:50:24 [ayvens.be] INFO: Scrape type for 1985394: 1
2026-03-26 22:50:24 [ayvens.be] INFO: Extracting data for car ID: 1985394
2026-03-26 22:50:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e27584de-cb42-5218-b907-d6972bd9fd0f with identifier: 1985394
2026-03-26 22:50:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e27584de-cb42-5218-b907-d6972bd9fd0f with scrape type 1
2026-03-26 22:50:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item e27584de-cb42-5218-b907-d6972bd9fd0f
2026-03-26 22:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ce%252Fb77d9e00a84d48a098e3bb310f58fa49%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ce/b77d9e00a84d48a098e3bb310f58fa49/images/large/1.jpg not downloaded yet
2026-03-26 22:50:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yp/c5c2260b4ad9400aa9fd2e1a2db8150f/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yp/c5c2260b4ad9400aa9fd2e1a2db8150f/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ce%252Fb77d9e00a84d48a098e3bb310f58fa49%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ce/b77d9e00a84d48a098e3bb310f58fa49/images/large/2.jpg not downloaded yet
2026-03-26 22:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ce%252Fb77d9e00a84d48a098e3bb310f58fa49%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ce/b77d9e00a84d48a098e3bb310f58fa49/images/large/3.jpg not downloaded yet
2026-03-26 22:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ce%252Fb77d9e00a84d48a098e3bb310f58fa49%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ce/b77d9e00a84d48a098e3bb310f58fa49/images/large/4.jpg not downloaded yet
2026-03-26 22:50:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yp/c5c2260b4ad9400aa9fd2e1a2db8150f/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yp/c5c2260b4ad9400aa9fd2e1a2db8150f/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ce%252Fb77d9e00a84d48a098e3bb310f58fa49%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ce/b77d9e00a84d48a098e3bb310f58fa49/images/large/5.jpg not downloaded yet
2026-03-26 22:50:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7426590>
2026-03-26 22:50:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7ac0fe51-d303-5c51-b4c4-e751c647c8ad/7ac0fe51-d303-5c51-b4c4-e751c647c8ad_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yp%252Fc5c2260b4ad9400aa9fd2e1a2db8150f%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yp/c5c2260b4ad9400aa9fd2e1a2db8150f/images/large/2.jpg saved to cache
2026-03-26 22:50:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 7ac0fe51-d303-5c51-b4c4-e751c647c8ad
2026-03-26 22:50:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b788e290>
2026-03-26 22:50:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7ac0fe51-d303-5c51-b4c4-e751c647c8ad/7ac0fe51-d303-5c51-b4c4-e751c647c8ad_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yp%252Fc5c2260b4ad9400aa9fd2e1a2db8150f%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yp/c5c2260b4ad9400aa9fd2e1a2db8150f/images/large/1.jpg saved to cache
2026-03-26 22:50:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 7ac0fe51-d303-5c51-b4c4-e751c647c8ad
2026-03-26 22:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ce%252Fb77d9e00a84d48a098e3bb310f58fa49%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ce/b77d9e00a84d48a098e3bb310f58fa49/images/large/6.jpg not downloaded yet
2026-03-26 22:50:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77c9290>
2026-03-26 22:50:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7ac0fe51-d303-5c51-b4c4-e751c647c8ad/7ac0fe51-d303-5c51-b4c4-e751c647c8ad_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yp%252Fc5c2260b4ad9400aa9fd2e1a2db8150f%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yp/c5c2260b4ad9400aa9fd2e1a2db8150f/images/large/3.jpg saved to cache
2026-03-26 22:50:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 7ac0fe51-d303-5c51-b4c4-e751c647c8ad
2026-03-26 22:50:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b741ea50>
2026-03-26 22:50:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7ac0fe51-d303-5c51-b4c4-e751c647c8ad/7ac0fe51-d303-5c51-b4c4-e751c647c8ad_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yp%252Fc5c2260b4ad9400aa9fd2e1a2db8150f%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yp/c5c2260b4ad9400aa9fd2e1a2db8150f/images/large/6.jpg saved to cache
2026-03-26 22:50:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 7ac0fe51-d303-5c51-b4c4-e751c647c8ad
2026-03-26 22:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ce%252Fb77d9e00a84d48a098e3bb310f58fa49%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ce/b77d9e00a84d48a098e3bb310f58fa49/images/large/7.jpg not downloaded yet
2026-03-26 22:50:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c5d050>
2026-03-26 22:50:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7ac0fe51-d303-5c51-b4c4-e751c647c8ad/7ac0fe51-d303-5c51-b4c4-e751c647c8ad_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yp%252Fc5c2260b4ad9400aa9fd2e1a2db8150f%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yp/c5c2260b4ad9400aa9fd2e1a2db8150f/images/large/4.jpg saved to cache
2026-03-26 22:50:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 7ac0fe51-d303-5c51-b4c4-e751c647c8ad
2026-03-26 22:50:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b787d1d0>
2026-03-26 22:50:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7ac0fe51-d303-5c51-b4c4-e751c647c8ad/7ac0fe51-d303-5c51-b4c4-e751c647c8ad_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yp%252Fc5c2260b4ad9400aa9fd2e1a2db8150f%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yp/c5c2260b4ad9400aa9fd2e1a2db8150f/images/large/5.jpg saved to cache
2026-03-26 22:50:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 7ac0fe51-d303-5c51-b4c4-e751c647c8ad
2026-03-26 22:50:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b75920d0>
2026-03-26 22:50:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7ac0fe51-d303-5c51-b4c4-e751c647c8ad/7ac0fe51-d303-5c51-b4c4-e751c647c8ad_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yp%252Fc5c2260b4ad9400aa9fd2e1a2db8150f%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yp/c5c2260b4ad9400aa9fd2e1a2db8150f/images/large/8.jpg saved to cache
2026-03-26 22:50:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 7ac0fe51-d303-5c51-b4c4-e751c647c8ad
2026-03-26 22:50:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b787e350>
2026-03-26 22:50:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7ac0fe51-d303-5c51-b4c4-e751c647c8ad/7ac0fe51-d303-5c51-b4c4-e751c647c8ad_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yp%252Fc5c2260b4ad9400aa9fd2e1a2db8150f%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yp/c5c2260b4ad9400aa9fd2e1a2db8150f/images/large/9.jpg saved to cache
2026-03-26 22:50:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 7ac0fe51-d303-5c51-b4c4-e751c647c8ad
2026-03-26 22:50:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yp/c5c2260b4ad9400aa9fd2e1a2db8150f/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ce/b77d9e00a84d48a098e3bb310f58fa49/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ce%252Fb77d9e00a84d48a098e3bb310f58fa49%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ce/b77d9e00a84d48a098e3bb310f58fa49/images/large/8.jpg not downloaded yet
2026-03-26 22:50:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yp/c5c2260b4ad9400aa9fd2e1a2db8150f/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ce%252Fb77d9e00a84d48a098e3bb310f58fa49%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ce/b77d9e00a84d48a098e3bb310f58fa49/images/large/9.jpg not downloaded yet
2026-03-26 22:50:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ce/b77d9e00a84d48a098e3bb310f58fa49/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ce/b77d9e00a84d48a098e3bb310f58fa49/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ce/b77d9e00a84d48a098e3bb310f58fa49/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ce%252Fb77d9e00a84d48a098e3bb310f58fa49%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ce/b77d9e00a84d48a098e3bb310f58fa49/images/large/10.jpg not downloaded yet
2026-03-26 22:50:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ce/b77d9e00a84d48a098e3bb310f58fa49/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:25 [ayvens.be] INFO: Fetching listings with token: 3b2cc62fd26c4e29a762db3de181266b and skip: 300
2026-03-26 22:50:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 22:50:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cbf910>
2026-03-26 22:50:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7ac0fe51-d303-5c51-b4c4-e751c647c8ad/7ac0fe51-d303-5c51-b4c4-e751c647c8ad_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:50:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yp%252Fc5c2260b4ad9400aa9fd2e1a2db8150f%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yp/c5c2260b4ad9400aa9fd2e1a2db8150f/images/large/7.jpg saved to cache
2026-03-26 22:50:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 7ac0fe51-d303-5c51-b4c4-e751c647c8ad
2026-03-26 22:50:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b781b3d0>
2026-03-26 22:50:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e27584de-cb42-5218-b907-d6972bd9fd0f/e27584de-cb42-5218-b907-d6972bd9fd0f_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:50:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ce%252Fb77d9e00a84d48a098e3bb310f58fa49%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ce/b77d9e00a84d48a098e3bb310f58fa49/images/large/1.jpg saved to cache
2026-03-26 22:50:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item e27584de-cb42-5218-b907-d6972bd9fd0f
2026-03-26 22:50:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ce/b77d9e00a84d48a098e3bb310f58fa49/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ce/b77d9e00a84d48a098e3bb310f58fa49/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ce/b77d9e00a84d48a098e3bb310f58fa49/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7aa1290>
2026-03-26 22:50:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7ac0fe51-d303-5c51-b4c4-e751c647c8ad/7ac0fe51-d303-5c51-b4c4-e751c647c8ad_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:50:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yp%252Fc5c2260b4ad9400aa9fd2e1a2db8150f%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yp/c5c2260b4ad9400aa9fd2e1a2db8150f/images/large/10.jpg saved to cache
2026-03-26 22:50:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 7ac0fe51-d303-5c51-b4c4-e751c647c8ad
2026-03-26 22:50:25 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7ac0fe51-d303-5c51-b4c4-e751c647c8ad, skipping ID generation
2026-03-26 22:50:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7ac0fe51-d303-5c51-b4c4-e751c647c8ad with scrape type 1
2026-03-26 22:50:25 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7ac0fe51-d303-5c51-b4c4-e751c647c8ad sending to next pipeline
2026-03-26 22:50:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 7ac0fe51-d303-5c51-b4c4-e751c647c8ad, identifier: 1985393
2026-03-26 22:50:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7a638d0>
2026-03-26 22:50:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e27584de-cb42-5218-b907-d6972bd9fd0f/e27584de-cb42-5218-b907-d6972bd9fd0f_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:50:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ce%252Fb77d9e00a84d48a098e3bb310f58fa49%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ce/b77d9e00a84d48a098e3bb310f58fa49/images/large/3.jpg saved to cache
2026-03-26 22:50:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item e27584de-cb42-5218-b907-d6972bd9fd0f
2026-03-26 22:50:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7aa0cd0>
2026-03-26 22:50:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e27584de-cb42-5218-b907-d6972bd9fd0f/e27584de-cb42-5218-b907-d6972bd9fd0f_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:50:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ce%252Fb77d9e00a84d48a098e3bb310f58fa49%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ce/b77d9e00a84d48a098e3bb310f58fa49/images/large/2.jpg saved to cache
2026-03-26 22:50:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item e27584de-cb42-5218-b907-d6972bd9fd0f
2026-03-26 22:50:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74decd0>
2026-03-26 22:50:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e27584de-cb42-5218-b907-d6972bd9fd0f/e27584de-cb42-5218-b907-d6972bd9fd0f_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:50:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ce%252Fb77d9e00a84d48a098e3bb310f58fa49%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ce/b77d9e00a84d48a098e3bb310f58fa49/images/large/5.jpg saved to cache
2026-03-26 22:50:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item e27584de-cb42-5218-b907-d6972bd9fd0f
2026-03-26 22:50:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76a41d0>
2026-03-26 22:50:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e27584de-cb42-5218-b907-d6972bd9fd0f/e27584de-cb42-5218-b907-d6972bd9fd0f_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:50:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ce%252Fb77d9e00a84d48a098e3bb310f58fa49%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ce/b77d9e00a84d48a098e3bb310f58fa49/images/large/4.jpg saved to cache
2026-03-26 22:50:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item e27584de-cb42-5218-b907-d6972bd9fd0f
2026-03-26 22:50:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ce/b77d9e00a84d48a098e3bb310f58fa49/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 7ac0fe51-d303-5c51-b4c4-e751c647c8ad with identifier: 1985393
2026-03-26 22:50:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 7ac0fe51-d303-5c51-b4c4-e751c647c8ad with identifier: 1985393
2026-03-26 22:50:25 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 7ac0fe51-d303-5c51-b4c4-e751c647c8ad with identifier: 1985393 to the API
2026-03-26 22:50:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:50:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:50:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/1yp/c5c2260b4ad9400aa9fd2e1a2db8150f/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': '7ac0fe51-d303-5c51-b4c4-e751c647c8ad',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'A4 AVANT',
'odometer': 123145,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 14,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7ac0fe51-d303-5c51-b4c4-e751c647c8ad/7ac0fe51-d303-5c51-b4c4-e751c647c8ad_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 612892,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yp/c5c2260b4ad9400aa9fd2e1a2db8150f/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7ac0fe51-d303-5c51-b4c4-e751c647c8ad/7ac0fe51-d303-5c51-b4c4-e751c647c8ad_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 564510,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yp/c5c2260b4ad9400aa9fd2e1a2db8150f/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7ac0fe51-d303-5c51-b4c4-e751c647c8ad/7ac0fe51-d303-5c51-b4c4-e751c647c8ad_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 439478,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yp/c5c2260b4ad9400aa9fd2e1a2db8150f/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7ac0fe51-d303-5c51-b4c4-e751c647c8ad/7ac0fe51-d303-5c51-b4c4-e751c647c8ad_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 535089,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yp/c5c2260b4ad9400aa9fd2e1a2db8150f/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7ac0fe51-d303-5c51-b4c4-e751c647c8ad/7ac0fe51-d303-5c51-b4c4-e751c647c8ad_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 451571,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yp/c5c2260b4ad9400aa9fd2e1a2db8150f/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7ac0fe51-d303-5c51-b4c4-e751c647c8ad/7ac0fe51-d303-5c51-b4c4-e751c647c8ad_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 316800,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yp/c5c2260b4ad9400aa9fd2e1a2db8150f/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7ac0fe51-d303-5c51-b4c4-e751c647c8ad/7ac0fe51-d303-5c51-b4c4-e751c647c8ad_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 446991,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yp/c5c2260b4ad9400aa9fd2e1a2db8150f/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7ac0fe51-d303-5c51-b4c4-e751c647c8ad/7ac0fe51-d303-5c51-b4c4-e751c647c8ad_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 398664,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yp/c5c2260b4ad9400aa9fd2e1a2db8150f/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7ac0fe51-d303-5c51-b4c4-e751c647c8ad/7ac0fe51-d303-5c51-b4c4-e751c647c8ad_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 310211,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yp/c5c2260b4ad9400aa9fd2e1a2db8150f/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7ac0fe51-d303-5c51-b4c4-e751c647c8ad/7ac0fe51-d303-5c51-b4c4-e751c647c8ad_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 354520,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yp/c5c2260b4ad9400aa9fd2e1a2db8150f/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-29',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A4 AVANT 2.0 35 TDI 120KW S TR BUSINESS EDITION',
'transmission': 'automatic',
'trim': '2.0 35 TDI 120KW S TR BUSINESS EDITION',
'vin': None,
'year': 2020}
2026-03-26 22:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985393%27 HTTP/1.1" 200 None
2026-03-26 22:50:26 [ayvens.be] INFO: Saving data for 1985393: {'created_time': 1774565426.116583, 'last_price_update_time': 1774565426.116593, 'auction_closing_time': 1774958400.0}
2026-03-26 22:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985393') HTTP/1.1" 204 0
2026-03-26 22:50:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76a6ed0>
2026-03-26 22:50:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e27584de-cb42-5218-b907-d6972bd9fd0f/e27584de-cb42-5218-b907-d6972bd9fd0f_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ce%252Fb77d9e00a84d48a098e3bb310f58fa49%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ce/b77d9e00a84d48a098e3bb310f58fa49/images/large/10.jpg saved to cache
2026-03-26 22:50:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item e27584de-cb42-5218-b907-d6972bd9fd0f
2026-03-26 22:50:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74b7dd0>
2026-03-26 22:50:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e27584de-cb42-5218-b907-d6972bd9fd0f/e27584de-cb42-5218-b907-d6972bd9fd0f_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ce%252Fb77d9e00a84d48a098e3bb310f58fa49%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ce/b77d9e00a84d48a098e3bb310f58fa49/images/large/7.jpg saved to cache
2026-03-26 22:50:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item e27584de-cb42-5218-b907-d6972bd9fd0f
2026-03-26 22:50:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79a3fd0>
2026-03-26 22:50:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e27584de-cb42-5218-b907-d6972bd9fd0f/e27584de-cb42-5218-b907-d6972bd9fd0f_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ce%252Fb77d9e00a84d48a098e3bb310f58fa49%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ce/b77d9e00a84d48a098e3bb310f58fa49/images/large/9.jpg saved to cache
2026-03-26 22:50:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item e27584de-cb42-5218-b907-d6972bd9fd0f
2026-03-26 22:50:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6df32d0>
2026-03-26 22:50:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e27584de-cb42-5218-b907-d6972bd9fd0f/e27584de-cb42-5218-b907-d6972bd9fd0f_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ce%252Fb77d9e00a84d48a098e3bb310f58fa49%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ce/b77d9e00a84d48a098e3bb310f58fa49/images/large/8.jpg saved to cache
2026-03-26 22:50:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item e27584de-cb42-5218-b907-d6972bd9fd0f
2026-03-26 22:50:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ce/b77d9e00a84d48a098e3bb310f58fa49/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7269450>
2026-03-26 22:50:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e27584de-cb42-5218-b907-d6972bd9fd0f/e27584de-cb42-5218-b907-d6972bd9fd0f_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ce%252Fb77d9e00a84d48a098e3bb310f58fa49%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ce/b77d9e00a84d48a098e3bb310f58fa49/images/large/6.jpg saved to cache
2026-03-26 22:50:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item e27584de-cb42-5218-b907-d6972bd9fd0f
2026-03-26 22:50:26 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e27584de-cb42-5218-b907-d6972bd9fd0f, skipping ID generation
2026-03-26 22:50:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e27584de-cb42-5218-b907-d6972bd9fd0f with scrape type 1
2026-03-26 22:50:26 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e27584de-cb42-5218-b907-d6972bd9fd0f sending to next pipeline
2026-03-26 22:50:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: e27584de-cb42-5218-b907-d6972bd9fd0f, identifier: 1985394
2026-03-26 22:50:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: e27584de-cb42-5218-b907-d6972bd9fd0f with identifier: 1985394
2026-03-26 22:50:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: e27584de-cb42-5218-b907-d6972bd9fd0f with identifier: 1985394
2026-03-26 22:50:26 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: e27584de-cb42-5218-b907-d6972bd9fd0f with identifier: 1985394 to the API
2026-03-26 22:50:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:50:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:50:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2ce/b77d9e00a84d48a098e3bb310f58fa49/images/large/6.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': 'e27584de-cb42-5218-b907-d6972bd9fd0f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '1 SERIES HATCH',
'odometer': 110564,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 14,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e27584de-cb42-5218-b907-d6972bd9fd0f/e27584de-cb42-5218-b907-d6972bd9fd0f_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 402504,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ce/b77d9e00a84d48a098e3bb310f58fa49/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e27584de-cb42-5218-b907-d6972bd9fd0f/e27584de-cb42-5218-b907-d6972bd9fd0f_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 428069,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ce/b77d9e00a84d48a098e3bb310f58fa49/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e27584de-cb42-5218-b907-d6972bd9fd0f/e27584de-cb42-5218-b907-d6972bd9fd0f_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 433010,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ce/b77d9e00a84d48a098e3bb310f58fa49/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e27584de-cb42-5218-b907-d6972bd9fd0f/e27584de-cb42-5218-b907-d6972bd9fd0f_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 453383,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ce/b77d9e00a84d48a098e3bb310f58fa49/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e27584de-cb42-5218-b907-d6972bd9fd0f/e27584de-cb42-5218-b907-d6972bd9fd0f_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 291102,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ce/b77d9e00a84d48a098e3bb310f58fa49/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e27584de-cb42-5218-b907-d6972bd9fd0f/e27584de-cb42-5218-b907-d6972bd9fd0f_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 299796,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ce/b77d9e00a84d48a098e3bb310f58fa49/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e27584de-cb42-5218-b907-d6972bd9fd0f/e27584de-cb42-5218-b907-d6972bd9fd0f_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 353711,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ce/b77d9e00a84d48a098e3bb310f58fa49/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e27584de-cb42-5218-b907-d6972bd9fd0f/e27584de-cb42-5218-b907-d6972bd9fd0f_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 362099,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ce/b77d9e00a84d48a098e3bb310f58fa49/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e27584de-cb42-5218-b907-d6972bd9fd0f/e27584de-cb42-5218-b907-d6972bd9fd0f_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 250679,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ce/b77d9e00a84d48a098e3bb310f58fa49/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e27584de-cb42-5218-b907-d6972bd9fd0f/e27584de-cb42-5218-b907-d6972bd9fd0f_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 238800,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ce/b77d9e00a84d48a098e3bb310f58fa49/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-22',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 1 SERIES HATCH 1.5 116DA (85KW)',
'transmission': 'automatic',
'trim': '1.5 116DA (85KW)',
'vin': None,
'year': 2022}
2026-03-26 22:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985394%27 HTTP/1.1" 200 None
2026-03-26 22:50:27 [ayvens.be] INFO: Saving data for 1985394: {'created_time': 1774565427.088802, 'last_price_update_time': 1774565427.088811, 'auction_closing_time': 1774958400.0}
2026-03-26 22:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985394') HTTP/1.1" 204 0
2026-03-26 22:50:28 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://api.aldcarmarket.com/graphql/saleevents> (referer: https://carmarket.ayvens.com/) ['zyte-api']
2026-03-26 22:50:28 [ayvens.be] INFO: Found listing with ID: 1985395
2026-03-26 22:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985395%27 HTTP/1.1" 200 None
2026-03-26 22:50:28 [ayvens.be] INFO: Scrape type for 1985395: 1
2026-03-26 22:50:28 [ayvens.be] INFO: Extracting data for car ID: 1985395
2026-03-26 22:50:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 80018c57-88ef-58a6-b4d1-48e1d08fa0ce with identifier: 1985395
2026-03-26 22:50:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 80018c57-88ef-58a6-b4d1-48e1d08fa0ce with scrape type 1
2026-03-26 22:50:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 80018c57-88ef-58a6-b4d1-48e1d08fa0ce
2026-03-26 22:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bv%252F4e3eb86becf04913a7dd20069489105b%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bv/4e3eb86becf04913a7dd20069489105b/images/large/1.jpg not downloaded yet
2026-03-26 22:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bv%252F4e3eb86becf04913a7dd20069489105b%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bv/4e3eb86becf04913a7dd20069489105b/images/large/2.jpg not downloaded yet
2026-03-26 22:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bv%252F4e3eb86becf04913a7dd20069489105b%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bv/4e3eb86becf04913a7dd20069489105b/images/large/3.jpg not downloaded yet
2026-03-26 22:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bv%252F4e3eb86becf04913a7dd20069489105b%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bv/4e3eb86becf04913a7dd20069489105b/images/large/4.jpg not downloaded yet
2026-03-26 22:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bv%252F4e3eb86becf04913a7dd20069489105b%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bv/4e3eb86becf04913a7dd20069489105b/images/large/5.jpg not downloaded yet
2026-03-26 22:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bv%252F4e3eb86becf04913a7dd20069489105b%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bv/4e3eb86becf04913a7dd20069489105b/images/large/6.jpg not downloaded yet
2026-03-26 22:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bv%252F4e3eb86becf04913a7dd20069489105b%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bv/4e3eb86becf04913a7dd20069489105b/images/large/7.jpg not downloaded yet
2026-03-26 22:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bv%252F4e3eb86becf04913a7dd20069489105b%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bv/4e3eb86becf04913a7dd20069489105b/images/large/8.jpg not downloaded yet
2026-03-26 22:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bv%252F4e3eb86becf04913a7dd20069489105b%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bv/4e3eb86becf04913a7dd20069489105b/images/large/9.jpg not downloaded yet
2026-03-26 22:50:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bv/4e3eb86becf04913a7dd20069489105b/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bv%252F4e3eb86becf04913a7dd20069489105b%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bv/4e3eb86becf04913a7dd20069489105b/images/large/10.jpg not downloaded yet
2026-03-26 22:50:28 [ayvens.be] INFO: Found listing with ID: 1985396
2026-03-26 22:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985396%27 HTTP/1.1" 200 None
2026-03-26 22:50:28 [ayvens.be] INFO: Scrape type for 1985396: 1
2026-03-26 22:50:28 [ayvens.be] INFO: Extracting data for car ID: 1985396
2026-03-26 22:50:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d99e8d78-c155-5dae-996d-4af8f0bf5beb with identifier: 1985396
2026-03-26 22:50:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d99e8d78-c155-5dae-996d-4af8f0bf5beb with scrape type 1
2026-03-26 22:50:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item d99e8d78-c155-5dae-996d-4af8f0bf5beb
2026-03-26 22:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ce%252F991685e2a86d41ba8aa2120105bc6986%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ce/991685e2a86d41ba8aa2120105bc6986/images/large/1.jpg not downloaded yet
2026-03-26 22:50:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bv/4e3eb86becf04913a7dd20069489105b/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bv/4e3eb86becf04913a7dd20069489105b/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ce%252F991685e2a86d41ba8aa2120105bc6986%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ce/991685e2a86d41ba8aa2120105bc6986/images/large/2.jpg not downloaded yet
2026-03-26 22:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ce%252F991685e2a86d41ba8aa2120105bc6986%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ce/991685e2a86d41ba8aa2120105bc6986/images/large/3.jpg not downloaded yet
2026-03-26 22:50:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bv/4e3eb86becf04913a7dd20069489105b/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ce%252F991685e2a86d41ba8aa2120105bc6986%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ce/991685e2a86d41ba8aa2120105bc6986/images/large/4.jpg not downloaded yet
2026-03-26 22:50:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bv/4e3eb86becf04913a7dd20069489105b/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74e7950>
2026-03-26 22:50:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_80018c57-88ef-58a6-b4d1-48e1d08fa0ce/80018c57-88ef-58a6-b4d1-48e1d08fa0ce_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bv%252F4e3eb86becf04913a7dd20069489105b%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bv/4e3eb86becf04913a7dd20069489105b/images/large/1.jpg saved to cache
2026-03-26 22:50:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 80018c57-88ef-58a6-b4d1-48e1d08fa0ce
2026-03-26 22:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ce%252F991685e2a86d41ba8aa2120105bc6986%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ce/991685e2a86d41ba8aa2120105bc6986/images/large/5.jpg not downloaded yet
2026-03-26 22:50:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bv/4e3eb86becf04913a7dd20069489105b/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bv/4e3eb86becf04913a7dd20069489105b/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ce%252F991685e2a86d41ba8aa2120105bc6986%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ce/991685e2a86d41ba8aa2120105bc6986/images/large/6.jpg not downloaded yet
2026-03-26 22:50:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7404090>
2026-03-26 22:50:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_80018c57-88ef-58a6-b4d1-48e1d08fa0ce/80018c57-88ef-58a6-b4d1-48e1d08fa0ce_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bv%252F4e3eb86becf04913a7dd20069489105b%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bv/4e3eb86becf04913a7dd20069489105b/images/large/2.jpg saved to cache
2026-03-26 22:50:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 80018c57-88ef-58a6-b4d1-48e1d08fa0ce
2026-03-26 22:50:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7aeb690>
2026-03-26 22:50:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_80018c57-88ef-58a6-b4d1-48e1d08fa0ce/80018c57-88ef-58a6-b4d1-48e1d08fa0ce_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bv%252F4e3eb86becf04913a7dd20069489105b%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bv/4e3eb86becf04913a7dd20069489105b/images/large/3.jpg saved to cache
2026-03-26 22:50:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 80018c57-88ef-58a6-b4d1-48e1d08fa0ce
2026-03-26 22:50:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7492a50>
2026-03-26 22:50:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_80018c57-88ef-58a6-b4d1-48e1d08fa0ce/80018c57-88ef-58a6-b4d1-48e1d08fa0ce_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bv%252F4e3eb86becf04913a7dd20069489105b%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bv/4e3eb86becf04913a7dd20069489105b/images/large/5.jpg saved to cache
2026-03-26 22:50:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 80018c57-88ef-58a6-b4d1-48e1d08fa0ce
2026-03-26 22:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ce%252F991685e2a86d41ba8aa2120105bc6986%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ce/991685e2a86d41ba8aa2120105bc6986/images/large/7.jpg not downloaded yet
2026-03-26 22:50:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bv/4e3eb86becf04913a7dd20069489105b/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bv/4e3eb86becf04913a7dd20069489105b/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b746f410>
2026-03-26 22:50:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_80018c57-88ef-58a6-b4d1-48e1d08fa0ce/80018c57-88ef-58a6-b4d1-48e1d08fa0ce_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bv%252F4e3eb86becf04913a7dd20069489105b%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bv/4e3eb86becf04913a7dd20069489105b/images/large/6.jpg saved to cache
2026-03-26 22:50:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 80018c57-88ef-58a6-b4d1-48e1d08fa0ce
2026-03-26 22:50:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79a4990>
2026-03-26 22:50:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_80018c57-88ef-58a6-b4d1-48e1d08fa0ce/80018c57-88ef-58a6-b4d1-48e1d08fa0ce_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bv%252F4e3eb86becf04913a7dd20069489105b%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bv/4e3eb86becf04913a7dd20069489105b/images/large/7.jpg saved to cache
2026-03-26 22:50:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 80018c57-88ef-58a6-b4d1-48e1d08fa0ce
2026-03-26 22:50:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7ca8410>
2026-03-26 22:50:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_80018c57-88ef-58a6-b4d1-48e1d08fa0ce/80018c57-88ef-58a6-b4d1-48e1d08fa0ce_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bv%252F4e3eb86becf04913a7dd20069489105b%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bv/4e3eb86becf04913a7dd20069489105b/images/large/4.jpg saved to cache
2026-03-26 22:50:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 80018c57-88ef-58a6-b4d1-48e1d08fa0ce
2026-03-26 22:50:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bv/4e3eb86becf04913a7dd20069489105b/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ce%252F991685e2a86d41ba8aa2120105bc6986%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ce/991685e2a86d41ba8aa2120105bc6986/images/large/8.jpg not downloaded yet
2026-03-26 22:50:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ce/991685e2a86d41ba8aa2120105bc6986/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ce%252F991685e2a86d41ba8aa2120105bc6986%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ce/991685e2a86d41ba8aa2120105bc6986/images/large/9.jpg not downloaded yet
2026-03-26 22:50:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77251d0>
2026-03-26 22:50:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_80018c57-88ef-58a6-b4d1-48e1d08fa0ce/80018c57-88ef-58a6-b4d1-48e1d08fa0ce_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bv%252F4e3eb86becf04913a7dd20069489105b%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bv/4e3eb86becf04913a7dd20069489105b/images/large/8.jpg saved to cache
2026-03-26 22:50:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 80018c57-88ef-58a6-b4d1-48e1d08fa0ce
2026-03-26 22:50:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e10410>
2026-03-26 22:50:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_80018c57-88ef-58a6-b4d1-48e1d08fa0ce/80018c57-88ef-58a6-b4d1-48e1d08fa0ce_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bv%252F4e3eb86becf04913a7dd20069489105b%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bv/4e3eb86becf04913a7dd20069489105b/images/large/10.jpg saved to cache
2026-03-26 22:50:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 80018c57-88ef-58a6-b4d1-48e1d08fa0ce
2026-03-26 22:50:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ce/991685e2a86d41ba8aa2120105bc6986/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ce%252F991685e2a86d41ba8aa2120105bc6986%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ce/991685e2a86d41ba8aa2120105bc6986/images/large/10.jpg not downloaded yet
2026-03-26 22:50:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ce/991685e2a86d41ba8aa2120105bc6986/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ce/991685e2a86d41ba8aa2120105bc6986/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ce/991685e2a86d41ba8aa2120105bc6986/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:29 [ayvens.be] INFO: Found listing with ID: 1985397
2026-03-26 22:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985397%27 HTTP/1.1" 200 None
2026-03-26 22:50:29 [ayvens.be] INFO: Scrape type for 1985397: 1
2026-03-26 22:50:29 [ayvens.be] INFO: Extracting data for car ID: 1985397
2026-03-26 22:50:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b68131d5-3bb8-563a-a9f7-13cf7d85e87d with identifier: 1985397
2026-03-26 22:50:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b68131d5-3bb8-563a-a9f7-13cf7d85e87d with scrape type 1
2026-03-26 22:50:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item b68131d5-3bb8-563a-a9f7-13cf7d85e87d
2026-03-26 22:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yr%252F7c3822146ad94785b54545990fae484b%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yr/7c3822146ad94785b54545990fae484b/images/large/1.jpg not downloaded yet
2026-03-26 22:50:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79f2610>
2026-03-26 22:50:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_80018c57-88ef-58a6-b4d1-48e1d08fa0ce/80018c57-88ef-58a6-b4d1-48e1d08fa0ce_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bv%252F4e3eb86becf04913a7dd20069489105b%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bv/4e3eb86becf04913a7dd20069489105b/images/large/9.jpg saved to cache
2026-03-26 22:50:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 80018c57-88ef-58a6-b4d1-48e1d08fa0ce
2026-03-26 22:50:29 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 80018c57-88ef-58a6-b4d1-48e1d08fa0ce, skipping ID generation
2026-03-26 22:50:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 80018c57-88ef-58a6-b4d1-48e1d08fa0ce with scrape type 1
2026-03-26 22:50:29 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 80018c57-88ef-58a6-b4d1-48e1d08fa0ce sending to next pipeline
2026-03-26 22:50:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 80018c57-88ef-58a6-b4d1-48e1d08fa0ce, identifier: 1985395
2026-03-26 22:50:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd3d7ad0>
2026-03-26 22:50:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d99e8d78-c155-5dae-996d-4af8f0bf5beb/d99e8d78-c155-5dae-996d-4af8f0bf5beb_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ce%252F991685e2a86d41ba8aa2120105bc6986%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ce/991685e2a86d41ba8aa2120105bc6986/images/large/1.jpg saved to cache
2026-03-26 22:50:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item d99e8d78-c155-5dae-996d-4af8f0bf5beb
2026-03-26 22:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yr%252F7c3822146ad94785b54545990fae484b%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yr/7c3822146ad94785b54545990fae484b/images/large/2.jpg not downloaded yet
2026-03-26 22:50:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 80018c57-88ef-58a6-b4d1-48e1d08fa0ce with identifier: 1985395
2026-03-26 22:50:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 80018c57-88ef-58a6-b4d1-48e1d08fa0ce with identifier: 1985395
2026-03-26 22:50:30 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 80018c57-88ef-58a6-b4d1-48e1d08fa0ce with identifier: 1985395 to the API
2026-03-26 22:50:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:50:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:50:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bv/4e3eb86becf04913a7dd20069489105b/images/large/9.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': '80018c57-88ef-58a6-b4d1-48e1d08fa0ce',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '1 SERIES HATCH',
'odometer': 116706,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 14,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_80018c57-88ef-58a6-b4d1-48e1d08fa0ce/80018c57-88ef-58a6-b4d1-48e1d08fa0ce_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 438559,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bv/4e3eb86becf04913a7dd20069489105b/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_80018c57-88ef-58a6-b4d1-48e1d08fa0ce/80018c57-88ef-58a6-b4d1-48e1d08fa0ce_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 511260,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bv/4e3eb86becf04913a7dd20069489105b/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_80018c57-88ef-58a6-b4d1-48e1d08fa0ce/80018c57-88ef-58a6-b4d1-48e1d08fa0ce_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 458610,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bv/4e3eb86becf04913a7dd20069489105b/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_80018c57-88ef-58a6-b4d1-48e1d08fa0ce/80018c57-88ef-58a6-b4d1-48e1d08fa0ce_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 511405,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bv/4e3eb86becf04913a7dd20069489105b/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_80018c57-88ef-58a6-b4d1-48e1d08fa0ce/80018c57-88ef-58a6-b4d1-48e1d08fa0ce_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 313892,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bv/4e3eb86becf04913a7dd20069489105b/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_80018c57-88ef-58a6-b4d1-48e1d08fa0ce/80018c57-88ef-58a6-b4d1-48e1d08fa0ce_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 342395,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bv/4e3eb86becf04913a7dd20069489105b/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_80018c57-88ef-58a6-b4d1-48e1d08fa0ce/80018c57-88ef-58a6-b4d1-48e1d08fa0ce_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 497296,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bv/4e3eb86becf04913a7dd20069489105b/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_80018c57-88ef-58a6-b4d1-48e1d08fa0ce/80018c57-88ef-58a6-b4d1-48e1d08fa0ce_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 368573,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bv/4e3eb86becf04913a7dd20069489105b/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_80018c57-88ef-58a6-b4d1-48e1d08fa0ce/80018c57-88ef-58a6-b4d1-48e1d08fa0ce_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 384729,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bv/4e3eb86becf04913a7dd20069489105b/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_80018c57-88ef-58a6-b4d1-48e1d08fa0ce/80018c57-88ef-58a6-b4d1-48e1d08fa0ce_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 280208,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bv/4e3eb86becf04913a7dd20069489105b/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-06',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 1 SERIES HATCH 1.5 116DA (85KW)',
'transmission': 'automatic',
'trim': '1.5 116DA (85KW)',
'vin': None,
'year': 2022}
2026-03-26 22:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985395%27 HTTP/1.1" 200 None
2026-03-26 22:50:30 [ayvens.be] INFO: Saving data for 1985395: {'created_time': 1774565430.320032, 'last_price_update_time': 1774565430.320041, 'auction_closing_time': 1774958400.0}
2026-03-26 22:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985395') HTTP/1.1" 204 0
2026-03-26 22:50:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ce/991685e2a86d41ba8aa2120105bc6986/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ce/991685e2a86d41ba8aa2120105bc6986/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yr%252F7c3822146ad94785b54545990fae484b%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yr/7c3822146ad94785b54545990fae484b/images/large/3.jpg not downloaded yet
2026-03-26 22:50:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7492d50>
2026-03-26 22:50:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d99e8d78-c155-5dae-996d-4af8f0bf5beb/d99e8d78-c155-5dae-996d-4af8f0bf5beb_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ce%252F991685e2a86d41ba8aa2120105bc6986%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ce/991685e2a86d41ba8aa2120105bc6986/images/large/2.jpg saved to cache
2026-03-26 22:50:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item d99e8d78-c155-5dae-996d-4af8f0bf5beb
2026-03-26 22:50:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e15850>
2026-03-26 22:50:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d99e8d78-c155-5dae-996d-4af8f0bf5beb/d99e8d78-c155-5dae-996d-4af8f0bf5beb_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ce%252F991685e2a86d41ba8aa2120105bc6986%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ce/991685e2a86d41ba8aa2120105bc6986/images/large/3.jpg saved to cache
2026-03-26 22:50:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item d99e8d78-c155-5dae-996d-4af8f0bf5beb
2026-03-26 22:50:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79f0210>
2026-03-26 22:50:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d99e8d78-c155-5dae-996d-4af8f0bf5beb/d99e8d78-c155-5dae-996d-4af8f0bf5beb_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ce%252F991685e2a86d41ba8aa2120105bc6986%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ce/991685e2a86d41ba8aa2120105bc6986/images/large/5.jpg saved to cache
2026-03-26 22:50:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item d99e8d78-c155-5dae-996d-4af8f0bf5beb
2026-03-26 22:50:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6df3a50>
2026-03-26 22:50:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d99e8d78-c155-5dae-996d-4af8f0bf5beb/d99e8d78-c155-5dae-996d-4af8f0bf5beb_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ce%252F991685e2a86d41ba8aa2120105bc6986%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ce/991685e2a86d41ba8aa2120105bc6986/images/large/4.jpg saved to cache
2026-03-26 22:50:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item d99e8d78-c155-5dae-996d-4af8f0bf5beb
2026-03-26 22:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yr%252F7c3822146ad94785b54545990fae484b%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yr/7c3822146ad94785b54545990fae484b/images/large/4.jpg not downloaded yet
2026-03-26 22:50:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ce/991685e2a86d41ba8aa2120105bc6986/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ce/991685e2a86d41ba8aa2120105bc6986/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yr%252F7c3822146ad94785b54545990fae484b%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yr/7c3822146ad94785b54545990fae484b/images/large/5.jpg not downloaded yet
2026-03-26 22:50:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b740b4d0>
2026-03-26 22:50:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d99e8d78-c155-5dae-996d-4af8f0bf5beb/d99e8d78-c155-5dae-996d-4af8f0bf5beb_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ce%252F991685e2a86d41ba8aa2120105bc6986%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ce/991685e2a86d41ba8aa2120105bc6986/images/large/6.jpg saved to cache
2026-03-26 22:50:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item d99e8d78-c155-5dae-996d-4af8f0bf5beb
2026-03-26 22:50:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cbc450>
2026-03-26 22:50:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d99e8d78-c155-5dae-996d-4af8f0bf5beb/d99e8d78-c155-5dae-996d-4af8f0bf5beb_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ce%252F991685e2a86d41ba8aa2120105bc6986%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ce/991685e2a86d41ba8aa2120105bc6986/images/large/7.jpg saved to cache
2026-03-26 22:50:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item d99e8d78-c155-5dae-996d-4af8f0bf5beb
2026-03-26 22:50:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ce/991685e2a86d41ba8aa2120105bc6986/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yr%252F7c3822146ad94785b54545990fae484b%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yr/7c3822146ad94785b54545990fae484b/images/large/6.jpg not downloaded yet
2026-03-26 22:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yr%252F7c3822146ad94785b54545990fae484b%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yr/7c3822146ad94785b54545990fae484b/images/large/7.jpg not downloaded yet
2026-03-26 22:50:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74e4550>
2026-03-26 22:50:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d99e8d78-c155-5dae-996d-4af8f0bf5beb/d99e8d78-c155-5dae-996d-4af8f0bf5beb_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:50:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ce%252F991685e2a86d41ba8aa2120105bc6986%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ce/991685e2a86d41ba8aa2120105bc6986/images/large/9.jpg saved to cache
2026-03-26 22:50:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item d99e8d78-c155-5dae-996d-4af8f0bf5beb
2026-03-26 22:50:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7a81bd0>
2026-03-26 22:50:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d99e8d78-c155-5dae-996d-4af8f0bf5beb/d99e8d78-c155-5dae-996d-4af8f0bf5beb_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:50:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ce%252F991685e2a86d41ba8aa2120105bc6986%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ce/991685e2a86d41ba8aa2120105bc6986/images/large/8.jpg saved to cache
2026-03-26 22:50:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item d99e8d78-c155-5dae-996d-4af8f0bf5beb
2026-03-26 22:50:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yr%252F7c3822146ad94785b54545990fae484b%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yr/7c3822146ad94785b54545990fae484b/images/large/8.jpg not downloaded yet
2026-03-26 22:50:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yr/7c3822146ad94785b54545990fae484b/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77bcf50>
2026-03-26 22:50:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d99e8d78-c155-5dae-996d-4af8f0bf5beb/d99e8d78-c155-5dae-996d-4af8f0bf5beb_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:50:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ce%252F991685e2a86d41ba8aa2120105bc6986%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ce/991685e2a86d41ba8aa2120105bc6986/images/large/10.jpg saved to cache
2026-03-26 22:50:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item d99e8d78-c155-5dae-996d-4af8f0bf5beb
2026-03-26 22:50:31 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d99e8d78-c155-5dae-996d-4af8f0bf5beb, skipping ID generation
2026-03-26 22:50:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d99e8d78-c155-5dae-996d-4af8f0bf5beb with scrape type 1
2026-03-26 22:50:31 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d99e8d78-c155-5dae-996d-4af8f0bf5beb sending to next pipeline
2026-03-26 22:50:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: d99e8d78-c155-5dae-996d-4af8f0bf5beb, identifier: 1985396
2026-03-26 22:50:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yr%252F7c3822146ad94785b54545990fae484b%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yr/7c3822146ad94785b54545990fae484b/images/large/9.jpg not downloaded yet
2026-03-26 22:50:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: d99e8d78-c155-5dae-996d-4af8f0bf5beb with identifier: 1985396
2026-03-26 22:50:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: d99e8d78-c155-5dae-996d-4af8f0bf5beb with identifier: 1985396
2026-03-26 22:50:31 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: d99e8d78-c155-5dae-996d-4af8f0bf5beb with identifier: 1985396 to the API
2026-03-26 22:50:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:50:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:50:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2ce/991685e2a86d41ba8aa2120105bc6986/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': 'd99e8d78-c155-5dae-996d-4af8f0bf5beb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '1 SERIES HATCH',
'odometer': 120860,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 14,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d99e8d78-c155-5dae-996d-4af8f0bf5beb/d99e8d78-c155-5dae-996d-4af8f0bf5beb_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 457130,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ce/991685e2a86d41ba8aa2120105bc6986/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d99e8d78-c155-5dae-996d-4af8f0bf5beb/d99e8d78-c155-5dae-996d-4af8f0bf5beb_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 440303,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ce/991685e2a86d41ba8aa2120105bc6986/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d99e8d78-c155-5dae-996d-4af8f0bf5beb/d99e8d78-c155-5dae-996d-4af8f0bf5beb_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 488091,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ce/991685e2a86d41ba8aa2120105bc6986/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d99e8d78-c155-5dae-996d-4af8f0bf5beb/d99e8d78-c155-5dae-996d-4af8f0bf5beb_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 418970,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ce/991685e2a86d41ba8aa2120105bc6986/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d99e8d78-c155-5dae-996d-4af8f0bf5beb/d99e8d78-c155-5dae-996d-4af8f0bf5beb_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 337931,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ce/991685e2a86d41ba8aa2120105bc6986/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d99e8d78-c155-5dae-996d-4af8f0bf5beb/d99e8d78-c155-5dae-996d-4af8f0bf5beb_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 309609,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ce/991685e2a86d41ba8aa2120105bc6986/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d99e8d78-c155-5dae-996d-4af8f0bf5beb/d99e8d78-c155-5dae-996d-4af8f0bf5beb_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 389957,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ce/991685e2a86d41ba8aa2120105bc6986/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d99e8d78-c155-5dae-996d-4af8f0bf5beb/d99e8d78-c155-5dae-996d-4af8f0bf5beb_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 340514,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ce/991685e2a86d41ba8aa2120105bc6986/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d99e8d78-c155-5dae-996d-4af8f0bf5beb/d99e8d78-c155-5dae-996d-4af8f0bf5beb_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 299336,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ce/991685e2a86d41ba8aa2120105bc6986/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d99e8d78-c155-5dae-996d-4af8f0bf5beb/d99e8d78-c155-5dae-996d-4af8f0bf5beb_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 227966,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ce/991685e2a86d41ba8aa2120105bc6986/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-22',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 1 SERIES HATCH 1.5 116DA (85KW)',
'transmission': 'automatic',
'trim': '1.5 116DA (85KW)',
'vin': None,
'year': 2022}
2026-03-26 22:50:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985396%27 HTTP/1.1" 200 None
2026-03-26 22:50:31 [ayvens.be] INFO: Saving data for 1985396: {'created_time': 1774565431.898034, 'last_price_update_time': 1774565431.898043, 'auction_closing_time': 1774958400.0}
2026-03-26 22:50:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985396') HTTP/1.1" 204 0
2026-03-26 22:50:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yr/7c3822146ad94785b54545990fae484b/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yr%252F7c3822146ad94785b54545990fae484b%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yr/7c3822146ad94785b54545990fae484b/images/large/10.jpg not downloaded yet
2026-03-26 22:50:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79a5d50>
2026-03-26 22:50:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b68131d5-3bb8-563a-a9f7-13cf7d85e87d/b68131d5-3bb8-563a-a9f7-13cf7d85e87d_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yr%252F7c3822146ad94785b54545990fae484b%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yr/7c3822146ad94785b54545990fae484b/images/large/1.jpg saved to cache
2026-03-26 22:50:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item b68131d5-3bb8-563a-a9f7-13cf7d85e87d
2026-03-26 22:50:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yr/7c3822146ad94785b54545990fae484b/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:32 [ayvens.be] INFO: Found listing with ID: 1985398
2026-03-26 22:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985398%27 HTTP/1.1" 200 None
2026-03-26 22:50:32 [ayvens.be] INFO: Scrape type for 1985398: 1
2026-03-26 22:50:32 [ayvens.be] INFO: Extracting data for car ID: 1985398
2026-03-26 22:50:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3c226416-0ac9-5e76-b8df-1e2ae4911fb1 with identifier: 1985398
2026-03-26 22:50:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3c226416-0ac9-5e76-b8df-1e2ae4911fb1 with scrape type 1
2026-03-26 22:50:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 3c226416-0ac9-5e76-b8df-1e2ae4911fb1
2026-03-26 22:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cn%252F59b7079d27a44c2cb416072264629b7a%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cn/59b7079d27a44c2cb416072264629b7a/images/large/1.jpg not downloaded yet
2026-03-26 22:50:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74aee90>
2026-03-26 22:50:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b68131d5-3bb8-563a-a9f7-13cf7d85e87d/b68131d5-3bb8-563a-a9f7-13cf7d85e87d_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yr%252F7c3822146ad94785b54545990fae484b%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yr/7c3822146ad94785b54545990fae484b/images/large/3.jpg saved to cache
2026-03-26 22:50:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item b68131d5-3bb8-563a-a9f7-13cf7d85e87d
2026-03-26 22:50:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yr/7c3822146ad94785b54545990fae484b/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cn%252F59b7079d27a44c2cb416072264629b7a%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cn/59b7079d27a44c2cb416072264629b7a/images/large/2.jpg not downloaded yet
2026-03-26 22:50:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yr/7c3822146ad94785b54545990fae484b/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cn%252F59b7079d27a44c2cb416072264629b7a%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cn/59b7079d27a44c2cb416072264629b7a/images/large/3.jpg not downloaded yet
2026-03-26 22:50:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b782cad0>
2026-03-26 22:50:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b68131d5-3bb8-563a-a9f7-13cf7d85e87d/b68131d5-3bb8-563a-a9f7-13cf7d85e87d_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yr%252F7c3822146ad94785b54545990fae484b%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yr/7c3822146ad94785b54545990fae484b/images/large/2.jpg saved to cache
2026-03-26 22:50:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item b68131d5-3bb8-563a-a9f7-13cf7d85e87d
2026-03-26 22:50:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yr/7c3822146ad94785b54545990fae484b/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cn%252F59b7079d27a44c2cb416072264629b7a%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cn/59b7079d27a44c2cb416072264629b7a/images/large/4.jpg not downloaded yet
2026-03-26 22:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cn%252F59b7079d27a44c2cb416072264629b7a%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cn/59b7079d27a44c2cb416072264629b7a/images/large/5.jpg not downloaded yet
2026-03-26 22:50:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yr/7c3822146ad94785b54545990fae484b/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7744fd0>
2026-03-26 22:50:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b68131d5-3bb8-563a-a9f7-13cf7d85e87d/b68131d5-3bb8-563a-a9f7-13cf7d85e87d_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yr%252F7c3822146ad94785b54545990fae484b%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yr/7c3822146ad94785b54545990fae484b/images/large/5.jpg saved to cache
2026-03-26 22:50:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item b68131d5-3bb8-563a-a9f7-13cf7d85e87d
2026-03-26 22:50:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7a62d10>
2026-03-26 22:50:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b68131d5-3bb8-563a-a9f7-13cf7d85e87d/b68131d5-3bb8-563a-a9f7-13cf7d85e87d_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yr%252F7c3822146ad94785b54545990fae484b%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yr/7c3822146ad94785b54545990fae484b/images/large/4.jpg saved to cache
2026-03-26 22:50:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item b68131d5-3bb8-563a-a9f7-13cf7d85e87d
2026-03-26 22:50:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yr/7c3822146ad94785b54545990fae484b/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cn%252F59b7079d27a44c2cb416072264629b7a%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cn/59b7079d27a44c2cb416072264629b7a/images/large/6.jpg not downloaded yet
2026-03-26 22:50:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yr/7c3822146ad94785b54545990fae484b/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cn%252F59b7079d27a44c2cb416072264629b7a%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cn/59b7079d27a44c2cb416072264629b7a/images/large/7.jpg not downloaded yet
2026-03-26 22:50:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yr/7c3822146ad94785b54545990fae484b/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cbcb50>
2026-03-26 22:50:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b68131d5-3bb8-563a-a9f7-13cf7d85e87d/b68131d5-3bb8-563a-a9f7-13cf7d85e87d_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yr%252F7c3822146ad94785b54545990fae484b%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yr/7c3822146ad94785b54545990fae484b/images/large/6.jpg saved to cache
2026-03-26 22:50:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item b68131d5-3bb8-563a-a9f7-13cf7d85e87d
2026-03-26 22:50:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7439ad0>
2026-03-26 22:50:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b68131d5-3bb8-563a-a9f7-13cf7d85e87d/b68131d5-3bb8-563a-a9f7-13cf7d85e87d_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yr%252F7c3822146ad94785b54545990fae484b%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yr/7c3822146ad94785b54545990fae484b/images/large/9.jpg saved to cache
2026-03-26 22:50:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item b68131d5-3bb8-563a-a9f7-13cf7d85e87d
2026-03-26 22:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cn%252F59b7079d27a44c2cb416072264629b7a%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cn/59b7079d27a44c2cb416072264629b7a/images/large/8.jpg not downloaded yet
2026-03-26 22:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cn%252F59b7079d27a44c2cb416072264629b7a%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cn/59b7079d27a44c2cb416072264629b7a/images/large/9.jpg not downloaded yet
2026-03-26 22:50:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76a6cd0>
2026-03-26 22:50:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b68131d5-3bb8-563a-a9f7-13cf7d85e87d/b68131d5-3bb8-563a-a9f7-13cf7d85e87d_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yr%252F7c3822146ad94785b54545990fae484b%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yr/7c3822146ad94785b54545990fae484b/images/large/7.jpg saved to cache
2026-03-26 22:50:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item b68131d5-3bb8-563a-a9f7-13cf7d85e87d
2026-03-26 22:50:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7ae9d10>
2026-03-26 22:50:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b68131d5-3bb8-563a-a9f7-13cf7d85e87d/b68131d5-3bb8-563a-a9f7-13cf7d85e87d_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yr%252F7c3822146ad94785b54545990fae484b%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yr/7c3822146ad94785b54545990fae484b/images/large/8.jpg saved to cache
2026-03-26 22:50:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item b68131d5-3bb8-563a-a9f7-13cf7d85e87d
2026-03-26 22:50:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b745b810>
2026-03-26 22:50:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b68131d5-3bb8-563a-a9f7-13cf7d85e87d/b68131d5-3bb8-563a-a9f7-13cf7d85e87d_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yr%252F7c3822146ad94785b54545990fae484b%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yr/7c3822146ad94785b54545990fae484b/images/large/10.jpg saved to cache
2026-03-26 22:50:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item b68131d5-3bb8-563a-a9f7-13cf7d85e87d
2026-03-26 22:50:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b68131d5-3bb8-563a-a9f7-13cf7d85e87d, skipping ID generation
2026-03-26 22:50:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b68131d5-3bb8-563a-a9f7-13cf7d85e87d with scrape type 1
2026-03-26 22:50:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b68131d5-3bb8-563a-a9f7-13cf7d85e87d sending to next pipeline
2026-03-26 22:50:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: b68131d5-3bb8-563a-a9f7-13cf7d85e87d, identifier: 1985397
2026-03-26 22:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cn%252F59b7079d27a44c2cb416072264629b7a%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cn/59b7079d27a44c2cb416072264629b7a/images/large/10.jpg not downloaded yet
2026-03-26 22:50:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: b68131d5-3bb8-563a-a9f7-13cf7d85e87d with identifier: 1985397
2026-03-26 22:50:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: b68131d5-3bb8-563a-a9f7-13cf7d85e87d with identifier: 1985397
2026-03-26 22:50:33 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: b68131d5-3bb8-563a-a9f7-13cf7d85e87d with identifier: 1985397 to the API
2026-03-26 22:50:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:50:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:50:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/1yr/7c3822146ad94785b54545990fae484b/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 4,
'engine': '1.3L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'b68131d5-3bb8-563a-a9f7-13cf7d85e87d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'A-CLASS LIMOUSINE',
'odometer': 173866,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 17,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b68131d5-3bb8-563a-a9f7-13cf7d85e87d/b68131d5-3bb8-563a-a9f7-13cf7d85e87d_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 577721,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yr/7c3822146ad94785b54545990fae484b/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b68131d5-3bb8-563a-a9f7-13cf7d85e87d/b68131d5-3bb8-563a-a9f7-13cf7d85e87d_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 589695,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yr/7c3822146ad94785b54545990fae484b/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b68131d5-3bb8-563a-a9f7-13cf7d85e87d/b68131d5-3bb8-563a-a9f7-13cf7d85e87d_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 497069,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yr/7c3822146ad94785b54545990fae484b/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b68131d5-3bb8-563a-a9f7-13cf7d85e87d/b68131d5-3bb8-563a-a9f7-13cf7d85e87d_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 647672,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yr/7c3822146ad94785b54545990fae484b/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b68131d5-3bb8-563a-a9f7-13cf7d85e87d/b68131d5-3bb8-563a-a9f7-13cf7d85e87d_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 570773,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yr/7c3822146ad94785b54545990fae484b/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b68131d5-3bb8-563a-a9f7-13cf7d85e87d/b68131d5-3bb8-563a-a9f7-13cf7d85e87d_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 633196,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yr/7c3822146ad94785b54545990fae484b/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b68131d5-3bb8-563a-a9f7-13cf7d85e87d/b68131d5-3bb8-563a-a9f7-13cf7d85e87d_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 618737,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yr/7c3822146ad94785b54545990fae484b/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b68131d5-3bb8-563a-a9f7-13cf7d85e87d/b68131d5-3bb8-563a-a9f7-13cf7d85e87d_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 652618,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yr/7c3822146ad94785b54545990fae484b/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b68131d5-3bb8-563a-a9f7-13cf7d85e87d/b68131d5-3bb8-563a-a9f7-13cf7d85e87d_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 438160,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yr/7c3822146ad94785b54545990fae484b/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b68131d5-3bb8-563a-a9f7-13cf7d85e87d/b68131d5-3bb8-563a-a9f7-13cf7d85e87d_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 522155,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yr/7c3822146ad94785b54545990fae484b/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-23',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ A-CLASS LIMOUSINE 1.3 A 250 E BUSINESS SOLUTION DCT',
'transmission': 'automatic',
'trim': '1.3 A 250 E BUSINESS SOLUTION DCT',
'vin': None,
'year': 2020}
2026-03-26 22:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985397%27 HTTP/1.1" 200 None
2026-03-26 22:50:33 [ayvens.be] INFO: Saving data for 1985397: {'created_time': 1774565433.685434, 'last_price_update_time': 1774565433.685443, 'auction_closing_time': 1774958400.0}
2026-03-26 22:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985397') HTTP/1.1" 204 0
2026-03-26 22:50:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cn/59b7079d27a44c2cb416072264629b7a/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cn/59b7079d27a44c2cb416072264629b7a/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:33 [ayvens.be] INFO: Found listing with ID: 1985399
2026-03-26 22:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985399%27 HTTP/1.1" 200 None
2026-03-26 22:50:33 [ayvens.be] INFO: Scrape type for 1985399: 1
2026-03-26 22:50:33 [ayvens.be] INFO: Extracting data for car ID: 1985399
2026-03-26 22:50:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 01115e5d-60ff-5dfb-bc55-79d8d479682e with identifier: 1985399
2026-03-26 22:50:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 01115e5d-60ff-5dfb-bc55-79d8d479682e with scrape type 1
2026-03-26 22:50:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 01115e5d-60ff-5dfb-bc55-79d8d479682e
2026-03-26 22:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2au%252Fa4e118bb82fd40f284596e4a6995dab3%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2au/a4e118bb82fd40f284596e4a6995dab3/images/large/1.jpg not downloaded yet
2026-03-26 22:50:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cn/59b7079d27a44c2cb416072264629b7a/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cn/59b7079d27a44c2cb416072264629b7a/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2au%252Fa4e118bb82fd40f284596e4a6995dab3%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2au/a4e118bb82fd40f284596e4a6995dab3/images/large/2.jpg not downloaded yet
2026-03-26 22:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2au%252Fa4e118bb82fd40f284596e4a6995dab3%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2au/a4e118bb82fd40f284596e4a6995dab3/images/large/3.jpg not downloaded yet
2026-03-26 22:50:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cn/59b7079d27a44c2cb416072264629b7a/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cn/59b7079d27a44c2cb416072264629b7a/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2au%252Fa4e118bb82fd40f284596e4a6995dab3%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2au/a4e118bb82fd40f284596e4a6995dab3/images/large/4.jpg not downloaded yet
2026-03-26 22:50:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cn/59b7079d27a44c2cb416072264629b7a/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2au%252Fa4e118bb82fd40f284596e4a6995dab3%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2au/a4e118bb82fd40f284596e4a6995dab3/images/large/5.jpg not downloaded yet
2026-03-26 22:50:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cn/59b7079d27a44c2cb416072264629b7a/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7cab2d0>
2026-03-26 22:50:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3c226416-0ac9-5e76-b8df-1e2ae4911fb1/3c226416-0ac9-5e76-b8df-1e2ae4911fb1_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cn%252F59b7079d27a44c2cb416072264629b7a%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cn/59b7079d27a44c2cb416072264629b7a/images/large/2.jpg saved to cache
2026-03-26 22:50:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 3c226416-0ac9-5e76-b8df-1e2ae4911fb1
2026-03-26 22:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2au%252Fa4e118bb82fd40f284596e4a6995dab3%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2au/a4e118bb82fd40f284596e4a6995dab3/images/large/6.jpg not downloaded yet
2026-03-26 22:50:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7ccdfd0>
2026-03-26 22:50:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3c226416-0ac9-5e76-b8df-1e2ae4911fb1/3c226416-0ac9-5e76-b8df-1e2ae4911fb1_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cn%252F59b7079d27a44c2cb416072264629b7a%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cn/59b7079d27a44c2cb416072264629b7a/images/large/1.jpg saved to cache
2026-03-26 22:50:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 3c226416-0ac9-5e76-b8df-1e2ae4911fb1
2026-03-26 22:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2au%252Fa4e118bb82fd40f284596e4a6995dab3%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2au/a4e118bb82fd40f284596e4a6995dab3/images/large/7.jpg not downloaded yet
2026-03-26 22:50:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b728dcd0>
2026-03-26 22:50:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3c226416-0ac9-5e76-b8df-1e2ae4911fb1/3c226416-0ac9-5e76-b8df-1e2ae4911fb1_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cn%252F59b7079d27a44c2cb416072264629b7a%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cn/59b7079d27a44c2cb416072264629b7a/images/large/3.jpg saved to cache
2026-03-26 22:50:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 3c226416-0ac9-5e76-b8df-1e2ae4911fb1
2026-03-26 22:50:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77d5010>
2026-03-26 22:50:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3c226416-0ac9-5e76-b8df-1e2ae4911fb1/3c226416-0ac9-5e76-b8df-1e2ae4911fb1_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cn%252F59b7079d27a44c2cb416072264629b7a%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cn/59b7079d27a44c2cb416072264629b7a/images/large/5.jpg saved to cache
2026-03-26 22:50:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 3c226416-0ac9-5e76-b8df-1e2ae4911fb1
2026-03-26 22:50:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7489350>
2026-03-26 22:50:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3c226416-0ac9-5e76-b8df-1e2ae4911fb1/3c226416-0ac9-5e76-b8df-1e2ae4911fb1_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cn%252F59b7079d27a44c2cb416072264629b7a%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cn/59b7079d27a44c2cb416072264629b7a/images/large/4.jpg saved to cache
2026-03-26 22:50:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 3c226416-0ac9-5e76-b8df-1e2ae4911fb1
2026-03-26 22:50:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7b17a50>
2026-03-26 22:50:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3c226416-0ac9-5e76-b8df-1e2ae4911fb1/3c226416-0ac9-5e76-b8df-1e2ae4911fb1_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cn%252F59b7079d27a44c2cb416072264629b7a%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cn/59b7079d27a44c2cb416072264629b7a/images/large/6.jpg saved to cache
2026-03-26 22:50:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 3c226416-0ac9-5e76-b8df-1e2ae4911fb1
2026-03-26 22:50:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77d5390>
2026-03-26 22:50:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3c226416-0ac9-5e76-b8df-1e2ae4911fb1/3c226416-0ac9-5e76-b8df-1e2ae4911fb1_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cn%252F59b7079d27a44c2cb416072264629b7a%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cn/59b7079d27a44c2cb416072264629b7a/images/large/7.jpg saved to cache
2026-03-26 22:50:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 3c226416-0ac9-5e76-b8df-1e2ae4911fb1
2026-03-26 22:50:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74bcd90>
2026-03-26 22:50:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3c226416-0ac9-5e76-b8df-1e2ae4911fb1/3c226416-0ac9-5e76-b8df-1e2ae4911fb1_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cn%252F59b7079d27a44c2cb416072264629b7a%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cn/59b7079d27a44c2cb416072264629b7a/images/large/8.jpg saved to cache
2026-03-26 22:50:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 3c226416-0ac9-5e76-b8df-1e2ae4911fb1
2026-03-26 22:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2au%252Fa4e118bb82fd40f284596e4a6995dab3%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2au/a4e118bb82fd40f284596e4a6995dab3/images/large/8.jpg not downloaded yet
2026-03-26 22:50:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cn/59b7079d27a44c2cb416072264629b7a/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2au%252Fa4e118bb82fd40f284596e4a6995dab3%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2au/a4e118bb82fd40f284596e4a6995dab3/images/large/9.jpg not downloaded yet
2026-03-26 22:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2au%252Fa4e118bb82fd40f284596e4a6995dab3%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2au/a4e118bb82fd40f284596e4a6995dab3/images/large/10.jpg not downloaded yet
2026-03-26 22:50:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2au/a4e118bb82fd40f284596e4a6995dab3/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cn/59b7079d27a44c2cb416072264629b7a/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2au/a4e118bb82fd40f284596e4a6995dab3/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:34 [ayvens.be] INFO: Found listing with ID: 1985400
2026-03-26 22:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985400%27 HTTP/1.1" 200 None
2026-03-26 22:50:34 [ayvens.be] INFO: Scrape type for 1985400: 1
2026-03-26 22:50:34 [ayvens.be] INFO: Extracting data for car ID: 1985400
2026-03-26 22:50:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 06d66e48-2f7e-53b5-a957-8c3f93250b6e with identifier: 1985400
2026-03-26 22:50:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 06d66e48-2f7e-53b5-a957-8c3f93250b6e with scrape type 1
2026-03-26 22:50:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 06d66e48-2f7e-53b5-a957-8c3f93250b6e
2026-03-26 22:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dx%252F70cfe90370d741f5871709a157d925e3%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dx/70cfe90370d741f5871709a157d925e3/images/large/1.jpg not downloaded yet
2026-03-26 22:50:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2au/a4e118bb82fd40f284596e4a6995dab3/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dx%252F70cfe90370d741f5871709a157d925e3%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dx/70cfe90370d741f5871709a157d925e3/images/large/2.jpg not downloaded yet
2026-03-26 22:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dx%252F70cfe90370d741f5871709a157d925e3%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dx/70cfe90370d741f5871709a157d925e3/images/large/3.jpg not downloaded yet
2026-03-26 22:50:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2au/a4e118bb82fd40f284596e4a6995dab3/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7a55650>
2026-03-26 22:50:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3c226416-0ac9-5e76-b8df-1e2ae4911fb1/3c226416-0ac9-5e76-b8df-1e2ae4911fb1_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cn%252F59b7079d27a44c2cb416072264629b7a%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cn/59b7079d27a44c2cb416072264629b7a/images/large/10.jpg saved to cache
2026-03-26 22:50:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 3c226416-0ac9-5e76-b8df-1e2ae4911fb1
2026-03-26 22:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dx%252F70cfe90370d741f5871709a157d925e3%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dx/70cfe90370d741f5871709a157d925e3/images/large/4.jpg not downloaded yet
2026-03-26 22:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dx%252F70cfe90370d741f5871709a157d925e3%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dx/70cfe90370d741f5871709a157d925e3/images/large/5.jpg not downloaded yet
2026-03-26 22:50:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7414fd0>
2026-03-26 22:50:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_01115e5d-60ff-5dfb-bc55-79d8d479682e/01115e5d-60ff-5dfb-bc55-79d8d479682e_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2au%252Fa4e118bb82fd40f284596e4a6995dab3%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2au/a4e118bb82fd40f284596e4a6995dab3/images/large/2.jpg saved to cache
2026-03-26 22:50:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 01115e5d-60ff-5dfb-bc55-79d8d479682e
2026-03-26 22:50:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6df2610>
2026-03-26 22:50:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3c226416-0ac9-5e76-b8df-1e2ae4911fb1/3c226416-0ac9-5e76-b8df-1e2ae4911fb1_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cn%252F59b7079d27a44c2cb416072264629b7a%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cn/59b7079d27a44c2cb416072264629b7a/images/large/9.jpg saved to cache
2026-03-26 22:50:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 3c226416-0ac9-5e76-b8df-1e2ae4911fb1
2026-03-26 22:50:35 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3c226416-0ac9-5e76-b8df-1e2ae4911fb1, skipping ID generation
2026-03-26 22:50:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3c226416-0ac9-5e76-b8df-1e2ae4911fb1 with scrape type 1
2026-03-26 22:50:35 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3c226416-0ac9-5e76-b8df-1e2ae4911fb1 sending to next pipeline
2026-03-26 22:50:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 3c226416-0ac9-5e76-b8df-1e2ae4911fb1, identifier: 1985398
2026-03-26 22:50:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b72cb2d0>
2026-03-26 22:50:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_01115e5d-60ff-5dfb-bc55-79d8d479682e/01115e5d-60ff-5dfb-bc55-79d8d479682e_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2au%252Fa4e118bb82fd40f284596e4a6995dab3%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2au/a4e118bb82fd40f284596e4a6995dab3/images/large/1.jpg saved to cache
2026-03-26 22:50:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 01115e5d-60ff-5dfb-bc55-79d8d479682e
2026-03-26 22:50:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76ee550>
2026-03-26 22:50:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_01115e5d-60ff-5dfb-bc55-79d8d479682e/01115e5d-60ff-5dfb-bc55-79d8d479682e_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2au%252Fa4e118bb82fd40f284596e4a6995dab3%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2au/a4e118bb82fd40f284596e4a6995dab3/images/large/3.jpg saved to cache
2026-03-26 22:50:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 01115e5d-60ff-5dfb-bc55-79d8d479682e
2026-03-26 22:50:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2au/a4e118bb82fd40f284596e4a6995dab3/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 3c226416-0ac9-5e76-b8df-1e2ae4911fb1 with identifier: 1985398
2026-03-26 22:50:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 3c226416-0ac9-5e76-b8df-1e2ae4911fb1 with identifier: 1985398
2026-03-26 22:50:35 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 3c226416-0ac9-5e76-b8df-1e2ae4911fb1 with identifier: 1985398 to the API
2026-03-26 22:50:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:50:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:50:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2cn/59b7079d27a44c2cb416072264629b7a/images/large/9.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '3c226416-0ac9-5e76-b8df-1e2ae4911fb1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'X2',
'odometer': 31143,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 15,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3c226416-0ac9-5e76-b8df-1e2ae4911fb1/3c226416-0ac9-5e76-b8df-1e2ae4911fb1_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 652208,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cn/59b7079d27a44c2cb416072264629b7a/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3c226416-0ac9-5e76-b8df-1e2ae4911fb1/3c226416-0ac9-5e76-b8df-1e2ae4911fb1_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 639820,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cn/59b7079d27a44c2cb416072264629b7a/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3c226416-0ac9-5e76-b8df-1e2ae4911fb1/3c226416-0ac9-5e76-b8df-1e2ae4911fb1_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 658941,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cn/59b7079d27a44c2cb416072264629b7a/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3c226416-0ac9-5e76-b8df-1e2ae4911fb1/3c226416-0ac9-5e76-b8df-1e2ae4911fb1_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 670871,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cn/59b7079d27a44c2cb416072264629b7a/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3c226416-0ac9-5e76-b8df-1e2ae4911fb1/3c226416-0ac9-5e76-b8df-1e2ae4911fb1_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 516129,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cn/59b7079d27a44c2cb416072264629b7a/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3c226416-0ac9-5e76-b8df-1e2ae4911fb1/3c226416-0ac9-5e76-b8df-1e2ae4911fb1_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 564832,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cn/59b7079d27a44c2cb416072264629b7a/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3c226416-0ac9-5e76-b8df-1e2ae4911fb1/3c226416-0ac9-5e76-b8df-1e2ae4911fb1_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 640413,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cn/59b7079d27a44c2cb416072264629b7a/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3c226416-0ac9-5e76-b8df-1e2ae4911fb1/3c226416-0ac9-5e76-b8df-1e2ae4911fb1_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 638369,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cn/59b7079d27a44c2cb416072264629b7a/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3c226416-0ac9-5e76-b8df-1e2ae4911fb1/3c226416-0ac9-5e76-b8df-1e2ae4911fb1_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 604305,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cn/59b7079d27a44c2cb416072264629b7a/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3c226416-0ac9-5e76-b8df-1e2ae4911fb1/3c226416-0ac9-5e76-b8df-1e2ae4911fb1_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 509560,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cn/59b7079d27a44c2cb416072264629b7a/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-22',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X2 1.5 XDRIVE25E PHEV 162KW)',
'transmission': 'automatic',
'trim': '1.5 XDRIVE25E PHEV 162KW)',
'vin': None,
'year': 2022}
2026-03-26 22:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985398%27 HTTP/1.1" 200 None
2026-03-26 22:50:35 [ayvens.be] INFO: Saving data for 1985398: {'created_time': 1774565435.621763, 'last_price_update_time': 1774565435.621772, 'auction_closing_time': 1774958400.0}
2026-03-26 22:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985398') HTTP/1.1" 204 0
2026-03-26 22:50:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dx/70cfe90370d741f5871709a157d925e3/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dx%252F70cfe90370d741f5871709a157d925e3%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dx/70cfe90370d741f5871709a157d925e3/images/large/6.jpg not downloaded yet
2026-03-26 22:50:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6df2610>
2026-03-26 22:50:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_01115e5d-60ff-5dfb-bc55-79d8d479682e/01115e5d-60ff-5dfb-bc55-79d8d479682e_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2au%252Fa4e118bb82fd40f284596e4a6995dab3%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2au/a4e118bb82fd40f284596e4a6995dab3/images/large/4.jpg saved to cache
2026-03-26 22:50:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 01115e5d-60ff-5dfb-bc55-79d8d479682e
2026-03-26 22:50:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2au/a4e118bb82fd40f284596e4a6995dab3/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2au/a4e118bb82fd40f284596e4a6995dab3/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dx%252F70cfe90370d741f5871709a157d925e3%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dx/70cfe90370d741f5871709a157d925e3/images/large/7.jpg not downloaded yet
2026-03-26 22:50:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2au/a4e118bb82fd40f284596e4a6995dab3/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dx/70cfe90370d741f5871709a157d925e3/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7726690>
2026-03-26 22:50:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_01115e5d-60ff-5dfb-bc55-79d8d479682e/01115e5d-60ff-5dfb-bc55-79d8d479682e_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2au%252Fa4e118bb82fd40f284596e4a6995dab3%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2au/a4e118bb82fd40f284596e4a6995dab3/images/large/5.jpg saved to cache
2026-03-26 22:50:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 01115e5d-60ff-5dfb-bc55-79d8d479682e
2026-03-26 22:50:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b792fc10>
2026-03-26 22:50:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_06d66e48-2f7e-53b5-a957-8c3f93250b6e/06d66e48-2f7e-53b5-a957-8c3f93250b6e_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dx%252F70cfe90370d741f5871709a157d925e3%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dx/70cfe90370d741f5871709a157d925e3/images/large/1.jpg saved to cache
2026-03-26 22:50:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 06d66e48-2f7e-53b5-a957-8c3f93250b6e
2026-03-26 22:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dx%252F70cfe90370d741f5871709a157d925e3%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dx/70cfe90370d741f5871709a157d925e3/images/large/8.jpg not downloaded yet
2026-03-26 22:50:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2au/a4e118bb82fd40f284596e4a6995dab3/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dx%252F70cfe90370d741f5871709a157d925e3%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dx/70cfe90370d741f5871709a157d925e3/images/large/9.jpg not downloaded yet
2026-03-26 22:50:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7aea210>
2026-03-26 22:50:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_01115e5d-60ff-5dfb-bc55-79d8d479682e/01115e5d-60ff-5dfb-bc55-79d8d479682e_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:50:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2au%252Fa4e118bb82fd40f284596e4a6995dab3%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2au/a4e118bb82fd40f284596e4a6995dab3/images/large/6.jpg saved to cache
2026-03-26 22:50:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 01115e5d-60ff-5dfb-bc55-79d8d479682e
2026-03-26 22:50:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b787d8d0>
2026-03-26 22:50:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_01115e5d-60ff-5dfb-bc55-79d8d479682e/01115e5d-60ff-5dfb-bc55-79d8d479682e_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:50:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2au%252Fa4e118bb82fd40f284596e4a6995dab3%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2au/a4e118bb82fd40f284596e4a6995dab3/images/large/7.jpg saved to cache
2026-03-26 22:50:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 01115e5d-60ff-5dfb-bc55-79d8d479682e
2026-03-26 22:50:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7772f50>
2026-03-26 22:50:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_01115e5d-60ff-5dfb-bc55-79d8d479682e/01115e5d-60ff-5dfb-bc55-79d8d479682e_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:50:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2au%252Fa4e118bb82fd40f284596e4a6995dab3%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2au/a4e118bb82fd40f284596e4a6995dab3/images/large/8.jpg saved to cache
2026-03-26 22:50:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 01115e5d-60ff-5dfb-bc55-79d8d479682e
2026-03-26 22:50:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7584c90>
2026-03-26 22:50:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_06d66e48-2f7e-53b5-a957-8c3f93250b6e/06d66e48-2f7e-53b5-a957-8c3f93250b6e_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:50:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dx%252F70cfe90370d741f5871709a157d925e3%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dx/70cfe90370d741f5871709a157d925e3/images/large/2.jpg saved to cache
2026-03-26 22:50:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 06d66e48-2f7e-53b5-a957-8c3f93250b6e
2026-03-26 22:50:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2au/a4e118bb82fd40f284596e4a6995dab3/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dx/70cfe90370d741f5871709a157d925e3/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dx%252F70cfe90370d741f5871709a157d925e3%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dx/70cfe90370d741f5871709a157d925e3/images/large/10.jpg not downloaded yet
2026-03-26 22:50:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dx/70cfe90370d741f5871709a157d925e3/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dx/70cfe90370d741f5871709a157d925e3/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e479d0>
2026-03-26 22:50:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_01115e5d-60ff-5dfb-bc55-79d8d479682e/01115e5d-60ff-5dfb-bc55-79d8d479682e_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:50:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2au%252Fa4e118bb82fd40f284596e4a6995dab3%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2au/a4e118bb82fd40f284596e4a6995dab3/images/large/9.jpg saved to cache
2026-03-26 22:50:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 01115e5d-60ff-5dfb-bc55-79d8d479682e
2026-03-26 22:50:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dx/70cfe90370d741f5871709a157d925e3/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:36 [ayvens.be] INFO: Found listing with ID: 1985401
2026-03-26 22:50:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985401%27 HTTP/1.1" 200 None
2026-03-26 22:50:36 [ayvens.be] INFO: Scrape type for 1985401: 1
2026-03-26 22:50:36 [ayvens.be] INFO: Extracting data for car ID: 1985401
2026-03-26 22:50:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d532fdcb-13d5-5c50-9730-da86ec6cb242 with identifier: 1985401
2026-03-26 22:50:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d532fdcb-13d5-5c50-9730-da86ec6cb242 with scrape type 1
2026-03-26 22:50:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item d532fdcb-13d5-5c50-9730-da86ec6cb242
2026-03-26 22:50:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252F48a89d7b107a4ffabbba0d420d1b8e2e%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/48a89d7b107a4ffabbba0d420d1b8e2e/images/large/1.jpg not downloaded yet
2026-03-26 22:50:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dx/70cfe90370d741f5871709a157d925e3/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252F48a89d7b107a4ffabbba0d420d1b8e2e%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/48a89d7b107a4ffabbba0d420d1b8e2e/images/large/2.jpg not downloaded yet
2026-03-26 22:50:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7427710>
2026-03-26 22:50:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_01115e5d-60ff-5dfb-bc55-79d8d479682e/01115e5d-60ff-5dfb-bc55-79d8d479682e_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:50:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2au%252Fa4e118bb82fd40f284596e4a6995dab3%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2au/a4e118bb82fd40f284596e4a6995dab3/images/large/10.jpg saved to cache
2026-03-26 22:50:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 01115e5d-60ff-5dfb-bc55-79d8d479682e
2026-03-26 22:50:36 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 01115e5d-60ff-5dfb-bc55-79d8d479682e, skipping ID generation
2026-03-26 22:50:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 01115e5d-60ff-5dfb-bc55-79d8d479682e with scrape type 1
2026-03-26 22:50:36 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 01115e5d-60ff-5dfb-bc55-79d8d479682e sending to next pipeline
2026-03-26 22:50:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 01115e5d-60ff-5dfb-bc55-79d8d479682e, identifier: 1985399
2026-03-26 22:50:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b78c2510>
2026-03-26 22:50:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_06d66e48-2f7e-53b5-a957-8c3f93250b6e/06d66e48-2f7e-53b5-a957-8c3f93250b6e_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:50:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dx%252F70cfe90370d741f5871709a157d925e3%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dx/70cfe90370d741f5871709a157d925e3/images/large/3.jpg saved to cache
2026-03-26 22:50:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 06d66e48-2f7e-53b5-a957-8c3f93250b6e
2026-03-26 22:50:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 01115e5d-60ff-5dfb-bc55-79d8d479682e with identifier: 1985399
2026-03-26 22:50:36 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 22:50:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-26 22:50:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 01115e5d-60ff-5dfb-bc55-79d8d479682e with identifier: 1985399
2026-03-26 22:50:36 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 01115e5d-60ff-5dfb-bc55-79d8d479682e with identifier: 1985399 to the API
2026-03-26 22:50:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:50:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:50:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2au/a4e118bb82fd40f284596e4a6995dab3/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': 36,
'color': 'CAVANSITE BLUE METALLIC',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.9L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': '01115e5d-60ff-5dfb-bc55-79d8d479682e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'E-CLASS BREAK',
'odometer': 215432,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 16,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_01115e5d-60ff-5dfb-bc55-79d8d479682e/01115e5d-60ff-5dfb-bc55-79d8d479682e_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 634548,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2au/a4e118bb82fd40f284596e4a6995dab3/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_01115e5d-60ff-5dfb-bc55-79d8d479682e/01115e5d-60ff-5dfb-bc55-79d8d479682e_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 647747,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2au/a4e118bb82fd40f284596e4a6995dab3/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_01115e5d-60ff-5dfb-bc55-79d8d479682e/01115e5d-60ff-5dfb-bc55-79d8d479682e_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 650710,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2au/a4e118bb82fd40f284596e4a6995dab3/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_01115e5d-60ff-5dfb-bc55-79d8d479682e/01115e5d-60ff-5dfb-bc55-79d8d479682e_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 711944,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2au/a4e118bb82fd40f284596e4a6995dab3/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_01115e5d-60ff-5dfb-bc55-79d8d479682e/01115e5d-60ff-5dfb-bc55-79d8d479682e_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 638717,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2au/a4e118bb82fd40f284596e4a6995dab3/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_01115e5d-60ff-5dfb-bc55-79d8d479682e/01115e5d-60ff-5dfb-bc55-79d8d479682e_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 614259,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2au/a4e118bb82fd40f284596e4a6995dab3/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_01115e5d-60ff-5dfb-bc55-79d8d479682e/01115e5d-60ff-5dfb-bc55-79d8d479682e_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 671548,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2au/a4e118bb82fd40f284596e4a6995dab3/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_01115e5d-60ff-5dfb-bc55-79d8d479682e/01115e5d-60ff-5dfb-bc55-79d8d479682e_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 675403,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2au/a4e118bb82fd40f284596e4a6995dab3/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_01115e5d-60ff-5dfb-bc55-79d8d479682e/01115e5d-60ff-5dfb-bc55-79d8d479682e_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 591129,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2au/a4e118bb82fd40f284596e4a6995dab3/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_01115e5d-60ff-5dfb-bc55-79d8d479682e/01115e5d-60ff-5dfb-bc55-79d8d479682e_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 672468,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2au/a4e118bb82fd40f284596e4a6995dab3/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-20',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ E-CLASS BREAK 2.0 E 300 DE AUTO',
'transmission': 'automatic',
'trim': '2.0 E 300 DE AUTO',
'vin': None,
'year': 2021}
2026-03-26 22:50:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985399%27 HTTP/1.1" 200 None
2026-03-26 22:50:37 [ayvens.be] INFO: Saving data for 1985399: {'created_time': 1774565437.169248, 'last_price_update_time': 1774565437.169257, 'auction_closing_time': 1774958400.0}
2026-03-26 22:50:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985399') HTTP/1.1" 204 0
2026-03-26 22:50:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b787ec50>
2026-03-26 22:50:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_06d66e48-2f7e-53b5-a957-8c3f93250b6e/06d66e48-2f7e-53b5-a957-8c3f93250b6e_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:50:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dx%252F70cfe90370d741f5871709a157d925e3%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dx/70cfe90370d741f5871709a157d925e3/images/large/5.jpg saved to cache
2026-03-26 22:50:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 06d66e48-2f7e-53b5-a957-8c3f93250b6e
2026-03-26 22:50:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7727590>
2026-03-26 22:50:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_06d66e48-2f7e-53b5-a957-8c3f93250b6e/06d66e48-2f7e-53b5-a957-8c3f93250b6e_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:50:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dx%252F70cfe90370d741f5871709a157d925e3%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dx/70cfe90370d741f5871709a157d925e3/images/large/4.jpg saved to cache
2026-03-26 22:50:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 06d66e48-2f7e-53b5-a957-8c3f93250b6e
2026-03-26 22:50:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252F48a89d7b107a4ffabbba0d420d1b8e2e%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/48a89d7b107a4ffabbba0d420d1b8e2e/images/large/3.jpg not downloaded yet
2026-03-26 22:50:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6defa50>
2026-03-26 22:50:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_06d66e48-2f7e-53b5-a957-8c3f93250b6e/06d66e48-2f7e-53b5-a957-8c3f93250b6e_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:50:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dx%252F70cfe90370d741f5871709a157d925e3%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dx/70cfe90370d741f5871709a157d925e3/images/large/6.jpg saved to cache
2026-03-26 22:50:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 06d66e48-2f7e-53b5-a957-8c3f93250b6e
2026-03-26 22:50:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e2b4d0>
2026-03-26 22:50:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_06d66e48-2f7e-53b5-a957-8c3f93250b6e/06d66e48-2f7e-53b5-a957-8c3f93250b6e_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:50:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dx%252F70cfe90370d741f5871709a157d925e3%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dx/70cfe90370d741f5871709a157d925e3/images/large/7.jpg saved to cache
2026-03-26 22:50:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 06d66e48-2f7e-53b5-a957-8c3f93250b6e
2026-03-26 22:50:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dx/70cfe90370d741f5871709a157d925e3/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252F48a89d7b107a4ffabbba0d420d1b8e2e%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/48a89d7b107a4ffabbba0d420d1b8e2e/images/large/4.jpg not downloaded yet
2026-03-26 22:50:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dx/70cfe90370d741f5871709a157d925e3/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dx/70cfe90370d741f5871709a157d925e3/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252F48a89d7b107a4ffabbba0d420d1b8e2e%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/48a89d7b107a4ffabbba0d420d1b8e2e/images/large/5.jpg not downloaded yet
2026-03-26 22:50:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252F48a89d7b107a4ffabbba0d420d1b8e2e%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/48a89d7b107a4ffabbba0d420d1b8e2e/images/large/6.jpg not downloaded yet
2026-03-26 22:50:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252F48a89d7b107a4ffabbba0d420d1b8e2e%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/48a89d7b107a4ffabbba0d420d1b8e2e/images/large/7.jpg not downloaded yet
2026-03-26 22:50:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252F48a89d7b107a4ffabbba0d420d1b8e2e%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/48a89d7b107a4ffabbba0d420d1b8e2e/images/large/8.jpg not downloaded yet
2026-03-26 22:50:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252F48a89d7b107a4ffabbba0d420d1b8e2e%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/48a89d7b107a4ffabbba0d420d1b8e2e/images/large/9.jpg not downloaded yet
2026-03-26 22:50:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bw/48a89d7b107a4ffabbba0d420d1b8e2e/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b78c2950>
2026-03-26 22:50:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_06d66e48-2f7e-53b5-a957-8c3f93250b6e/06d66e48-2f7e-53b5-a957-8c3f93250b6e_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:50:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dx%252F70cfe90370d741f5871709a157d925e3%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dx/70cfe90370d741f5871709a157d925e3/images/large/8.jpg saved to cache
2026-03-26 22:50:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 06d66e48-2f7e-53b5-a957-8c3f93250b6e
2026-03-26 22:50:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252F48a89d7b107a4ffabbba0d420d1b8e2e%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/48a89d7b107a4ffabbba0d420d1b8e2e/images/large/10.jpg not downloaded yet
2026-03-26 22:50:37 [ayvens.be] INFO: Found listing with ID: 1985402
2026-03-26 22:50:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985402%27 HTTP/1.1" 200 None
2026-03-26 22:50:37 [ayvens.be] INFO: Scrape type for 1985402: 1
2026-03-26 22:50:37 [ayvens.be] INFO: Extracting data for car ID: 1985402
2026-03-26 22:50:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0cccef83-c8e9-5e43-a466-86f3038f3493 with identifier: 1985402
2026-03-26 22:50:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0cccef83-c8e9-5e43-a466-86f3038f3493 with scrape type 1
2026-03-26 22:50:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 0cccef83-c8e9-5e43-a466-86f3038f3493
2026-03-26 22:50:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bx%252Fa1fdedb45072491b933939e06ffaee0b%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bx/a1fdedb45072491b933939e06ffaee0b/images/large/1.jpg not downloaded yet
2026-03-26 22:50:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bw/48a89d7b107a4ffabbba0d420d1b8e2e/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bx%252Fa1fdedb45072491b933939e06ffaee0b%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bx/a1fdedb45072491b933939e06ffaee0b/images/large/2.jpg not downloaded yet
2026-03-26 22:50:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5ca4e50>
2026-03-26 22:50:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_06d66e48-2f7e-53b5-a957-8c3f93250b6e/06d66e48-2f7e-53b5-a957-8c3f93250b6e_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:50:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dx%252F70cfe90370d741f5871709a157d925e3%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dx/70cfe90370d741f5871709a157d925e3/images/large/10.jpg saved to cache
2026-03-26 22:50:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 06d66e48-2f7e-53b5-a957-8c3f93250b6e
2026-03-26 22:50:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77bcdd0>
2026-03-26 22:50:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_06d66e48-2f7e-53b5-a957-8c3f93250b6e/06d66e48-2f7e-53b5-a957-8c3f93250b6e_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dx%252F70cfe90370d741f5871709a157d925e3%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dx/70cfe90370d741f5871709a157d925e3/images/large/9.jpg saved to cache
2026-03-26 22:50:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 06d66e48-2f7e-53b5-a957-8c3f93250b6e
2026-03-26 22:50:38 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 06d66e48-2f7e-53b5-a957-8c3f93250b6e, skipping ID generation
2026-03-26 22:50:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 06d66e48-2f7e-53b5-a957-8c3f93250b6e with scrape type 1
2026-03-26 22:50:38 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 06d66e48-2f7e-53b5-a957-8c3f93250b6e sending to next pipeline
2026-03-26 22:50:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 06d66e48-2f7e-53b5-a957-8c3f93250b6e, identifier: 1985400
2026-03-26 22:50:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cbdd50>
2026-03-26 22:50:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d532fdcb-13d5-5c50-9730-da86ec6cb242/d532fdcb-13d5-5c50-9730-da86ec6cb242_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252F48a89d7b107a4ffabbba0d420d1b8e2e%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/48a89d7b107a4ffabbba0d420d1b8e2e/images/large/1.jpg saved to cache
2026-03-26 22:50:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item d532fdcb-13d5-5c50-9730-da86ec6cb242
2026-03-26 22:50:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 06d66e48-2f7e-53b5-a957-8c3f93250b6e with identifier: 1985400
2026-03-26 22:50:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 06d66e48-2f7e-53b5-a957-8c3f93250b6e with identifier: 1985400
2026-03-26 22:50:38 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 06d66e48-2f7e-53b5-a957-8c3f93250b6e with identifier: 1985400 to the API
2026-03-26 22:50:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:50:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:50:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2dx/70cfe90370d741f5871709a157d925e3/images/large/9.jpg>
{'auction_title': '',
'c_o_2_emission_value': 10835175,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '06d66e48-2f7e-53b5-a957-8c3f93250b6e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'GOLF VARIANT VIII',
'odometer': 35175,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 16,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_06d66e48-2f7e-53b5-a957-8c3f93250b6e/06d66e48-2f7e-53b5-a957-8c3f93250b6e_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 251892,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dx/70cfe90370d741f5871709a157d925e3/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_06d66e48-2f7e-53b5-a957-8c3f93250b6e/06d66e48-2f7e-53b5-a957-8c3f93250b6e_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 249696,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dx/70cfe90370d741f5871709a157d925e3/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_06d66e48-2f7e-53b5-a957-8c3f93250b6e/06d66e48-2f7e-53b5-a957-8c3f93250b6e_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 260219,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dx/70cfe90370d741f5871709a157d925e3/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_06d66e48-2f7e-53b5-a957-8c3f93250b6e/06d66e48-2f7e-53b5-a957-8c3f93250b6e_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 280963,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dx/70cfe90370d741f5871709a157d925e3/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_06d66e48-2f7e-53b5-a957-8c3f93250b6e/06d66e48-2f7e-53b5-a957-8c3f93250b6e_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 282230,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dx/70cfe90370d741f5871709a157d925e3/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_06d66e48-2f7e-53b5-a957-8c3f93250b6e/06d66e48-2f7e-53b5-a957-8c3f93250b6e_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 257718,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dx/70cfe90370d741f5871709a157d925e3/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_06d66e48-2f7e-53b5-a957-8c3f93250b6e/06d66e48-2f7e-53b5-a957-8c3f93250b6e_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 276863,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dx/70cfe90370d741f5871709a157d925e3/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_06d66e48-2f7e-53b5-a957-8c3f93250b6e/06d66e48-2f7e-53b5-a957-8c3f93250b6e_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 350492,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dx/70cfe90370d741f5871709a157d925e3/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_06d66e48-2f7e-53b5-a957-8c3f93250b6e/06d66e48-2f7e-53b5-a957-8c3f93250b6e_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 318497,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dx/70cfe90370d741f5871709a157d925e3/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_06d66e48-2f7e-53b5-a957-8c3f93250b6e/06d66e48-2f7e-53b5-a957-8c3f93250b6e_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 308547,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dx/70cfe90370d741f5871709a157d925e3/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-07-20',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN GOLF VARIANT VIII 1.0 TSI 81KW LIFE BUSINESS',
'transmission': 'manual',
'trim': '1.0 TSI 81KW LIFE BUSINESS',
'vin': None,
'year': 2023}
2026-03-26 22:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985400%27 HTTP/1.1" 200 None
2026-03-26 22:50:38 [ayvens.be] INFO: Saving data for 1985400: {'created_time': 1774565438.523916, 'last_price_update_time': 1774565438.523927, 'auction_closing_time': 1774958400.0}
2026-03-26 22:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985400') HTTP/1.1" 204 0
2026-03-26 22:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bx%252Fa1fdedb45072491b933939e06ffaee0b%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bx/a1fdedb45072491b933939e06ffaee0b/images/large/3.jpg not downloaded yet
2026-03-26 22:50:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bw/48a89d7b107a4ffabbba0d420d1b8e2e/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bw/48a89d7b107a4ffabbba0d420d1b8e2e/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bx%252Fa1fdedb45072491b933939e06ffaee0b%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bx/a1fdedb45072491b933939e06ffaee0b/images/large/4.jpg not downloaded yet
2026-03-26 22:50:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bw/48a89d7b107a4ffabbba0d420d1b8e2e/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7725290>
2026-03-26 22:50:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d532fdcb-13d5-5c50-9730-da86ec6cb242/d532fdcb-13d5-5c50-9730-da86ec6cb242_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252F48a89d7b107a4ffabbba0d420d1b8e2e%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/48a89d7b107a4ffabbba0d420d1b8e2e/images/large/2.jpg saved to cache
2026-03-26 22:50:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item d532fdcb-13d5-5c50-9730-da86ec6cb242
2026-03-26 22:50:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bw/48a89d7b107a4ffabbba0d420d1b8e2e/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bw/48a89d7b107a4ffabbba0d420d1b8e2e/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bx%252Fa1fdedb45072491b933939e06ffaee0b%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bx/a1fdedb45072491b933939e06ffaee0b/images/large/5.jpg not downloaded yet
2026-03-26 22:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bx%252Fa1fdedb45072491b933939e06ffaee0b%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bx/a1fdedb45072491b933939e06ffaee0b/images/large/6.jpg not downloaded yet
2026-03-26 22:50:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e00b90>
2026-03-26 22:50:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d532fdcb-13d5-5c50-9730-da86ec6cb242/d532fdcb-13d5-5c50-9730-da86ec6cb242_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252F48a89d7b107a4ffabbba0d420d1b8e2e%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/48a89d7b107a4ffabbba0d420d1b8e2e/images/large/3.jpg saved to cache
2026-03-26 22:50:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item d532fdcb-13d5-5c50-9730-da86ec6cb242
2026-03-26 22:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bx%252Fa1fdedb45072491b933939e06ffaee0b%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bx/a1fdedb45072491b933939e06ffaee0b/images/large/7.jpg not downloaded yet
2026-03-26 22:50:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bw/48a89d7b107a4ffabbba0d420d1b8e2e/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e16990>
2026-03-26 22:50:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d532fdcb-13d5-5c50-9730-da86ec6cb242/d532fdcb-13d5-5c50-9730-da86ec6cb242_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252F48a89d7b107a4ffabbba0d420d1b8e2e%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/48a89d7b107a4ffabbba0d420d1b8e2e/images/large/6.jpg saved to cache
2026-03-26 22:50:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item d532fdcb-13d5-5c50-9730-da86ec6cb242
2026-03-26 22:50:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77c9190>
2026-03-26 22:50:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d532fdcb-13d5-5c50-9730-da86ec6cb242/d532fdcb-13d5-5c50-9730-da86ec6cb242_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252F48a89d7b107a4ffabbba0d420d1b8e2e%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/48a89d7b107a4ffabbba0d420d1b8e2e/images/large/5.jpg saved to cache
2026-03-26 22:50:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item d532fdcb-13d5-5c50-9730-da86ec6cb242
2026-03-26 22:50:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bw/48a89d7b107a4ffabbba0d420d1b8e2e/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bw/48a89d7b107a4ffabbba0d420d1b8e2e/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bx%252Fa1fdedb45072491b933939e06ffaee0b%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bx/a1fdedb45072491b933939e06ffaee0b/images/large/8.jpg not downloaded yet
2026-03-26 22:50:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7427190>
2026-03-26 22:50:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d532fdcb-13d5-5c50-9730-da86ec6cb242/d532fdcb-13d5-5c50-9730-da86ec6cb242_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:50:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252F48a89d7b107a4ffabbba0d420d1b8e2e%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/48a89d7b107a4ffabbba0d420d1b8e2e/images/large/4.jpg saved to cache
2026-03-26 22:50:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item d532fdcb-13d5-5c50-9730-da86ec6cb242
2026-03-26 22:50:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77cad90>
2026-03-26 22:50:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d532fdcb-13d5-5c50-9730-da86ec6cb242/d532fdcb-13d5-5c50-9730-da86ec6cb242_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:50:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252F48a89d7b107a4ffabbba0d420d1b8e2e%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/48a89d7b107a4ffabbba0d420d1b8e2e/images/large/7.jpg saved to cache
2026-03-26 22:50:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item d532fdcb-13d5-5c50-9730-da86ec6cb242
2026-03-26 22:50:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bx%252Fa1fdedb45072491b933939e06ffaee0b%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bx/a1fdedb45072491b933939e06ffaee0b/images/large/9.jpg not downloaded yet
2026-03-26 22:50:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5ca1090>
2026-03-26 22:50:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d532fdcb-13d5-5c50-9730-da86ec6cb242/d532fdcb-13d5-5c50-9730-da86ec6cb242_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:50:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252F48a89d7b107a4ffabbba0d420d1b8e2e%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/48a89d7b107a4ffabbba0d420d1b8e2e/images/large/9.jpg saved to cache
2026-03-26 22:50:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item d532fdcb-13d5-5c50-9730-da86ec6cb242
2026-03-26 22:50:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bx/a1fdedb45072491b933939e06ffaee0b/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bx%252Fa1fdedb45072491b933939e06ffaee0b%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bx/a1fdedb45072491b933939e06ffaee0b/images/large/10.jpg not downloaded yet
2026-03-26 22:50:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7927650>
2026-03-26 22:50:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d532fdcb-13d5-5c50-9730-da86ec6cb242/d532fdcb-13d5-5c50-9730-da86ec6cb242_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:50:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252F48a89d7b107a4ffabbba0d420d1b8e2e%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/48a89d7b107a4ffabbba0d420d1b8e2e/images/large/8.jpg saved to cache
2026-03-26 22:50:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item d532fdcb-13d5-5c50-9730-da86ec6cb242
2026-03-26 22:50:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7400b90>
2026-03-26 22:50:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d532fdcb-13d5-5c50-9730-da86ec6cb242/d532fdcb-13d5-5c50-9730-da86ec6cb242_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:50:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252F48a89d7b107a4ffabbba0d420d1b8e2e%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/48a89d7b107a4ffabbba0d420d1b8e2e/images/large/10.jpg saved to cache
2026-03-26 22:50:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item d532fdcb-13d5-5c50-9730-da86ec6cb242
2026-03-26 22:50:39 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d532fdcb-13d5-5c50-9730-da86ec6cb242, skipping ID generation
2026-03-26 22:50:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d532fdcb-13d5-5c50-9730-da86ec6cb242 with scrape type 1
2026-03-26 22:50:39 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d532fdcb-13d5-5c50-9730-da86ec6cb242 sending to next pipeline
2026-03-26 22:50:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: d532fdcb-13d5-5c50-9730-da86ec6cb242, identifier: 1985401
2026-03-26 22:50:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: d532fdcb-13d5-5c50-9730-da86ec6cb242 with identifier: 1985401
2026-03-26 22:50:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: d532fdcb-13d5-5c50-9730-da86ec6cb242 with identifier: 1985401
2026-03-26 22:50:39 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: d532fdcb-13d5-5c50-9730-da86ec6cb242 with identifier: 1985401 to the API
2026-03-26 22:50:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:50:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:50:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bw/48a89d7b107a4ffabbba0d420d1b8e2e/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'd532fdcb-13d5-5c50-9730-da86ec6cb242',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'Q3 Sportback',
'odometer': 60782,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 16,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d532fdcb-13d5-5c50-9730-da86ec6cb242/d532fdcb-13d5-5c50-9730-da86ec6cb242_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 661323,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bw/48a89d7b107a4ffabbba0d420d1b8e2e/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d532fdcb-13d5-5c50-9730-da86ec6cb242/d532fdcb-13d5-5c50-9730-da86ec6cb242_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 613920,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bw/48a89d7b107a4ffabbba0d420d1b8e2e/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d532fdcb-13d5-5c50-9730-da86ec6cb242/d532fdcb-13d5-5c50-9730-da86ec6cb242_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 616058,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bw/48a89d7b107a4ffabbba0d420d1b8e2e/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d532fdcb-13d5-5c50-9730-da86ec6cb242/d532fdcb-13d5-5c50-9730-da86ec6cb242_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 746543,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bw/48a89d7b107a4ffabbba0d420d1b8e2e/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d532fdcb-13d5-5c50-9730-da86ec6cb242/d532fdcb-13d5-5c50-9730-da86ec6cb242_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 598243,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bw/48a89d7b107a4ffabbba0d420d1b8e2e/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d532fdcb-13d5-5c50-9730-da86ec6cb242/d532fdcb-13d5-5c50-9730-da86ec6cb242_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 554108,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bw/48a89d7b107a4ffabbba0d420d1b8e2e/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d532fdcb-13d5-5c50-9730-da86ec6cb242/d532fdcb-13d5-5c50-9730-da86ec6cb242_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 631386,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bw/48a89d7b107a4ffabbba0d420d1b8e2e/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d532fdcb-13d5-5c50-9730-da86ec6cb242/d532fdcb-13d5-5c50-9730-da86ec6cb242_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 715671,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bw/48a89d7b107a4ffabbba0d420d1b8e2e/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d532fdcb-13d5-5c50-9730-da86ec6cb242/d532fdcb-13d5-5c50-9730-da86ec6cb242_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 602979,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bw/48a89d7b107a4ffabbba0d420d1b8e2e/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d532fdcb-13d5-5c50-9730-da86ec6cb242/d532fdcb-13d5-5c50-9730-da86ec6cb242_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 611807,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bw/48a89d7b107a4ffabbba0d420d1b8e2e/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-14',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q3 Sportback 1.4 45 TFSI E S TRONIC',
'transmission': 'automatic',
'trim': '1.4 45 TFSI E S TRONIC',
'vin': None,
'year': 2022}
2026-03-26 22:50:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985401%27 HTTP/1.1" 200 None
2026-03-26 22:50:39 [ayvens.be] INFO: Saving data for 1985401: {'created_time': 1774565439.856748, 'last_price_update_time': 1774565439.856757, 'auction_closing_time': 1774958400.0}
2026-03-26 22:50:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985401') HTTP/1.1" 204 0
2026-03-26 22:50:39 [ayvens.be] INFO: Found listing with ID: 1985403
2026-03-26 22:50:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985403%27 HTTP/1.1" 200 None
2026-03-26 22:50:39 [ayvens.be] INFO: Scrape type for 1985403: 1
2026-03-26 22:50:39 [ayvens.be] INFO: Extracting data for car ID: 1985403
2026-03-26 22:50:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3a479119-61e5-5b1a-b329-a6f67a5b7217 with identifier: 1985403
2026-03-26 22:50:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3a479119-61e5-5b1a-b329-a6f67a5b7217 with scrape type 1
2026-03-26 22:50:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 3a479119-61e5-5b1a-b329-a6f67a5b7217
2026-03-26 22:50:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cc%252F1f5dd5294a9c49afa4b3052a8a48a4b2%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cc/1f5dd5294a9c49afa4b3052a8a48a4b2/images/large/1.jpg not downloaded yet
2026-03-26 22:50:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7a81ed0>
2026-03-26 22:50:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0cccef83-c8e9-5e43-a466-86f3038f3493/0cccef83-c8e9-5e43-a466-86f3038f3493_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bx%252Fa1fdedb45072491b933939e06ffaee0b%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bx/a1fdedb45072491b933939e06ffaee0b/images/large/1.jpg saved to cache
2026-03-26 22:50:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 0cccef83-c8e9-5e43-a466-86f3038f3493
2026-03-26 22:50:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bx/a1fdedb45072491b933939e06ffaee0b/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cc%252F1f5dd5294a9c49afa4b3052a8a48a4b2%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cc/1f5dd5294a9c49afa4b3052a8a48a4b2/images/large/2.jpg not downloaded yet
2026-03-26 22:50:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bx/a1fdedb45072491b933939e06ffaee0b/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bx/a1fdedb45072491b933939e06ffaee0b/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bx/a1fdedb45072491b933939e06ffaee0b/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cc%252F1f5dd5294a9c49afa4b3052a8a48a4b2%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cc/1f5dd5294a9c49afa4b3052a8a48a4b2/images/large/3.jpg not downloaded yet
2026-03-26 22:50:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bx/a1fdedb45072491b933939e06ffaee0b/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cc%252F1f5dd5294a9c49afa4b3052a8a48a4b2%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cc/1f5dd5294a9c49afa4b3052a8a48a4b2/images/large/4.jpg not downloaded yet
2026-03-26 22:50:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bx/a1fdedb45072491b933939e06ffaee0b/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cc%252F1f5dd5294a9c49afa4b3052a8a48a4b2%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cc/1f5dd5294a9c49afa4b3052a8a48a4b2/images/large/5.jpg not downloaded yet
2026-03-26 22:50:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bx/a1fdedb45072491b933939e06ffaee0b/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bx/a1fdedb45072491b933939e06ffaee0b/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cc%252F1f5dd5294a9c49afa4b3052a8a48a4b2%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cc/1f5dd5294a9c49afa4b3052a8a48a4b2/images/large/6.jpg not downloaded yet
2026-03-26 22:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cc%252F1f5dd5294a9c49afa4b3052a8a48a4b2%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cc/1f5dd5294a9c49afa4b3052a8a48a4b2/images/large/7.jpg not downloaded yet
2026-03-26 22:50:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5ca7c50>
2026-03-26 22:50:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0cccef83-c8e9-5e43-a466-86f3038f3493/0cccef83-c8e9-5e43-a466-86f3038f3493_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bx%252Fa1fdedb45072491b933939e06ffaee0b%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bx/a1fdedb45072491b933939e06ffaee0b/images/large/5.jpg saved to cache
2026-03-26 22:50:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 0cccef83-c8e9-5e43-a466-86f3038f3493
2026-03-26 22:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cc%252F1f5dd5294a9c49afa4b3052a8a48a4b2%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cc/1f5dd5294a9c49afa4b3052a8a48a4b2/images/large/8.jpg not downloaded yet
2026-03-26 22:50:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7818b10>
2026-03-26 22:50:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0cccef83-c8e9-5e43-a466-86f3038f3493/0cccef83-c8e9-5e43-a466-86f3038f3493_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bx%252Fa1fdedb45072491b933939e06ffaee0b%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bx/a1fdedb45072491b933939e06ffaee0b/images/large/4.jpg saved to cache
2026-03-26 22:50:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 0cccef83-c8e9-5e43-a466-86f3038f3493
2026-03-26 22:50:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7912450>
2026-03-26 22:50:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0cccef83-c8e9-5e43-a466-86f3038f3493/0cccef83-c8e9-5e43-a466-86f3038f3493_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bx%252Fa1fdedb45072491b933939e06ffaee0b%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bx/a1fdedb45072491b933939e06ffaee0b/images/large/3.jpg saved to cache
2026-03-26 22:50:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 0cccef83-c8e9-5e43-a466-86f3038f3493
2026-03-26 22:50:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79271d0>
2026-03-26 22:50:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0cccef83-c8e9-5e43-a466-86f3038f3493/0cccef83-c8e9-5e43-a466-86f3038f3493_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bx%252Fa1fdedb45072491b933939e06ffaee0b%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bx/a1fdedb45072491b933939e06ffaee0b/images/large/2.jpg saved to cache
2026-03-26 22:50:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 0cccef83-c8e9-5e43-a466-86f3038f3493
2026-03-26 22:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cc%252F1f5dd5294a9c49afa4b3052a8a48a4b2%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cc/1f5dd5294a9c49afa4b3052a8a48a4b2/images/large/9.jpg not downloaded yet
2026-03-26 22:50:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b78769d0>
2026-03-26 22:50:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0cccef83-c8e9-5e43-a466-86f3038f3493/0cccef83-c8e9-5e43-a466-86f3038f3493_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bx%252Fa1fdedb45072491b933939e06ffaee0b%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bx/a1fdedb45072491b933939e06ffaee0b/images/large/6.jpg saved to cache
2026-03-26 22:50:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 0cccef83-c8e9-5e43-a466-86f3038f3493
2026-03-26 22:50:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76a4290>
2026-03-26 22:50:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0cccef83-c8e9-5e43-a466-86f3038f3493/0cccef83-c8e9-5e43-a466-86f3038f3493_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bx%252Fa1fdedb45072491b933939e06ffaee0b%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bx/a1fdedb45072491b933939e06ffaee0b/images/large/7.jpg saved to cache
2026-03-26 22:50:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 0cccef83-c8e9-5e43-a466-86f3038f3493
2026-03-26 22:50:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6dee990>
2026-03-26 22:50:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0cccef83-c8e9-5e43-a466-86f3038f3493/0cccef83-c8e9-5e43-a466-86f3038f3493_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bx%252Fa1fdedb45072491b933939e06ffaee0b%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bx/a1fdedb45072491b933939e06ffaee0b/images/large/8.jpg saved to cache
2026-03-26 22:50:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 0cccef83-c8e9-5e43-a466-86f3038f3493
2026-03-26 22:50:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7585b10>
2026-03-26 22:50:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0cccef83-c8e9-5e43-a466-86f3038f3493/0cccef83-c8e9-5e43-a466-86f3038f3493_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bx%252Fa1fdedb45072491b933939e06ffaee0b%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bx/a1fdedb45072491b933939e06ffaee0b/images/large/9.jpg saved to cache
2026-03-26 22:50:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 0cccef83-c8e9-5e43-a466-86f3038f3493
2026-03-26 22:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cc%252F1f5dd5294a9c49afa4b3052a8a48a4b2%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cc/1f5dd5294a9c49afa4b3052a8a48a4b2/images/large/10.jpg not downloaded yet
2026-03-26 22:50:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cc/1f5dd5294a9c49afa4b3052a8a48a4b2/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:40 [ayvens.be] INFO: Found listing with ID: 1985404
2026-03-26 22:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985404%27 HTTP/1.1" 200 None
2026-03-26 22:50:40 [ayvens.be] INFO: Scrape type for 1985404: 1
2026-03-26 22:50:40 [ayvens.be] INFO: Extracting data for car ID: 1985404
2026-03-26 22:50:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a206e3e-7dc8-586a-86ea-5675f49b7965 with identifier: 1985404
2026-03-26 22:50:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a206e3e-7dc8-586a-86ea-5675f49b7965 with scrape type 1
2026-03-26 22:50:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 8a206e3e-7dc8-586a-86ea-5675f49b7965
2026-03-26 22:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F73c7a401428742468437c7d3bdefd550%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/73c7a401428742468437c7d3bdefd550/images/large/1.jpg not downloaded yet
2026-03-26 22:50:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bx/a1fdedb45072491b933939e06ffaee0b/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cc/1f5dd5294a9c49afa4b3052a8a48a4b2/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F73c7a401428742468437c7d3bdefd550%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/73c7a401428742468437c7d3bdefd550/images/large/2.jpg not downloaded yet
2026-03-26 22:50:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cc/1f5dd5294a9c49afa4b3052a8a48a4b2/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cc/1f5dd5294a9c49afa4b3052a8a48a4b2/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F73c7a401428742468437c7d3bdefd550%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/73c7a401428742468437c7d3bdefd550/images/large/3.jpg not downloaded yet
2026-03-26 22:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F73c7a401428742468437c7d3bdefd550%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/73c7a401428742468437c7d3bdefd550/images/large/4.jpg not downloaded yet
2026-03-26 22:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F73c7a401428742468437c7d3bdefd550%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/73c7a401428742468437c7d3bdefd550/images/large/5.jpg not downloaded yet
2026-03-26 22:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F73c7a401428742468437c7d3bdefd550%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/73c7a401428742468437c7d3bdefd550/images/large/6.jpg not downloaded yet
2026-03-26 22:50:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cc/1f5dd5294a9c49afa4b3052a8a48a4b2/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77ae9d0>
2026-03-26 22:50:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3a479119-61e5-5b1a-b329-a6f67a5b7217/3a479119-61e5-5b1a-b329-a6f67a5b7217_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cc%252F1f5dd5294a9c49afa4b3052a8a48a4b2%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cc/1f5dd5294a9c49afa4b3052a8a48a4b2/images/large/1.jpg saved to cache
2026-03-26 22:50:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 3a479119-61e5-5b1a-b329-a6f67a5b7217
2026-03-26 22:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F73c7a401428742468437c7d3bdefd550%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/73c7a401428742468437c7d3bdefd550/images/large/7.jpg not downloaded yet
2026-03-26 22:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F73c7a401428742468437c7d3bdefd550%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/73c7a401428742468437c7d3bdefd550/images/large/8.jpg not downloaded yet
2026-03-26 22:50:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cc/1f5dd5294a9c49afa4b3052a8a48a4b2/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F73c7a401428742468437c7d3bdefd550%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/73c7a401428742468437c7d3bdefd550/images/large/9.jpg not downloaded yet
2026-03-26 22:50:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e35910>
2026-03-26 22:50:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0cccef83-c8e9-5e43-a466-86f3038f3493/0cccef83-c8e9-5e43-a466-86f3038f3493_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bx%252Fa1fdedb45072491b933939e06ffaee0b%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bx/a1fdedb45072491b933939e06ffaee0b/images/large/10.jpg saved to cache
2026-03-26 22:50:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 0cccef83-c8e9-5e43-a466-86f3038f3493
2026-03-26 22:50:41 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0cccef83-c8e9-5e43-a466-86f3038f3493, skipping ID generation
2026-03-26 22:50:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0cccef83-c8e9-5e43-a466-86f3038f3493 with scrape type 1
2026-03-26 22:50:41 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0cccef83-c8e9-5e43-a466-86f3038f3493 sending to next pipeline
2026-03-26 22:50:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 0cccef83-c8e9-5e43-a466-86f3038f3493, identifier: 1985402
2026-03-26 22:50:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd48ee90>
2026-03-26 22:50:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3a479119-61e5-5b1a-b329-a6f67a5b7217/3a479119-61e5-5b1a-b329-a6f67a5b7217_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cc%252F1f5dd5294a9c49afa4b3052a8a48a4b2%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cc/1f5dd5294a9c49afa4b3052a8a48a4b2/images/large/3.jpg saved to cache
2026-03-26 22:50:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 3a479119-61e5-5b1a-b329-a6f67a5b7217
2026-03-26 22:50:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7876dd0>
2026-03-26 22:50:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3a479119-61e5-5b1a-b329-a6f67a5b7217/3a479119-61e5-5b1a-b329-a6f67a5b7217_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cc%252F1f5dd5294a9c49afa4b3052a8a48a4b2%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cc/1f5dd5294a9c49afa4b3052a8a48a4b2/images/large/2.jpg saved to cache
2026-03-26 22:50:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 3a479119-61e5-5b1a-b329-a6f67a5b7217
2026-03-26 22:50:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77adad0>
2026-03-26 22:50:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3a479119-61e5-5b1a-b329-a6f67a5b7217/3a479119-61e5-5b1a-b329-a6f67a5b7217_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cc%252F1f5dd5294a9c49afa4b3052a8a48a4b2%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cc/1f5dd5294a9c49afa4b3052a8a48a4b2/images/large/4.jpg saved to cache
2026-03-26 22:50:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 3a479119-61e5-5b1a-b329-a6f67a5b7217
2026-03-26 22:50:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7caadd0>
2026-03-26 22:50:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3a479119-61e5-5b1a-b329-a6f67a5b7217/3a479119-61e5-5b1a-b329-a6f67a5b7217_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cc%252F1f5dd5294a9c49afa4b3052a8a48a4b2%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cc/1f5dd5294a9c49afa4b3052a8a48a4b2/images/large/6.jpg saved to cache
2026-03-26 22:50:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 3a479119-61e5-5b1a-b329-a6f67a5b7217
2026-03-26 22:50:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cc/1f5dd5294a9c49afa4b3052a8a48a4b2/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cc/1f5dd5294a9c49afa4b3052a8a48a4b2/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 0cccef83-c8e9-5e43-a466-86f3038f3493 with identifier: 1985402
2026-03-26 22:50:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 0cccef83-c8e9-5e43-a466-86f3038f3493 with identifier: 1985402
2026-03-26 22:50:42 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 0cccef83-c8e9-5e43-a466-86f3038f3493 with identifier: 1985402 to the API
2026-03-26 22:50:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:50:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:50:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bx/a1fdedb45072491b933939e06ffaee0b/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '0cccef83-c8e9-5e43-a466-86f3038f3493',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'Q3 Sportback',
'odometer': 74920,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 16,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0cccef83-c8e9-5e43-a466-86f3038f3493/0cccef83-c8e9-5e43-a466-86f3038f3493_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 645468,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bx/a1fdedb45072491b933939e06ffaee0b/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0cccef83-c8e9-5e43-a466-86f3038f3493/0cccef83-c8e9-5e43-a466-86f3038f3493_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 666905,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bx/a1fdedb45072491b933939e06ffaee0b/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0cccef83-c8e9-5e43-a466-86f3038f3493/0cccef83-c8e9-5e43-a466-86f3038f3493_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 657588,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bx/a1fdedb45072491b933939e06ffaee0b/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0cccef83-c8e9-5e43-a466-86f3038f3493/0cccef83-c8e9-5e43-a466-86f3038f3493_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 680940,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bx/a1fdedb45072491b933939e06ffaee0b/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0cccef83-c8e9-5e43-a466-86f3038f3493/0cccef83-c8e9-5e43-a466-86f3038f3493_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 516808,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bx/a1fdedb45072491b933939e06ffaee0b/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0cccef83-c8e9-5e43-a466-86f3038f3493/0cccef83-c8e9-5e43-a466-86f3038f3493_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 620616,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bx/a1fdedb45072491b933939e06ffaee0b/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0cccef83-c8e9-5e43-a466-86f3038f3493/0cccef83-c8e9-5e43-a466-86f3038f3493_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 616650,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bx/a1fdedb45072491b933939e06ffaee0b/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0cccef83-c8e9-5e43-a466-86f3038f3493/0cccef83-c8e9-5e43-a466-86f3038f3493_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 656382,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bx/a1fdedb45072491b933939e06ffaee0b/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0cccef83-c8e9-5e43-a466-86f3038f3493/0cccef83-c8e9-5e43-a466-86f3038f3493_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 574032,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bx/a1fdedb45072491b933939e06ffaee0b/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0cccef83-c8e9-5e43-a466-86f3038f3493/0cccef83-c8e9-5e43-a466-86f3038f3493_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 625847,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bx/a1fdedb45072491b933939e06ffaee0b/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-02',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q3 Sportback 1.4 45 TFSI E S TRONIC',
'transmission': 'automatic',
'trim': '1.4 45 TFSI E S TRONIC',
'vin': None,
'year': 2022}
2026-03-26 22:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985402%27 HTTP/1.1" 200 None
2026-03-26 22:50:42 [ayvens.be] INFO: Saving data for 1985402: {'created_time': 1774565442.21489, 'last_price_update_time': 1774565442.2149, 'auction_closing_time': 1774958400.0}
2026-03-26 22:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985402') HTTP/1.1" 204 0
2026-03-26 22:50:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cc/1f5dd5294a9c49afa4b3052a8a48a4b2/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F73c7a401428742468437c7d3bdefd550%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/73c7a401428742468437c7d3bdefd550/images/large/10.jpg not downloaded yet
2026-03-26 22:50:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cc/1f5dd5294a9c49afa4b3052a8a48a4b2/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:42 [ayvens.be] INFO: Found listing with ID: 1985405
2026-03-26 22:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985405%27 HTTP/1.1" 200 None
2026-03-26 22:50:42 [ayvens.be] INFO: Scrape type for 1985405: 1
2026-03-26 22:50:42 [ayvens.be] INFO: Extracting data for car ID: 1985405
2026-03-26 22:50:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4378404c-4d48-5176-8a9d-538d8488156b with identifier: 1985405
2026-03-26 22:50:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4378404c-4d48-5176-8a9d-538d8488156b with scrape type 1
2026-03-26 22:50:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 4378404c-4d48-5176-8a9d-538d8488156b
2026-03-26 22:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2du%252Ff2cbc0e9dc4d45c093fe0a6e1675c7fd%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2du/f2cbc0e9dc4d45c093fe0a6e1675c7fd/images/large/1.jpg not downloaded yet
2026-03-26 22:50:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/73c7a401428742468437c7d3bdefd550/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b746ded0>
2026-03-26 22:50:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3a479119-61e5-5b1a-b329-a6f67a5b7217/3a479119-61e5-5b1a-b329-a6f67a5b7217_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cc%252F1f5dd5294a9c49afa4b3052a8a48a4b2%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cc/1f5dd5294a9c49afa4b3052a8a48a4b2/images/large/7.jpg saved to cache
2026-03-26 22:50:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 3a479119-61e5-5b1a-b329-a6f67a5b7217
2026-03-26 22:50:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7778c10>
2026-03-26 22:50:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3a479119-61e5-5b1a-b329-a6f67a5b7217/3a479119-61e5-5b1a-b329-a6f67a5b7217_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cc%252F1f5dd5294a9c49afa4b3052a8a48a4b2%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cc/1f5dd5294a9c49afa4b3052a8a48a4b2/images/large/8.jpg saved to cache
2026-03-26 22:50:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 3a479119-61e5-5b1a-b329-a6f67a5b7217
2026-03-26 22:50:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79f0790>
2026-03-26 22:50:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3a479119-61e5-5b1a-b329-a6f67a5b7217/3a479119-61e5-5b1a-b329-a6f67a5b7217_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cc%252F1f5dd5294a9c49afa4b3052a8a48a4b2%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cc/1f5dd5294a9c49afa4b3052a8a48a4b2/images/large/5.jpg saved to cache
2026-03-26 22:50:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 3a479119-61e5-5b1a-b329-a6f67a5b7217
2026-03-26 22:50:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/73c7a401428742468437c7d3bdefd550/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2du%252Ff2cbc0e9dc4d45c093fe0a6e1675c7fd%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2du/f2cbc0e9dc4d45c093fe0a6e1675c7fd/images/large/2.jpg not downloaded yet
2026-03-26 22:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2du%252Ff2cbc0e9dc4d45c093fe0a6e1675c7fd%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2du/f2cbc0e9dc4d45c093fe0a6e1675c7fd/images/large/3.jpg not downloaded yet
2026-03-26 22:50:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7b35b50>
2026-03-26 22:50:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3a479119-61e5-5b1a-b329-a6f67a5b7217/3a479119-61e5-5b1a-b329-a6f67a5b7217_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cc%252F1f5dd5294a9c49afa4b3052a8a48a4b2%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cc/1f5dd5294a9c49afa4b3052a8a48a4b2/images/large/9.jpg saved to cache
2026-03-26 22:50:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 3a479119-61e5-5b1a-b329-a6f67a5b7217
2026-03-26 22:50:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7570250>
2026-03-26 22:50:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3a479119-61e5-5b1a-b329-a6f67a5b7217/3a479119-61e5-5b1a-b329-a6f67a5b7217_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cc%252F1f5dd5294a9c49afa4b3052a8a48a4b2%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cc/1f5dd5294a9c49afa4b3052a8a48a4b2/images/large/10.jpg saved to cache
2026-03-26 22:50:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 3a479119-61e5-5b1a-b329-a6f67a5b7217
2026-03-26 22:50:42 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3a479119-61e5-5b1a-b329-a6f67a5b7217, skipping ID generation
2026-03-26 22:50:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3a479119-61e5-5b1a-b329-a6f67a5b7217 with scrape type 1
2026-03-26 22:50:42 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3a479119-61e5-5b1a-b329-a6f67a5b7217 sending to next pipeline
2026-03-26 22:50:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 3a479119-61e5-5b1a-b329-a6f67a5b7217, identifier: 1985403
2026-03-26 22:50:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7400890>
2026-03-26 22:50:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8a206e3e-7dc8-586a-86ea-5675f49b7965/8a206e3e-7dc8-586a-86ea-5675f49b7965_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F73c7a401428742468437c7d3bdefd550%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/73c7a401428742468437c7d3bdefd550/images/large/2.jpg saved to cache
2026-03-26 22:50:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 8a206e3e-7dc8-586a-86ea-5675f49b7965
2026-03-26 22:50:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 3a479119-61e5-5b1a-b329-a6f67a5b7217 with identifier: 1985403
2026-03-26 22:50:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 3a479119-61e5-5b1a-b329-a6f67a5b7217 with identifier: 1985403
2026-03-26 22:50:43 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 3a479119-61e5-5b1a-b329-a6f67a5b7217 with identifier: 1985403 to the API
2026-03-26 22:50:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:50:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:50:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2cc/1f5dd5294a9c49afa4b3052a8a48a4b2/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '3a479119-61e5-5b1a-b329-a6f67a5b7217',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'Q3 Sportback',
'odometer': 100504,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 16,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3a479119-61e5-5b1a-b329-a6f67a5b7217/3a479119-61e5-5b1a-b329-a6f67a5b7217_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 646571,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cc/1f5dd5294a9c49afa4b3052a8a48a4b2/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3a479119-61e5-5b1a-b329-a6f67a5b7217/3a479119-61e5-5b1a-b329-a6f67a5b7217_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 643615,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cc/1f5dd5294a9c49afa4b3052a8a48a4b2/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3a479119-61e5-5b1a-b329-a6f67a5b7217/3a479119-61e5-5b1a-b329-a6f67a5b7217_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 544111,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cc/1f5dd5294a9c49afa4b3052a8a48a4b2/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3a479119-61e5-5b1a-b329-a6f67a5b7217/3a479119-61e5-5b1a-b329-a6f67a5b7217_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 703431,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cc/1f5dd5294a9c49afa4b3052a8a48a4b2/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3a479119-61e5-5b1a-b329-a6f67a5b7217/3a479119-61e5-5b1a-b329-a6f67a5b7217_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 637179,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cc/1f5dd5294a9c49afa4b3052a8a48a4b2/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3a479119-61e5-5b1a-b329-a6f67a5b7217/3a479119-61e5-5b1a-b329-a6f67a5b7217_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 649847,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cc/1f5dd5294a9c49afa4b3052a8a48a4b2/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3a479119-61e5-5b1a-b329-a6f67a5b7217/3a479119-61e5-5b1a-b329-a6f67a5b7217_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 706369,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cc/1f5dd5294a9c49afa4b3052a8a48a4b2/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3a479119-61e5-5b1a-b329-a6f67a5b7217/3a479119-61e5-5b1a-b329-a6f67a5b7217_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 691341,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cc/1f5dd5294a9c49afa4b3052a8a48a4b2/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3a479119-61e5-5b1a-b329-a6f67a5b7217/3a479119-61e5-5b1a-b329-a6f67a5b7217_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 539561,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cc/1f5dd5294a9c49afa4b3052a8a48a4b2/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3a479119-61e5-5b1a-b329-a6f67a5b7217/3a479119-61e5-5b1a-b329-a6f67a5b7217_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 609160,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cc/1f5dd5294a9c49afa4b3052a8a48a4b2/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-07',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q3 Sportback 1.4 45 TFSI E S TRONIC',
'transmission': 'automatic',
'trim': '1.4 45 TFSI E S TRONIC',
'vin': None,
'year': 2022}
2026-03-26 22:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985403%27 HTTP/1.1" 200 None
2026-03-26 22:50:43 [ayvens.be] INFO: Saving data for 1985403: {'created_time': 1774565443.412778, 'last_price_update_time': 1774565443.412787, 'auction_closing_time': 1774958400.0}
2026-03-26 22:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985403') HTTP/1.1" 204 0
2026-03-26 22:50:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/73c7a401428742468437c7d3bdefd550/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2du%252Ff2cbc0e9dc4d45c093fe0a6e1675c7fd%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2du/f2cbc0e9dc4d45c093fe0a6e1675c7fd/images/large/4.jpg not downloaded yet
2026-03-26 22:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2du%252Ff2cbc0e9dc4d45c093fe0a6e1675c7fd%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2du/f2cbc0e9dc4d45c093fe0a6e1675c7fd/images/large/5.jpg not downloaded yet
2026-03-26 22:50:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/73c7a401428742468437c7d3bdefd550/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7494610>
2026-03-26 22:50:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8a206e3e-7dc8-586a-86ea-5675f49b7965/8a206e3e-7dc8-586a-86ea-5675f49b7965_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F73c7a401428742468437c7d3bdefd550%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/73c7a401428742468437c7d3bdefd550/images/large/1.jpg saved to cache
2026-03-26 22:50:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 8a206e3e-7dc8-586a-86ea-5675f49b7965
2026-03-26 22:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2du%252Ff2cbc0e9dc4d45c093fe0a6e1675c7fd%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2du/f2cbc0e9dc4d45c093fe0a6e1675c7fd/images/large/6.jpg not downloaded yet
2026-03-26 22:50:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/73c7a401428742468437c7d3bdefd550/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2du%252Ff2cbc0e9dc4d45c093fe0a6e1675c7fd%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2du/f2cbc0e9dc4d45c093fe0a6e1675c7fd/images/large/7.jpg not downloaded yet
2026-03-26 22:50:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74ac6d0>
2026-03-26 22:50:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8a206e3e-7dc8-586a-86ea-5675f49b7965/8a206e3e-7dc8-586a-86ea-5675f49b7965_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F73c7a401428742468437c7d3bdefd550%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/73c7a401428742468437c7d3bdefd550/images/large/3.jpg saved to cache
2026-03-26 22:50:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 8a206e3e-7dc8-586a-86ea-5675f49b7965
2026-03-26 22:50:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/73c7a401428742468437c7d3bdefd550/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/73c7a401428742468437c7d3bdefd550/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2du%252Ff2cbc0e9dc4d45c093fe0a6e1675c7fd%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2du/f2cbc0e9dc4d45c093fe0a6e1675c7fd/images/large/8.jpg not downloaded yet
2026-03-26 22:50:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/73c7a401428742468437c7d3bdefd550/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/73c7a401428742468437c7d3bdefd550/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2du/f2cbc0e9dc4d45c093fe0a6e1675c7fd/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/73c7a401428742468437c7d3bdefd550/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2du%252Ff2cbc0e9dc4d45c093fe0a6e1675c7fd%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2du/f2cbc0e9dc4d45c093fe0a6e1675c7fd/images/large/9.jpg not downloaded yet
2026-03-26 22:50:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74752d0>
2026-03-26 22:50:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8a206e3e-7dc8-586a-86ea-5675f49b7965/8a206e3e-7dc8-586a-86ea-5675f49b7965_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F73c7a401428742468437c7d3bdefd550%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/73c7a401428742468437c7d3bdefd550/images/large/4.jpg saved to cache
2026-03-26 22:50:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 8a206e3e-7dc8-586a-86ea-5675f49b7965
2026-03-26 22:50:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b746ea50>
2026-03-26 22:50:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8a206e3e-7dc8-586a-86ea-5675f49b7965/8a206e3e-7dc8-586a-86ea-5675f49b7965_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F73c7a401428742468437c7d3bdefd550%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/73c7a401428742468437c7d3bdefd550/images/large/6.jpg saved to cache
2026-03-26 22:50:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 8a206e3e-7dc8-586a-86ea-5675f49b7965
2026-03-26 22:50:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2du/f2cbc0e9dc4d45c093fe0a6e1675c7fd/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2du%252Ff2cbc0e9dc4d45c093fe0a6e1675c7fd%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2du/f2cbc0e9dc4d45c093fe0a6e1675c7fd/images/large/10.jpg not downloaded yet
2026-03-26 22:50:44 [ayvens.be] INFO: Found listing with ID: 1985406
2026-03-26 22:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985406%27 HTTP/1.1" 200 None
2026-03-26 22:50:44 [ayvens.be] INFO: Scrape type for 1985406: 1
2026-03-26 22:50:44 [ayvens.be] INFO: Extracting data for car ID: 1985406
2026-03-26 22:50:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 59caa32e-8ead-511a-a254-01be2d4c5584 with identifier: 1985406
2026-03-26 22:50:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59caa32e-8ead-511a-a254-01be2d4c5584 with scrape type 1
2026-03-26 22:50:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 59caa32e-8ead-511a-a254-01be2d4c5584
2026-03-26 22:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252F4526e7d970ac4cf1881a043c4cb28d87%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/4526e7d970ac4cf1881a043c4cb28d87/images/large/1.jpg not downloaded yet
2026-03-26 22:50:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c5ef50>
2026-03-26 22:50:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8a206e3e-7dc8-586a-86ea-5675f49b7965/8a206e3e-7dc8-586a-86ea-5675f49b7965_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F73c7a401428742468437c7d3bdefd550%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/73c7a401428742468437c7d3bdefd550/images/large/5.jpg saved to cache
2026-03-26 22:50:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 8a206e3e-7dc8-586a-86ea-5675f49b7965
2026-03-26 22:50:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74b55d0>
2026-03-26 22:50:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8a206e3e-7dc8-586a-86ea-5675f49b7965/8a206e3e-7dc8-586a-86ea-5675f49b7965_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F73c7a401428742468437c7d3bdefd550%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/73c7a401428742468437c7d3bdefd550/images/large/7.jpg saved to cache
2026-03-26 22:50:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 8a206e3e-7dc8-586a-86ea-5675f49b7965
2026-03-26 22:50:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6dd9810>
2026-03-26 22:50:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8a206e3e-7dc8-586a-86ea-5675f49b7965/8a206e3e-7dc8-586a-86ea-5675f49b7965_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F73c7a401428742468437c7d3bdefd550%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/73c7a401428742468437c7d3bdefd550/images/large/9.jpg saved to cache
2026-03-26 22:50:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 8a206e3e-7dc8-586a-86ea-5675f49b7965
2026-03-26 22:50:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7911bd0>
2026-03-26 22:50:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8a206e3e-7dc8-586a-86ea-5675f49b7965/8a206e3e-7dc8-586a-86ea-5675f49b7965_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F73c7a401428742468437c7d3bdefd550%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/73c7a401428742468437c7d3bdefd550/images/large/10.jpg saved to cache
2026-03-26 22:50:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 8a206e3e-7dc8-586a-86ea-5675f49b7965
2026-03-26 22:50:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b727df90>
2026-03-26 22:50:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4378404c-4d48-5176-8a9d-538d8488156b/4378404c-4d48-5176-8a9d-538d8488156b_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2du%252Ff2cbc0e9dc4d45c093fe0a6e1675c7fd%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2du/f2cbc0e9dc4d45c093fe0a6e1675c7fd/images/large/1.jpg saved to cache
2026-03-26 22:50:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 4378404c-4d48-5176-8a9d-538d8488156b
2026-03-26 22:50:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b787ced0>
2026-03-26 22:50:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8a206e3e-7dc8-586a-86ea-5675f49b7965/8a206e3e-7dc8-586a-86ea-5675f49b7965_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F73c7a401428742468437c7d3bdefd550%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/73c7a401428742468437c7d3bdefd550/images/large/8.jpg saved to cache
2026-03-26 22:50:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 8a206e3e-7dc8-586a-86ea-5675f49b7965
2026-03-26 22:50:44 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8a206e3e-7dc8-586a-86ea-5675f49b7965, skipping ID generation
2026-03-26 22:50:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a206e3e-7dc8-586a-86ea-5675f49b7965 with scrape type 1
2026-03-26 22:50:44 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8a206e3e-7dc8-586a-86ea-5675f49b7965 sending to next pipeline
2026-03-26 22:50:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 8a206e3e-7dc8-586a-86ea-5675f49b7965, identifier: 1985404
2026-03-26 22:50:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2du/f2cbc0e9dc4d45c093fe0a6e1675c7fd/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2du/f2cbc0e9dc4d45c093fe0a6e1675c7fd/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2du/f2cbc0e9dc4d45c093fe0a6e1675c7fd/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252F4526e7d970ac4cf1881a043c4cb28d87%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/4526e7d970ac4cf1881a043c4cb28d87/images/large/2.jpg not downloaded yet
2026-03-26 22:50:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 8a206e3e-7dc8-586a-86ea-5675f49b7965 with identifier: 1985404
2026-03-26 22:50:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 8a206e3e-7dc8-586a-86ea-5675f49b7965 with identifier: 1985404
2026-03-26 22:50:44 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 8a206e3e-7dc8-586a-86ea-5675f49b7965 with identifier: 1985404 to the API
2026-03-26 22:50:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:50:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:50:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bs/73c7a401428742468437c7d3bdefd550/images/large/8.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.3L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '8a206e3e-7dc8-586a-86ea-5675f49b7965',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'CLA - Klasse',
'odometer': 72093,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 18,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8a206e3e-7dc8-586a-86ea-5675f49b7965/8a206e3e-7dc8-586a-86ea-5675f49b7965_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 640580,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/73c7a401428742468437c7d3bdefd550/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8a206e3e-7dc8-586a-86ea-5675f49b7965/8a206e3e-7dc8-586a-86ea-5675f49b7965_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 665415,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/73c7a401428742468437c7d3bdefd550/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8a206e3e-7dc8-586a-86ea-5675f49b7965/8a206e3e-7dc8-586a-86ea-5675f49b7965_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 711056,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/73c7a401428742468437c7d3bdefd550/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8a206e3e-7dc8-586a-86ea-5675f49b7965/8a206e3e-7dc8-586a-86ea-5675f49b7965_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 704659,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/73c7a401428742468437c7d3bdefd550/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8a206e3e-7dc8-586a-86ea-5675f49b7965/8a206e3e-7dc8-586a-86ea-5675f49b7965_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 704221,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/73c7a401428742468437c7d3bdefd550/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8a206e3e-7dc8-586a-86ea-5675f49b7965/8a206e3e-7dc8-586a-86ea-5675f49b7965_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 637774,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/73c7a401428742468437c7d3bdefd550/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8a206e3e-7dc8-586a-86ea-5675f49b7965/8a206e3e-7dc8-586a-86ea-5675f49b7965_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 727098,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/73c7a401428742468437c7d3bdefd550/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8a206e3e-7dc8-586a-86ea-5675f49b7965/8a206e3e-7dc8-586a-86ea-5675f49b7965_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 683845,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/73c7a401428742468437c7d3bdefd550/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8a206e3e-7dc8-586a-86ea-5675f49b7965/8a206e3e-7dc8-586a-86ea-5675f49b7965_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 711756,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/73c7a401428742468437c7d3bdefd550/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8a206e3e-7dc8-586a-86ea-5675f49b7965/8a206e3e-7dc8-586a-86ea-5675f49b7965_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 698437,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/73c7a401428742468437c7d3bdefd550/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-08',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLA - Klasse 1.3 CLA 250 E BUSINESS SOLUTION DCT',
'transmission': 'automatic',
'trim': '1.3 CLA 250 E BUSINESS SOLUTION DCT',
'vin': None,
'year': 2022}
2026-03-26 22:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985404%27 HTTP/1.1" 200 None
2026-03-26 22:50:45 [ayvens.be] INFO: Saving data for 1985404: {'created_time': 1774565445.028697, 'last_price_update_time': 1774565445.028706, 'auction_closing_time': 1774958400.0}
2026-03-26 22:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985404') HTTP/1.1" 204 0
2026-03-26 22:50:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2du/f2cbc0e9dc4d45c093fe0a6e1675c7fd/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2du/f2cbc0e9dc4d45c093fe0a6e1675c7fd/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252F4526e7d970ac4cf1881a043c4cb28d87%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/4526e7d970ac4cf1881a043c4cb28d87/images/large/3.jpg not downloaded yet
2026-03-26 22:50:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e012d0>
2026-03-26 22:50:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4378404c-4d48-5176-8a9d-538d8488156b/4378404c-4d48-5176-8a9d-538d8488156b_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2du%252Ff2cbc0e9dc4d45c093fe0a6e1675c7fd%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2du/f2cbc0e9dc4d45c093fe0a6e1675c7fd/images/large/2.jpg saved to cache
2026-03-26 22:50:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 4378404c-4d48-5176-8a9d-538d8488156b
2026-03-26 22:50:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7a56b90>
2026-03-26 22:50:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4378404c-4d48-5176-8a9d-538d8488156b/4378404c-4d48-5176-8a9d-538d8488156b_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2du%252Ff2cbc0e9dc4d45c093fe0a6e1675c7fd%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2du/f2cbc0e9dc4d45c093fe0a6e1675c7fd/images/large/3.jpg saved to cache
2026-03-26 22:50:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 4378404c-4d48-5176-8a9d-538d8488156b
2026-03-26 22:50:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77bddd0>
2026-03-26 22:50:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4378404c-4d48-5176-8a9d-538d8488156b/4378404c-4d48-5176-8a9d-538d8488156b_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2du%252Ff2cbc0e9dc4d45c093fe0a6e1675c7fd%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2du/f2cbc0e9dc4d45c093fe0a6e1675c7fd/images/large/4.jpg saved to cache
2026-03-26 22:50:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 4378404c-4d48-5176-8a9d-538d8488156b
2026-03-26 22:50:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76e0410>
2026-03-26 22:50:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4378404c-4d48-5176-8a9d-538d8488156b/4378404c-4d48-5176-8a9d-538d8488156b_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2du%252Ff2cbc0e9dc4d45c093fe0a6e1675c7fd%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2du/f2cbc0e9dc4d45c093fe0a6e1675c7fd/images/large/6.jpg saved to cache
2026-03-26 22:50:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 4378404c-4d48-5176-8a9d-538d8488156b
2026-03-26 22:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252F4526e7d970ac4cf1881a043c4cb28d87%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/4526e7d970ac4cf1881a043c4cb28d87/images/large/4.jpg not downloaded yet
2026-03-26 22:50:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2du/f2cbc0e9dc4d45c093fe0a6e1675c7fd/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2du/f2cbc0e9dc4d45c093fe0a6e1675c7fd/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2du/f2cbc0e9dc4d45c093fe0a6e1675c7fd/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252F4526e7d970ac4cf1881a043c4cb28d87%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/4526e7d970ac4cf1881a043c4cb28d87/images/large/5.jpg not downloaded yet
2026-03-26 22:50:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7459610>
2026-03-26 22:50:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4378404c-4d48-5176-8a9d-538d8488156b/4378404c-4d48-5176-8a9d-538d8488156b_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2du%252Ff2cbc0e9dc4d45c093fe0a6e1675c7fd%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2du/f2cbc0e9dc4d45c093fe0a6e1675c7fd/images/large/5.jpg saved to cache
2026-03-26 22:50:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 4378404c-4d48-5176-8a9d-538d8488156b
2026-03-26 22:50:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c77650>
2026-03-26 22:50:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4378404c-4d48-5176-8a9d-538d8488156b/4378404c-4d48-5176-8a9d-538d8488156b_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2du%252Ff2cbc0e9dc4d45c093fe0a6e1675c7fd%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2du/f2cbc0e9dc4d45c093fe0a6e1675c7fd/images/large/7.jpg saved to cache
2026-03-26 22:50:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 4378404c-4d48-5176-8a9d-538d8488156b
2026-03-26 22:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252F4526e7d970ac4cf1881a043c4cb28d87%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/4526e7d970ac4cf1881a043c4cb28d87/images/large/6.jpg not downloaded yet
2026-03-26 22:50:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7415110>
2026-03-26 22:50:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4378404c-4d48-5176-8a9d-538d8488156b/4378404c-4d48-5176-8a9d-538d8488156b_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2du%252Ff2cbc0e9dc4d45c093fe0a6e1675c7fd%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2du/f2cbc0e9dc4d45c093fe0a6e1675c7fd/images/large/10.jpg saved to cache
2026-03-26 22:50:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 4378404c-4d48-5176-8a9d-538d8488156b
2026-03-26 22:50:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7caad50>
2026-03-26 22:50:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4378404c-4d48-5176-8a9d-538d8488156b/4378404c-4d48-5176-8a9d-538d8488156b_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2du%252Ff2cbc0e9dc4d45c093fe0a6e1675c7fd%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2du/f2cbc0e9dc4d45c093fe0a6e1675c7fd/images/large/9.jpg saved to cache
2026-03-26 22:50:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 4378404c-4d48-5176-8a9d-538d8488156b
2026-03-26 22:50:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7ce8ad0>
2026-03-26 22:50:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4378404c-4d48-5176-8a9d-538d8488156b/4378404c-4d48-5176-8a9d-538d8488156b_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2du%252Ff2cbc0e9dc4d45c093fe0a6e1675c7fd%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2du/f2cbc0e9dc4d45c093fe0a6e1675c7fd/images/large/8.jpg saved to cache
2026-03-26 22:50:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 4378404c-4d48-5176-8a9d-538d8488156b
2026-03-26 22:50:45 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4378404c-4d48-5176-8a9d-538d8488156b, skipping ID generation
2026-03-26 22:50:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4378404c-4d48-5176-8a9d-538d8488156b with scrape type 1
2026-03-26 22:50:45 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4378404c-4d48-5176-8a9d-538d8488156b sending to next pipeline
2026-03-26 22:50:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 4378404c-4d48-5176-8a9d-538d8488156b, identifier: 1985405
2026-03-26 22:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252F4526e7d970ac4cf1881a043c4cb28d87%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/4526e7d970ac4cf1881a043c4cb28d87/images/large/7.jpg not downloaded yet
2026-03-26 22:50:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 4378404c-4d48-5176-8a9d-538d8488156b with identifier: 1985405
2026-03-26 22:50:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 4378404c-4d48-5176-8a9d-538d8488156b with identifier: 1985405
2026-03-26 22:50:46 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 4378404c-4d48-5176-8a9d-538d8488156b with identifier: 1985405 to the API
2026-03-26 22:50:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:50:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:50:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2du/f2cbc0e9dc4d45c093fe0a6e1675c7fd/images/large/8.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '4378404c-4d48-5176-8a9d-538d8488156b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '1 SERIES HATCH',
'odometer': 58116,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 14,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4378404c-4d48-5176-8a9d-538d8488156b/4378404c-4d48-5176-8a9d-538d8488156b_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 289443,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2du/f2cbc0e9dc4d45c093fe0a6e1675c7fd/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4378404c-4d48-5176-8a9d-538d8488156b/4378404c-4d48-5176-8a9d-538d8488156b_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 292256,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2du/f2cbc0e9dc4d45c093fe0a6e1675c7fd/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4378404c-4d48-5176-8a9d-538d8488156b/4378404c-4d48-5176-8a9d-538d8488156b_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 313179,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2du/f2cbc0e9dc4d45c093fe0a6e1675c7fd/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4378404c-4d48-5176-8a9d-538d8488156b/4378404c-4d48-5176-8a9d-538d8488156b_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 304539,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2du/f2cbc0e9dc4d45c093fe0a6e1675c7fd/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4378404c-4d48-5176-8a9d-538d8488156b/4378404c-4d48-5176-8a9d-538d8488156b_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 300920,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2du/f2cbc0e9dc4d45c093fe0a6e1675c7fd/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4378404c-4d48-5176-8a9d-538d8488156b/4378404c-4d48-5176-8a9d-538d8488156b_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 259385,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2du/f2cbc0e9dc4d45c093fe0a6e1675c7fd/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4378404c-4d48-5176-8a9d-538d8488156b/4378404c-4d48-5176-8a9d-538d8488156b_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 335365,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2du/f2cbc0e9dc4d45c093fe0a6e1675c7fd/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4378404c-4d48-5176-8a9d-538d8488156b/4378404c-4d48-5176-8a9d-538d8488156b_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 283418,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2du/f2cbc0e9dc4d45c093fe0a6e1675c7fd/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4378404c-4d48-5176-8a9d-538d8488156b/4378404c-4d48-5176-8a9d-538d8488156b_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 309764,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2du/f2cbc0e9dc4d45c093fe0a6e1675c7fd/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4378404c-4d48-5176-8a9d-538d8488156b/4378404c-4d48-5176-8a9d-538d8488156b_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 269512,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2du/f2cbc0e9dc4d45c093fe0a6e1675c7fd/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-27',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 1 SERIES HATCH 1.5 116IA (80KW)',
'transmission': 'automatic',
'trim': '1.5 116IA (80KW)',
'vin': None,
'year': 2023}
2026-03-26 22:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985405%27 HTTP/1.1" 200 None
2026-03-26 22:50:46 [ayvens.be] INFO: Saving data for 1985405: {'created_time': 1774565446.256845, 'last_price_update_time': 1774565446.256857, 'auction_closing_time': 1774958400.0}
2026-03-26 22:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985405') HTTP/1.1" 204 0
2026-03-26 22:50:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cr/4526e7d970ac4cf1881a043c4cb28d87/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cr/4526e7d970ac4cf1881a043c4cb28d87/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cr/4526e7d970ac4cf1881a043c4cb28d87/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252F4526e7d970ac4cf1881a043c4cb28d87%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/4526e7d970ac4cf1881a043c4cb28d87/images/large/8.jpg not downloaded yet
2026-03-26 22:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252F4526e7d970ac4cf1881a043c4cb28d87%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/4526e7d970ac4cf1881a043c4cb28d87/images/large/9.jpg not downloaded yet
2026-03-26 22:50:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cr/4526e7d970ac4cf1881a043c4cb28d87/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252F4526e7d970ac4cf1881a043c4cb28d87%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/4526e7d970ac4cf1881a043c4cb28d87/images/large/10.jpg not downloaded yet
2026-03-26 22:50:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cr/4526e7d970ac4cf1881a043c4cb28d87/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:46 [ayvens.be] INFO: Found listing with ID: 1985407
2026-03-26 22:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985407%27 HTTP/1.1" 200 None
2026-03-26 22:50:46 [ayvens.be] INFO: Scrape type for 1985407: 1
2026-03-26 22:50:46 [ayvens.be] INFO: Extracting data for car ID: 1985407
2026-03-26 22:50:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ce58b6a6-8a34-5601-8af8-073b8badc5c5 with identifier: 1985407
2026-03-26 22:50:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ce58b6a6-8a34-5601-8af8-073b8badc5c5 with scrape type 1
2026-03-26 22:50:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item ce58b6a6-8a34-5601-8af8-073b8badc5c5
2026-03-26 22:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dj%252Fa7f39f93b0944ee5a59df9723b277079%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dj/a7f39f93b0944ee5a59df9723b277079/images/large/1.jpg not downloaded yet
2026-03-26 22:50:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cr/4526e7d970ac4cf1881a043c4cb28d87/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7726c50>
2026-03-26 22:50:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_59caa32e-8ead-511a-a254-01be2d4c5584/59caa32e-8ead-511a-a254-01be2d4c5584_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252F4526e7d970ac4cf1881a043c4cb28d87%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/4526e7d970ac4cf1881a043c4cb28d87/images/large/2.jpg saved to cache
2026-03-26 22:50:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 59caa32e-8ead-511a-a254-01be2d4c5584
2026-03-26 22:50:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7910dd0>
2026-03-26 22:50:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_59caa32e-8ead-511a-a254-01be2d4c5584/59caa32e-8ead-511a-a254-01be2d4c5584_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252F4526e7d970ac4cf1881a043c4cb28d87%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/4526e7d970ac4cf1881a043c4cb28d87/images/large/1.jpg saved to cache
2026-03-26 22:50:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 59caa32e-8ead-511a-a254-01be2d4c5584
2026-03-26 22:50:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7b15e10>
2026-03-26 22:50:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_59caa32e-8ead-511a-a254-01be2d4c5584/59caa32e-8ead-511a-a254-01be2d4c5584_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252F4526e7d970ac4cf1881a043c4cb28d87%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/4526e7d970ac4cf1881a043c4cb28d87/images/large/3.jpg saved to cache
2026-03-26 22:50:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 59caa32e-8ead-511a-a254-01be2d4c5584
2026-03-26 22:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dj%252Fa7f39f93b0944ee5a59df9723b277079%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dj/a7f39f93b0944ee5a59df9723b277079/images/large/2.jpg not downloaded yet
2026-03-26 22:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dj%252Fa7f39f93b0944ee5a59df9723b277079%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dj/a7f39f93b0944ee5a59df9723b277079/images/large/3.jpg not downloaded yet
2026-03-26 22:50:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7911790>
2026-03-26 22:50:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_59caa32e-8ead-511a-a254-01be2d4c5584/59caa32e-8ead-511a-a254-01be2d4c5584_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252F4526e7d970ac4cf1881a043c4cb28d87%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/4526e7d970ac4cf1881a043c4cb28d87/images/large/4.jpg saved to cache
2026-03-26 22:50:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 59caa32e-8ead-511a-a254-01be2d4c5584
2026-03-26 22:50:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7b9a790>
2026-03-26 22:50:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_59caa32e-8ead-511a-a254-01be2d4c5584/59caa32e-8ead-511a-a254-01be2d4c5584_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252F4526e7d970ac4cf1881a043c4cb28d87%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/4526e7d970ac4cf1881a043c4cb28d87/images/large/6.jpg saved to cache
2026-03-26 22:50:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 59caa32e-8ead-511a-a254-01be2d4c5584
2026-03-26 22:50:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7aa0b50>
2026-03-26 22:50:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_59caa32e-8ead-511a-a254-01be2d4c5584/59caa32e-8ead-511a-a254-01be2d4c5584_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252F4526e7d970ac4cf1881a043c4cb28d87%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/4526e7d970ac4cf1881a043c4cb28d87/images/large/5.jpg saved to cache
2026-03-26 22:50:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 59caa32e-8ead-511a-a254-01be2d4c5584
2026-03-26 22:50:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cr/4526e7d970ac4cf1881a043c4cb28d87/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cr/4526e7d970ac4cf1881a043c4cb28d87/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dj%252Fa7f39f93b0944ee5a59df9723b277079%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dj/a7f39f93b0944ee5a59df9723b277079/images/large/4.jpg not downloaded yet
2026-03-26 22:50:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cr/4526e7d970ac4cf1881a043c4cb28d87/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dj%252Fa7f39f93b0944ee5a59df9723b277079%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dj/a7f39f93b0944ee5a59df9723b277079/images/large/5.jpg not downloaded yet
2026-03-26 22:50:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cr/4526e7d970ac4cf1881a043c4cb28d87/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dj%252Fa7f39f93b0944ee5a59df9723b277079%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dj/a7f39f93b0944ee5a59df9723b277079/images/large/6.jpg not downloaded yet
2026-03-26 22:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dj%252Fa7f39f93b0944ee5a59df9723b277079%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dj/a7f39f93b0944ee5a59df9723b277079/images/large/7.jpg not downloaded yet
2026-03-26 22:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dj%252Fa7f39f93b0944ee5a59df9723b277079%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dj/a7f39f93b0944ee5a59df9723b277079/images/large/8.jpg not downloaded yet
2026-03-26 22:50:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7427410>
2026-03-26 22:50:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_59caa32e-8ead-511a-a254-01be2d4c5584/59caa32e-8ead-511a-a254-01be2d4c5584_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252F4526e7d970ac4cf1881a043c4cb28d87%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/4526e7d970ac4cf1881a043c4cb28d87/images/large/7.jpg saved to cache
2026-03-26 22:50:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 59caa32e-8ead-511a-a254-01be2d4c5584
2026-03-26 22:50:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74040d0>
2026-03-26 22:50:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_59caa32e-8ead-511a-a254-01be2d4c5584/59caa32e-8ead-511a-a254-01be2d4c5584_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252F4526e7d970ac4cf1881a043c4cb28d87%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/4526e7d970ac4cf1881a043c4cb28d87/images/large/8.jpg saved to cache
2026-03-26 22:50:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 59caa32e-8ead-511a-a254-01be2d4c5584
2026-03-26 22:50:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dj/a7f39f93b0944ee5a59df9723b277079/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dj%252Fa7f39f93b0944ee5a59df9723b277079%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dj/a7f39f93b0944ee5a59df9723b277079/images/large/9.jpg not downloaded yet
2026-03-26 22:50:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77278d0>
2026-03-26 22:50:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_59caa32e-8ead-511a-a254-01be2d4c5584/59caa32e-8ead-511a-a254-01be2d4c5584_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252F4526e7d970ac4cf1881a043c4cb28d87%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/4526e7d970ac4cf1881a043c4cb28d87/images/large/9.jpg saved to cache
2026-03-26 22:50:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 59caa32e-8ead-511a-a254-01be2d4c5584
2026-03-26 22:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dj%252Fa7f39f93b0944ee5a59df9723b277079%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dj/a7f39f93b0944ee5a59df9723b277079/images/large/10.jpg not downloaded yet
2026-03-26 22:50:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7b9b690>
2026-03-26 22:50:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_59caa32e-8ead-511a-a254-01be2d4c5584/59caa32e-8ead-511a-a254-01be2d4c5584_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252F4526e7d970ac4cf1881a043c4cb28d87%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/4526e7d970ac4cf1881a043c4cb28d87/images/large/10.jpg saved to cache
2026-03-26 22:50:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 59caa32e-8ead-511a-a254-01be2d4c5584
2026-03-26 22:50:47 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 59caa32e-8ead-511a-a254-01be2d4c5584, skipping ID generation
2026-03-26 22:50:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59caa32e-8ead-511a-a254-01be2d4c5584 with scrape type 1
2026-03-26 22:50:47 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 59caa32e-8ead-511a-a254-01be2d4c5584 sending to next pipeline
2026-03-26 22:50:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 59caa32e-8ead-511a-a254-01be2d4c5584, identifier: 1985406
2026-03-26 22:50:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 59caa32e-8ead-511a-a254-01be2d4c5584 with identifier: 1985406
2026-03-26 22:50:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 59caa32e-8ead-511a-a254-01be2d4c5584 with identifier: 1985406
2026-03-26 22:50:47 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 59caa32e-8ead-511a-a254-01be2d4c5584 with identifier: 1985406 to the API
2026-03-26 22:50:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:50:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:50:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2cr/4526e7d970ac4cf1881a043c4cb28d87/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '59caa32e-8ead-511a-a254-01be2d4c5584',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'KIA',
'model': 'XCEED',
'odometer': 61231,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 15,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_59caa32e-8ead-511a-a254-01be2d4c5584/59caa32e-8ead-511a-a254-01be2d4c5584_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 244129,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cr/4526e7d970ac4cf1881a043c4cb28d87/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_59caa32e-8ead-511a-a254-01be2d4c5584/59caa32e-8ead-511a-a254-01be2d4c5584_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 231577,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cr/4526e7d970ac4cf1881a043c4cb28d87/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_59caa32e-8ead-511a-a254-01be2d4c5584/59caa32e-8ead-511a-a254-01be2d4c5584_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 261399,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cr/4526e7d970ac4cf1881a043c4cb28d87/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_59caa32e-8ead-511a-a254-01be2d4c5584/59caa32e-8ead-511a-a254-01be2d4c5584_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 263847,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cr/4526e7d970ac4cf1881a043c4cb28d87/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_59caa32e-8ead-511a-a254-01be2d4c5584/59caa32e-8ead-511a-a254-01be2d4c5584_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 333287,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cr/4526e7d970ac4cf1881a043c4cb28d87/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_59caa32e-8ead-511a-a254-01be2d4c5584/59caa32e-8ead-511a-a254-01be2d4c5584_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 279673,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cr/4526e7d970ac4cf1881a043c4cb28d87/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_59caa32e-8ead-511a-a254-01be2d4c5584/59caa32e-8ead-511a-a254-01be2d4c5584_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 308671,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cr/4526e7d970ac4cf1881a043c4cb28d87/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_59caa32e-8ead-511a-a254-01be2d4c5584/59caa32e-8ead-511a-a254-01be2d4c5584_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 303069,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cr/4526e7d970ac4cf1881a043c4cb28d87/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_59caa32e-8ead-511a-a254-01be2d4c5584/59caa32e-8ead-511a-a254-01be2d4c5584_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 300210,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cr/4526e7d970ac4cf1881a043c4cb28d87/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_59caa32e-8ead-511a-a254-01be2d4c5584/59caa32e-8ead-511a-a254-01be2d4c5584_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 230223,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cr/4526e7d970ac4cf1881a043c4cb28d87/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-28',
'seats_number': 5,
'seller_name': None,
'title': 'KIA XCEED 1.6 GDI PHEV DCT BUSINESS LINE',
'transmission': 'automatic',
'trim': '1.6 GDI PHEV DCT BUSINESS LINE',
'vin': None,
'year': 2022}
2026-03-26 22:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985406%27 HTTP/1.1" 200 None
2026-03-26 22:50:47 [ayvens.be] INFO: Saving data for 1985406: {'created_time': 1774565447.873638, 'last_price_update_time': 1774565447.873647, 'auction_closing_time': 1774958400.0}
2026-03-26 22:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985406') HTTP/1.1" 204 0
2026-03-26 22:50:47 [ayvens.be] INFO: Found listing with ID: 1985408
2026-03-26 22:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985408%27 HTTP/1.1" 200 None
2026-03-26 22:50:47 [ayvens.be] INFO: Scrape type for 1985408: 1
2026-03-26 22:50:47 [ayvens.be] INFO: Extracting data for car ID: 1985408
2026-03-26 22:50:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7eacb2e9-21c7-546e-a8ff-8314d7a7253a with identifier: 1985408
2026-03-26 22:50:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7eacb2e9-21c7-546e-a8ff-8314d7a7253a with scrape type 1
2026-03-26 22:50:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 7eacb2e9-21c7-546e-a8ff-8314d7a7253a
2026-03-26 22:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ac%252F188df062d54247629e32e4d638024501%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ac/188df062d54247629e32e4d638024501/images/large/1.jpg not downloaded yet
2026-03-26 22:50:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dj/a7f39f93b0944ee5a59df9723b277079/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dj/a7f39f93b0944ee5a59df9723b277079/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ac%252F188df062d54247629e32e4d638024501%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ac/188df062d54247629e32e4d638024501/images/large/2.jpg not downloaded yet
2026-03-26 22:50:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7b15f10>
2026-03-26 22:50:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ce58b6a6-8a34-5601-8af8-073b8badc5c5/ce58b6a6-8a34-5601-8af8-073b8badc5c5_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dj%252Fa7f39f93b0944ee5a59df9723b277079%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dj/a7f39f93b0944ee5a59df9723b277079/images/large/1.jpg saved to cache
2026-03-26 22:50:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item ce58b6a6-8a34-5601-8af8-073b8badc5c5
2026-03-26 22:50:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dj/a7f39f93b0944ee5a59df9723b277079/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ac%252F188df062d54247629e32e4d638024501%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ac/188df062d54247629e32e4d638024501/images/large/3.jpg not downloaded yet
2026-03-26 22:50:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7779a90>
2026-03-26 22:50:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ce58b6a6-8a34-5601-8af8-073b8badc5c5/ce58b6a6-8a34-5601-8af8-073b8badc5c5_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dj%252Fa7f39f93b0944ee5a59df9723b277079%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dj/a7f39f93b0944ee5a59df9723b277079/images/large/3.jpg saved to cache
2026-03-26 22:50:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item ce58b6a6-8a34-5601-8af8-073b8badc5c5
2026-03-26 22:50:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7a54c10>
2026-03-26 22:50:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ce58b6a6-8a34-5601-8af8-073b8badc5c5/ce58b6a6-8a34-5601-8af8-073b8badc5c5_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dj%252Fa7f39f93b0944ee5a59df9723b277079%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dj/a7f39f93b0944ee5a59df9723b277079/images/large/2.jpg saved to cache
2026-03-26 22:50:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item ce58b6a6-8a34-5601-8af8-073b8badc5c5
2026-03-26 22:50:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dj/a7f39f93b0944ee5a59df9723b277079/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dj/a7f39f93b0944ee5a59df9723b277079/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ac%252F188df062d54247629e32e4d638024501%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ac/188df062d54247629e32e4d638024501/images/large/4.jpg not downloaded yet
2026-03-26 22:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ac%252F188df062d54247629e32e4d638024501%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ac/188df062d54247629e32e4d638024501/images/large/5.jpg not downloaded yet
2026-03-26 22:50:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7414250>
2026-03-26 22:50:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ce58b6a6-8a34-5601-8af8-073b8badc5c5/ce58b6a6-8a34-5601-8af8-073b8badc5c5_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dj%252Fa7f39f93b0944ee5a59df9723b277079%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dj/a7f39f93b0944ee5a59df9723b277079/images/large/4.jpg saved to cache
2026-03-26 22:50:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item ce58b6a6-8a34-5601-8af8-073b8badc5c5
2026-03-26 22:50:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dj/a7f39f93b0944ee5a59df9723b277079/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ac%252F188df062d54247629e32e4d638024501%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ac/188df062d54247629e32e4d638024501/images/large/6.jpg not downloaded yet
2026-03-26 22:50:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dj/a7f39f93b0944ee5a59df9723b277079/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dj/a7f39f93b0944ee5a59df9723b277079/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7725690>
2026-03-26 22:50:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ce58b6a6-8a34-5601-8af8-073b8badc5c5/ce58b6a6-8a34-5601-8af8-073b8badc5c5_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dj%252Fa7f39f93b0944ee5a59df9723b277079%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dj/a7f39f93b0944ee5a59df9723b277079/images/large/5.jpg saved to cache
2026-03-26 22:50:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item ce58b6a6-8a34-5601-8af8-073b8badc5c5
2026-03-26 22:50:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74148d0>
2026-03-26 22:50:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ce58b6a6-8a34-5601-8af8-073b8badc5c5/ce58b6a6-8a34-5601-8af8-073b8badc5c5_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dj%252Fa7f39f93b0944ee5a59df9723b277079%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dj/a7f39f93b0944ee5a59df9723b277079/images/large/6.jpg saved to cache
2026-03-26 22:50:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item ce58b6a6-8a34-5601-8af8-073b8badc5c5
2026-03-26 22:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ac%252F188df062d54247629e32e4d638024501%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ac/188df062d54247629e32e4d638024501/images/large/7.jpg not downloaded yet
2026-03-26 22:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ac%252F188df062d54247629e32e4d638024501%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ac/188df062d54247629e32e4d638024501/images/large/8.jpg not downloaded yet
2026-03-26 22:50:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74107d0>
2026-03-26 22:50:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ce58b6a6-8a34-5601-8af8-073b8badc5c5/ce58b6a6-8a34-5601-8af8-073b8badc5c5_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dj%252Fa7f39f93b0944ee5a59df9723b277079%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dj/a7f39f93b0944ee5a59df9723b277079/images/large/7.jpg saved to cache
2026-03-26 22:50:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item ce58b6a6-8a34-5601-8af8-073b8badc5c5
2026-03-26 22:50:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e35210>
2026-03-26 22:50:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ce58b6a6-8a34-5601-8af8-073b8badc5c5/ce58b6a6-8a34-5601-8af8-073b8badc5c5_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dj%252Fa7f39f93b0944ee5a59df9723b277079%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dj/a7f39f93b0944ee5a59df9723b277079/images/large/8.jpg saved to cache
2026-03-26 22:50:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item ce58b6a6-8a34-5601-8af8-073b8badc5c5
2026-03-26 22:50:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79a79d0>
2026-03-26 22:50:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ce58b6a6-8a34-5601-8af8-073b8badc5c5/ce58b6a6-8a34-5601-8af8-073b8badc5c5_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dj%252Fa7f39f93b0944ee5a59df9723b277079%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dj/a7f39f93b0944ee5a59df9723b277079/images/large/9.jpg saved to cache
2026-03-26 22:50:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item ce58b6a6-8a34-5601-8af8-073b8badc5c5
2026-03-26 22:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ac%252F188df062d54247629e32e4d638024501%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ac/188df062d54247629e32e4d638024501/images/large/9.jpg not downloaded yet
2026-03-26 22:50:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dj/a7f39f93b0944ee5a59df9723b277079/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ac/188df062d54247629e32e4d638024501/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ac%252F188df062d54247629e32e4d638024501%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ac/188df062d54247629e32e4d638024501/images/large/10.jpg not downloaded yet
2026-03-26 22:50:49 [ayvens.be] INFO: Found listing with ID: 1985409
2026-03-26 22:50:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985409%27 HTTP/1.1" 200 None
2026-03-26 22:50:49 [ayvens.be] INFO: Scrape type for 1985409: 1
2026-03-26 22:50:49 [ayvens.be] INFO: Extracting data for car ID: 1985409
2026-03-26 22:50:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8901dd7c-fe65-538f-9a8d-02dcb9b8fabb with identifier: 1985409
2026-03-26 22:50:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8901dd7c-fe65-538f-9a8d-02dcb9b8fabb with scrape type 1
2026-03-26 22:50:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 8901dd7c-fe65-538f-9a8d-02dcb9b8fabb
2026-03-26 22:50:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F5fd8a4208ee74db99f73f13321c2f2f0%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/5fd8a4208ee74db99f73f13321c2f2f0/images/large/1.jpg not downloaded yet
2026-03-26 22:50:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ac/188df062d54247629e32e4d638024501/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ac/188df062d54247629e32e4d638024501/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F5fd8a4208ee74db99f73f13321c2f2f0%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/5fd8a4208ee74db99f73f13321c2f2f0/images/large/2.jpg not downloaded yet
2026-03-26 22:50:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ac/188df062d54247629e32e4d638024501/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F5fd8a4208ee74db99f73f13321c2f2f0%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/5fd8a4208ee74db99f73f13321c2f2f0/images/large/3.jpg not downloaded yet
2026-03-26 22:50:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F5fd8a4208ee74db99f73f13321c2f2f0%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/5fd8a4208ee74db99f73f13321c2f2f0/images/large/4.jpg not downloaded yet
2026-03-26 22:50:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ac/188df062d54247629e32e4d638024501/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ac/188df062d54247629e32e4d638024501/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cc8650>
2026-03-26 22:50:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ce58b6a6-8a34-5601-8af8-073b8badc5c5/ce58b6a6-8a34-5601-8af8-073b8badc5c5_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:50:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dj%252Fa7f39f93b0944ee5a59df9723b277079%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dj/a7f39f93b0944ee5a59df9723b277079/images/large/10.jpg saved to cache
2026-03-26 22:50:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item ce58b6a6-8a34-5601-8af8-073b8badc5c5
2026-03-26 22:50:49 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ce58b6a6-8a34-5601-8af8-073b8badc5c5, skipping ID generation
2026-03-26 22:50:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ce58b6a6-8a34-5601-8af8-073b8badc5c5 with scrape type 1
2026-03-26 22:50:49 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ce58b6a6-8a34-5601-8af8-073b8badc5c5 sending to next pipeline
2026-03-26 22:50:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: ce58b6a6-8a34-5601-8af8-073b8badc5c5, identifier: 1985407
2026-03-26 22:50:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c60f50>
2026-03-26 22:50:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7eacb2e9-21c7-546e-a8ff-8314d7a7253a/7eacb2e9-21c7-546e-a8ff-8314d7a7253a_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:50:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ac%252F188df062d54247629e32e4d638024501%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ac/188df062d54247629e32e4d638024501/images/large/1.jpg saved to cache
2026-03-26 22:50:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 7eacb2e9-21c7-546e-a8ff-8314d7a7253a
2026-03-26 22:50:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F5fd8a4208ee74db99f73f13321c2f2f0%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/5fd8a4208ee74db99f73f13321c2f2f0/images/large/5.jpg not downloaded yet
2026-03-26 22:50:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: ce58b6a6-8a34-5601-8af8-073b8badc5c5 with identifier: 1985407
2026-03-26 22:50:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: ce58b6a6-8a34-5601-8af8-073b8badc5c5 with identifier: 1985407
2026-03-26 22:50:49 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: ce58b6a6-8a34-5601-8af8-073b8badc5c5 with identifier: 1985407 to the API
2026-03-26 22:50:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:50:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:50:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2dj/a7f39f93b0944ee5a59df9723b277079/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.3L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'ce58b6a6-8a34-5601-8af8-073b8badc5c5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'CLA SHOOTING BRAKE',
'odometer': 60155,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 23,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ce58b6a6-8a34-5601-8af8-073b8badc5c5/ce58b6a6-8a34-5601-8af8-073b8badc5c5_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 592671,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dj/a7f39f93b0944ee5a59df9723b277079/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ce58b6a6-8a34-5601-8af8-073b8badc5c5/ce58b6a6-8a34-5601-8af8-073b8badc5c5_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 541511,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dj/a7f39f93b0944ee5a59df9723b277079/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ce58b6a6-8a34-5601-8af8-073b8badc5c5/ce58b6a6-8a34-5601-8af8-073b8badc5c5_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 583508,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dj/a7f39f93b0944ee5a59df9723b277079/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ce58b6a6-8a34-5601-8af8-073b8badc5c5/ce58b6a6-8a34-5601-8af8-073b8badc5c5_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 626727,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dj/a7f39f93b0944ee5a59df9723b277079/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ce58b6a6-8a34-5601-8af8-073b8badc5c5/ce58b6a6-8a34-5601-8af8-073b8badc5c5_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 595788,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dj/a7f39f93b0944ee5a59df9723b277079/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ce58b6a6-8a34-5601-8af8-073b8badc5c5/ce58b6a6-8a34-5601-8af8-073b8badc5c5_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 636668,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dj/a7f39f93b0944ee5a59df9723b277079/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ce58b6a6-8a34-5601-8af8-073b8badc5c5/ce58b6a6-8a34-5601-8af8-073b8badc5c5_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 662679,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dj/a7f39f93b0944ee5a59df9723b277079/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ce58b6a6-8a34-5601-8af8-073b8badc5c5/ce58b6a6-8a34-5601-8af8-073b8badc5c5_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 755904,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dj/a7f39f93b0944ee5a59df9723b277079/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ce58b6a6-8a34-5601-8af8-073b8badc5c5/ce58b6a6-8a34-5601-8af8-073b8badc5c5_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 649461,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dj/a7f39f93b0944ee5a59df9723b277079/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ce58b6a6-8a34-5601-8af8-073b8badc5c5/ce58b6a6-8a34-5601-8af8-073b8badc5c5_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 670172,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dj/a7f39f93b0944ee5a59df9723b277079/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-30',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLA SHOOTING BRAKE 1.3 CLA 250 E LUXURY LINE DCT SH '
'BR',
'transmission': 'automatic',
'trim': '1.3 CLA 250 E LUXURY LINE DCT SH BR',
'vin': None,
'year': 2023}
2026-03-26 22:50:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985407%27 HTTP/1.1" 200 None
2026-03-26 22:50:50 [ayvens.be] INFO: Saving data for 1985407: {'created_time': 1774565450.413531, 'last_price_update_time': 1774565450.41354, 'auction_closing_time': 1774958400.0}
2026-03-26 22:50:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985407') HTTP/1.1" 204 0
2026-03-26 22:50:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F5fd8a4208ee74db99f73f13321c2f2f0%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/5fd8a4208ee74db99f73f13321c2f2f0/images/large/6.jpg not downloaded yet
2026-03-26 22:50:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ac/188df062d54247629e32e4d638024501/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b75936d0>
2026-03-26 22:50:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7eacb2e9-21c7-546e-a8ff-8314d7a7253a/7eacb2e9-21c7-546e-a8ff-8314d7a7253a_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:50:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ac%252F188df062d54247629e32e4d638024501%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ac/188df062d54247629e32e4d638024501/images/large/3.jpg saved to cache
2026-03-26 22:50:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 7eacb2e9-21c7-546e-a8ff-8314d7a7253a
2026-03-26 22:50:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77d6fd0>
2026-03-26 22:50:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7eacb2e9-21c7-546e-a8ff-8314d7a7253a/7eacb2e9-21c7-546e-a8ff-8314d7a7253a_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:50:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ac%252F188df062d54247629e32e4d638024501%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ac/188df062d54247629e32e4d638024501/images/large/2.jpg saved to cache
2026-03-26 22:50:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 7eacb2e9-21c7-546e-a8ff-8314d7a7253a
2026-03-26 22:50:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cb2290>
2026-03-26 22:50:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7eacb2e9-21c7-546e-a8ff-8314d7a7253a/7eacb2e9-21c7-546e-a8ff-8314d7a7253a_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:50:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ac%252F188df062d54247629e32e4d638024501%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ac/188df062d54247629e32e4d638024501/images/large/4.jpg saved to cache
2026-03-26 22:50:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 7eacb2e9-21c7-546e-a8ff-8314d7a7253a
2026-03-26 22:50:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77d4290>
2026-03-26 22:50:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7eacb2e9-21c7-546e-a8ff-8314d7a7253a/7eacb2e9-21c7-546e-a8ff-8314d7a7253a_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:50:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ac%252F188df062d54247629e32e4d638024501%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ac/188df062d54247629e32e4d638024501/images/large/5.jpg saved to cache
2026-03-26 22:50:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 7eacb2e9-21c7-546e-a8ff-8314d7a7253a
2026-03-26 22:50:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e1f790>
2026-03-26 22:50:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7eacb2e9-21c7-546e-a8ff-8314d7a7253a/7eacb2e9-21c7-546e-a8ff-8314d7a7253a_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:50:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ac%252F188df062d54247629e32e4d638024501%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ac/188df062d54247629e32e4d638024501/images/large/6.jpg saved to cache
2026-03-26 22:50:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 7eacb2e9-21c7-546e-a8ff-8314d7a7253a
2026-03-26 22:50:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F5fd8a4208ee74db99f73f13321c2f2f0%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/5fd8a4208ee74db99f73f13321c2f2f0/images/large/7.jpg not downloaded yet
2026-03-26 22:50:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F5fd8a4208ee74db99f73f13321c2f2f0%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/5fd8a4208ee74db99f73f13321c2f2f0/images/large/8.jpg not downloaded yet
2026-03-26 22:50:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ac/188df062d54247629e32e4d638024501/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ac/188df062d54247629e32e4d638024501/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F5fd8a4208ee74db99f73f13321c2f2f0%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/5fd8a4208ee74db99f73f13321c2f2f0/images/large/9.jpg not downloaded yet
2026-03-26 22:50:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76a7710>
2026-03-26 22:50:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7eacb2e9-21c7-546e-a8ff-8314d7a7253a/7eacb2e9-21c7-546e-a8ff-8314d7a7253a_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ac%252F188df062d54247629e32e4d638024501%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ac/188df062d54247629e32e4d638024501/images/large/7.jpg saved to cache
2026-03-26 22:50:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 7eacb2e9-21c7-546e-a8ff-8314d7a7253a
2026-03-26 22:50:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/5fd8a4208ee74db99f73f13321c2f2f0/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/5fd8a4208ee74db99f73f13321c2f2f0/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F5fd8a4208ee74db99f73f13321c2f2f0%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/5fd8a4208ee74db99f73f13321c2f2f0/images/large/10.jpg not downloaded yet
2026-03-26 22:50:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ac/188df062d54247629e32e4d638024501/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:51 [ayvens.be] INFO: Found listing with ID: 1985410
2026-03-26 22:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985410%27 HTTP/1.1" 200 None
2026-03-26 22:50:51 [ayvens.be] INFO: Scrape type for 1985410: 1
2026-03-26 22:50:51 [ayvens.be] INFO: Extracting data for car ID: 1985410
2026-03-26 22:50:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b69abcb1-2d81-5245-b20d-dba2e0f2ba47 with identifier: 1985410
2026-03-26 22:50:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b69abcb1-2d81-5245-b20d-dba2e0f2ba47 with scrape type 1
2026-03-26 22:50:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item b69abcb1-2d81-5245-b20d-dba2e0f2ba47
2026-03-26 22:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1uq%252Fc66dfbd95d474a62965e7804a52e75dd%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1uq/c66dfbd95d474a62965e7804a52e75dd/images/large/1.jpg not downloaded yet
2026-03-26 22:50:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76e0150>
2026-03-26 22:50:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7eacb2e9-21c7-546e-a8ff-8314d7a7253a/7eacb2e9-21c7-546e-a8ff-8314d7a7253a_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ac%252F188df062d54247629e32e4d638024501%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ac/188df062d54247629e32e4d638024501/images/large/9.jpg saved to cache
2026-03-26 22:50:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 7eacb2e9-21c7-546e-a8ff-8314d7a7253a
2026-03-26 22:50:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7a61350>
2026-03-26 22:50:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7eacb2e9-21c7-546e-a8ff-8314d7a7253a/7eacb2e9-21c7-546e-a8ff-8314d7a7253a_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ac%252F188df062d54247629e32e4d638024501%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ac/188df062d54247629e32e4d638024501/images/large/8.jpg saved to cache
2026-03-26 22:50:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 7eacb2e9-21c7-546e-a8ff-8314d7a7253a
2026-03-26 22:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1uq%252Fc66dfbd95d474a62965e7804a52e75dd%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1uq/c66dfbd95d474a62965e7804a52e75dd/images/large/2.jpg not downloaded yet
2026-03-26 22:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1uq%252Fc66dfbd95d474a62965e7804a52e75dd%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1uq/c66dfbd95d474a62965e7804a52e75dd/images/large/3.jpg not downloaded yet
2026-03-26 22:50:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b78c2c50>
2026-03-26 22:50:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8901dd7c-fe65-538f-9a8d-02dcb9b8fabb/8901dd7c-fe65-538f-9a8d-02dcb9b8fabb_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F5fd8a4208ee74db99f73f13321c2f2f0%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/5fd8a4208ee74db99f73f13321c2f2f0/images/large/2.jpg saved to cache
2026-03-26 22:50:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 8901dd7c-fe65-538f-9a8d-02dcb9b8fabb
2026-03-26 22:50:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7caabd0>
2026-03-26 22:50:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8901dd7c-fe65-538f-9a8d-02dcb9b8fabb/8901dd7c-fe65-538f-9a8d-02dcb9b8fabb_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F5fd8a4208ee74db99f73f13321c2f2f0%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/5fd8a4208ee74db99f73f13321c2f2f0/images/large/1.jpg saved to cache
2026-03-26 22:50:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 8901dd7c-fe65-538f-9a8d-02dcb9b8fabb
2026-03-26 22:50:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74aead0>
2026-03-26 22:50:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7eacb2e9-21c7-546e-a8ff-8314d7a7253a/7eacb2e9-21c7-546e-a8ff-8314d7a7253a_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ac%252F188df062d54247629e32e4d638024501%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ac/188df062d54247629e32e4d638024501/images/large/10.jpg saved to cache
2026-03-26 22:50:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 7eacb2e9-21c7-546e-a8ff-8314d7a7253a
2026-03-26 22:50:51 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7eacb2e9-21c7-546e-a8ff-8314d7a7253a, skipping ID generation
2026-03-26 22:50:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7eacb2e9-21c7-546e-a8ff-8314d7a7253a with scrape type 1
2026-03-26 22:50:51 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7eacb2e9-21c7-546e-a8ff-8314d7a7253a sending to next pipeline
2026-03-26 22:50:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 7eacb2e9-21c7-546e-a8ff-8314d7a7253a, identifier: 1985408
2026-03-26 22:50:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/5fd8a4208ee74db99f73f13321c2f2f0/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/5fd8a4208ee74db99f73f13321c2f2f0/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/5fd8a4208ee74db99f73f13321c2f2f0/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 7eacb2e9-21c7-546e-a8ff-8314d7a7253a with identifier: 1985408
2026-03-26 22:50:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 7eacb2e9-21c7-546e-a8ff-8314d7a7253a with identifier: 1985408
2026-03-26 22:50:51 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 7eacb2e9-21c7-546e-a8ff-8314d7a7253a with identifier: 1985408 to the API
2026-03-26 22:50:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:50:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:50:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2ac/188df062d54247629e32e4d638024501/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '7eacb2e9-21c7-546e-a8ff-8314d7a7253a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'VOLVO',
'model': 'XC40',
'odometer': 120135,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 23,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7eacb2e9-21c7-546e-a8ff-8314d7a7253a/7eacb2e9-21c7-546e-a8ff-8314d7a7253a_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 761023,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ac/188df062d54247629e32e4d638024501/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7eacb2e9-21c7-546e-a8ff-8314d7a7253a/7eacb2e9-21c7-546e-a8ff-8314d7a7253a_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 794782,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ac/188df062d54247629e32e4d638024501/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7eacb2e9-21c7-546e-a8ff-8314d7a7253a/7eacb2e9-21c7-546e-a8ff-8314d7a7253a_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 806120,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ac/188df062d54247629e32e4d638024501/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7eacb2e9-21c7-546e-a8ff-8314d7a7253a/7eacb2e9-21c7-546e-a8ff-8314d7a7253a_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 784204,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ac/188df062d54247629e32e4d638024501/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7eacb2e9-21c7-546e-a8ff-8314d7a7253a/7eacb2e9-21c7-546e-a8ff-8314d7a7253a_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 776725,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ac/188df062d54247629e32e4d638024501/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7eacb2e9-21c7-546e-a8ff-8314d7a7253a/7eacb2e9-21c7-546e-a8ff-8314d7a7253a_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 739037,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ac/188df062d54247629e32e4d638024501/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7eacb2e9-21c7-546e-a8ff-8314d7a7253a/7eacb2e9-21c7-546e-a8ff-8314d7a7253a_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 601887,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ac/188df062d54247629e32e4d638024501/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7eacb2e9-21c7-546e-a8ff-8314d7a7253a/7eacb2e9-21c7-546e-a8ff-8314d7a7253a_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 748106,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ac/188df062d54247629e32e4d638024501/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7eacb2e9-21c7-546e-a8ff-8314d7a7253a/7eacb2e9-21c7-546e-a8ff-8314d7a7253a_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 749399,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ac/188df062d54247629e32e4d638024501/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7eacb2e9-21c7-546e-a8ff-8314d7a7253a/7eacb2e9-21c7-546e-a8ff-8314d7a7253a_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 722785,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ac/188df062d54247629e32e4d638024501/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-22',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC40 1.5 T4 RECHARGE GEARTR. INSCRIPTION EXPR',
'transmission': 'automatic',
'trim': '1.5 T4 RECHARGE GEARTR. INSCRIPTION EXPR',
'vin': None,
'year': 2021}
2026-03-26 22:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985408%27 HTTP/1.1" 200 None
2026-03-26 22:50:52 [ayvens.be] INFO: Saving data for 1985408: {'created_time': 1774565452.17277, 'last_price_update_time': 1774565452.172779, 'auction_closing_time': 1774958400.0}
2026-03-26 22:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985408') HTTP/1.1" 204 0
2026-03-26 22:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1uq%252Fc66dfbd95d474a62965e7804a52e75dd%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1uq/c66dfbd95d474a62965e7804a52e75dd/images/large/4.jpg not downloaded yet
2026-03-26 22:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1uq%252Fc66dfbd95d474a62965e7804a52e75dd%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1uq/c66dfbd95d474a62965e7804a52e75dd/images/large/5.jpg not downloaded yet
2026-03-26 22:50:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76e0f90>
2026-03-26 22:50:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8901dd7c-fe65-538f-9a8d-02dcb9b8fabb/8901dd7c-fe65-538f-9a8d-02dcb9b8fabb_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F5fd8a4208ee74db99f73f13321c2f2f0%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/5fd8a4208ee74db99f73f13321c2f2f0/images/large/3.jpg saved to cache
2026-03-26 22:50:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 8901dd7c-fe65-538f-9a8d-02dcb9b8fabb
2026-03-26 22:50:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7724890>
2026-03-26 22:50:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8901dd7c-fe65-538f-9a8d-02dcb9b8fabb/8901dd7c-fe65-538f-9a8d-02dcb9b8fabb_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F5fd8a4208ee74db99f73f13321c2f2f0%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/5fd8a4208ee74db99f73f13321c2f2f0/images/large/5.jpg saved to cache
2026-03-26 22:50:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 8901dd7c-fe65-538f-9a8d-02dcb9b8fabb
2026-03-26 22:50:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b777b2d0>
2026-03-26 22:50:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8901dd7c-fe65-538f-9a8d-02dcb9b8fabb/8901dd7c-fe65-538f-9a8d-02dcb9b8fabb_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F5fd8a4208ee74db99f73f13321c2f2f0%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/5fd8a4208ee74db99f73f13321c2f2f0/images/large/4.jpg saved to cache
2026-03-26 22:50:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 8901dd7c-fe65-538f-9a8d-02dcb9b8fabb
2026-03-26 22:50:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/5fd8a4208ee74db99f73f13321c2f2f0/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/5fd8a4208ee74db99f73f13321c2f2f0/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/5fd8a4208ee74db99f73f13321c2f2f0/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1uq%252Fc66dfbd95d474a62965e7804a52e75dd%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1uq/c66dfbd95d474a62965e7804a52e75dd/images/large/6.jpg not downloaded yet
2026-03-26 22:50:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/5fd8a4208ee74db99f73f13321c2f2f0/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1uq%252Fc66dfbd95d474a62965e7804a52e75dd%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1uq/c66dfbd95d474a62965e7804a52e75dd/images/large/7.jpg not downloaded yet
2026-03-26 22:50:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1uq/c66dfbd95d474a62965e7804a52e75dd/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1uq%252Fc66dfbd95d474a62965e7804a52e75dd%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1uq/c66dfbd95d474a62965e7804a52e75dd/images/large/8.jpg not downloaded yet
2026-03-26 22:50:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/5fd8a4208ee74db99f73f13321c2f2f0/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1uq/c66dfbd95d474a62965e7804a52e75dd/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1uq/c66dfbd95d474a62965e7804a52e75dd/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1uq%252Fc66dfbd95d474a62965e7804a52e75dd%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1uq/c66dfbd95d474a62965e7804a52e75dd/images/large/9.jpg not downloaded yet
2026-03-26 22:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1uq%252Fc66dfbd95d474a62965e7804a52e75dd%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1uq/c66dfbd95d474a62965e7804a52e75dd/images/large/10.jpg not downloaded yet
2026-03-26 22:50:52 [ayvens.be] INFO: Found listing with ID: 1985411
2026-03-26 22:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985411%27 HTTP/1.1" 200 None
2026-03-26 22:50:52 [ayvens.be] INFO: Scrape type for 1985411: 1
2026-03-26 22:50:52 [ayvens.be] INFO: Extracting data for car ID: 1985411
2026-03-26 22:50:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6329b518-a0d7-5100-aa37-31aadb1cd7a5 with identifier: 1985411
2026-03-26 22:50:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6329b518-a0d7-5100-aa37-31aadb1cd7a5 with scrape type 1
2026-03-26 22:50:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 6329b518-a0d7-5100-aa37-31aadb1cd7a5
2026-03-26 22:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F03719f7bc2b244bea71fc7d0572c6a88%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/03719f7bc2b244bea71fc7d0572c6a88/images/large/1.jpg not downloaded yet
2026-03-26 22:50:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e01990>
2026-03-26 22:50:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8901dd7c-fe65-538f-9a8d-02dcb9b8fabb/8901dd7c-fe65-538f-9a8d-02dcb9b8fabb_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F5fd8a4208ee74db99f73f13321c2f2f0%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/5fd8a4208ee74db99f73f13321c2f2f0/images/large/7.jpg saved to cache
2026-03-26 22:50:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 8901dd7c-fe65-538f-9a8d-02dcb9b8fabb
2026-03-26 22:50:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cb1490>
2026-03-26 22:50:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8901dd7c-fe65-538f-9a8d-02dcb9b8fabb/8901dd7c-fe65-538f-9a8d-02dcb9b8fabb_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F5fd8a4208ee74db99f73f13321c2f2f0%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/5fd8a4208ee74db99f73f13321c2f2f0/images/large/6.jpg saved to cache
2026-03-26 22:50:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 8901dd7c-fe65-538f-9a8d-02dcb9b8fabb
2026-03-26 22:50:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6df2d90>
2026-03-26 22:50:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8901dd7c-fe65-538f-9a8d-02dcb9b8fabb/8901dd7c-fe65-538f-9a8d-02dcb9b8fabb_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F5fd8a4208ee74db99f73f13321c2f2f0%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/5fd8a4208ee74db99f73f13321c2f2f0/images/large/9.jpg saved to cache
2026-03-26 22:50:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 8901dd7c-fe65-538f-9a8d-02dcb9b8fabb
2026-03-26 22:50:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1uq/c66dfbd95d474a62965e7804a52e75dd/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F03719f7bc2b244bea71fc7d0572c6a88%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/03719f7bc2b244bea71fc7d0572c6a88/images/large/2.jpg not downloaded yet
2026-03-26 22:50:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1uq/c66dfbd95d474a62965e7804a52e75dd/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c83310>
2026-03-26 22:50:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8901dd7c-fe65-538f-9a8d-02dcb9b8fabb/8901dd7c-fe65-538f-9a8d-02dcb9b8fabb_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F5fd8a4208ee74db99f73f13321c2f2f0%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/5fd8a4208ee74db99f73f13321c2f2f0/images/large/8.jpg saved to cache
2026-03-26 22:50:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 8901dd7c-fe65-538f-9a8d-02dcb9b8fabb
2026-03-26 22:50:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1uq/c66dfbd95d474a62965e7804a52e75dd/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F03719f7bc2b244bea71fc7d0572c6a88%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/03719f7bc2b244bea71fc7d0572c6a88/images/large/3.jpg not downloaded yet
2026-03-26 22:50:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7aa2510>
2026-03-26 22:50:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b69abcb1-2d81-5245-b20d-dba2e0f2ba47/b69abcb1-2d81-5245-b20d-dba2e0f2ba47_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:50:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1uq%252Fc66dfbd95d474a62965e7804a52e75dd%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1uq/c66dfbd95d474a62965e7804a52e75dd/images/large/1.jpg saved to cache
2026-03-26 22:50:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item b69abcb1-2d81-5245-b20d-dba2e0f2ba47
2026-03-26 22:50:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7aa0b90>
2026-03-26 22:50:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8901dd7c-fe65-538f-9a8d-02dcb9b8fabb/8901dd7c-fe65-538f-9a8d-02dcb9b8fabb_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:50:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F5fd8a4208ee74db99f73f13321c2f2f0%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/5fd8a4208ee74db99f73f13321c2f2f0/images/large/10.jpg saved to cache
2026-03-26 22:50:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 8901dd7c-fe65-538f-9a8d-02dcb9b8fabb
2026-03-26 22:50:53 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8901dd7c-fe65-538f-9a8d-02dcb9b8fabb, skipping ID generation
2026-03-26 22:50:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8901dd7c-fe65-538f-9a8d-02dcb9b8fabb with scrape type 1
2026-03-26 22:50:53 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8901dd7c-fe65-538f-9a8d-02dcb9b8fabb sending to next pipeline
2026-03-26 22:50:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 8901dd7c-fe65-538f-9a8d-02dcb9b8fabb, identifier: 1985409
2026-03-26 22:50:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6dd9a10>
2026-03-26 22:50:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b69abcb1-2d81-5245-b20d-dba2e0f2ba47/b69abcb1-2d81-5245-b20d-dba2e0f2ba47_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:50:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1uq%252Fc66dfbd95d474a62965e7804a52e75dd%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1uq/c66dfbd95d474a62965e7804a52e75dd/images/large/2.jpg saved to cache
2026-03-26 22:50:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item b69abcb1-2d81-5245-b20d-dba2e0f2ba47
2026-03-26 22:50:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e039d0>
2026-03-26 22:50:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b69abcb1-2d81-5245-b20d-dba2e0f2ba47/b69abcb1-2d81-5245-b20d-dba2e0f2ba47_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:50:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1uq%252Fc66dfbd95d474a62965e7804a52e75dd%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1uq/c66dfbd95d474a62965e7804a52e75dd/images/large/3.jpg saved to cache
2026-03-26 22:50:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item b69abcb1-2d81-5245-b20d-dba2e0f2ba47
2026-03-26 22:50:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F03719f7bc2b244bea71fc7d0572c6a88%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/03719f7bc2b244bea71fc7d0572c6a88/images/large/4.jpg not downloaded yet
2026-03-26 22:50:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 8901dd7c-fe65-538f-9a8d-02dcb9b8fabb with identifier: 1985409
2026-03-26 22:50:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 8901dd7c-fe65-538f-9a8d-02dcb9b8fabb with identifier: 1985409
2026-03-26 22:50:53 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 8901dd7c-fe65-538f-9a8d-02dcb9b8fabb with identifier: 1985409 to the API
2026-03-26 22:50:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:50:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:50:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bq/5fd8a4208ee74db99f73f13321c2f2f0/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 4,
'engine': '1.2L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '8901dd7c-fe65-538f-9a8d-02dcb9b8fabb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'TOYOTA',
'model': 'PROACE CITY',
'odometer': 80086,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 18,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8901dd7c-fe65-538f-9a8d-02dcb9b8fabb/8901dd7c-fe65-538f-9a8d-02dcb9b8fabb_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 614058,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/5fd8a4208ee74db99f73f13321c2f2f0/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8901dd7c-fe65-538f-9a8d-02dcb9b8fabb/8901dd7c-fe65-538f-9a8d-02dcb9b8fabb_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 527682,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/5fd8a4208ee74db99f73f13321c2f2f0/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8901dd7c-fe65-538f-9a8d-02dcb9b8fabb/8901dd7c-fe65-538f-9a8d-02dcb9b8fabb_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 547227,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/5fd8a4208ee74db99f73f13321c2f2f0/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8901dd7c-fe65-538f-9a8d-02dcb9b8fabb/8901dd7c-fe65-538f-9a8d-02dcb9b8fabb_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 527581,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/5fd8a4208ee74db99f73f13321c2f2f0/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8901dd7c-fe65-538f-9a8d-02dcb9b8fabb/8901dd7c-fe65-538f-9a8d-02dcb9b8fabb_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 547512,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/5fd8a4208ee74db99f73f13321c2f2f0/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8901dd7c-fe65-538f-9a8d-02dcb9b8fabb/8901dd7c-fe65-538f-9a8d-02dcb9b8fabb_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 558941,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/5fd8a4208ee74db99f73f13321c2f2f0/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8901dd7c-fe65-538f-9a8d-02dcb9b8fabb/8901dd7c-fe65-538f-9a8d-02dcb9b8fabb_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 583348,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/5fd8a4208ee74db99f73f13321c2f2f0/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8901dd7c-fe65-538f-9a8d-02dcb9b8fabb/8901dd7c-fe65-538f-9a8d-02dcb9b8fabb_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 605264,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/5fd8a4208ee74db99f73f13321c2f2f0/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8901dd7c-fe65-538f-9a8d-02dcb9b8fabb/8901dd7c-fe65-538f-9a8d-02dcb9b8fabb_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 555877,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/5fd8a4208ee74db99f73f13321c2f2f0/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8901dd7c-fe65-538f-9a8d-02dcb9b8fabb/8901dd7c-fe65-538f-9a8d-02dcb9b8fabb_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 593356,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/5fd8a4208ee74db99f73f13321c2f2f0/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-10',
'seats_number': 3,
'seller_name': None,
'title': 'TOYOTA PROACE CITY 1.2I 96KW SWB COMFORT AUTO',
'transmission': 'automatic',
'trim': '1.2I 96KW SWB COMFORT AUTO',
'vin': None,
'year': 2022}
2026-03-26 22:50:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985409%27 HTTP/1.1" 200 None
2026-03-26 22:50:53 [ayvens.be] INFO: Saving data for 1985409: {'created_time': 1774565453.719712, 'last_price_update_time': 1774565453.719722, 'auction_closing_time': 1774958400.0}
2026-03-26 22:50:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985409') HTTP/1.1" 204 0
2026-03-26 22:50:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1uq/c66dfbd95d474a62965e7804a52e75dd/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1uq/c66dfbd95d474a62965e7804a52e75dd/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1uq/c66dfbd95d474a62965e7804a52e75dd/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b740b850>
2026-03-26 22:50:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b69abcb1-2d81-5245-b20d-dba2e0f2ba47/b69abcb1-2d81-5245-b20d-dba2e0f2ba47_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:50:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1uq%252Fc66dfbd95d474a62965e7804a52e75dd%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1uq/c66dfbd95d474a62965e7804a52e75dd/images/large/4.jpg saved to cache
2026-03-26 22:50:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item b69abcb1-2d81-5245-b20d-dba2e0f2ba47
2026-03-26 22:50:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1uq/c66dfbd95d474a62965e7804a52e75dd/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F03719f7bc2b244bea71fc7d0572c6a88%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/03719f7bc2b244bea71fc7d0572c6a88/images/large/5.jpg not downloaded yet
2026-03-26 22:50:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74489d0>
2026-03-26 22:50:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b69abcb1-2d81-5245-b20d-dba2e0f2ba47/b69abcb1-2d81-5245-b20d-dba2e0f2ba47_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:50:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1uq%252Fc66dfbd95d474a62965e7804a52e75dd%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1uq/c66dfbd95d474a62965e7804a52e75dd/images/large/6.jpg saved to cache
2026-03-26 22:50:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item b69abcb1-2d81-5245-b20d-dba2e0f2ba47
2026-03-26 22:50:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7416750>
2026-03-26 22:50:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b69abcb1-2d81-5245-b20d-dba2e0f2ba47/b69abcb1-2d81-5245-b20d-dba2e0f2ba47_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:50:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1uq%252Fc66dfbd95d474a62965e7804a52e75dd%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1uq/c66dfbd95d474a62965e7804a52e75dd/images/large/5.jpg saved to cache
2026-03-26 22:50:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item b69abcb1-2d81-5245-b20d-dba2e0f2ba47
2026-03-26 22:50:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F03719f7bc2b244bea71fc7d0572c6a88%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/03719f7bc2b244bea71fc7d0572c6a88/images/large/6.jpg not downloaded yet
2026-03-26 22:50:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7819a10>
2026-03-26 22:50:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b69abcb1-2d81-5245-b20d-dba2e0f2ba47/b69abcb1-2d81-5245-b20d-dba2e0f2ba47_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:50:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1uq%252Fc66dfbd95d474a62965e7804a52e75dd%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1uq/c66dfbd95d474a62965e7804a52e75dd/images/large/8.jpg saved to cache
2026-03-26 22:50:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item b69abcb1-2d81-5245-b20d-dba2e0f2ba47
2026-03-26 22:50:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74bcbd0>
2026-03-26 22:50:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b69abcb1-2d81-5245-b20d-dba2e0f2ba47/b69abcb1-2d81-5245-b20d-dba2e0f2ba47_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:50:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1uq%252Fc66dfbd95d474a62965e7804a52e75dd%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1uq/c66dfbd95d474a62965e7804a52e75dd/images/large/7.jpg saved to cache
2026-03-26 22:50:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item b69abcb1-2d81-5245-b20d-dba2e0f2ba47
2026-03-26 22:50:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6da4690>
2026-03-26 22:50:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b69abcb1-2d81-5245-b20d-dba2e0f2ba47/b69abcb1-2d81-5245-b20d-dba2e0f2ba47_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:50:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1uq%252Fc66dfbd95d474a62965e7804a52e75dd%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1uq/c66dfbd95d474a62965e7804a52e75dd/images/large/9.jpg saved to cache
2026-03-26 22:50:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item b69abcb1-2d81-5245-b20d-dba2e0f2ba47
2026-03-26 22:50:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F03719f7bc2b244bea71fc7d0572c6a88%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/03719f7bc2b244bea71fc7d0572c6a88/images/large/7.jpg not downloaded yet
2026-03-26 22:50:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6da4710>
2026-03-26 22:50:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b69abcb1-2d81-5245-b20d-dba2e0f2ba47/b69abcb1-2d81-5245-b20d-dba2e0f2ba47_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:50:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1uq%252Fc66dfbd95d474a62965e7804a52e75dd%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1uq/c66dfbd95d474a62965e7804a52e75dd/images/large/10.jpg saved to cache
2026-03-26 22:50:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item b69abcb1-2d81-5245-b20d-dba2e0f2ba47
2026-03-26 22:50:54 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b69abcb1-2d81-5245-b20d-dba2e0f2ba47, skipping ID generation
2026-03-26 22:50:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b69abcb1-2d81-5245-b20d-dba2e0f2ba47 with scrape type 1
2026-03-26 22:50:54 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b69abcb1-2d81-5245-b20d-dba2e0f2ba47 sending to next pipeline
2026-03-26 22:50:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: b69abcb1-2d81-5245-b20d-dba2e0f2ba47, identifier: 1985410
2026-03-26 22:50:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: b69abcb1-2d81-5245-b20d-dba2e0f2ba47 with identifier: 1985410
2026-03-26 22:50:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: b69abcb1-2d81-5245-b20d-dba2e0f2ba47 with identifier: 1985410
2026-03-26 22:50:54 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: b69abcb1-2d81-5245-b20d-dba2e0f2ba47 with identifier: 1985410 to the API
2026-03-26 22:50:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:50:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:50:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/1uq/c66dfbd95d474a62965e7804a52e75dd/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': 182,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': 'b69abcb1-2d81-5245-b20d-dba2e0f2ba47',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'FORD',
'model': 'TRANSIT 2T 350M FOU MWB HR DSL',
'odometer': 128237,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 14,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b69abcb1-2d81-5245-b20d-dba2e0f2ba47/b69abcb1-2d81-5245-b20d-dba2e0f2ba47_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 257844,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1uq/c66dfbd95d474a62965e7804a52e75dd/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b69abcb1-2d81-5245-b20d-dba2e0f2ba47/b69abcb1-2d81-5245-b20d-dba2e0f2ba47_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 261961,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1uq/c66dfbd95d474a62965e7804a52e75dd/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b69abcb1-2d81-5245-b20d-dba2e0f2ba47/b69abcb1-2d81-5245-b20d-dba2e0f2ba47_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 267206,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1uq/c66dfbd95d474a62965e7804a52e75dd/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b69abcb1-2d81-5245-b20d-dba2e0f2ba47/b69abcb1-2d81-5245-b20d-dba2e0f2ba47_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 261120,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1uq/c66dfbd95d474a62965e7804a52e75dd/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b69abcb1-2d81-5245-b20d-dba2e0f2ba47/b69abcb1-2d81-5245-b20d-dba2e0f2ba47_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 320017,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1uq/c66dfbd95d474a62965e7804a52e75dd/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b69abcb1-2d81-5245-b20d-dba2e0f2ba47/b69abcb1-2d81-5245-b20d-dba2e0f2ba47_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 216593,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1uq/c66dfbd95d474a62965e7804a52e75dd/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b69abcb1-2d81-5245-b20d-dba2e0f2ba47/b69abcb1-2d81-5245-b20d-dba2e0f2ba47_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 356910,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1uq/c66dfbd95d474a62965e7804a52e75dd/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b69abcb1-2d81-5245-b20d-dba2e0f2ba47/b69abcb1-2d81-5245-b20d-dba2e0f2ba47_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 333727,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1uq/c66dfbd95d474a62965e7804a52e75dd/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b69abcb1-2d81-5245-b20d-dba2e0f2ba47/b69abcb1-2d81-5245-b20d-dba2e0f2ba47_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 318913,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1uq/c66dfbd95d474a62965e7804a52e75dd/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b69abcb1-2d81-5245-b20d-dba2e0f2ba47/b69abcb1-2d81-5245-b20d-dba2e0f2ba47_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 250476,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1uq/c66dfbd95d474a62965e7804a52e75dd/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-07-10',
'seats_number': 3,
'seller_name': None,
'title': 'FORD TRANSIT 2T 350M FOU MWB HR DSL 2.0 TDCi L2H2 Trend',
'transmission': 'manual',
'trim': '2.0 TDCi L2H2 Trend',
'vin': None,
'year': 2018}
2026-03-26 22:50:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985410%27 HTTP/1.1" 200 None
2026-03-26 22:50:54 [ayvens.be] INFO: Saving data for 1985410: {'created_time': 1774565454.691634, 'last_price_update_time': 1774565454.691643, 'auction_closing_time': 1774958400.0}
2026-03-26 22:50:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985410') HTTP/1.1" 204 0
2026-03-26 22:50:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/03719f7bc2b244bea71fc7d0572c6a88/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F03719f7bc2b244bea71fc7d0572c6a88%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/03719f7bc2b244bea71fc7d0572c6a88/images/large/8.jpg not downloaded yet
2026-03-26 22:50:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/03719f7bc2b244bea71fc7d0572c6a88/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F03719f7bc2b244bea71fc7d0572c6a88%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/03719f7bc2b244bea71fc7d0572c6a88/images/large/9.jpg not downloaded yet
2026-03-26 22:50:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/03719f7bc2b244bea71fc7d0572c6a88/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F03719f7bc2b244bea71fc7d0572c6a88%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/03719f7bc2b244bea71fc7d0572c6a88/images/large/10.jpg not downloaded yet
2026-03-26 22:50:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/03719f7bc2b244bea71fc7d0572c6a88/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/03719f7bc2b244bea71fc7d0572c6a88/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:54 [ayvens.be] INFO: Found listing with ID: 1985412
2026-03-26 22:50:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985412%27 HTTP/1.1" 200 None
2026-03-26 22:50:54 [ayvens.be] INFO: Scrape type for 1985412: 1
2026-03-26 22:50:54 [ayvens.be] INFO: Extracting data for car ID: 1985412
2026-03-26 22:50:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2dcfa284-9a34-5515-b429-8748e9d277cc with identifier: 1985412
2026-03-26 22:50:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2dcfa284-9a34-5515-b429-8748e9d277cc with scrape type 1
2026-03-26 22:50:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 2dcfa284-9a34-5515-b429-8748e9d277cc
2026-03-26 22:50:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xb%252Fa6040672c28b482e835f3c2124d8e720%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xb/a6040672c28b482e835f3c2124d8e720/images/large/1.jpg not downloaded yet
2026-03-26 22:50:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xb%252Fa6040672c28b482e835f3c2124d8e720%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xb/a6040672c28b482e835f3c2124d8e720/images/large/2.jpg not downloaded yet
2026-03-26 22:50:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b740ac50>
2026-03-26 22:50:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6329b518-a0d7-5100-aa37-31aadb1cd7a5/6329b518-a0d7-5100-aa37-31aadb1cd7a5_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:50:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F03719f7bc2b244bea71fc7d0572c6a88%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/03719f7bc2b244bea71fc7d0572c6a88/images/large/1.jpg saved to cache
2026-03-26 22:50:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 6329b518-a0d7-5100-aa37-31aadb1cd7a5
2026-03-26 22:50:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7a55f10>
2026-03-26 22:50:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6329b518-a0d7-5100-aa37-31aadb1cd7a5/6329b518-a0d7-5100-aa37-31aadb1cd7a5_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F03719f7bc2b244bea71fc7d0572c6a88%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/03719f7bc2b244bea71fc7d0572c6a88/images/large/2.jpg saved to cache
2026-03-26 22:50:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 6329b518-a0d7-5100-aa37-31aadb1cd7a5
2026-03-26 22:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xb%252Fa6040672c28b482e835f3c2124d8e720%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xb/a6040672c28b482e835f3c2124d8e720/images/large/3.jpg not downloaded yet
2026-03-26 22:50:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b75871d0>
2026-03-26 22:50:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6329b518-a0d7-5100-aa37-31aadb1cd7a5/6329b518-a0d7-5100-aa37-31aadb1cd7a5_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F03719f7bc2b244bea71fc7d0572c6a88%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/03719f7bc2b244bea71fc7d0572c6a88/images/large/3.jpg saved to cache
2026-03-26 22:50:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 6329b518-a0d7-5100-aa37-31aadb1cd7a5
2026-03-26 22:50:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd3a8850>
2026-03-26 22:50:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6329b518-a0d7-5100-aa37-31aadb1cd7a5/6329b518-a0d7-5100-aa37-31aadb1cd7a5_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F03719f7bc2b244bea71fc7d0572c6a88%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/03719f7bc2b244bea71fc7d0572c6a88/images/large/5.jpg saved to cache
2026-03-26 22:50:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 6329b518-a0d7-5100-aa37-31aadb1cd7a5
2026-03-26 22:50:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76a5790>
2026-03-26 22:50:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6329b518-a0d7-5100-aa37-31aadb1cd7a5/6329b518-a0d7-5100-aa37-31aadb1cd7a5_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F03719f7bc2b244bea71fc7d0572c6a88%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/03719f7bc2b244bea71fc7d0572c6a88/images/large/4.jpg saved to cache
2026-03-26 22:50:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 6329b518-a0d7-5100-aa37-31aadb1cd7a5
2026-03-26 22:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xb%252Fa6040672c28b482e835f3c2124d8e720%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xb/a6040672c28b482e835f3c2124d8e720/images/large/4.jpg not downloaded yet
2026-03-26 22:50:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/03719f7bc2b244bea71fc7d0572c6a88/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/03719f7bc2b244bea71fc7d0572c6a88/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/03719f7bc2b244bea71fc7d0572c6a88/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/03719f7bc2b244bea71fc7d0572c6a88/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/03719f7bc2b244bea71fc7d0572c6a88/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xb%252Fa6040672c28b482e835f3c2124d8e720%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xb/a6040672c28b482e835f3c2124d8e720/images/large/5.jpg not downloaded yet
2026-03-26 22:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xb%252Fa6040672c28b482e835f3c2124d8e720%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xb/a6040672c28b482e835f3c2124d8e720/images/large/6.jpg not downloaded yet
2026-03-26 22:50:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xb/a6040672c28b482e835f3c2124d8e720/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xb%252Fa6040672c28b482e835f3c2124d8e720%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xb/a6040672c28b482e835f3c2124d8e720/images/large/7.jpg not downloaded yet
2026-03-26 22:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xb%252Fa6040672c28b482e835f3c2124d8e720%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xb/a6040672c28b482e835f3c2124d8e720/images/large/8.jpg not downloaded yet
2026-03-26 22:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xb%252Fa6040672c28b482e835f3c2124d8e720%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xb/a6040672c28b482e835f3c2124d8e720/images/large/9.jpg not downloaded yet
2026-03-26 22:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xb%252Fa6040672c28b482e835f3c2124d8e720%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xb/a6040672c28b482e835f3c2124d8e720/images/large/10.jpg not downloaded yet
2026-03-26 22:50:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xb/a6040672c28b482e835f3c2124d8e720/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xb/a6040672c28b482e835f3c2124d8e720/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:55 [ayvens.be] INFO: Found listing with ID: 1985413
2026-03-26 22:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985413%27 HTTP/1.1" 200 None
2026-03-26 22:50:55 [ayvens.be] INFO: Scrape type for 1985413: 1
2026-03-26 22:50:55 [ayvens.be] INFO: Extracting data for car ID: 1985413
2026-03-26 22:50:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb9d0228-9c97-532f-a19b-9fa29c9ae81c with identifier: 1985413
2026-03-26 22:50:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb9d0228-9c97-532f-a19b-9fa29c9ae81c with scrape type 1
2026-03-26 22:50:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item bb9d0228-9c97-532f-a19b-9fa29c9ae81c
2026-03-26 22:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F62b47fe7741e45ab942268bcc642e25f%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/62b47fe7741e45ab942268bcc642e25f/images/large/1.jpg not downloaded yet
2026-03-26 22:50:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xb/a6040672c28b482e835f3c2124d8e720/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77cb550>
2026-03-26 22:50:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6329b518-a0d7-5100-aa37-31aadb1cd7a5/6329b518-a0d7-5100-aa37-31aadb1cd7a5_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F03719f7bc2b244bea71fc7d0572c6a88%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/03719f7bc2b244bea71fc7d0572c6a88/images/large/6.jpg saved to cache
2026-03-26 22:50:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 6329b518-a0d7-5100-aa37-31aadb1cd7a5
2026-03-26 22:50:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76e2050>
2026-03-26 22:50:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6329b518-a0d7-5100-aa37-31aadb1cd7a5/6329b518-a0d7-5100-aa37-31aadb1cd7a5_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F03719f7bc2b244bea71fc7d0572c6a88%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/03719f7bc2b244bea71fc7d0572c6a88/images/large/8.jpg saved to cache
2026-03-26 22:50:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 6329b518-a0d7-5100-aa37-31aadb1cd7a5
2026-03-26 22:50:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b787d910>
2026-03-26 22:50:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6329b518-a0d7-5100-aa37-31aadb1cd7a5/6329b518-a0d7-5100-aa37-31aadb1cd7a5_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F03719f7bc2b244bea71fc7d0572c6a88%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/03719f7bc2b244bea71fc7d0572c6a88/images/large/9.jpg saved to cache
2026-03-26 22:50:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 6329b518-a0d7-5100-aa37-31aadb1cd7a5
2026-03-26 22:50:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b741dbd0>
2026-03-26 22:50:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6329b518-a0d7-5100-aa37-31aadb1cd7a5/6329b518-a0d7-5100-aa37-31aadb1cd7a5_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F03719f7bc2b244bea71fc7d0572c6a88%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/03719f7bc2b244bea71fc7d0572c6a88/images/large/7.jpg saved to cache
2026-03-26 22:50:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 6329b518-a0d7-5100-aa37-31aadb1cd7a5
2026-03-26 22:50:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7744190>
2026-03-26 22:50:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6329b518-a0d7-5100-aa37-31aadb1cd7a5/6329b518-a0d7-5100-aa37-31aadb1cd7a5_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F03719f7bc2b244bea71fc7d0572c6a88%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/03719f7bc2b244bea71fc7d0572c6a88/images/large/10.jpg saved to cache
2026-03-26 22:50:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 6329b518-a0d7-5100-aa37-31aadb1cd7a5
2026-03-26 22:50:55 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6329b518-a0d7-5100-aa37-31aadb1cd7a5, skipping ID generation
2026-03-26 22:50:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6329b518-a0d7-5100-aa37-31aadb1cd7a5 with scrape type 1
2026-03-26 22:50:55 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6329b518-a0d7-5100-aa37-31aadb1cd7a5 sending to next pipeline
2026-03-26 22:50:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 6329b518-a0d7-5100-aa37-31aadb1cd7a5, identifier: 1985411
2026-03-26 22:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F62b47fe7741e45ab942268bcc642e25f%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/62b47fe7741e45ab942268bcc642e25f/images/large/2.jpg not downloaded yet
2026-03-26 22:50:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 6329b518-a0d7-5100-aa37-31aadb1cd7a5 with identifier: 1985411
2026-03-26 22:50:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 6329b518-a0d7-5100-aa37-31aadb1cd7a5 with identifier: 1985411
2026-03-26 22:50:56 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 6329b518-a0d7-5100-aa37-31aadb1cd7a5 with identifier: 1985411 to the API
2026-03-26 22:50:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:50:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:50:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bm/03719f7bc2b244bea71fc7d0572c6a88/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '6329b518-a0d7-5100-aa37-31aadb1cd7a5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '3 SERIES TOURING',
'odometer': 127995,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 15,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6329b518-a0d7-5100-aa37-31aadb1cd7a5/6329b518-a0d7-5100-aa37-31aadb1cd7a5_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 516778,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/03719f7bc2b244bea71fc7d0572c6a88/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6329b518-a0d7-5100-aa37-31aadb1cd7a5/6329b518-a0d7-5100-aa37-31aadb1cd7a5_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 477099,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/03719f7bc2b244bea71fc7d0572c6a88/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6329b518-a0d7-5100-aa37-31aadb1cd7a5/6329b518-a0d7-5100-aa37-31aadb1cd7a5_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 465751,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/03719f7bc2b244bea71fc7d0572c6a88/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6329b518-a0d7-5100-aa37-31aadb1cd7a5/6329b518-a0d7-5100-aa37-31aadb1cd7a5_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 493265,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/03719f7bc2b244bea71fc7d0572c6a88/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6329b518-a0d7-5100-aa37-31aadb1cd7a5/6329b518-a0d7-5100-aa37-31aadb1cd7a5_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 379525,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/03719f7bc2b244bea71fc7d0572c6a88/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6329b518-a0d7-5100-aa37-31aadb1cd7a5/6329b518-a0d7-5100-aa37-31aadb1cd7a5_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 354909,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/03719f7bc2b244bea71fc7d0572c6a88/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6329b518-a0d7-5100-aa37-31aadb1cd7a5/6329b518-a0d7-5100-aa37-31aadb1cd7a5_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 405883,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/03719f7bc2b244bea71fc7d0572c6a88/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6329b518-a0d7-5100-aa37-31aadb1cd7a5/6329b518-a0d7-5100-aa37-31aadb1cd7a5_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 384707,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/03719f7bc2b244bea71fc7d0572c6a88/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6329b518-a0d7-5100-aa37-31aadb1cd7a5/6329b518-a0d7-5100-aa37-31aadb1cd7a5_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 390477,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/03719f7bc2b244bea71fc7d0572c6a88/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6329b518-a0d7-5100-aa37-31aadb1cd7a5/6329b518-a0d7-5100-aa37-31aadb1cd7a5_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 248900,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/03719f7bc2b244bea71fc7d0572c6a88/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-11',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 3 SERIES TOURING 2.0 330E (215KW) XDRIVE TOURING',
'transmission': 'automatic',
'trim': '2.0 330E (215KW) XDRIVE TOURING',
'vin': None,
'year': 2022}
2026-03-26 22:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985411%27 HTTP/1.1" 200 None
2026-03-26 22:50:56 [ayvens.be] INFO: Saving data for 1985411: {'created_time': 1774565456.395532, 'last_price_update_time': 1774565456.395544, 'auction_closing_time': 1774958400.0}
2026-03-26 22:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985411') HTTP/1.1" 204 0
2026-03-26 22:50:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7ccd410>
2026-03-26 22:50:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2dcfa284-9a34-5515-b429-8748e9d277cc/2dcfa284-9a34-5515-b429-8748e9d277cc_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xb%252Fa6040672c28b482e835f3c2124d8e720%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xb/a6040672c28b482e835f3c2124d8e720/images/large/1.jpg saved to cache
2026-03-26 22:50:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 2dcfa284-9a34-5515-b429-8748e9d277cc
2026-03-26 22:50:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xb/a6040672c28b482e835f3c2124d8e720/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F62b47fe7741e45ab942268bcc642e25f%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/62b47fe7741e45ab942268bcc642e25f/images/large/3.jpg not downloaded yet
2026-03-26 22:50:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cbcf10>
2026-03-26 22:50:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2dcfa284-9a34-5515-b429-8748e9d277cc/2dcfa284-9a34-5515-b429-8748e9d277cc_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xb%252Fa6040672c28b482e835f3c2124d8e720%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xb/a6040672c28b482e835f3c2124d8e720/images/large/3.jpg saved to cache
2026-03-26 22:50:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 2dcfa284-9a34-5515-b429-8748e9d277cc
2026-03-26 22:50:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76a7d50>
2026-03-26 22:50:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2dcfa284-9a34-5515-b429-8748e9d277cc/2dcfa284-9a34-5515-b429-8748e9d277cc_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xb%252Fa6040672c28b482e835f3c2124d8e720%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xb/a6040672c28b482e835f3c2124d8e720/images/large/5.jpg saved to cache
2026-03-26 22:50:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 2dcfa284-9a34-5515-b429-8748e9d277cc
2026-03-26 22:50:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7ceb410>
2026-03-26 22:50:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2dcfa284-9a34-5515-b429-8748e9d277cc/2dcfa284-9a34-5515-b429-8748e9d277cc_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xb%252Fa6040672c28b482e835f3c2124d8e720%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xb/a6040672c28b482e835f3c2124d8e720/images/large/2.jpg saved to cache
2026-03-26 22:50:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 2dcfa284-9a34-5515-b429-8748e9d277cc
2026-03-26 22:50:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xb/a6040672c28b482e835f3c2124d8e720/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xb/a6040672c28b482e835f3c2124d8e720/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F62b47fe7741e45ab942268bcc642e25f%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/62b47fe7741e45ab942268bcc642e25f/images/large/4.jpg not downloaded yet
2026-03-26 22:50:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cca310>
2026-03-26 22:50:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2dcfa284-9a34-5515-b429-8748e9d277cc/2dcfa284-9a34-5515-b429-8748e9d277cc_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xb%252Fa6040672c28b482e835f3c2124d8e720%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xb/a6040672c28b482e835f3c2124d8e720/images/large/4.jpg saved to cache
2026-03-26 22:50:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 2dcfa284-9a34-5515-b429-8748e9d277cc
2026-03-26 22:50:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xb/a6040672c28b482e835f3c2124d8e720/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xb/a6040672c28b482e835f3c2124d8e720/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F62b47fe7741e45ab942268bcc642e25f%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/62b47fe7741e45ab942268bcc642e25f/images/large/5.jpg not downloaded yet
2026-03-26 22:50:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xb/a6040672c28b482e835f3c2124d8e720/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/62b47fe7741e45ab942268bcc642e25f/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F62b47fe7741e45ab942268bcc642e25f%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/62b47fe7741e45ab942268bcc642e25f/images/large/6.jpg not downloaded yet
2026-03-26 22:50:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7494f10>
2026-03-26 22:50:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2dcfa284-9a34-5515-b429-8748e9d277cc/2dcfa284-9a34-5515-b429-8748e9d277cc_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:50:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xb%252Fa6040672c28b482e835f3c2124d8e720%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xb/a6040672c28b482e835f3c2124d8e720/images/large/6.jpg saved to cache
2026-03-26 22:50:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 2dcfa284-9a34-5515-b429-8748e9d277cc
2026-03-26 22:50:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79a2490>
2026-03-26 22:50:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2dcfa284-9a34-5515-b429-8748e9d277cc/2dcfa284-9a34-5515-b429-8748e9d277cc_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:50:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xb%252Fa6040672c28b482e835f3c2124d8e720%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xb/a6040672c28b482e835f3c2124d8e720/images/large/7.jpg saved to cache
2026-03-26 22:50:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 2dcfa284-9a34-5515-b429-8748e9d277cc
2026-03-26 22:50:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/62b47fe7741e45ab942268bcc642e25f/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F62b47fe7741e45ab942268bcc642e25f%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/62b47fe7741e45ab942268bcc642e25f/images/large/7.jpg not downloaded yet
2026-03-26 22:50:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F62b47fe7741e45ab942268bcc642e25f%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/62b47fe7741e45ab942268bcc642e25f/images/large/8.jpg not downloaded yet
2026-03-26 22:50:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7495850>
2026-03-26 22:50:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2dcfa284-9a34-5515-b429-8748e9d277cc/2dcfa284-9a34-5515-b429-8748e9d277cc_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:50:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xb%252Fa6040672c28b482e835f3c2124d8e720%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xb/a6040672c28b482e835f3c2124d8e720/images/large/9.jpg saved to cache
2026-03-26 22:50:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 2dcfa284-9a34-5515-b429-8748e9d277cc
2026-03-26 22:50:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77cbc10>
2026-03-26 22:50:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2dcfa284-9a34-5515-b429-8748e9d277cc/2dcfa284-9a34-5515-b429-8748e9d277cc_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:50:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xb%252Fa6040672c28b482e835f3c2124d8e720%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xb/a6040672c28b482e835f3c2124d8e720/images/large/8.jpg saved to cache
2026-03-26 22:50:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 2dcfa284-9a34-5515-b429-8748e9d277cc
2026-03-26 22:50:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79ce250>
2026-03-26 22:50:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2dcfa284-9a34-5515-b429-8748e9d277cc/2dcfa284-9a34-5515-b429-8748e9d277cc_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:50:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xb%252Fa6040672c28b482e835f3c2124d8e720%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xb/a6040672c28b482e835f3c2124d8e720/images/large/10.jpg saved to cache
2026-03-26 22:50:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 2dcfa284-9a34-5515-b429-8748e9d277cc
2026-03-26 22:50:57 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2dcfa284-9a34-5515-b429-8748e9d277cc, skipping ID generation
2026-03-26 22:50:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2dcfa284-9a34-5515-b429-8748e9d277cc with scrape type 1
2026-03-26 22:50:57 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2dcfa284-9a34-5515-b429-8748e9d277cc sending to next pipeline
2026-03-26 22:50:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 2dcfa284-9a34-5515-b429-8748e9d277cc, identifier: 1985412
2026-03-26 22:50:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77bd8d0>
2026-03-26 22:50:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bb9d0228-9c97-532f-a19b-9fa29c9ae81c/bb9d0228-9c97-532f-a19b-9fa29c9ae81c_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:50:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F62b47fe7741e45ab942268bcc642e25f%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/62b47fe7741e45ab942268bcc642e25f/images/large/1.jpg saved to cache
2026-03-26 22:50:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item bb9d0228-9c97-532f-a19b-9fa29c9ae81c
2026-03-26 22:50:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/62b47fe7741e45ab942268bcc642e25f/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 2dcfa284-9a34-5515-b429-8748e9d277cc with identifier: 1985412
2026-03-26 22:50:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 2dcfa284-9a34-5515-b429-8748e9d277cc with identifier: 1985412
2026-03-26 22:50:57 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 2dcfa284-9a34-5515-b429-8748e9d277cc with identifier: 1985412 to the API
2026-03-26 22:50:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:50:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:50:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/1xb/a6040672c28b482e835f3c2124d8e720/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': 111,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '2dcfa284-9a34-5515-b429-8748e9d277cc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'SKODA',
'model': 'OCTAVIA COMBI - 2017',
'odometer': 109215,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 14,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2dcfa284-9a34-5515-b429-8748e9d277cc/2dcfa284-9a34-5515-b429-8748e9d277cc_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 267236,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xb/a6040672c28b482e835f3c2124d8e720/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2dcfa284-9a34-5515-b429-8748e9d277cc/2dcfa284-9a34-5515-b429-8748e9d277cc_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 267158,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xb/a6040672c28b482e835f3c2124d8e720/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2dcfa284-9a34-5515-b429-8748e9d277cc/2dcfa284-9a34-5515-b429-8748e9d277cc_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 305872,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xb/a6040672c28b482e835f3c2124d8e720/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2dcfa284-9a34-5515-b429-8748e9d277cc/2dcfa284-9a34-5515-b429-8748e9d277cc_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 314425,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xb/a6040672c28b482e835f3c2124d8e720/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2dcfa284-9a34-5515-b429-8748e9d277cc/2dcfa284-9a34-5515-b429-8748e9d277cc_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 269755,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xb/a6040672c28b482e835f3c2124d8e720/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2dcfa284-9a34-5515-b429-8748e9d277cc/2dcfa284-9a34-5515-b429-8748e9d277cc_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 257915,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xb/a6040672c28b482e835f3c2124d8e720/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2dcfa284-9a34-5515-b429-8748e9d277cc/2dcfa284-9a34-5515-b429-8748e9d277cc_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 321858,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xb/a6040672c28b482e835f3c2124d8e720/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2dcfa284-9a34-5515-b429-8748e9d277cc/2dcfa284-9a34-5515-b429-8748e9d277cc_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 328899,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xb/a6040672c28b482e835f3c2124d8e720/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2dcfa284-9a34-5515-b429-8748e9d277cc/2dcfa284-9a34-5515-b429-8748e9d277cc_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 392739,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xb/a6040672c28b482e835f3c2124d8e720/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2dcfa284-9a34-5515-b429-8748e9d277cc/2dcfa284-9a34-5515-b429-8748e9d277cc_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 308309,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xb/a6040672c28b482e835f3c2124d8e720/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-11-04',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA OCTAVIA COMBI - 2017 1.0 TSI Ambition',
'transmission': 'manual',
'trim': '1.0 TSI Ambition',
'vin': None,
'year': 2019}
2026-03-26 22:50:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985412%27 HTTP/1.1" 200 None
2026-03-26 22:50:57 [ayvens.be] INFO: Saving data for 1985412: {'created_time': 1774565457.874107, 'last_price_update_time': 1774565457.874118, 'auction_closing_time': 1774958400.0}
2026-03-26 22:50:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985412') HTTP/1.1" 204 0
2026-03-26 22:50:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/62b47fe7741e45ab942268bcc642e25f/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F62b47fe7741e45ab942268bcc642e25f%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/62b47fe7741e45ab942268bcc642e25f/images/large/9.jpg not downloaded yet
2026-03-26 22:50:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77d6f90>
2026-03-26 22:50:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bb9d0228-9c97-532f-a19b-9fa29c9ae81c/bb9d0228-9c97-532f-a19b-9fa29c9ae81c_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F62b47fe7741e45ab942268bcc642e25f%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/62b47fe7741e45ab942268bcc642e25f/images/large/2.jpg saved to cache
2026-03-26 22:50:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item bb9d0228-9c97-532f-a19b-9fa29c9ae81c
2026-03-26 22:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F62b47fe7741e45ab942268bcc642e25f%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/62b47fe7741e45ab942268bcc642e25f/images/large/10.jpg not downloaded yet
2026-03-26 22:50:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76cffd0>
2026-03-26 22:50:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bb9d0228-9c97-532f-a19b-9fa29c9ae81c/bb9d0228-9c97-532f-a19b-9fa29c9ae81c_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F62b47fe7741e45ab942268bcc642e25f%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/62b47fe7741e45ab942268bcc642e25f/images/large/4.jpg saved to cache
2026-03-26 22:50:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item bb9d0228-9c97-532f-a19b-9fa29c9ae81c
2026-03-26 22:50:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/62b47fe7741e45ab942268bcc642e25f/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:58 [ayvens.be] INFO: Found listing with ID: 1985414
2026-03-26 22:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985414%27 HTTP/1.1" 200 None
2026-03-26 22:50:58 [ayvens.be] INFO: Scrape type for 1985414: 1
2026-03-26 22:50:58 [ayvens.be] INFO: Extracting data for car ID: 1985414
2026-03-26 22:50:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b9748a28-f9a5-5325-a9b1-c3ddaa9b2b94 with identifier: 1985414
2026-03-26 22:50:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b9748a28-f9a5-5325-a9b1-c3ddaa9b2b94 with scrape type 1
2026-03-26 22:50:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item b9748a28-f9a5-5325-a9b1-c3ddaa9b2b94
2026-03-26 22:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dc%252F07357a9f20074fa6bde0707c60357697%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dc/07357a9f20074fa6bde0707c60357697/images/large/1.jpg not downloaded yet
2026-03-26 22:50:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/62b47fe7741e45ab942268bcc642e25f/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dc%252F07357a9f20074fa6bde0707c60357697%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dc/07357a9f20074fa6bde0707c60357697/images/large/2.jpg not downloaded yet
2026-03-26 22:50:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/62b47fe7741e45ab942268bcc642e25f/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7727010>
2026-03-26 22:50:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bb9d0228-9c97-532f-a19b-9fa29c9ae81c/bb9d0228-9c97-532f-a19b-9fa29c9ae81c_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F62b47fe7741e45ab942268bcc642e25f%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/62b47fe7741e45ab942268bcc642e25f/images/large/3.jpg saved to cache
2026-03-26 22:50:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item bb9d0228-9c97-532f-a19b-9fa29c9ae81c
2026-03-26 22:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dc%252F07357a9f20074fa6bde0707c60357697%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dc/07357a9f20074fa6bde0707c60357697/images/large/3.jpg not downloaded yet
2026-03-26 22:50:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/62b47fe7741e45ab942268bcc642e25f/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77d7ed0>
2026-03-26 22:50:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bb9d0228-9c97-532f-a19b-9fa29c9ae81c/bb9d0228-9c97-532f-a19b-9fa29c9ae81c_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F62b47fe7741e45ab942268bcc642e25f%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/62b47fe7741e45ab942268bcc642e25f/images/large/5.jpg saved to cache
2026-03-26 22:50:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item bb9d0228-9c97-532f-a19b-9fa29c9ae81c
2026-03-26 22:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dc%252F07357a9f20074fa6bde0707c60357697%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dc/07357a9f20074fa6bde0707c60357697/images/large/4.jpg not downloaded yet
2026-03-26 22:50:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/62b47fe7741e45ab942268bcc642e25f/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7268510>
2026-03-26 22:50:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bb9d0228-9c97-532f-a19b-9fa29c9ae81c/bb9d0228-9c97-532f-a19b-9fa29c9ae81c_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F62b47fe7741e45ab942268bcc642e25f%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/62b47fe7741e45ab942268bcc642e25f/images/large/6.jpg saved to cache
2026-03-26 22:50:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item bb9d0228-9c97-532f-a19b-9fa29c9ae81c
2026-03-26 22:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dc%252F07357a9f20074fa6bde0707c60357697%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dc/07357a9f20074fa6bde0707c60357697/images/large/5.jpg not downloaded yet
2026-03-26 22:50:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e15690>
2026-03-26 22:50:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bb9d0228-9c97-532f-a19b-9fa29c9ae81c/bb9d0228-9c97-532f-a19b-9fa29c9ae81c_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F62b47fe7741e45ab942268bcc642e25f%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/62b47fe7741e45ab942268bcc642e25f/images/large/7.jpg saved to cache
2026-03-26 22:50:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item bb9d0228-9c97-532f-a19b-9fa29c9ae81c
2026-03-26 22:50:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/62b47fe7741e45ab942268bcc642e25f/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dc%252F07357a9f20074fa6bde0707c60357697%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dc/07357a9f20074fa6bde0707c60357697/images/large/6.jpg not downloaded yet
2026-03-26 22:50:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77ad550>
2026-03-26 22:50:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bb9d0228-9c97-532f-a19b-9fa29c9ae81c/bb9d0228-9c97-532f-a19b-9fa29c9ae81c_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F62b47fe7741e45ab942268bcc642e25f%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/62b47fe7741e45ab942268bcc642e25f/images/large/8.jpg saved to cache
2026-03-26 22:50:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item bb9d0228-9c97-532f-a19b-9fa29c9ae81c
2026-03-26 22:50:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b782f410>
2026-03-26 22:50:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bb9d0228-9c97-532f-a19b-9fa29c9ae81c/bb9d0228-9c97-532f-a19b-9fa29c9ae81c_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F62b47fe7741e45ab942268bcc642e25f%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/62b47fe7741e45ab942268bcc642e25f/images/large/9.jpg saved to cache
2026-03-26 22:50:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item bb9d0228-9c97-532f-a19b-9fa29c9ae81c
2026-03-26 22:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dc%252F07357a9f20074fa6bde0707c60357697%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dc/07357a9f20074fa6bde0707c60357697/images/large/7.jpg not downloaded yet
2026-03-26 22:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dc%252F07357a9f20074fa6bde0707c60357697%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dc/07357a9f20074fa6bde0707c60357697/images/large/8.jpg not downloaded yet
2026-03-26 22:50:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79a5850>
2026-03-26 22:50:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bb9d0228-9c97-532f-a19b-9fa29c9ae81c/bb9d0228-9c97-532f-a19b-9fa29c9ae81c_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F62b47fe7741e45ab942268bcc642e25f%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/62b47fe7741e45ab942268bcc642e25f/images/large/10.jpg saved to cache
2026-03-26 22:50:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item bb9d0228-9c97-532f-a19b-9fa29c9ae81c
2026-03-26 22:50:58 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: bb9d0228-9c97-532f-a19b-9fa29c9ae81c, skipping ID generation
2026-03-26 22:50:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb9d0228-9c97-532f-a19b-9fa29c9ae81c with scrape type 1
2026-03-26 22:50:58 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item bb9d0228-9c97-532f-a19b-9fa29c9ae81c sending to next pipeline
2026-03-26 22:50:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: bb9d0228-9c97-532f-a19b-9fa29c9ae81c, identifier: 1985413
2026-03-26 22:50:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dc/07357a9f20074fa6bde0707c60357697/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: bb9d0228-9c97-532f-a19b-9fa29c9ae81c with identifier: 1985413
2026-03-26 22:50:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: bb9d0228-9c97-532f-a19b-9fa29c9ae81c with identifier: 1985413
2026-03-26 22:50:59 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: bb9d0228-9c97-532f-a19b-9fa29c9ae81c with identifier: 1985413 to the API
2026-03-26 22:50:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:50:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:50:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bq/62b47fe7741e45ab942268bcc642e25f/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': 38,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'bb9d0228-9c97-532f-a19b-9fa29c9ae81c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'Q3 SPORTBACK',
'odometer': 159427,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 14,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bb9d0228-9c97-532f-a19b-9fa29c9ae81c/bb9d0228-9c97-532f-a19b-9fa29c9ae81c_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 235558,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/62b47fe7741e45ab942268bcc642e25f/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bb9d0228-9c97-532f-a19b-9fa29c9ae81c/bb9d0228-9c97-532f-a19b-9fa29c9ae81c_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 240173,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/62b47fe7741e45ab942268bcc642e25f/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bb9d0228-9c97-532f-a19b-9fa29c9ae81c/bb9d0228-9c97-532f-a19b-9fa29c9ae81c_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 282082,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/62b47fe7741e45ab942268bcc642e25f/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bb9d0228-9c97-532f-a19b-9fa29c9ae81c/bb9d0228-9c97-532f-a19b-9fa29c9ae81c_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 260207,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/62b47fe7741e45ab942268bcc642e25f/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bb9d0228-9c97-532f-a19b-9fa29c9ae81c/bb9d0228-9c97-532f-a19b-9fa29c9ae81c_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 298415,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/62b47fe7741e45ab942268bcc642e25f/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bb9d0228-9c97-532f-a19b-9fa29c9ae81c/bb9d0228-9c97-532f-a19b-9fa29c9ae81c_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 363610,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/62b47fe7741e45ab942268bcc642e25f/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bb9d0228-9c97-532f-a19b-9fa29c9ae81c/bb9d0228-9c97-532f-a19b-9fa29c9ae81c_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 298439,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/62b47fe7741e45ab942268bcc642e25f/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bb9d0228-9c97-532f-a19b-9fa29c9ae81c/bb9d0228-9c97-532f-a19b-9fa29c9ae81c_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 284978,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/62b47fe7741e45ab942268bcc642e25f/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bb9d0228-9c97-532f-a19b-9fa29c9ae81c/bb9d0228-9c97-532f-a19b-9fa29c9ae81c_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 375894,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/62b47fe7741e45ab942268bcc642e25f/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bb9d0228-9c97-532f-a19b-9fa29c9ae81c/bb9d0228-9c97-532f-a19b-9fa29c9ae81c_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 385922,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/62b47fe7741e45ab942268bcc642e25f/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-10',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q3 SPORTBACK 1.4 45 TFSI E S TRONIC S LINE',
'transmission': 'automatic',
'trim': '1.4 45 TFSI E S TRONIC S LINE',
'vin': None,
'year': 2022}
2026-03-26 22:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985413%27 HTTP/1.1" 200 None
2026-03-26 22:50:59 [ayvens.be] INFO: Saving data for 1985413: {'created_time': 1774565459.32529, 'last_price_update_time': 1774565459.3253, 'auction_closing_time': 1774958400.0}
2026-03-26 22:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985413') HTTP/1.1" 204 0
2026-03-26 22:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dc%252F07357a9f20074fa6bde0707c60357697%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dc/07357a9f20074fa6bde0707c60357697/images/large/9.jpg not downloaded yet
2026-03-26 22:50:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dc/07357a9f20074fa6bde0707c60357697/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dc%252F07357a9f20074fa6bde0707c60357697%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dc/07357a9f20074fa6bde0707c60357697/images/large/10.jpg not downloaded yet
2026-03-26 22:50:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dc/07357a9f20074fa6bde0707c60357697/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7924a50>
2026-03-26 22:50:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b9748a28-f9a5-5325-a9b1-c3ddaa9b2b94/b9748a28-f9a5-5325-a9b1-c3ddaa9b2b94_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dc%252F07357a9f20074fa6bde0707c60357697%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dc/07357a9f20074fa6bde0707c60357697/images/large/1.jpg saved to cache
2026-03-26 22:50:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item b9748a28-f9a5-5325-a9b1-c3ddaa9b2b94
2026-03-26 22:50:59 [ayvens.be] INFO: Found listing with ID: 1985415
2026-03-26 22:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985415%27 HTTP/1.1" 200 None
2026-03-26 22:50:59 [ayvens.be] INFO: Scrape type for 1985415: 1
2026-03-26 22:50:59 [ayvens.be] INFO: Extracting data for car ID: 1985415
2026-03-26 22:50:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bfd4a740-44f9-552f-baa0-850394236255 with identifier: 1985415
2026-03-26 22:50:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bfd4a740-44f9-552f-baa0-850394236255 with scrape type 1
2026-03-26 22:50:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item bfd4a740-44f9-552f-baa0-850394236255
2026-03-26 22:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2as%252F8ae7e35974cf408493ce7a27221b597e%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2as/8ae7e35974cf408493ce7a27221b597e/images/large/1.jpg not downloaded yet
2026-03-26 22:50:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dc/07357a9f20074fa6bde0707c60357697/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2as%252F8ae7e35974cf408493ce7a27221b597e%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2as/8ae7e35974cf408493ce7a27221b597e/images/large/2.jpg not downloaded yet
2026-03-26 22:50:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dc/07357a9f20074fa6bde0707c60357697/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74cc790>
2026-03-26 22:50:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b9748a28-f9a5-5325-a9b1-c3ddaa9b2b94/b9748a28-f9a5-5325-a9b1-c3ddaa9b2b94_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dc%252F07357a9f20074fa6bde0707c60357697%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dc/07357a9f20074fa6bde0707c60357697/images/large/2.jpg saved to cache
2026-03-26 22:50:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item b9748a28-f9a5-5325-a9b1-c3ddaa9b2b94
2026-03-26 22:50:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7ceb950>
2026-03-26 22:50:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b9748a28-f9a5-5325-a9b1-c3ddaa9b2b94/b9748a28-f9a5-5325-a9b1-c3ddaa9b2b94_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dc%252F07357a9f20074fa6bde0707c60357697%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dc/07357a9f20074fa6bde0707c60357697/images/large/3.jpg saved to cache
2026-03-26 22:50:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item b9748a28-f9a5-5325-a9b1-c3ddaa9b2b94
2026-03-26 22:50:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dc/07357a9f20074fa6bde0707c60357697/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2as%252F8ae7e35974cf408493ce7a27221b597e%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2as/8ae7e35974cf408493ce7a27221b597e/images/large/3.jpg not downloaded yet
2026-03-26 22:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2as%252F8ae7e35974cf408493ce7a27221b597e%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2as/8ae7e35974cf408493ce7a27221b597e/images/large/4.jpg not downloaded yet
2026-03-26 22:50:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76e3c50>
2026-03-26 22:50:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b9748a28-f9a5-5325-a9b1-c3ddaa9b2b94/b9748a28-f9a5-5325-a9b1-c3ddaa9b2b94_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dc%252F07357a9f20074fa6bde0707c60357697%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dc/07357a9f20074fa6bde0707c60357697/images/large/4.jpg saved to cache
2026-03-26 22:50:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item b9748a28-f9a5-5325-a9b1-c3ddaa9b2b94
2026-03-26 22:50:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7a60050>
2026-03-26 22:50:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b9748a28-f9a5-5325-a9b1-c3ddaa9b2b94/b9748a28-f9a5-5325-a9b1-c3ddaa9b2b94_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dc%252F07357a9f20074fa6bde0707c60357697%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dc/07357a9f20074fa6bde0707c60357697/images/large/5.jpg saved to cache
2026-03-26 22:50:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item b9748a28-f9a5-5325-a9b1-c3ddaa9b2b94
2026-03-26 22:50:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dc/07357a9f20074fa6bde0707c60357697/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2as%252F8ae7e35974cf408493ce7a27221b597e%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2as/8ae7e35974cf408493ce7a27221b597e/images/large/5.jpg not downloaded yet
2026-03-26 22:50:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dc/07357a9f20074fa6bde0707c60357697/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2as%252F8ae7e35974cf408493ce7a27221b597e%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2as/8ae7e35974cf408493ce7a27221b597e/images/large/6.jpg not downloaded yet
2026-03-26 22:50:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dc/07357a9f20074fa6bde0707c60357697/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:50:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:50:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b727c210>
2026-03-26 22:50:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:50:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:50:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:50:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b9748a28-f9a5-5325-a9b1-c3ddaa9b2b94/b9748a28-f9a5-5325-a9b1-c3ddaa9b2b94_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dc%252F07357a9f20074fa6bde0707c60357697%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:50:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dc/07357a9f20074fa6bde0707c60357697/images/large/6.jpg saved to cache
2026-03-26 22:50:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item b9748a28-f9a5-5325-a9b1-c3ddaa9b2b94
2026-03-26 22:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2as%252F8ae7e35974cf408493ce7a27221b597e%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:50:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2as/8ae7e35974cf408493ce7a27221b597e/images/large/7.jpg not downloaded yet
2026-03-26 22:50:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dc/07357a9f20074fa6bde0707c60357697/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2as%252F8ae7e35974cf408493ce7a27221b597e%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2as/8ae7e35974cf408493ce7a27221b597e/images/large/8.jpg not downloaded yet
2026-03-26 22:51:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cb0410>
2026-03-26 22:51:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b9748a28-f9a5-5325-a9b1-c3ddaa9b2b94/b9748a28-f9a5-5325-a9b1-c3ddaa9b2b94_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dc%252F07357a9f20074fa6bde0707c60357697%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dc/07357a9f20074fa6bde0707c60357697/images/large/9.jpg saved to cache
2026-03-26 22:51:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item b9748a28-f9a5-5325-a9b1-c3ddaa9b2b94
2026-03-26 22:51:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76e0a10>
2026-03-26 22:51:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b9748a28-f9a5-5325-a9b1-c3ddaa9b2b94/b9748a28-f9a5-5325-a9b1-c3ddaa9b2b94_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dc%252F07357a9f20074fa6bde0707c60357697%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dc/07357a9f20074fa6bde0707c60357697/images/large/7.jpg saved to cache
2026-03-26 22:51:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item b9748a28-f9a5-5325-a9b1-c3ddaa9b2b94
2026-03-26 22:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2as%252F8ae7e35974cf408493ce7a27221b597e%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2as/8ae7e35974cf408493ce7a27221b597e/images/large/9.jpg not downloaded yet
2026-03-26 22:51:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7aeb7d0>
2026-03-26 22:51:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b9748a28-f9a5-5325-a9b1-c3ddaa9b2b94/b9748a28-f9a5-5325-a9b1-c3ddaa9b2b94_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dc%252F07357a9f20074fa6bde0707c60357697%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dc/07357a9f20074fa6bde0707c60357697/images/large/8.jpg saved to cache
2026-03-26 22:51:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item b9748a28-f9a5-5325-a9b1-c3ddaa9b2b94
2026-03-26 22:51:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2as/8ae7e35974cf408493ce7a27221b597e/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2as%252F8ae7e35974cf408493ce7a27221b597e%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2as/8ae7e35974cf408493ce7a27221b597e/images/large/10.jpg not downloaded yet
2026-03-26 22:51:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2as/8ae7e35974cf408493ce7a27221b597e/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7407e10>
2026-03-26 22:51:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b9748a28-f9a5-5325-a9b1-c3ddaa9b2b94/b9748a28-f9a5-5325-a9b1-c3ddaa9b2b94_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dc%252F07357a9f20074fa6bde0707c60357697%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dc/07357a9f20074fa6bde0707c60357697/images/large/10.jpg saved to cache
2026-03-26 22:51:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item b9748a28-f9a5-5325-a9b1-c3ddaa9b2b94
2026-03-26 22:51:00 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b9748a28-f9a5-5325-a9b1-c3ddaa9b2b94, skipping ID generation
2026-03-26 22:51:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b9748a28-f9a5-5325-a9b1-c3ddaa9b2b94 with scrape type 1
2026-03-26 22:51:00 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b9748a28-f9a5-5325-a9b1-c3ddaa9b2b94 sending to next pipeline
2026-03-26 22:51:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: b9748a28-f9a5-5325-a9b1-c3ddaa9b2b94, identifier: 1985414
2026-03-26 22:51:00 [ayvens.be] INFO: Found listing with ID: 1985416
2026-03-26 22:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985416%27 HTTP/1.1" 200 None
2026-03-26 22:51:00 [ayvens.be] INFO: Scrape type for 1985416: 1
2026-03-26 22:51:00 [ayvens.be] INFO: Extracting data for car ID: 1985416
2026-03-26 22:51:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6992e750-cb41-5f4d-961d-bf0913a096ba with identifier: 1985416
2026-03-26 22:51:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6992e750-cb41-5f4d-961d-bf0913a096ba with scrape type 1
2026-03-26 22:51:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 6992e750-cb41-5f4d-961d-bf0913a096ba
2026-03-26 22:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F364b6d84d94549f7b8c0629a43f9099b%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/364b6d84d94549f7b8c0629a43f9099b/images/large/1.jpg not downloaded yet
2026-03-26 22:51:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: b9748a28-f9a5-5325-a9b1-c3ddaa9b2b94 with identifier: 1985414
2026-03-26 22:51:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: b9748a28-f9a5-5325-a9b1-c3ddaa9b2b94 with identifier: 1985414
2026-03-26 22:51:00 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: b9748a28-f9a5-5325-a9b1-c3ddaa9b2b94 with identifier: 1985414 to the API
2026-03-26 22:51:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:51:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:51:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2dc/07357a9f20074fa6bde0707c60357697/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'b9748a28-f9a5-5325-a9b1-c3ddaa9b2b94',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'DS AUTOMOBILES',
'model': 'DS 4',
'odometer': 113990,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 16,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b9748a28-f9a5-5325-a9b1-c3ddaa9b2b94/b9748a28-f9a5-5325-a9b1-c3ddaa9b2b94_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 557133,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dc/07357a9f20074fa6bde0707c60357697/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b9748a28-f9a5-5325-a9b1-c3ddaa9b2b94/b9748a28-f9a5-5325-a9b1-c3ddaa9b2b94_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 537495,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dc/07357a9f20074fa6bde0707c60357697/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b9748a28-f9a5-5325-a9b1-c3ddaa9b2b94/b9748a28-f9a5-5325-a9b1-c3ddaa9b2b94_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 548829,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dc/07357a9f20074fa6bde0707c60357697/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b9748a28-f9a5-5325-a9b1-c3ddaa9b2b94/b9748a28-f9a5-5325-a9b1-c3ddaa9b2b94_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 644515,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dc/07357a9f20074fa6bde0707c60357697/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b9748a28-f9a5-5325-a9b1-c3ddaa9b2b94/b9748a28-f9a5-5325-a9b1-c3ddaa9b2b94_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 510458,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dc/07357a9f20074fa6bde0707c60357697/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b9748a28-f9a5-5325-a9b1-c3ddaa9b2b94/b9748a28-f9a5-5325-a9b1-c3ddaa9b2b94_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 564063,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dc/07357a9f20074fa6bde0707c60357697/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b9748a28-f9a5-5325-a9b1-c3ddaa9b2b94/b9748a28-f9a5-5325-a9b1-c3ddaa9b2b94_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 620942,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dc/07357a9f20074fa6bde0707c60357697/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b9748a28-f9a5-5325-a9b1-c3ddaa9b2b94/b9748a28-f9a5-5325-a9b1-c3ddaa9b2b94_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 681452,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dc/07357a9f20074fa6bde0707c60357697/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b9748a28-f9a5-5325-a9b1-c3ddaa9b2b94/b9748a28-f9a5-5325-a9b1-c3ddaa9b2b94_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 392806,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dc/07357a9f20074fa6bde0707c60357697/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b9748a28-f9a5-5325-a9b1-c3ddaa9b2b94/b9748a28-f9a5-5325-a9b1-c3ddaa9b2b94_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 611128,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dc/07357a9f20074fa6bde0707c60357697/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-07',
'seats_number': 5,
'seller_name': None,
'title': 'DS AUTOMOBILES DS 4 1.6 PHEV 225 PERFORMANCE LINE + AUTO',
'transmission': 'automatic',
'trim': '1.6 PHEV 225 PERFORMANCE LINE + AUTO',
'vin': None,
'year': 2023}
2026-03-26 22:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985414%27 HTTP/1.1" 200 None
2026-03-26 22:51:00 [ayvens.be] INFO: Saving data for 1985414: {'created_time': 1774565460.813944, 'last_price_update_time': 1774565460.813954, 'auction_closing_time': 1774958400.0}
2026-03-26 22:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985414') HTTP/1.1" 204 0
2026-03-26 22:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F364b6d84d94549f7b8c0629a43f9099b%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/364b6d84d94549f7b8c0629a43f9099b/images/large/2.jpg not downloaded yet
2026-03-26 22:51:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2as/8ae7e35974cf408493ce7a27221b597e/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2as/8ae7e35974cf408493ce7a27221b597e/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F364b6d84d94549f7b8c0629a43f9099b%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/364b6d84d94549f7b8c0629a43f9099b/images/large/3.jpg not downloaded yet
2026-03-26 22:51:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7ae8950>
2026-03-26 22:51:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bfd4a740-44f9-552f-baa0-850394236255/bfd4a740-44f9-552f-baa0-850394236255_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2as%252F8ae7e35974cf408493ce7a27221b597e%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2as/8ae7e35974cf408493ce7a27221b597e/images/large/1.jpg saved to cache
2026-03-26 22:51:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item bfd4a740-44f9-552f-baa0-850394236255
2026-03-26 22:51:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7427f90>
2026-03-26 22:51:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bfd4a740-44f9-552f-baa0-850394236255/bfd4a740-44f9-552f-baa0-850394236255_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2as%252F8ae7e35974cf408493ce7a27221b597e%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2as/8ae7e35974cf408493ce7a27221b597e/images/large/2.jpg saved to cache
2026-03-26 22:51:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item bfd4a740-44f9-552f-baa0-850394236255
2026-03-26 22:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F364b6d84d94549f7b8c0629a43f9099b%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/364b6d84d94549f7b8c0629a43f9099b/images/large/4.jpg not downloaded yet
2026-03-26 22:51:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2as/8ae7e35974cf408493ce7a27221b597e/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2as/8ae7e35974cf408493ce7a27221b597e/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2as/8ae7e35974cf408493ce7a27221b597e/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77ade10>
2026-03-26 22:51:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bfd4a740-44f9-552f-baa0-850394236255/bfd4a740-44f9-552f-baa0-850394236255_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2as%252F8ae7e35974cf408493ce7a27221b597e%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2as/8ae7e35974cf408493ce7a27221b597e/images/large/3.jpg saved to cache
2026-03-26 22:51:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item bfd4a740-44f9-552f-baa0-850394236255
2026-03-26 22:51:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7400c50>
2026-03-26 22:51:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bfd4a740-44f9-552f-baa0-850394236255/bfd4a740-44f9-552f-baa0-850394236255_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2as%252F8ae7e35974cf408493ce7a27221b597e%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2as/8ae7e35974cf408493ce7a27221b597e/images/large/4.jpg saved to cache
2026-03-26 22:51:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item bfd4a740-44f9-552f-baa0-850394236255
2026-03-26 22:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F364b6d84d94549f7b8c0629a43f9099b%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/364b6d84d94549f7b8c0629a43f9099b/images/large/5.jpg not downloaded yet
2026-03-26 22:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F364b6d84d94549f7b8c0629a43f9099b%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/364b6d84d94549f7b8c0629a43f9099b/images/large/6.jpg not downloaded yet
2026-03-26 22:51:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80be057b10>
2026-03-26 22:51:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bfd4a740-44f9-552f-baa0-850394236255/bfd4a740-44f9-552f-baa0-850394236255_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2as%252F8ae7e35974cf408493ce7a27221b597e%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2as/8ae7e35974cf408493ce7a27221b597e/images/large/5.jpg saved to cache
2026-03-26 22:51:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item bfd4a740-44f9-552f-baa0-850394236255
2026-03-26 22:51:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77d6b10>
2026-03-26 22:51:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bfd4a740-44f9-552f-baa0-850394236255/bfd4a740-44f9-552f-baa0-850394236255_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2as%252F8ae7e35974cf408493ce7a27221b597e%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2as/8ae7e35974cf408493ce7a27221b597e/images/large/6.jpg saved to cache
2026-03-26 22:51:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item bfd4a740-44f9-552f-baa0-850394236255
2026-03-26 22:51:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b788c550>
2026-03-26 22:51:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bfd4a740-44f9-552f-baa0-850394236255/bfd4a740-44f9-552f-baa0-850394236255_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2as%252F8ae7e35974cf408493ce7a27221b597e%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2as/8ae7e35974cf408493ce7a27221b597e/images/large/7.jpg saved to cache
2026-03-26 22:51:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item bfd4a740-44f9-552f-baa0-850394236255
2026-03-26 22:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F364b6d84d94549f7b8c0629a43f9099b%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/364b6d84d94549f7b8c0629a43f9099b/images/large/7.jpg not downloaded yet
2026-03-26 22:51:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2as/8ae7e35974cf408493ce7a27221b597e/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2as/8ae7e35974cf408493ce7a27221b597e/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F364b6d84d94549f7b8c0629a43f9099b%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/364b6d84d94549f7b8c0629a43f9099b/images/large/8.jpg not downloaded yet
2026-03-26 22:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F364b6d84d94549f7b8c0629a43f9099b%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/364b6d84d94549f7b8c0629a43f9099b/images/large/9.jpg not downloaded yet
2026-03-26 22:51:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/364b6d84d94549f7b8c0629a43f9099b/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/364b6d84d94549f7b8c0629a43f9099b/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F364b6d84d94549f7b8c0629a43f9099b%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/364b6d84d94549f7b8c0629a43f9099b/images/large/10.jpg not downloaded yet
2026-03-26 22:51:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2as/8ae7e35974cf408493ce7a27221b597e/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/364b6d84d94549f7b8c0629a43f9099b/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/364b6d84d94549f7b8c0629a43f9099b/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:01 [ayvens.be] INFO: Found listing with ID: 1985417
2026-03-26 22:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985417%27 HTTP/1.1" 200 None
2026-03-26 22:51:01 [ayvens.be] INFO: Scrape type for 1985417: 1
2026-03-26 22:51:01 [ayvens.be] INFO: Extracting data for car ID: 1985417
2026-03-26 22:51:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d3824f0f-7f9e-5c51-b42c-79ea05c8283e with identifier: 1985417
2026-03-26 22:51:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d3824f0f-7f9e-5c51-b42c-79ea05c8283e with scrape type 1
2026-03-26 22:51:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item d3824f0f-7f9e-5c51-b42c-79ea05c8283e
2026-03-26 22:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bu%252Ff573b8cbe54d4a3eb62148bb6ff4c564%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bu/f573b8cbe54d4a3eb62148bb6ff4c564/images/large/1.jpg not downloaded yet
2026-03-26 22:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bu%252Ff573b8cbe54d4a3eb62148bb6ff4c564%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bu/f573b8cbe54d4a3eb62148bb6ff4c564/images/large/2.jpg not downloaded yet
2026-03-26 22:51:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7aa1450>
2026-03-26 22:51:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bfd4a740-44f9-552f-baa0-850394236255/bfd4a740-44f9-552f-baa0-850394236255_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2as%252F8ae7e35974cf408493ce7a27221b597e%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2as/8ae7e35974cf408493ce7a27221b597e/images/large/8.jpg saved to cache
2026-03-26 22:51:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item bfd4a740-44f9-552f-baa0-850394236255
2026-03-26 22:51:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7573810>
2026-03-26 22:51:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bfd4a740-44f9-552f-baa0-850394236255/bfd4a740-44f9-552f-baa0-850394236255_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2as%252F8ae7e35974cf408493ce7a27221b597e%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2as/8ae7e35974cf408493ce7a27221b597e/images/large/9.jpg saved to cache
2026-03-26 22:51:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item bfd4a740-44f9-552f-baa0-850394236255
2026-03-26 22:51:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e444d0>
2026-03-26 22:51:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6992e750-cb41-5f4d-961d-bf0913a096ba/6992e750-cb41-5f4d-961d-bf0913a096ba_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F364b6d84d94549f7b8c0629a43f9099b%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/364b6d84d94549f7b8c0629a43f9099b/images/large/2.jpg saved to cache
2026-03-26 22:51:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 6992e750-cb41-5f4d-961d-bf0913a096ba
2026-03-26 22:51:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79f3690>
2026-03-26 22:51:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6992e750-cb41-5f4d-961d-bf0913a096ba/6992e750-cb41-5f4d-961d-bf0913a096ba_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F364b6d84d94549f7b8c0629a43f9099b%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/364b6d84d94549f7b8c0629a43f9099b/images/large/1.jpg saved to cache
2026-03-26 22:51:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 6992e750-cb41-5f4d-961d-bf0913a096ba
2026-03-26 22:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bu%252Ff573b8cbe54d4a3eb62148bb6ff4c564%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bu/f573b8cbe54d4a3eb62148bb6ff4c564/images/large/3.jpg not downloaded yet
2026-03-26 22:51:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/364b6d84d94549f7b8c0629a43f9099b/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/364b6d84d94549f7b8c0629a43f9099b/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/364b6d84d94549f7b8c0629a43f9099b/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bu%252Ff573b8cbe54d4a3eb62148bb6ff4c564%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bu/f573b8cbe54d4a3eb62148bb6ff4c564/images/large/4.jpg not downloaded yet
2026-03-26 22:51:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/364b6d84d94549f7b8c0629a43f9099b/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e01390>
2026-03-26 22:51:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bfd4a740-44f9-552f-baa0-850394236255/bfd4a740-44f9-552f-baa0-850394236255_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2as%252F8ae7e35974cf408493ce7a27221b597e%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2as/8ae7e35974cf408493ce7a27221b597e/images/large/10.jpg saved to cache
2026-03-26 22:51:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item bfd4a740-44f9-552f-baa0-850394236255
2026-03-26 22:51:02 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: bfd4a740-44f9-552f-baa0-850394236255, skipping ID generation
2026-03-26 22:51:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bfd4a740-44f9-552f-baa0-850394236255 with scrape type 1
2026-03-26 22:51:02 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item bfd4a740-44f9-552f-baa0-850394236255 sending to next pipeline
2026-03-26 22:51:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: bfd4a740-44f9-552f-baa0-850394236255, identifier: 1985415
2026-03-26 22:51:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b782c810>
2026-03-26 22:51:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6992e750-cb41-5f4d-961d-bf0913a096ba/6992e750-cb41-5f4d-961d-bf0913a096ba_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F364b6d84d94549f7b8c0629a43f9099b%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/364b6d84d94549f7b8c0629a43f9099b/images/large/4.jpg saved to cache
2026-03-26 22:51:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 6992e750-cb41-5f4d-961d-bf0913a096ba
2026-03-26 22:51:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e11dd0>
2026-03-26 22:51:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6992e750-cb41-5f4d-961d-bf0913a096ba/6992e750-cb41-5f4d-961d-bf0913a096ba_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F364b6d84d94549f7b8c0629a43f9099b%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/364b6d84d94549f7b8c0629a43f9099b/images/large/3.jpg saved to cache
2026-03-26 22:51:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 6992e750-cb41-5f4d-961d-bf0913a096ba
2026-03-26 22:51:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/364b6d84d94549f7b8c0629a43f9099b/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bu%252Ff573b8cbe54d4a3eb62148bb6ff4c564%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bu/f573b8cbe54d4a3eb62148bb6ff4c564/images/large/5.jpg not downloaded yet
2026-03-26 22:51:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: bfd4a740-44f9-552f-baa0-850394236255 with identifier: 1985415
2026-03-26 22:51:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: bfd4a740-44f9-552f-baa0-850394236255 with identifier: 1985415
2026-03-26 22:51:02 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: bfd4a740-44f9-552f-baa0-850394236255 with identifier: 1985415 to the API
2026-03-26 22:51:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:51:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:51:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2as/8ae7e35974cf408493ce7a27221b597e/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'bfd4a740-44f9-552f-baa0-850394236255',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'Q3 SPORTBACK',
'odometer': 90730,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 23,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bfd4a740-44f9-552f-baa0-850394236255/bfd4a740-44f9-552f-baa0-850394236255_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 698041,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2as/8ae7e35974cf408493ce7a27221b597e/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bfd4a740-44f9-552f-baa0-850394236255/bfd4a740-44f9-552f-baa0-850394236255_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 668881,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2as/8ae7e35974cf408493ce7a27221b597e/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bfd4a740-44f9-552f-baa0-850394236255/bfd4a740-44f9-552f-baa0-850394236255_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 702192,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2as/8ae7e35974cf408493ce7a27221b597e/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bfd4a740-44f9-552f-baa0-850394236255/bfd4a740-44f9-552f-baa0-850394236255_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 712944,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2as/8ae7e35974cf408493ce7a27221b597e/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bfd4a740-44f9-552f-baa0-850394236255/bfd4a740-44f9-552f-baa0-850394236255_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 695533,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2as/8ae7e35974cf408493ce7a27221b597e/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bfd4a740-44f9-552f-baa0-850394236255/bfd4a740-44f9-552f-baa0-850394236255_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 701010,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2as/8ae7e35974cf408493ce7a27221b597e/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bfd4a740-44f9-552f-baa0-850394236255/bfd4a740-44f9-552f-baa0-850394236255_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 585420,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2as/8ae7e35974cf408493ce7a27221b597e/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bfd4a740-44f9-552f-baa0-850394236255/bfd4a740-44f9-552f-baa0-850394236255_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 840170,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2as/8ae7e35974cf408493ce7a27221b597e/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bfd4a740-44f9-552f-baa0-850394236255/bfd4a740-44f9-552f-baa0-850394236255_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 835595,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2as/8ae7e35974cf408493ce7a27221b597e/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bfd4a740-44f9-552f-baa0-850394236255/bfd4a740-44f9-552f-baa0-850394236255_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 866380,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2as/8ae7e35974cf408493ce7a27221b597e/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-29',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q3 SPORTBACK 1.4 45 TFSI E S TRONIC',
'transmission': 'automatic',
'trim': '1.4 45 TFSI E S TRONIC',
'vin': None,
'year': 2021}
2026-03-26 22:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985415%27 HTTP/1.1" 200 None
2026-03-26 22:51:03 [ayvens.be] INFO: Saving data for 1985415: {'created_time': 1774565463.001194, 'last_price_update_time': 1774565463.001202, 'auction_closing_time': 1774958400.0}
2026-03-26 22:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985415') HTTP/1.1" 204 0
2026-03-26 22:51:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/364b6d84d94549f7b8c0629a43f9099b/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bu%252Ff573b8cbe54d4a3eb62148bb6ff4c564%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bu/f573b8cbe54d4a3eb62148bb6ff4c564/images/large/6.jpg not downloaded yet
2026-03-26 22:51:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6d731d0>
2026-03-26 22:51:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6992e750-cb41-5f4d-961d-bf0913a096ba/6992e750-cb41-5f4d-961d-bf0913a096ba_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F364b6d84d94549f7b8c0629a43f9099b%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/364b6d84d94549f7b8c0629a43f9099b/images/large/5.jpg saved to cache
2026-03-26 22:51:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 6992e750-cb41-5f4d-961d-bf0913a096ba
2026-03-26 22:51:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cb1c90>
2026-03-26 22:51:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6992e750-cb41-5f4d-961d-bf0913a096ba/6992e750-cb41-5f4d-961d-bf0913a096ba_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F364b6d84d94549f7b8c0629a43f9099b%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/364b6d84d94549f7b8c0629a43f9099b/images/large/6.jpg saved to cache
2026-03-26 22:51:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 6992e750-cb41-5f4d-961d-bf0913a096ba
2026-03-26 22:51:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6d80390>
2026-03-26 22:51:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6992e750-cb41-5f4d-961d-bf0913a096ba/6992e750-cb41-5f4d-961d-bf0913a096ba_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F364b6d84d94549f7b8c0629a43f9099b%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/364b6d84d94549f7b8c0629a43f9099b/images/large/7.jpg saved to cache
2026-03-26 22:51:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 6992e750-cb41-5f4d-961d-bf0913a096ba
2026-03-26 22:51:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77bf590>
2026-03-26 22:51:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6992e750-cb41-5f4d-961d-bf0913a096ba/6992e750-cb41-5f4d-961d-bf0913a096ba_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F364b6d84d94549f7b8c0629a43f9099b%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/364b6d84d94549f7b8c0629a43f9099b/images/large/8.jpg saved to cache
2026-03-26 22:51:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 6992e750-cb41-5f4d-961d-bf0913a096ba
2026-03-26 22:51:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd3b6190>
2026-03-26 22:51:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6992e750-cb41-5f4d-961d-bf0913a096ba/6992e750-cb41-5f4d-961d-bf0913a096ba_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F364b6d84d94549f7b8c0629a43f9099b%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/364b6d84d94549f7b8c0629a43f9099b/images/large/9.jpg saved to cache
2026-03-26 22:51:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 6992e750-cb41-5f4d-961d-bf0913a096ba
2026-03-26 22:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bu%252Ff573b8cbe54d4a3eb62148bb6ff4c564%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bu/f573b8cbe54d4a3eb62148bb6ff4c564/images/large/7.jpg not downloaded yet
2026-03-26 22:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bu%252Ff573b8cbe54d4a3eb62148bb6ff4c564%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bu/f573b8cbe54d4a3eb62148bb6ff4c564/images/large/8.jpg not downloaded yet
2026-03-26 22:51:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cc8310>
2026-03-26 22:51:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6992e750-cb41-5f4d-961d-bf0913a096ba/6992e750-cb41-5f4d-961d-bf0913a096ba_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F364b6d84d94549f7b8c0629a43f9099b%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/364b6d84d94549f7b8c0629a43f9099b/images/large/10.jpg saved to cache
2026-03-26 22:51:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 6992e750-cb41-5f4d-961d-bf0913a096ba
2026-03-26 22:51:03 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6992e750-cb41-5f4d-961d-bf0913a096ba, skipping ID generation
2026-03-26 22:51:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6992e750-cb41-5f4d-961d-bf0913a096ba with scrape type 1
2026-03-26 22:51:03 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6992e750-cb41-5f4d-961d-bf0913a096ba sending to next pipeline
2026-03-26 22:51:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 6992e750-cb41-5f4d-961d-bf0913a096ba, identifier: 1985416
2026-03-26 22:51:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 6992e750-cb41-5f4d-961d-bf0913a096ba with identifier: 1985416
2026-03-26 22:51:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 6992e750-cb41-5f4d-961d-bf0913a096ba with identifier: 1985416
2026-03-26 22:51:04 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 6992e750-cb41-5f4d-961d-bf0913a096ba with identifier: 1985416 to the API
2026-03-26 22:51:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:51:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:51:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bp/364b6d84d94549f7b8c0629a43f9099b/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '6992e750-cb41-5f4d-961d-bf0913a096ba',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'T-CROSS',
'odometer': 29642,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 14,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6992e750-cb41-5f4d-961d-bf0913a096ba/6992e750-cb41-5f4d-961d-bf0913a096ba_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 556717,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/364b6d84d94549f7b8c0629a43f9099b/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6992e750-cb41-5f4d-961d-bf0913a096ba/6992e750-cb41-5f4d-961d-bf0913a096ba_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 527833,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/364b6d84d94549f7b8c0629a43f9099b/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6992e750-cb41-5f4d-961d-bf0913a096ba/6992e750-cb41-5f4d-961d-bf0913a096ba_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 562289,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/364b6d84d94549f7b8c0629a43f9099b/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6992e750-cb41-5f4d-961d-bf0913a096ba/6992e750-cb41-5f4d-961d-bf0913a096ba_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 566313,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/364b6d84d94549f7b8c0629a43f9099b/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6992e750-cb41-5f4d-961d-bf0913a096ba/6992e750-cb41-5f4d-961d-bf0913a096ba_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 335162,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/364b6d84d94549f7b8c0629a43f9099b/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6992e750-cb41-5f4d-961d-bf0913a096ba/6992e750-cb41-5f4d-961d-bf0913a096ba_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 318037,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/364b6d84d94549f7b8c0629a43f9099b/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6992e750-cb41-5f4d-961d-bf0913a096ba/6992e750-cb41-5f4d-961d-bf0913a096ba_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 326337,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/364b6d84d94549f7b8c0629a43f9099b/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6992e750-cb41-5f4d-961d-bf0913a096ba/6992e750-cb41-5f4d-961d-bf0913a096ba_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 365841,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/364b6d84d94549f7b8c0629a43f9099b/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6992e750-cb41-5f4d-961d-bf0913a096ba/6992e750-cb41-5f4d-961d-bf0913a096ba_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 396523,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/364b6d84d94549f7b8c0629a43f9099b/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6992e750-cb41-5f4d-961d-bf0913a096ba/6992e750-cb41-5f4d-961d-bf0913a096ba_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 287468,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/364b6d84d94549f7b8c0629a43f9099b/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-07',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN T-CROSS 1.0 TSI 81KW LIFE',
'transmission': 'manual',
'trim': '1.0 TSI 81KW LIFE',
'vin': None,
'year': 2022}
2026-03-26 22:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985416%27 HTTP/1.1" 200 None
2026-03-26 22:51:04 [ayvens.be] INFO: Saving data for 1985416: {'created_time': 1774565464.206135, 'last_price_update_time': 1774565464.206146, 'auction_closing_time': 1774958400.0}
2026-03-26 22:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985416') HTTP/1.1" 204 0
2026-03-26 22:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bu%252Ff573b8cbe54d4a3eb62148bb6ff4c564%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bu/f573b8cbe54d4a3eb62148bb6ff4c564/images/large/9.jpg not downloaded yet
2026-03-26 22:51:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bu/f573b8cbe54d4a3eb62148bb6ff4c564/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bu%252Ff573b8cbe54d4a3eb62148bb6ff4c564%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bu/f573b8cbe54d4a3eb62148bb6ff4c564/images/large/10.jpg not downloaded yet
2026-03-26 22:51:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bu/f573b8cbe54d4a3eb62148bb6ff4c564/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:04 [ayvens.be] INFO: Found listing with ID: 1985418
2026-03-26 22:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985418%27 HTTP/1.1" 200 None
2026-03-26 22:51:04 [ayvens.be] INFO: Scrape type for 1985418: 1
2026-03-26 22:51:04 [ayvens.be] INFO: Extracting data for car ID: 1985418
2026-03-26 22:51:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3523fb47-4378-50b8-98c0-ddf9b02d04ec with identifier: 1985418
2026-03-26 22:51:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3523fb47-4378-50b8-98c0-ddf9b02d04ec with scrape type 1
2026-03-26 22:51:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 3523fb47-4378-50b8-98c0-ddf9b02d04ec
2026-03-26 22:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F97306c3bae29451aa8c0a5429131c762%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/97306c3bae29451aa8c0a5429131c762/images/large/1.jpg not downloaded yet
2026-03-26 22:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F97306c3bae29451aa8c0a5429131c762%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/97306c3bae29451aa8c0a5429131c762/images/large/2.jpg not downloaded yet
2026-03-26 22:51:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bu/f573b8cbe54d4a3eb62148bb6ff4c564/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bu/f573b8cbe54d4a3eb62148bb6ff4c564/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F97306c3bae29451aa8c0a5429131c762%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/97306c3bae29451aa8c0a5429131c762/images/large/3.jpg not downloaded yet
2026-03-26 22:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F97306c3bae29451aa8c0a5429131c762%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/97306c3bae29451aa8c0a5429131c762/images/large/4.jpg not downloaded yet
2026-03-26 22:51:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bu/f573b8cbe54d4a3eb62148bb6ff4c564/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7ccfb10>
2026-03-26 22:51:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d3824f0f-7f9e-5c51-b42c-79ea05c8283e/d3824f0f-7f9e-5c51-b42c-79ea05c8283e_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bu%252Ff573b8cbe54d4a3eb62148bb6ff4c564%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bu/f573b8cbe54d4a3eb62148bb6ff4c564/images/large/1.jpg saved to cache
2026-03-26 22:51:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item d3824f0f-7f9e-5c51-b42c-79ea05c8283e
2026-03-26 22:51:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bu/f573b8cbe54d4a3eb62148bb6ff4c564/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F97306c3bae29451aa8c0a5429131c762%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/97306c3bae29451aa8c0a5429131c762/images/large/5.jpg not downloaded yet
2026-03-26 22:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F97306c3bae29451aa8c0a5429131c762%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/97306c3bae29451aa8c0a5429131c762/images/large/6.jpg not downloaded yet
2026-03-26 22:51:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77d4290>
2026-03-26 22:51:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d3824f0f-7f9e-5c51-b42c-79ea05c8283e/d3824f0f-7f9e-5c51-b42c-79ea05c8283e_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bu%252Ff573b8cbe54d4a3eb62148bb6ff4c564%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bu/f573b8cbe54d4a3eb62148bb6ff4c564/images/large/2.jpg saved to cache
2026-03-26 22:51:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item d3824f0f-7f9e-5c51-b42c-79ea05c8283e
2026-03-26 22:51:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7b98e90>
2026-03-26 22:51:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d3824f0f-7f9e-5c51-b42c-79ea05c8283e/d3824f0f-7f9e-5c51-b42c-79ea05c8283e_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bu%252Ff573b8cbe54d4a3eb62148bb6ff4c564%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bu/f573b8cbe54d4a3eb62148bb6ff4c564/images/large/3.jpg saved to cache
2026-03-26 22:51:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item d3824f0f-7f9e-5c51-b42c-79ea05c8283e
2026-03-26 22:51:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e03250>
2026-03-26 22:51:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d3824f0f-7f9e-5c51-b42c-79ea05c8283e/d3824f0f-7f9e-5c51-b42c-79ea05c8283e_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bu%252Ff573b8cbe54d4a3eb62148bb6ff4c564%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bu/f573b8cbe54d4a3eb62148bb6ff4c564/images/large/4.jpg saved to cache
2026-03-26 22:51:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item d3824f0f-7f9e-5c51-b42c-79ea05c8283e
2026-03-26 22:51:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7b16e50>
2026-03-26 22:51:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d3824f0f-7f9e-5c51-b42c-79ea05c8283e/d3824f0f-7f9e-5c51-b42c-79ea05c8283e_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bu%252Ff573b8cbe54d4a3eb62148bb6ff4c564%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bu/f573b8cbe54d4a3eb62148bb6ff4c564/images/large/5.jpg saved to cache
2026-03-26 22:51:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item d3824f0f-7f9e-5c51-b42c-79ea05c8283e
2026-03-26 22:51:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bu/f573b8cbe54d4a3eb62148bb6ff4c564/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F97306c3bae29451aa8c0a5429131c762%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/97306c3bae29451aa8c0a5429131c762/images/large/7.jpg not downloaded yet
2026-03-26 22:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F97306c3bae29451aa8c0a5429131c762%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/97306c3bae29451aa8c0a5429131c762/images/large/8.jpg not downloaded yet
2026-03-26 22:51:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7411c50>
2026-03-26 22:51:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d3824f0f-7f9e-5c51-b42c-79ea05c8283e/d3824f0f-7f9e-5c51-b42c-79ea05c8283e_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bu%252Ff573b8cbe54d4a3eb62148bb6ff4c564%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bu/f573b8cbe54d4a3eb62148bb6ff4c564/images/large/6.jpg saved to cache
2026-03-26 22:51:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item d3824f0f-7f9e-5c51-b42c-79ea05c8283e
2026-03-26 22:51:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bu/f573b8cbe54d4a3eb62148bb6ff4c564/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F97306c3bae29451aa8c0a5429131c762%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/97306c3bae29451aa8c0a5429131c762/images/large/9.jpg not downloaded yet
2026-03-26 22:51:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/97306c3bae29451aa8c0a5429131c762/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/97306c3bae29451aa8c0a5429131c762/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bu/f573b8cbe54d4a3eb62148bb6ff4c564/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F97306c3bae29451aa8c0a5429131c762%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/97306c3bae29451aa8c0a5429131c762/images/large/10.jpg not downloaded yet
2026-03-26 22:51:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bu/f573b8cbe54d4a3eb62148bb6ff4c564/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7488510>
2026-03-26 22:51:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d3824f0f-7f9e-5c51-b42c-79ea05c8283e/d3824f0f-7f9e-5c51-b42c-79ea05c8283e_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bu%252Ff573b8cbe54d4a3eb62148bb6ff4c564%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bu/f573b8cbe54d4a3eb62148bb6ff4c564/images/large/7.jpg saved to cache
2026-03-26 22:51:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item d3824f0f-7f9e-5c51-b42c-79ea05c8283e
2026-03-26 22:51:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/97306c3bae29451aa8c0a5429131c762/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:05 [ayvens.be] INFO: Found listing with ID: 1985419
2026-03-26 22:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985419%27 HTTP/1.1" 200 None
2026-03-26 22:51:05 [ayvens.be] INFO: Scrape type for 1985419: 1
2026-03-26 22:51:05 [ayvens.be] INFO: Extracting data for car ID: 1985419
2026-03-26 22:51:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3a2b7706-9cb9-50f9-bf45-1d72b1675d17 with identifier: 1985419
2026-03-26 22:51:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3a2b7706-9cb9-50f9-bf45-1d72b1675d17 with scrape type 1
2026-03-26 22:51:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 3a2b7706-9cb9-50f9-bf45-1d72b1675d17
2026-03-26 22:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F49a6c5d768cc4237b156086e41936c85%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/49a6c5d768cc4237b156086e41936c85/images/large/1.jpg not downloaded yet
2026-03-26 22:51:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/97306c3bae29451aa8c0a5429131c762/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F49a6c5d768cc4237b156086e41936c85%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/49a6c5d768cc4237b156086e41936c85/images/large/2.jpg not downloaded yet
2026-03-26 22:51:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/97306c3bae29451aa8c0a5429131c762/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7412c50>
2026-03-26 22:51:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d3824f0f-7f9e-5c51-b42c-79ea05c8283e/d3824f0f-7f9e-5c51-b42c-79ea05c8283e_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bu%252Ff573b8cbe54d4a3eb62148bb6ff4c564%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bu/f573b8cbe54d4a3eb62148bb6ff4c564/images/large/9.jpg saved to cache
2026-03-26 22:51:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item d3824f0f-7f9e-5c51-b42c-79ea05c8283e
2026-03-26 22:51:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79cead0>
2026-03-26 22:51:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3523fb47-4378-50b8-98c0-ddf9b02d04ec/3523fb47-4378-50b8-98c0-ddf9b02d04ec_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F97306c3bae29451aa8c0a5429131c762%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/97306c3bae29451aa8c0a5429131c762/images/large/1.jpg saved to cache
2026-03-26 22:51:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 3523fb47-4378-50b8-98c0-ddf9b02d04ec
2026-03-26 22:51:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76ccdd0>
2026-03-26 22:51:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3523fb47-4378-50b8-98c0-ddf9b02d04ec/3523fb47-4378-50b8-98c0-ddf9b02d04ec_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F97306c3bae29451aa8c0a5429131c762%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/97306c3bae29451aa8c0a5429131c762/images/large/2.jpg saved to cache
2026-03-26 22:51:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 3523fb47-4378-50b8-98c0-ddf9b02d04ec
2026-03-26 22:51:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74df890>
2026-03-26 22:51:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d3824f0f-7f9e-5c51-b42c-79ea05c8283e/d3824f0f-7f9e-5c51-b42c-79ea05c8283e_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bu%252Ff573b8cbe54d4a3eb62148bb6ff4c564%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bu/f573b8cbe54d4a3eb62148bb6ff4c564/images/large/8.jpg saved to cache
2026-03-26 22:51:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item d3824f0f-7f9e-5c51-b42c-79ea05c8283e
2026-03-26 22:51:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74a7d10>
2026-03-26 22:51:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d3824f0f-7f9e-5c51-b42c-79ea05c8283e/d3824f0f-7f9e-5c51-b42c-79ea05c8283e_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bu%252Ff573b8cbe54d4a3eb62148bb6ff4c564%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bu/f573b8cbe54d4a3eb62148bb6ff4c564/images/large/10.jpg saved to cache
2026-03-26 22:51:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item d3824f0f-7f9e-5c51-b42c-79ea05c8283e
2026-03-26 22:51:05 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d3824f0f-7f9e-5c51-b42c-79ea05c8283e, skipping ID generation
2026-03-26 22:51:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d3824f0f-7f9e-5c51-b42c-79ea05c8283e with scrape type 1
2026-03-26 22:51:05 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d3824f0f-7f9e-5c51-b42c-79ea05c8283e sending to next pipeline
2026-03-26 22:51:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: d3824f0f-7f9e-5c51-b42c-79ea05c8283e, identifier: 1985417
2026-03-26 22:51:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F49a6c5d768cc4237b156086e41936c85%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/49a6c5d768cc4237b156086e41936c85/images/large/3.jpg not downloaded yet
2026-03-26 22:51:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: d3824f0f-7f9e-5c51-b42c-79ea05c8283e with identifier: 1985417
2026-03-26 22:51:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: d3824f0f-7f9e-5c51-b42c-79ea05c8283e with identifier: 1985417
2026-03-26 22:51:06 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: d3824f0f-7f9e-5c51-b42c-79ea05c8283e with identifier: 1985417 to the API
2026-03-26 22:51:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:51:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:51:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bu/f573b8cbe54d4a3eb62148bb6ff4c564/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'd3824f0f-7f9e-5c51-b42c-79ea05c8283e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'Q3 Sportback',
'odometer': 60223,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 22,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d3824f0f-7f9e-5c51-b42c-79ea05c8283e/d3824f0f-7f9e-5c51-b42c-79ea05c8283e_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 744087,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bu/f573b8cbe54d4a3eb62148bb6ff4c564/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d3824f0f-7f9e-5c51-b42c-79ea05c8283e/d3824f0f-7f9e-5c51-b42c-79ea05c8283e_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 764886,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bu/f573b8cbe54d4a3eb62148bb6ff4c564/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d3824f0f-7f9e-5c51-b42c-79ea05c8283e/d3824f0f-7f9e-5c51-b42c-79ea05c8283e_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 735106,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bu/f573b8cbe54d4a3eb62148bb6ff4c564/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d3824f0f-7f9e-5c51-b42c-79ea05c8283e/d3824f0f-7f9e-5c51-b42c-79ea05c8283e_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 772653,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bu/f573b8cbe54d4a3eb62148bb6ff4c564/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d3824f0f-7f9e-5c51-b42c-79ea05c8283e/d3824f0f-7f9e-5c51-b42c-79ea05c8283e_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 741804,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bu/f573b8cbe54d4a3eb62148bb6ff4c564/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d3824f0f-7f9e-5c51-b42c-79ea05c8283e/d3824f0f-7f9e-5c51-b42c-79ea05c8283e_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 789909,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bu/f573b8cbe54d4a3eb62148bb6ff4c564/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d3824f0f-7f9e-5c51-b42c-79ea05c8283e/d3824f0f-7f9e-5c51-b42c-79ea05c8283e_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 622395,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bu/f573b8cbe54d4a3eb62148bb6ff4c564/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d3824f0f-7f9e-5c51-b42c-79ea05c8283e/d3824f0f-7f9e-5c51-b42c-79ea05c8283e_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 810119,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bu/f573b8cbe54d4a3eb62148bb6ff4c564/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d3824f0f-7f9e-5c51-b42c-79ea05c8283e/d3824f0f-7f9e-5c51-b42c-79ea05c8283e_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 780271,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bu/f573b8cbe54d4a3eb62148bb6ff4c564/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d3824f0f-7f9e-5c51-b42c-79ea05c8283e/d3824f0f-7f9e-5c51-b42c-79ea05c8283e_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 771284,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bu/f573b8cbe54d4a3eb62148bb6ff4c564/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-01',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q3 Sportback 1.4 45 TFSI E S TRONIC',
'transmission': 'automatic',
'trim': '1.4 45 TFSI E S TRONIC',
'vin': None,
'year': 2022}
2026-03-26 22:51:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985417%27 HTTP/1.1" 200 None
2026-03-26 22:51:06 [ayvens.be] INFO: Saving data for 1985417: {'created_time': 1774565466.434055, 'last_price_update_time': 1774565466.434064, 'auction_closing_time': 1774958400.0}
2026-03-26 22:51:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985417') HTTP/1.1" 204 0
2026-03-26 22:51:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F49a6c5d768cc4237b156086e41936c85%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/49a6c5d768cc4237b156086e41936c85/images/large/4.jpg not downloaded yet
2026-03-26 22:51:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b744b2d0>
2026-03-26 22:51:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3523fb47-4378-50b8-98c0-ddf9b02d04ec/3523fb47-4378-50b8-98c0-ddf9b02d04ec_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:51:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F97306c3bae29451aa8c0a5429131c762%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/97306c3bae29451aa8c0a5429131c762/images/large/3.jpg saved to cache
2026-03-26 22:51:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 3523fb47-4378-50b8-98c0-ddf9b02d04ec
2026-03-26 22:51:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b727b010>
2026-03-26 22:51:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3523fb47-4378-50b8-98c0-ddf9b02d04ec/3523fb47-4378-50b8-98c0-ddf9b02d04ec_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:51:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F97306c3bae29451aa8c0a5429131c762%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/97306c3bae29451aa8c0a5429131c762/images/large/4.jpg saved to cache
2026-03-26 22:51:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 3523fb47-4378-50b8-98c0-ddf9b02d04ec
2026-03-26 22:51:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b744afd0>
2026-03-26 22:51:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3523fb47-4378-50b8-98c0-ddf9b02d04ec/3523fb47-4378-50b8-98c0-ddf9b02d04ec_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:51:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F97306c3bae29451aa8c0a5429131c762%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/97306c3bae29451aa8c0a5429131c762/images/large/5.jpg saved to cache
2026-03-26 22:51:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 3523fb47-4378-50b8-98c0-ddf9b02d04ec
2026-03-26 22:51:06 [scrapy.extensions.logstats] INFO: Crawled 5 pages (at -1 pages/min), scraped 198 items (at 36 items/min)
2026-03-26 22:51:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 181MiB
2026-03-26 22:51:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F49a6c5d768cc4237b156086e41936c85%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/49a6c5d768cc4237b156086e41936c85/images/large/5.jpg not downloaded yet
2026-03-26 22:51:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/97306c3bae29451aa8c0a5429131c762/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/97306c3bae29451aa8c0a5429131c762/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F49a6c5d768cc4237b156086e41936c85%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/49a6c5d768cc4237b156086e41936c85/images/large/6.jpg not downloaded yet
2026-03-26 22:51:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F49a6c5d768cc4237b156086e41936c85%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/49a6c5d768cc4237b156086e41936c85/images/large/7.jpg not downloaded yet
2026-03-26 22:51:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/97306c3bae29451aa8c0a5429131c762/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/97306c3bae29451aa8c0a5429131c762/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/97306c3bae29451aa8c0a5429131c762/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F49a6c5d768cc4237b156086e41936c85%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/49a6c5d768cc4237b156086e41936c85/images/large/8.jpg not downloaded yet
2026-03-26 22:51:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/49a6c5d768cc4237b156086e41936c85/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F49a6c5d768cc4237b156086e41936c85%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/49a6c5d768cc4237b156086e41936c85/images/large/9.jpg not downloaded yet
2026-03-26 22:51:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F49a6c5d768cc4237b156086e41936c85%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/49a6c5d768cc4237b156086e41936c85/images/large/10.jpg not downloaded yet
2026-03-26 22:51:07 [ayvens.be] INFO: Found listing with ID: 1985420
2026-03-26 22:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985420%27 HTTP/1.1" 200 None
2026-03-26 22:51:07 [ayvens.be] INFO: Scrape type for 1985420: 1
2026-03-26 22:51:07 [ayvens.be] INFO: Extracting data for car ID: 1985420
2026-03-26 22:51:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6e478d88-9255-5fdd-848c-32c5ddc31c17 with identifier: 1985420
2026-03-26 22:51:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6e478d88-9255-5fdd-848c-32c5ddc31c17 with scrape type 1
2026-03-26 22:51:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 6e478d88-9255-5fdd-848c-32c5ddc31c17
2026-03-26 22:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bt%252F8794398acf314af2a2ca94b36bc5d865%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bt/8794398acf314af2a2ca94b36bc5d865/images/large/1.jpg not downloaded yet
2026-03-26 22:51:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b78751d0>
2026-03-26 22:51:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3523fb47-4378-50b8-98c0-ddf9b02d04ec/3523fb47-4378-50b8-98c0-ddf9b02d04ec_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F97306c3bae29451aa8c0a5429131c762%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/97306c3bae29451aa8c0a5429131c762/images/large/6.jpg saved to cache
2026-03-26 22:51:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 3523fb47-4378-50b8-98c0-ddf9b02d04ec
2026-03-26 22:51:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b787f6d0>
2026-03-26 22:51:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3523fb47-4378-50b8-98c0-ddf9b02d04ec/3523fb47-4378-50b8-98c0-ddf9b02d04ec_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F97306c3bae29451aa8c0a5429131c762%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/97306c3bae29451aa8c0a5429131c762/images/large/7.jpg saved to cache
2026-03-26 22:51:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 3523fb47-4378-50b8-98c0-ddf9b02d04ec
2026-03-26 22:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bt%252F8794398acf314af2a2ca94b36bc5d865%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bt/8794398acf314af2a2ca94b36bc5d865/images/large/2.jpg not downloaded yet
2026-03-26 22:51:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cc8690>
2026-03-26 22:51:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3523fb47-4378-50b8-98c0-ddf9b02d04ec/3523fb47-4378-50b8-98c0-ddf9b02d04ec_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F97306c3bae29451aa8c0a5429131c762%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/97306c3bae29451aa8c0a5429131c762/images/large/8.jpg saved to cache
2026-03-26 22:51:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 3523fb47-4378-50b8-98c0-ddf9b02d04ec
2026-03-26 22:51:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd0af310>
2026-03-26 22:51:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3523fb47-4378-50b8-98c0-ddf9b02d04ec/3523fb47-4378-50b8-98c0-ddf9b02d04ec_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F97306c3bae29451aa8c0a5429131c762%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/97306c3bae29451aa8c0a5429131c762/images/large/9.jpg saved to cache
2026-03-26 22:51:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 3523fb47-4378-50b8-98c0-ddf9b02d04ec
2026-03-26 22:51:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b728ebd0>
2026-03-26 22:51:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3523fb47-4378-50b8-98c0-ddf9b02d04ec/3523fb47-4378-50b8-98c0-ddf9b02d04ec_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F97306c3bae29451aa8c0a5429131c762%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/97306c3bae29451aa8c0a5429131c762/images/large/10.jpg saved to cache
2026-03-26 22:51:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 3523fb47-4378-50b8-98c0-ddf9b02d04ec
2026-03-26 22:51:07 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3523fb47-4378-50b8-98c0-ddf9b02d04ec, skipping ID generation
2026-03-26 22:51:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3523fb47-4378-50b8-98c0-ddf9b02d04ec with scrape type 1
2026-03-26 22:51:07 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3523fb47-4378-50b8-98c0-ddf9b02d04ec sending to next pipeline
2026-03-26 22:51:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 3523fb47-4378-50b8-98c0-ddf9b02d04ec, identifier: 1985418
2026-03-26 22:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bt%252F8794398acf314af2a2ca94b36bc5d865%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bt/8794398acf314af2a2ca94b36bc5d865/images/large/3.jpg not downloaded yet
2026-03-26 22:51:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 3523fb47-4378-50b8-98c0-ddf9b02d04ec with identifier: 1985418
2026-03-26 22:51:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 3523fb47-4378-50b8-98c0-ddf9b02d04ec with identifier: 1985418
2026-03-26 22:51:07 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 3523fb47-4378-50b8-98c0-ddf9b02d04ec with identifier: 1985418 to the API
2026-03-26 22:51:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:51:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:51:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bp/97306c3bae29451aa8c0a5429131c762/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '3523fb47-4378-50b8-98c0-ddf9b02d04ec',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '3 SERIES BERLINE',
'odometer': 93484,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 15,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3523fb47-4378-50b8-98c0-ddf9b02d04ec/3523fb47-4378-50b8-98c0-ddf9b02d04ec_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 567599,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/97306c3bae29451aa8c0a5429131c762/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3523fb47-4378-50b8-98c0-ddf9b02d04ec/3523fb47-4378-50b8-98c0-ddf9b02d04ec_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 567398,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/97306c3bae29451aa8c0a5429131c762/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3523fb47-4378-50b8-98c0-ddf9b02d04ec/3523fb47-4378-50b8-98c0-ddf9b02d04ec_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 523451,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/97306c3bae29451aa8c0a5429131c762/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3523fb47-4378-50b8-98c0-ddf9b02d04ec/3523fb47-4378-50b8-98c0-ddf9b02d04ec_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 596489,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/97306c3bae29451aa8c0a5429131c762/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3523fb47-4378-50b8-98c0-ddf9b02d04ec/3523fb47-4378-50b8-98c0-ddf9b02d04ec_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 443634,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/97306c3bae29451aa8c0a5429131c762/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3523fb47-4378-50b8-98c0-ddf9b02d04ec/3523fb47-4378-50b8-98c0-ddf9b02d04ec_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 584484,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/97306c3bae29451aa8c0a5429131c762/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3523fb47-4378-50b8-98c0-ddf9b02d04ec/3523fb47-4378-50b8-98c0-ddf9b02d04ec_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 596636,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/97306c3bae29451aa8c0a5429131c762/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3523fb47-4378-50b8-98c0-ddf9b02d04ec/3523fb47-4378-50b8-98c0-ddf9b02d04ec_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 586049,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/97306c3bae29451aa8c0a5429131c762/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3523fb47-4378-50b8-98c0-ddf9b02d04ec/3523fb47-4378-50b8-98c0-ddf9b02d04ec_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 592027,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/97306c3bae29451aa8c0a5429131c762/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3523fb47-4378-50b8-98c0-ddf9b02d04ec/3523fb47-4378-50b8-98c0-ddf9b02d04ec_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 551284,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/97306c3bae29451aa8c0a5429131c762/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-08',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 3 SERIES BERLINE 2.0 320E BERLINE',
'transmission': 'automatic',
'trim': '2.0 320E BERLINE',
'vin': None,
'year': 2022}
2026-03-26 22:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985418%27 HTTP/1.1" 200 None
2026-03-26 22:51:08 [ayvens.be] INFO: Saving data for 1985418: {'created_time': 1774565468.082764, 'last_price_update_time': 1774565468.082776, 'auction_closing_time': 1774958400.0}
2026-03-26 22:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985418') HTTP/1.1" 204 0
2026-03-26 22:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bt%252F8794398acf314af2a2ca94b36bc5d865%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bt/8794398acf314af2a2ca94b36bc5d865/images/large/4.jpg not downloaded yet
2026-03-26 22:51:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7910290>
2026-03-26 22:51:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3a2b7706-9cb9-50f9-bf45-1d72b1675d17/3a2b7706-9cb9-50f9-bf45-1d72b1675d17_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F49a6c5d768cc4237b156086e41936c85%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/49a6c5d768cc4237b156086e41936c85/images/large/1.jpg saved to cache
2026-03-26 22:51:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 3a2b7706-9cb9-50f9-bf45-1d72b1675d17
2026-03-26 22:51:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/49a6c5d768cc4237b156086e41936c85/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bt%252F8794398acf314af2a2ca94b36bc5d865%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bt/8794398acf314af2a2ca94b36bc5d865/images/large/5.jpg not downloaded yet
2026-03-26 22:51:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/49a6c5d768cc4237b156086e41936c85/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bt%252F8794398acf314af2a2ca94b36bc5d865%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bt/8794398acf314af2a2ca94b36bc5d865/images/large/6.jpg not downloaded yet
2026-03-26 22:51:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/49a6c5d768cc4237b156086e41936c85/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/49a6c5d768cc4237b156086e41936c85/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bt%252F8794398acf314af2a2ca94b36bc5d865%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bt/8794398acf314af2a2ca94b36bc5d865/images/large/7.jpg not downloaded yet
2026-03-26 22:51:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/49a6c5d768cc4237b156086e41936c85/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bt%252F8794398acf314af2a2ca94b36bc5d865%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bt/8794398acf314af2a2ca94b36bc5d865/images/large/8.jpg not downloaded yet
2026-03-26 22:51:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/49a6c5d768cc4237b156086e41936c85/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/49a6c5d768cc4237b156086e41936c85/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/49a6c5d768cc4237b156086e41936c85/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bt%252F8794398acf314af2a2ca94b36bc5d865%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bt/8794398acf314af2a2ca94b36bc5d865/images/large/9.jpg not downloaded yet
2026-03-26 22:51:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b741e5d0>
2026-03-26 22:51:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3a2b7706-9cb9-50f9-bf45-1d72b1675d17/3a2b7706-9cb9-50f9-bf45-1d72b1675d17_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F49a6c5d768cc4237b156086e41936c85%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/49a6c5d768cc4237b156086e41936c85/images/large/3.jpg saved to cache
2026-03-26 22:51:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 3a2b7706-9cb9-50f9-bf45-1d72b1675d17
2026-03-26 22:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bt%252F8794398acf314af2a2ca94b36bc5d865%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bt/8794398acf314af2a2ca94b36bc5d865/images/large/10.jpg not downloaded yet
2026-03-26 22:51:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74bf650>
2026-03-26 22:51:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3a2b7706-9cb9-50f9-bf45-1d72b1675d17/3a2b7706-9cb9-50f9-bf45-1d72b1675d17_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F49a6c5d768cc4237b156086e41936c85%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/49a6c5d768cc4237b156086e41936c85/images/large/2.jpg saved to cache
2026-03-26 22:51:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 3a2b7706-9cb9-50f9-bf45-1d72b1675d17
2026-03-26 22:51:08 [ayvens.be] INFO: Found listing with ID: 1985421
2026-03-26 22:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985421%27 HTTP/1.1" 200 None
2026-03-26 22:51:08 [ayvens.be] INFO: Scrape type for 1985421: 1
2026-03-26 22:51:08 [ayvens.be] INFO: Extracting data for car ID: 1985421
2026-03-26 22:51:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b0597b31-b618-5a7c-9897-7d9733dea90c with identifier: 1985421
2026-03-26 22:51:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b0597b31-b618-5a7c-9897-7d9733dea90c with scrape type 1
2026-03-26 22:51:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item b0597b31-b618-5a7c-9897-7d9733dea90c
2026-03-26 22:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Feec5061576004a43adb58930fcf48a25%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/eec5061576004a43adb58930fcf48a25/images/large/1.jpg not downloaded yet
2026-03-26 22:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Feec5061576004a43adb58930fcf48a25%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/eec5061576004a43adb58930fcf48a25/images/large/2.jpg not downloaded yet
2026-03-26 22:51:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77ae950>
2026-03-26 22:51:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3a2b7706-9cb9-50f9-bf45-1d72b1675d17/3a2b7706-9cb9-50f9-bf45-1d72b1675d17_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F49a6c5d768cc4237b156086e41936c85%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/49a6c5d768cc4237b156086e41936c85/images/large/7.jpg saved to cache
2026-03-26 22:51:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 3a2b7706-9cb9-50f9-bf45-1d72b1675d17
2026-03-26 22:51:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7911990>
2026-03-26 22:51:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3a2b7706-9cb9-50f9-bf45-1d72b1675d17/3a2b7706-9cb9-50f9-bf45-1d72b1675d17_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F49a6c5d768cc4237b156086e41936c85%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/49a6c5d768cc4237b156086e41936c85/images/large/4.jpg saved to cache
2026-03-26 22:51:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 3a2b7706-9cb9-50f9-bf45-1d72b1675d17
2026-03-26 22:51:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c80b90>
2026-03-26 22:51:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3a2b7706-9cb9-50f9-bf45-1d72b1675d17/3a2b7706-9cb9-50f9-bf45-1d72b1675d17_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F49a6c5d768cc4237b156086e41936c85%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/49a6c5d768cc4237b156086e41936c85/images/large/5.jpg saved to cache
2026-03-26 22:51:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 3a2b7706-9cb9-50f9-bf45-1d72b1675d17
2026-03-26 22:51:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7b98610>
2026-03-26 22:51:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3a2b7706-9cb9-50f9-bf45-1d72b1675d17/3a2b7706-9cb9-50f9-bf45-1d72b1675d17_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F49a6c5d768cc4237b156086e41936c85%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/49a6c5d768cc4237b156086e41936c85/images/large/6.jpg saved to cache
2026-03-26 22:51:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 3a2b7706-9cb9-50f9-bf45-1d72b1675d17
2026-03-26 22:51:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79f2ed0>
2026-03-26 22:51:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3a2b7706-9cb9-50f9-bf45-1d72b1675d17/3a2b7706-9cb9-50f9-bf45-1d72b1675d17_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F49a6c5d768cc4237b156086e41936c85%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/49a6c5d768cc4237b156086e41936c85/images/large/8.jpg saved to cache
2026-03-26 22:51:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 3a2b7706-9cb9-50f9-bf45-1d72b1675d17
2026-03-26 22:51:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7ca9890>
2026-03-26 22:51:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3a2b7706-9cb9-50f9-bf45-1d72b1675d17/3a2b7706-9cb9-50f9-bf45-1d72b1675d17_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F49a6c5d768cc4237b156086e41936c85%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/49a6c5d768cc4237b156086e41936c85/images/large/9.jpg saved to cache
2026-03-26 22:51:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 3a2b7706-9cb9-50f9-bf45-1d72b1675d17
2026-03-26 22:51:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bt/8794398acf314af2a2ca94b36bc5d865/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Feec5061576004a43adb58930fcf48a25%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/eec5061576004a43adb58930fcf48a25/images/large/3.jpg not downloaded yet
2026-03-26 22:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Feec5061576004a43adb58930fcf48a25%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/eec5061576004a43adb58930fcf48a25/images/large/4.jpg not downloaded yet
2026-03-26 22:51:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bt/8794398acf314af2a2ca94b36bc5d865/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bt/8794398acf314af2a2ca94b36bc5d865/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bt/8794398acf314af2a2ca94b36bc5d865/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bt/8794398acf314af2a2ca94b36bc5d865/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Feec5061576004a43adb58930fcf48a25%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/eec5061576004a43adb58930fcf48a25/images/large/5.jpg not downloaded yet
2026-03-26 22:51:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bt/8794398acf314af2a2ca94b36bc5d865/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/49a6c5d768cc4237b156086e41936c85/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Feec5061576004a43adb58930fcf48a25%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/eec5061576004a43adb58930fcf48a25/images/large/6.jpg not downloaded yet
2026-03-26 22:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Feec5061576004a43adb58930fcf48a25%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/eec5061576004a43adb58930fcf48a25/images/large/7.jpg not downloaded yet
2026-03-26 22:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Feec5061576004a43adb58930fcf48a25%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/eec5061576004a43adb58930fcf48a25/images/large/8.jpg not downloaded yet
2026-03-26 22:51:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b743b850>
2026-03-26 22:51:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6e478d88-9255-5fdd-848c-32c5ddc31c17/6e478d88-9255-5fdd-848c-32c5ddc31c17_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bt%252F8794398acf314af2a2ca94b36bc5d865%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bt/8794398acf314af2a2ca94b36bc5d865/images/large/1.jpg saved to cache
2026-03-26 22:51:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 6e478d88-9255-5fdd-848c-32c5ddc31c17
2026-03-26 22:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Feec5061576004a43adb58930fcf48a25%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/eec5061576004a43adb58930fcf48a25/images/large/9.jpg not downloaded yet
2026-03-26 22:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Feec5061576004a43adb58930fcf48a25%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/eec5061576004a43adb58930fcf48a25/images/large/10.jpg not downloaded yet
2026-03-26 22:51:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/eec5061576004a43adb58930fcf48a25/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:09 [ayvens.be] INFO: Found listing with ID: 1985422
2026-03-26 22:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985422%27 HTTP/1.1" 200 None
2026-03-26 22:51:09 [ayvens.be] INFO: Scrape type for 1985422: 1
2026-03-26 22:51:09 [ayvens.be] INFO: Extracting data for car ID: 1985422
2026-03-26 22:51:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 10aede45-dc31-5ff5-8678-55acc89a1832 with identifier: 1985422
2026-03-26 22:51:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 10aede45-dc31-5ff5-8678-55acc89a1832 with scrape type 1
2026-03-26 22:51:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 10aede45-dc31-5ff5-8678-55acc89a1832
2026-03-26 22:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yx%252F83d3b03f9c394241a570afcc207d5084%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yx/83d3b03f9c394241a570afcc207d5084/images/large/1.jpg not downloaded yet
2026-03-26 22:51:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e1fe90>
2026-03-26 22:51:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6e478d88-9255-5fdd-848c-32c5ddc31c17/6e478d88-9255-5fdd-848c-32c5ddc31c17_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bt%252F8794398acf314af2a2ca94b36bc5d865%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bt/8794398acf314af2a2ca94b36bc5d865/images/large/4.jpg saved to cache
2026-03-26 22:51:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 6e478d88-9255-5fdd-848c-32c5ddc31c17
2026-03-26 22:51:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c5d890>
2026-03-26 22:51:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6e478d88-9255-5fdd-848c-32c5ddc31c17/6e478d88-9255-5fdd-848c-32c5ddc31c17_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bt%252F8794398acf314af2a2ca94b36bc5d865%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bt/8794398acf314af2a2ca94b36bc5d865/images/large/6.jpg saved to cache
2026-03-26 22:51:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 6e478d88-9255-5fdd-848c-32c5ddc31c17
2026-03-26 22:51:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b728fb10>
2026-03-26 22:51:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6e478d88-9255-5fdd-848c-32c5ddc31c17/6e478d88-9255-5fdd-848c-32c5ddc31c17_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bt%252F8794398acf314af2a2ca94b36bc5d865%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bt/8794398acf314af2a2ca94b36bc5d865/images/large/5.jpg saved to cache
2026-03-26 22:51:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 6e478d88-9255-5fdd-848c-32c5ddc31c17
2026-03-26 22:51:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7aeb110>
2026-03-26 22:51:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6e478d88-9255-5fdd-848c-32c5ddc31c17/6e478d88-9255-5fdd-848c-32c5ddc31c17_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bt%252F8794398acf314af2a2ca94b36bc5d865%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bt/8794398acf314af2a2ca94b36bc5d865/images/large/2.jpg saved to cache
2026-03-26 22:51:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 6e478d88-9255-5fdd-848c-32c5ddc31c17
2026-03-26 22:51:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e1df90>
2026-03-26 22:51:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6e478d88-9255-5fdd-848c-32c5ddc31c17/6e478d88-9255-5fdd-848c-32c5ddc31c17_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:51:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bt%252F8794398acf314af2a2ca94b36bc5d865%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bt/8794398acf314af2a2ca94b36bc5d865/images/large/3.jpg saved to cache
2026-03-26 22:51:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 6e478d88-9255-5fdd-848c-32c5ddc31c17
2026-03-26 22:51:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c5f6d0>
2026-03-26 22:51:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3a2b7706-9cb9-50f9-bf45-1d72b1675d17/3a2b7706-9cb9-50f9-bf45-1d72b1675d17_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:51:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F49a6c5d768cc4237b156086e41936c85%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/49a6c5d768cc4237b156086e41936c85/images/large/10.jpg saved to cache
2026-03-26 22:51:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 3a2b7706-9cb9-50f9-bf45-1d72b1675d17
2026-03-26 22:51:10 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3a2b7706-9cb9-50f9-bf45-1d72b1675d17, skipping ID generation
2026-03-26 22:51:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3a2b7706-9cb9-50f9-bf45-1d72b1675d17 with scrape type 1
2026-03-26 22:51:10 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3a2b7706-9cb9-50f9-bf45-1d72b1675d17 sending to next pipeline
2026-03-26 22:51:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 3a2b7706-9cb9-50f9-bf45-1d72b1675d17, identifier: 1985419
2026-03-26 22:51:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 3a2b7706-9cb9-50f9-bf45-1d72b1675d17 with identifier: 1985419
2026-03-26 22:51:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 3a2b7706-9cb9-50f9-bf45-1d72b1675d17 with identifier: 1985419
2026-03-26 22:51:10 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 3a2b7706-9cb9-50f9-bf45-1d72b1675d17 with identifier: 1985419 to the API
2026-03-26 22:51:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:51:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:51:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bm/49a6c5d768cc4237b156086e41936c85/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': '3a2b7706-9cb9-50f9-bf45-1d72b1675d17',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '2008',
'odometer': 61319,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 21,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3a2b7706-9cb9-50f9-bf45-1d72b1675d17/3a2b7706-9cb9-50f9-bf45-1d72b1675d17_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 688892,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/49a6c5d768cc4237b156086e41936c85/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3a2b7706-9cb9-50f9-bf45-1d72b1675d17/3a2b7706-9cb9-50f9-bf45-1d72b1675d17_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 718320,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/49a6c5d768cc4237b156086e41936c85/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3a2b7706-9cb9-50f9-bf45-1d72b1675d17/3a2b7706-9cb9-50f9-bf45-1d72b1675d17_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 670394,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/49a6c5d768cc4237b156086e41936c85/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3a2b7706-9cb9-50f9-bf45-1d72b1675d17/3a2b7706-9cb9-50f9-bf45-1d72b1675d17_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 764159,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/49a6c5d768cc4237b156086e41936c85/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3a2b7706-9cb9-50f9-bf45-1d72b1675d17/3a2b7706-9cb9-50f9-bf45-1d72b1675d17_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 671572,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/49a6c5d768cc4237b156086e41936c85/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3a2b7706-9cb9-50f9-bf45-1d72b1675d17/3a2b7706-9cb9-50f9-bf45-1d72b1675d17_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 831188,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/49a6c5d768cc4237b156086e41936c85/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3a2b7706-9cb9-50f9-bf45-1d72b1675d17/3a2b7706-9cb9-50f9-bf45-1d72b1675d17_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 645519,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/49a6c5d768cc4237b156086e41936c85/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3a2b7706-9cb9-50f9-bf45-1d72b1675d17/3a2b7706-9cb9-50f9-bf45-1d72b1675d17_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 815268,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/49a6c5d768cc4237b156086e41936c85/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3a2b7706-9cb9-50f9-bf45-1d72b1675d17/3a2b7706-9cb9-50f9-bf45-1d72b1675d17_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 803364,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/49a6c5d768cc4237b156086e41936c85/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3a2b7706-9cb9-50f9-bf45-1d72b1675d17/3a2b7706-9cb9-50f9-bf45-1d72b1675d17_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 767823,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/49a6c5d768cc4237b156086e41936c85/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-14',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 2008 1.5 BLUEHDI 81KW S-S ACTIVE PACK',
'transmission': 'manual',
'trim': '1.5 BLUEHDI 81KW S-S ACTIVE PACK',
'vin': None,
'year': 2022}
2026-03-26 22:51:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985419%27 HTTP/1.1" 200 None
2026-03-26 22:51:10 [ayvens.be] INFO: Saving data for 1985419: {'created_time': 1774565470.722329, 'last_price_update_time': 1774565470.722338, 'auction_closing_time': 1774958400.0}
2026-03-26 22:51:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985419') HTTP/1.1" 204 0
2026-03-26 22:51:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yx%252F83d3b03f9c394241a570afcc207d5084%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yx/83d3b03f9c394241a570afcc207d5084/images/large/2.jpg not downloaded yet
2026-03-26 22:51:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bt/8794398acf314af2a2ca94b36bc5d865/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/eec5061576004a43adb58930fcf48a25/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yx%252F83d3b03f9c394241a570afcc207d5084%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yx/83d3b03f9c394241a570afcc207d5084/images/large/3.jpg not downloaded yet
2026-03-26 22:51:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bt/8794398acf314af2a2ca94b36bc5d865/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/eec5061576004a43adb58930fcf48a25/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bt/8794398acf314af2a2ca94b36bc5d865/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7818c10>
2026-03-26 22:51:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b0597b31-b618-5a7c-9897-7d9733dea90c/b0597b31-b618-5a7c-9897-7d9733dea90c_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:51:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Feec5061576004a43adb58930fcf48a25%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/eec5061576004a43adb58930fcf48a25/images/large/1.jpg saved to cache
2026-03-26 22:51:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item b0597b31-b618-5a7c-9897-7d9733dea90c
2026-03-26 22:51:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yx%252F83d3b03f9c394241a570afcc207d5084%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yx/83d3b03f9c394241a570afcc207d5084/images/large/4.jpg not downloaded yet
2026-03-26 22:51:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bt/8794398acf314af2a2ca94b36bc5d865/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/eec5061576004a43adb58930fcf48a25/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yx%252F83d3b03f9c394241a570afcc207d5084%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yx/83d3b03f9c394241a570afcc207d5084/images/large/5.jpg not downloaded yet
2026-03-26 22:51:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6dee810>
2026-03-26 22:51:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6e478d88-9255-5fdd-848c-32c5ddc31c17/6e478d88-9255-5fdd-848c-32c5ddc31c17_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:51:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bt%252F8794398acf314af2a2ca94b36bc5d865%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bt/8794398acf314af2a2ca94b36bc5d865/images/large/10.jpg saved to cache
2026-03-26 22:51:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 6e478d88-9255-5fdd-848c-32c5ddc31c17
2026-03-26 22:51:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7477090>
2026-03-26 22:51:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b0597b31-b618-5a7c-9897-7d9733dea90c/b0597b31-b618-5a7c-9897-7d9733dea90c_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Feec5061576004a43adb58930fcf48a25%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/eec5061576004a43adb58930fcf48a25/images/large/3.jpg saved to cache
2026-03-26 22:51:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item b0597b31-b618-5a7c-9897-7d9733dea90c
2026-03-26 22:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yx%252F83d3b03f9c394241a570afcc207d5084%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yx/83d3b03f9c394241a570afcc207d5084/images/large/6.jpg not downloaded yet
2026-03-26 22:51:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7573290>
2026-03-26 22:51:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6e478d88-9255-5fdd-848c-32c5ddc31c17/6e478d88-9255-5fdd-848c-32c5ddc31c17_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bt%252F8794398acf314af2a2ca94b36bc5d865%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bt/8794398acf314af2a2ca94b36bc5d865/images/large/9.jpg saved to cache
2026-03-26 22:51:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 6e478d88-9255-5fdd-848c-32c5ddc31c17
2026-03-26 22:51:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7aa25d0>
2026-03-26 22:51:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b0597b31-b618-5a7c-9897-7d9733dea90c/b0597b31-b618-5a7c-9897-7d9733dea90c_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Feec5061576004a43adb58930fcf48a25%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/eec5061576004a43adb58930fcf48a25/images/large/2.jpg saved to cache
2026-03-26 22:51:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item b0597b31-b618-5a7c-9897-7d9733dea90c
2026-03-26 22:51:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74070d0>
2026-03-26 22:51:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6e478d88-9255-5fdd-848c-32c5ddc31c17/6e478d88-9255-5fdd-848c-32c5ddc31c17_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bt%252F8794398acf314af2a2ca94b36bc5d865%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bt/8794398acf314af2a2ca94b36bc5d865/images/large/8.jpg saved to cache
2026-03-26 22:51:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 6e478d88-9255-5fdd-848c-32c5ddc31c17
2026-03-26 22:51:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/eec5061576004a43adb58930fcf48a25/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yx%252F83d3b03f9c394241a570afcc207d5084%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yx/83d3b03f9c394241a570afcc207d5084/images/large/7.jpg not downloaded yet
2026-03-26 22:51:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b777b490>
2026-03-26 22:51:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6e478d88-9255-5fdd-848c-32c5ddc31c17/6e478d88-9255-5fdd-848c-32c5ddc31c17_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bt%252F8794398acf314af2a2ca94b36bc5d865%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bt/8794398acf314af2a2ca94b36bc5d865/images/large/7.jpg saved to cache
2026-03-26 22:51:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 6e478d88-9255-5fdd-848c-32c5ddc31c17
2026-03-26 22:51:11 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6e478d88-9255-5fdd-848c-32c5ddc31c17, skipping ID generation
2026-03-26 22:51:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6e478d88-9255-5fdd-848c-32c5ddc31c17 with scrape type 1
2026-03-26 22:51:11 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6e478d88-9255-5fdd-848c-32c5ddc31c17 sending to next pipeline
2026-03-26 22:51:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 6e478d88-9255-5fdd-848c-32c5ddc31c17, identifier: 1985420
2026-03-26 22:51:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79f9490>
2026-03-26 22:51:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b0597b31-b618-5a7c-9897-7d9733dea90c/b0597b31-b618-5a7c-9897-7d9733dea90c_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Feec5061576004a43adb58930fcf48a25%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/eec5061576004a43adb58930fcf48a25/images/large/4.jpg saved to cache
2026-03-26 22:51:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item b0597b31-b618-5a7c-9897-7d9733dea90c
2026-03-26 22:51:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yx/83d3b03f9c394241a570afcc207d5084/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yx/83d3b03f9c394241a570afcc207d5084/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yx%252F83d3b03f9c394241a570afcc207d5084%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yx/83d3b03f9c394241a570afcc207d5084/images/large/8.jpg not downloaded yet
2026-03-26 22:51:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 6e478d88-9255-5fdd-848c-32c5ddc31c17 with identifier: 1985420
2026-03-26 22:51:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 6e478d88-9255-5fdd-848c-32c5ddc31c17 with identifier: 1985420
2026-03-26 22:51:11 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 6e478d88-9255-5fdd-848c-32c5ddc31c17 with identifier: 1985420 to the API
2026-03-26 22:51:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:51:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:51:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bt/8794398acf314af2a2ca94b36bc5d865/images/large/7.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.3L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '6e478d88-9255-5fdd-848c-32c5ddc31c17',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'CLA - Klasse',
'odometer': 95069,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 16,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6e478d88-9255-5fdd-848c-32c5ddc31c17/6e478d88-9255-5fdd-848c-32c5ddc31c17_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 644211,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bt/8794398acf314af2a2ca94b36bc5d865/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6e478d88-9255-5fdd-848c-32c5ddc31c17/6e478d88-9255-5fdd-848c-32c5ddc31c17_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 648493,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bt/8794398acf314af2a2ca94b36bc5d865/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6e478d88-9255-5fdd-848c-32c5ddc31c17/6e478d88-9255-5fdd-848c-32c5ddc31c17_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 658489,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bt/8794398acf314af2a2ca94b36bc5d865/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6e478d88-9255-5fdd-848c-32c5ddc31c17/6e478d88-9255-5fdd-848c-32c5ddc31c17_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 648184,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bt/8794398acf314af2a2ca94b36bc5d865/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6e478d88-9255-5fdd-848c-32c5ddc31c17/6e478d88-9255-5fdd-848c-32c5ddc31c17_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 633562,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bt/8794398acf314af2a2ca94b36bc5d865/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6e478d88-9255-5fdd-848c-32c5ddc31c17/6e478d88-9255-5fdd-848c-32c5ddc31c17_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 597298,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bt/8794398acf314af2a2ca94b36bc5d865/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6e478d88-9255-5fdd-848c-32c5ddc31c17/6e478d88-9255-5fdd-848c-32c5ddc31c17_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 718132,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bt/8794398acf314af2a2ca94b36bc5d865/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6e478d88-9255-5fdd-848c-32c5ddc31c17/6e478d88-9255-5fdd-848c-32c5ddc31c17_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 664493,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bt/8794398acf314af2a2ca94b36bc5d865/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6e478d88-9255-5fdd-848c-32c5ddc31c17/6e478d88-9255-5fdd-848c-32c5ddc31c17_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 632225,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bt/8794398acf314af2a2ca94b36bc5d865/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6e478d88-9255-5fdd-848c-32c5ddc31c17/6e478d88-9255-5fdd-848c-32c5ddc31c17_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 638025,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bt/8794398acf314af2a2ca94b36bc5d865/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-17',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLA - Klasse 1.3 CLA 250 E BUSINESS SOLUTION DCT',
'transmission': 'automatic',
'trim': '1.3 CLA 250 E BUSINESS SOLUTION DCT',
'vin': None,
'year': 2022}
2026-03-26 22:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985420%27 HTTP/1.1" 200 None
2026-03-26 22:51:12 [ayvens.be] INFO: Saving data for 1985420: {'created_time': 1774565472.05927, 'last_price_update_time': 1774565472.059285, 'auction_closing_time': 1774958400.0}
2026-03-26 22:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985420') HTTP/1.1" 204 0
2026-03-26 22:51:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/eec5061576004a43adb58930fcf48a25/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yx%252F83d3b03f9c394241a570afcc207d5084%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yx/83d3b03f9c394241a570afcc207d5084/images/large/9.jpg not downloaded yet
2026-03-26 22:51:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7408dd0>
2026-03-26 22:51:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b0597b31-b618-5a7c-9897-7d9733dea90c/b0597b31-b618-5a7c-9897-7d9733dea90c_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Feec5061576004a43adb58930fcf48a25%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/eec5061576004a43adb58930fcf48a25/images/large/5.jpg saved to cache
2026-03-26 22:51:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item b0597b31-b618-5a7c-9897-7d9733dea90c
2026-03-26 22:51:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/eec5061576004a43adb58930fcf48a25/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yx%252F83d3b03f9c394241a570afcc207d5084%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yx/83d3b03f9c394241a570afcc207d5084/images/large/10.jpg not downloaded yet
2026-03-26 22:51:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e4ccd0>
2026-03-26 22:51:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_10aede45-dc31-5ff5-8678-55acc89a1832/10aede45-dc31-5ff5-8678-55acc89a1832_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yx%252F83d3b03f9c394241a570afcc207d5084%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yx/83d3b03f9c394241a570afcc207d5084/images/large/1.jpg saved to cache
2026-03-26 22:51:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 10aede45-dc31-5ff5-8678-55acc89a1832
2026-03-26 22:51:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b777b210>
2026-03-26 22:51:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_10aede45-dc31-5ff5-8678-55acc89a1832/10aede45-dc31-5ff5-8678-55acc89a1832_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yx%252F83d3b03f9c394241a570afcc207d5084%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yx/83d3b03f9c394241a570afcc207d5084/images/large/2.jpg saved to cache
2026-03-26 22:51:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 10aede45-dc31-5ff5-8678-55acc89a1832
2026-03-26 22:51:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/eec5061576004a43adb58930fcf48a25/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/eec5061576004a43adb58930fcf48a25/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yx/83d3b03f9c394241a570afcc207d5084/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:12 [ayvens.be] INFO: Found listing with ID: 1985423
2026-03-26 22:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985423%27 HTTP/1.1" 200 None
2026-03-26 22:51:12 [ayvens.be] INFO: Scrape type for 1985423: 1
2026-03-26 22:51:12 [ayvens.be] INFO: Extracting data for car ID: 1985423
2026-03-26 22:51:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85823419-bea0-53d2-b46c-8cd10925d2b0 with identifier: 1985423
2026-03-26 22:51:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85823419-bea0-53d2-b46c-8cd10925d2b0 with scrape type 1
2026-03-26 22:51:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 85823419-bea0-53d2-b46c-8cd10925d2b0
2026-03-26 22:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2br%252F21cdb5c07e094630b5fce1a5fc680c55%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2br/21cdb5c07e094630b5fce1a5fc680c55/images/large/1.jpg not downloaded yet
2026-03-26 22:51:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/eec5061576004a43adb58930fcf48a25/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yx/83d3b03f9c394241a570afcc207d5084/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7876dd0>
2026-03-26 22:51:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b0597b31-b618-5a7c-9897-7d9733dea90c/b0597b31-b618-5a7c-9897-7d9733dea90c_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Feec5061576004a43adb58930fcf48a25%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/eec5061576004a43adb58930fcf48a25/images/large/6.jpg saved to cache
2026-03-26 22:51:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item b0597b31-b618-5a7c-9897-7d9733dea90c
2026-03-26 22:51:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77c9910>
2026-03-26 22:51:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b0597b31-b618-5a7c-9897-7d9733dea90c/b0597b31-b618-5a7c-9897-7d9733dea90c_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Feec5061576004a43adb58930fcf48a25%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/eec5061576004a43adb58930fcf48a25/images/large/10.jpg saved to cache
2026-03-26 22:51:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item b0597b31-b618-5a7c-9897-7d9733dea90c
2026-03-26 22:51:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yx/83d3b03f9c394241a570afcc207d5084/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2br%252F21cdb5c07e094630b5fce1a5fc680c55%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2br/21cdb5c07e094630b5fce1a5fc680c55/images/large/2.jpg not downloaded yet
2026-03-26 22:51:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yx/83d3b03f9c394241a570afcc207d5084/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2br%252F21cdb5c07e094630b5fce1a5fc680c55%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2br/21cdb5c07e094630b5fce1a5fc680c55/images/large/3.jpg not downloaded yet
2026-03-26 22:51:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7876dd0>
2026-03-26 22:51:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b0597b31-b618-5a7c-9897-7d9733dea90c/b0597b31-b618-5a7c-9897-7d9733dea90c_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Feec5061576004a43adb58930fcf48a25%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/eec5061576004a43adb58930fcf48a25/images/large/9.jpg saved to cache
2026-03-26 22:51:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item b0597b31-b618-5a7c-9897-7d9733dea90c
2026-03-26 22:51:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e37b10>
2026-03-26 22:51:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b0597b31-b618-5a7c-9897-7d9733dea90c/b0597b31-b618-5a7c-9897-7d9733dea90c_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Feec5061576004a43adb58930fcf48a25%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/eec5061576004a43adb58930fcf48a25/images/large/7.jpg saved to cache
2026-03-26 22:51:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item b0597b31-b618-5a7c-9897-7d9733dea90c
2026-03-26 22:51:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76cc610>
2026-03-26 22:51:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_10aede45-dc31-5ff5-8678-55acc89a1832/10aede45-dc31-5ff5-8678-55acc89a1832_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yx%252F83d3b03f9c394241a570afcc207d5084%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yx/83d3b03f9c394241a570afcc207d5084/images/large/3.jpg saved to cache
2026-03-26 22:51:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 10aede45-dc31-5ff5-8678-55acc89a1832
2026-03-26 22:51:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b787df90>
2026-03-26 22:51:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b0597b31-b618-5a7c-9897-7d9733dea90c/b0597b31-b618-5a7c-9897-7d9733dea90c_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Feec5061576004a43adb58930fcf48a25%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/eec5061576004a43adb58930fcf48a25/images/large/8.jpg saved to cache
2026-03-26 22:51:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item b0597b31-b618-5a7c-9897-7d9733dea90c
2026-03-26 22:51:12 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b0597b31-b618-5a7c-9897-7d9733dea90c, skipping ID generation
2026-03-26 22:51:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b0597b31-b618-5a7c-9897-7d9733dea90c with scrape type 1
2026-03-26 22:51:12 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b0597b31-b618-5a7c-9897-7d9733dea90c sending to next pipeline
2026-03-26 22:51:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: b0597b31-b618-5a7c-9897-7d9733dea90c, identifier: 1985421
2026-03-26 22:51:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5ca5110>
2026-03-26 22:51:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_10aede45-dc31-5ff5-8678-55acc89a1832/10aede45-dc31-5ff5-8678-55acc89a1832_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:51:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yx%252F83d3b03f9c394241a570afcc207d5084%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yx/83d3b03f9c394241a570afcc207d5084/images/large/4.jpg saved to cache
2026-03-26 22:51:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 10aede45-dc31-5ff5-8678-55acc89a1832
2026-03-26 22:51:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: b0597b31-b618-5a7c-9897-7d9733dea90c with identifier: 1985421
2026-03-26 22:51:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: b0597b31-b618-5a7c-9897-7d9733dea90c with identifier: 1985421
2026-03-26 22:51:13 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: b0597b31-b618-5a7c-9897-7d9733dea90c with identifier: 1985421 to the API
2026-03-26 22:51:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:51:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:51:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bm/eec5061576004a43adb58930fcf48a25/images/large/8.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'b0597b31-b618-5a7c-9897-7d9733dea90c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'Q3 Sportback',
'odometer': 102948,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 17,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b0597b31-b618-5a7c-9897-7d9733dea90c/b0597b31-b618-5a7c-9897-7d9733dea90c_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 667662,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/eec5061576004a43adb58930fcf48a25/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b0597b31-b618-5a7c-9897-7d9733dea90c/b0597b31-b618-5a7c-9897-7d9733dea90c_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 625596,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/eec5061576004a43adb58930fcf48a25/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b0597b31-b618-5a7c-9897-7d9733dea90c/b0597b31-b618-5a7c-9897-7d9733dea90c_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 596802,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/eec5061576004a43adb58930fcf48a25/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b0597b31-b618-5a7c-9897-7d9733dea90c/b0597b31-b618-5a7c-9897-7d9733dea90c_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 742934,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/eec5061576004a43adb58930fcf48a25/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b0597b31-b618-5a7c-9897-7d9733dea90c/b0597b31-b618-5a7c-9897-7d9733dea90c_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 598419,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/eec5061576004a43adb58930fcf48a25/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b0597b31-b618-5a7c-9897-7d9733dea90c/b0597b31-b618-5a7c-9897-7d9733dea90c_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 562021,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/eec5061576004a43adb58930fcf48a25/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b0597b31-b618-5a7c-9897-7d9733dea90c/b0597b31-b618-5a7c-9897-7d9733dea90c_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 625938,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/eec5061576004a43adb58930fcf48a25/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b0597b31-b618-5a7c-9897-7d9733dea90c/b0597b31-b618-5a7c-9897-7d9733dea90c_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 719215,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/eec5061576004a43adb58930fcf48a25/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b0597b31-b618-5a7c-9897-7d9733dea90c/b0597b31-b618-5a7c-9897-7d9733dea90c_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 617788,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/eec5061576004a43adb58930fcf48a25/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b0597b31-b618-5a7c-9897-7d9733dea90c/b0597b31-b618-5a7c-9897-7d9733dea90c_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 517394,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/eec5061576004a43adb58930fcf48a25/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-17',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q3 Sportback 1.4 45 TFSI E S TRONIC',
'transmission': 'automatic',
'trim': '1.4 45 TFSI E S TRONIC',
'vin': None,
'year': 2022}
2026-03-26 22:51:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985421%27 HTTP/1.1" 200 None
2026-03-26 22:51:13 [ayvens.be] INFO: Saving data for 1985421: {'created_time': 1774565473.324881, 'last_price_update_time': 1774565473.32489, 'auction_closing_time': 1774958400.0}
2026-03-26 22:51:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985421') HTTP/1.1" 204 0
2026-03-26 22:51:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yx/83d3b03f9c394241a570afcc207d5084/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yx/83d3b03f9c394241a570afcc207d5084/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2br%252F21cdb5c07e094630b5fce1a5fc680c55%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2br/21cdb5c07e094630b5fce1a5fc680c55/images/large/4.jpg not downloaded yet
2026-03-26 22:51:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yx/83d3b03f9c394241a570afcc207d5084/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7ca9c10>
2026-03-26 22:51:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_10aede45-dc31-5ff5-8678-55acc89a1832/10aede45-dc31-5ff5-8678-55acc89a1832_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:51:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yx%252F83d3b03f9c394241a570afcc207d5084%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yx/83d3b03f9c394241a570afcc207d5084/images/large/5.jpg saved to cache
2026-03-26 22:51:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 10aede45-dc31-5ff5-8678-55acc89a1832
2026-03-26 22:51:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7279010>
2026-03-26 22:51:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_10aede45-dc31-5ff5-8678-55acc89a1832/10aede45-dc31-5ff5-8678-55acc89a1832_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:51:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yx%252F83d3b03f9c394241a570afcc207d5084%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yx/83d3b03f9c394241a570afcc207d5084/images/large/6.jpg saved to cache
2026-03-26 22:51:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 10aede45-dc31-5ff5-8678-55acc89a1832
2026-03-26 22:51:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2br%252F21cdb5c07e094630b5fce1a5fc680c55%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2br/21cdb5c07e094630b5fce1a5fc680c55/images/large/5.jpg not downloaded yet
2026-03-26 22:51:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2br/21cdb5c07e094630b5fce1a5fc680c55/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2br%252F21cdb5c07e094630b5fce1a5fc680c55%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2br/21cdb5c07e094630b5fce1a5fc680c55/images/large/6.jpg not downloaded yet
2026-03-26 22:51:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b72ef650>
2026-03-26 22:51:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_10aede45-dc31-5ff5-8678-55acc89a1832/10aede45-dc31-5ff5-8678-55acc89a1832_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:51:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yx%252F83d3b03f9c394241a570afcc207d5084%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yx/83d3b03f9c394241a570afcc207d5084/images/large/8.jpg saved to cache
2026-03-26 22:51:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 10aede45-dc31-5ff5-8678-55acc89a1832
2026-03-26 22:51:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7279b50>
2026-03-26 22:51:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_10aede45-dc31-5ff5-8678-55acc89a1832/10aede45-dc31-5ff5-8678-55acc89a1832_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:51:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yx%252F83d3b03f9c394241a570afcc207d5084%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yx/83d3b03f9c394241a570afcc207d5084/images/large/7.jpg saved to cache
2026-03-26 22:51:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 10aede45-dc31-5ff5-8678-55acc89a1832
2026-03-26 22:51:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e35010>
2026-03-26 22:51:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_10aede45-dc31-5ff5-8678-55acc89a1832/10aede45-dc31-5ff5-8678-55acc89a1832_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:51:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yx%252F83d3b03f9c394241a570afcc207d5084%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yx/83d3b03f9c394241a570afcc207d5084/images/large/9.jpg saved to cache
2026-03-26 22:51:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 10aede45-dc31-5ff5-8678-55acc89a1832
2026-03-26 22:51:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yx/83d3b03f9c394241a570afcc207d5084/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2br/21cdb5c07e094630b5fce1a5fc680c55/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2br%252F21cdb5c07e094630b5fce1a5fc680c55%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2br/21cdb5c07e094630b5fce1a5fc680c55/images/large/7.jpg not downloaded yet
2026-03-26 22:51:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cb3e50>
2026-03-26 22:51:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_85823419-bea0-53d2-b46c-8cd10925d2b0/85823419-bea0-53d2-b46c-8cd10925d2b0_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:51:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2br%252F21cdb5c07e094630b5fce1a5fc680c55%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2br/21cdb5c07e094630b5fce1a5fc680c55/images/large/1.jpg saved to cache
2026-03-26 22:51:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 85823419-bea0-53d2-b46c-8cd10925d2b0
2026-03-26 22:51:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2br%252F21cdb5c07e094630b5fce1a5fc680c55%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2br/21cdb5c07e094630b5fce1a5fc680c55/images/large/8.jpg not downloaded yet
2026-03-26 22:51:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2br/21cdb5c07e094630b5fce1a5fc680c55/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2br/21cdb5c07e094630b5fce1a5fc680c55/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2br%252F21cdb5c07e094630b5fce1a5fc680c55%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2br/21cdb5c07e094630b5fce1a5fc680c55/images/large/9.jpg not downloaded yet
2026-03-26 22:51:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2br%252F21cdb5c07e094630b5fce1a5fc680c55%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2br/21cdb5c07e094630b5fce1a5fc680c55/images/large/10.jpg not downloaded yet
2026-03-26 22:51:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7586510>
2026-03-26 22:51:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_10aede45-dc31-5ff5-8678-55acc89a1832/10aede45-dc31-5ff5-8678-55acc89a1832_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:51:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yx%252F83d3b03f9c394241a570afcc207d5084%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yx/83d3b03f9c394241a570afcc207d5084/images/large/10.jpg saved to cache
2026-03-26 22:51:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 10aede45-dc31-5ff5-8678-55acc89a1832
2026-03-26 22:51:14 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 10aede45-dc31-5ff5-8678-55acc89a1832, skipping ID generation
2026-03-26 22:51:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 10aede45-dc31-5ff5-8678-55acc89a1832 with scrape type 1
2026-03-26 22:51:14 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 10aede45-dc31-5ff5-8678-55acc89a1832 sending to next pipeline
2026-03-26 22:51:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 10aede45-dc31-5ff5-8678-55acc89a1832, identifier: 1985422
2026-03-26 22:51:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7b99850>
2026-03-26 22:51:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_85823419-bea0-53d2-b46c-8cd10925d2b0/85823419-bea0-53d2-b46c-8cd10925d2b0_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:51:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2br%252F21cdb5c07e094630b5fce1a5fc680c55%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2br/21cdb5c07e094630b5fce1a5fc680c55/images/large/2.jpg saved to cache
2026-03-26 22:51:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 85823419-bea0-53d2-b46c-8cd10925d2b0
2026-03-26 22:51:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2br/21cdb5c07e094630b5fce1a5fc680c55/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:14 [ayvens.be] INFO: Found listing with ID: 1985424
2026-03-26 22:51:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985424%27 HTTP/1.1" 200 None
2026-03-26 22:51:14 [ayvens.be] INFO: Scrape type for 1985424: 1
2026-03-26 22:51:14 [ayvens.be] INFO: Extracting data for car ID: 1985424
2026-03-26 22:51:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b5d7ca9d-9d34-50ce-9519-5cb713e3392e with identifier: 1985424
2026-03-26 22:51:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b5d7ca9d-9d34-50ce-9519-5cb713e3392e with scrape type 1
2026-03-26 22:51:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item b5d7ca9d-9d34-50ce-9519-5cb713e3392e
2026-03-26 22:51:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bd%252F1dc05ff7dfbd467c8bee0ecfa3fe7cc1%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bd/1dc05ff7dfbd467c8bee0ecfa3fe7cc1/images/large/1.jpg not downloaded yet
2026-03-26 22:51:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 10aede45-dc31-5ff5-8678-55acc89a1832 with identifier: 1985422
2026-03-26 22:51:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 10aede45-dc31-5ff5-8678-55acc89a1832 with identifier: 1985422
2026-03-26 22:51:14 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 10aede45-dc31-5ff5-8678-55acc89a1832 with identifier: 1985422 to the API
2026-03-26 22:51:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:51:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:51:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/1yx/83d3b03f9c394241a570afcc207d5084/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.9L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': '10aede45-dc31-5ff5-8678-55acc89a1832',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'CLASS GLB DIESEL (X247)',
'odometer': 106199,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 16,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_10aede45-dc31-5ff5-8678-55acc89a1832/10aede45-dc31-5ff5-8678-55acc89a1832_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 208982,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yx/83d3b03f9c394241a570afcc207d5084/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_10aede45-dc31-5ff5-8678-55acc89a1832/10aede45-dc31-5ff5-8678-55acc89a1832_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 211331,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yx/83d3b03f9c394241a570afcc207d5084/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_10aede45-dc31-5ff5-8678-55acc89a1832/10aede45-dc31-5ff5-8678-55acc89a1832_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 239567,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yx/83d3b03f9c394241a570afcc207d5084/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_10aede45-dc31-5ff5-8678-55acc89a1832/10aede45-dc31-5ff5-8678-55acc89a1832_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 232997,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yx/83d3b03f9c394241a570afcc207d5084/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_10aede45-dc31-5ff5-8678-55acc89a1832/10aede45-dc31-5ff5-8678-55acc89a1832_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 297488,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yx/83d3b03f9c394241a570afcc207d5084/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_10aede45-dc31-5ff5-8678-55acc89a1832/10aede45-dc31-5ff5-8678-55acc89a1832_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 263207,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yx/83d3b03f9c394241a570afcc207d5084/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_10aede45-dc31-5ff5-8678-55acc89a1832/10aede45-dc31-5ff5-8678-55acc89a1832_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 265623,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yx/83d3b03f9c394241a570afcc207d5084/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_10aede45-dc31-5ff5-8678-55acc89a1832/10aede45-dc31-5ff5-8678-55acc89a1832_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 315055,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yx/83d3b03f9c394241a570afcc207d5084/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_10aede45-dc31-5ff5-8678-55acc89a1832/10aede45-dc31-5ff5-8678-55acc89a1832_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 363025,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yx/83d3b03f9c394241a570afcc207d5084/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_10aede45-dc31-5ff5-8678-55acc89a1832/10aede45-dc31-5ff5-8678-55acc89a1832_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 430966,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yx/83d3b03f9c394241a570afcc207d5084/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-27',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLASS GLB DIESEL (X247) GLB 200 d Business Solution',
'transmission': 'automatic',
'trim': 'GLB 200 d Business Solution',
'vin': None,
'year': 2021}
2026-03-26 22:51:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985422%27 HTTP/1.1" 200 None
2026-03-26 22:51:14 [ayvens.be] INFO: Saving data for 1985422: {'created_time': 1774565474.526966, 'last_price_update_time': 1774565474.526974, 'auction_closing_time': 1774958400.0}
2026-03-26 22:51:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985422') HTTP/1.1" 204 0
2026-03-26 22:51:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bd%252F1dc05ff7dfbd467c8bee0ecfa3fe7cc1%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bd/1dc05ff7dfbd467c8bee0ecfa3fe7cc1/images/large/2.jpg not downloaded yet
2026-03-26 22:51:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7ca9250>
2026-03-26 22:51:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_85823419-bea0-53d2-b46c-8cd10925d2b0/85823419-bea0-53d2-b46c-8cd10925d2b0_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:51:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2br%252F21cdb5c07e094630b5fce1a5fc680c55%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2br/21cdb5c07e094630b5fce1a5fc680c55/images/large/4.jpg saved to cache
2026-03-26 22:51:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 85823419-bea0-53d2-b46c-8cd10925d2b0
2026-03-26 22:51:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd3b9950>
2026-03-26 22:51:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_85823419-bea0-53d2-b46c-8cd10925d2b0/85823419-bea0-53d2-b46c-8cd10925d2b0_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:51:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2br%252F21cdb5c07e094630b5fce1a5fc680c55%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2br/21cdb5c07e094630b5fce1a5fc680c55/images/large/3.jpg saved to cache
2026-03-26 22:51:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 85823419-bea0-53d2-b46c-8cd10925d2b0
2026-03-26 22:51:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e4fc90>
2026-03-26 22:51:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_85823419-bea0-53d2-b46c-8cd10925d2b0/85823419-bea0-53d2-b46c-8cd10925d2b0_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:51:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2br%252F21cdb5c07e094630b5fce1a5fc680c55%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2br/21cdb5c07e094630b5fce1a5fc680c55/images/large/5.jpg saved to cache
2026-03-26 22:51:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 85823419-bea0-53d2-b46c-8cd10925d2b0
2026-03-26 22:51:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bd%252F1dc05ff7dfbd467c8bee0ecfa3fe7cc1%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bd/1dc05ff7dfbd467c8bee0ecfa3fe7cc1/images/large/3.jpg not downloaded yet
2026-03-26 22:51:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2br/21cdb5c07e094630b5fce1a5fc680c55/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2br/21cdb5c07e094630b5fce1a5fc680c55/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2br/21cdb5c07e094630b5fce1a5fc680c55/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bd%252F1dc05ff7dfbd467c8bee0ecfa3fe7cc1%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bd/1dc05ff7dfbd467c8bee0ecfa3fe7cc1/images/large/4.jpg not downloaded yet
2026-03-26 22:51:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2br/21cdb5c07e094630b5fce1a5fc680c55/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bd%252F1dc05ff7dfbd467c8bee0ecfa3fe7cc1%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bd/1dc05ff7dfbd467c8bee0ecfa3fe7cc1/images/large/5.jpg not downloaded yet
2026-03-26 22:51:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2br/21cdb5c07e094630b5fce1a5fc680c55/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bd%252F1dc05ff7dfbd467c8bee0ecfa3fe7cc1%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bd/1dc05ff7dfbd467c8bee0ecfa3fe7cc1/images/large/6.jpg not downloaded yet
2026-03-26 22:51:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bd%252F1dc05ff7dfbd467c8bee0ecfa3fe7cc1%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bd/1dc05ff7dfbd467c8bee0ecfa3fe7cc1/images/large/7.jpg not downloaded yet
2026-03-26 22:51:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bd%252F1dc05ff7dfbd467c8bee0ecfa3fe7cc1%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bd/1dc05ff7dfbd467c8bee0ecfa3fe7cc1/images/large/8.jpg not downloaded yet
2026-03-26 22:51:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bd%252F1dc05ff7dfbd467c8bee0ecfa3fe7cc1%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bd/1dc05ff7dfbd467c8bee0ecfa3fe7cc1/images/large/9.jpg not downloaded yet
2026-03-26 22:51:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7a55cd0>
2026-03-26 22:51:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_85823419-bea0-53d2-b46c-8cd10925d2b0/85823419-bea0-53d2-b46c-8cd10925d2b0_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:51:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2br%252F21cdb5c07e094630b5fce1a5fc680c55%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2br/21cdb5c07e094630b5fce1a5fc680c55/images/large/7.jpg saved to cache
2026-03-26 22:51:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 85823419-bea0-53d2-b46c-8cd10925d2b0
2026-03-26 22:51:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7474890>
2026-03-26 22:51:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_85823419-bea0-53d2-b46c-8cd10925d2b0/85823419-bea0-53d2-b46c-8cd10925d2b0_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:51:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2br%252F21cdb5c07e094630b5fce1a5fc680c55%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2br/21cdb5c07e094630b5fce1a5fc680c55/images/large/8.jpg saved to cache
2026-03-26 22:51:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 85823419-bea0-53d2-b46c-8cd10925d2b0
2026-03-26 22:51:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b746cf50>
2026-03-26 22:51:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_85823419-bea0-53d2-b46c-8cd10925d2b0/85823419-bea0-53d2-b46c-8cd10925d2b0_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2br%252F21cdb5c07e094630b5fce1a5fc680c55%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2br/21cdb5c07e094630b5fce1a5fc680c55/images/large/6.jpg saved to cache
2026-03-26 22:51:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 85823419-bea0-53d2-b46c-8cd10925d2b0
2026-03-26 22:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bd%252F1dc05ff7dfbd467c8bee0ecfa3fe7cc1%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bd/1dc05ff7dfbd467c8bee0ecfa3fe7cc1/images/large/10.jpg not downloaded yet
2026-03-26 22:51:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b746ca10>
2026-03-26 22:51:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_85823419-bea0-53d2-b46c-8cd10925d2b0/85823419-bea0-53d2-b46c-8cd10925d2b0_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2br%252F21cdb5c07e094630b5fce1a5fc680c55%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2br/21cdb5c07e094630b5fce1a5fc680c55/images/large/9.jpg saved to cache
2026-03-26 22:51:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 85823419-bea0-53d2-b46c-8cd10925d2b0
2026-03-26 22:51:15 [ayvens.be] INFO: Found listing with ID: 1985425
2026-03-26 22:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985425%27 HTTP/1.1" 200 None
2026-03-26 22:51:15 [ayvens.be] INFO: Scrape type for 1985425: 1
2026-03-26 22:51:15 [ayvens.be] INFO: Extracting data for car ID: 1985425
2026-03-26 22:51:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d7cf7abd-ce36-549d-ad5b-cb0e608050f4 with identifier: 1985425
2026-03-26 22:51:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d7cf7abd-ce36-549d-ad5b-cb0e608050f4 with scrape type 1
2026-03-26 22:51:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item d7cf7abd-ce36-549d-ad5b-cb0e608050f4
2026-03-26 22:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2be%252Fe08452ab1f7242998a79ecc439b8caa9%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2be/e08452ab1f7242998a79ecc439b8caa9/images/large/1.jpg not downloaded yet
2026-03-26 22:51:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bd/1dc05ff7dfbd467c8bee0ecfa3fe7cc1/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bd/1dc05ff7dfbd467c8bee0ecfa3fe7cc1/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bd/1dc05ff7dfbd467c8bee0ecfa3fe7cc1/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2be%252Fe08452ab1f7242998a79ecc439b8caa9%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2be/e08452ab1f7242998a79ecc439b8caa9/images/large/2.jpg not downloaded yet
2026-03-26 22:51:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76cf790>
2026-03-26 22:51:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_85823419-bea0-53d2-b46c-8cd10925d2b0/85823419-bea0-53d2-b46c-8cd10925d2b0_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2br%252F21cdb5c07e094630b5fce1a5fc680c55%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2br/21cdb5c07e094630b5fce1a5fc680c55/images/large/10.jpg saved to cache
2026-03-26 22:51:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 85823419-bea0-53d2-b46c-8cd10925d2b0
2026-03-26 22:51:15 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 85823419-bea0-53d2-b46c-8cd10925d2b0, skipping ID generation
2026-03-26 22:51:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85823419-bea0-53d2-b46c-8cd10925d2b0 with scrape type 1
2026-03-26 22:51:15 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 85823419-bea0-53d2-b46c-8cd10925d2b0 sending to next pipeline
2026-03-26 22:51:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 85823419-bea0-53d2-b46c-8cd10925d2b0, identifier: 1985423
2026-03-26 22:51:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 85823419-bea0-53d2-b46c-8cd10925d2b0 with identifier: 1985423
2026-03-26 22:51:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 85823419-bea0-53d2-b46c-8cd10925d2b0 with identifier: 1985423
2026-03-26 22:51:15 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 85823419-bea0-53d2-b46c-8cd10925d2b0 with identifier: 1985423 to the API
2026-03-26 22:51:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:51:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:51:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2br/21cdb5c07e094630b5fce1a5fc680c55/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': '85823419-bea0-53d2-b46c-8cd10925d2b0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'X1',
'odometer': 100619,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 16,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_85823419-bea0-53d2-b46c-8cd10925d2b0/85823419-bea0-53d2-b46c-8cd10925d2b0_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 222205,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2br/21cdb5c07e094630b5fce1a5fc680c55/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_85823419-bea0-53d2-b46c-8cd10925d2b0/85823419-bea0-53d2-b46c-8cd10925d2b0_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 221826,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2br/21cdb5c07e094630b5fce1a5fc680c55/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_85823419-bea0-53d2-b46c-8cd10925d2b0/85823419-bea0-53d2-b46c-8cd10925d2b0_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 245507,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2br/21cdb5c07e094630b5fce1a5fc680c55/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_85823419-bea0-53d2-b46c-8cd10925d2b0/85823419-bea0-53d2-b46c-8cd10925d2b0_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 247243,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2br/21cdb5c07e094630b5fce1a5fc680c55/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_85823419-bea0-53d2-b46c-8cd10925d2b0/85823419-bea0-53d2-b46c-8cd10925d2b0_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 287949,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2br/21cdb5c07e094630b5fce1a5fc680c55/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_85823419-bea0-53d2-b46c-8cd10925d2b0/85823419-bea0-53d2-b46c-8cd10925d2b0_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 264929,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2br/21cdb5c07e094630b5fce1a5fc680c55/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_85823419-bea0-53d2-b46c-8cd10925d2b0/85823419-bea0-53d2-b46c-8cd10925d2b0_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 265485,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2br/21cdb5c07e094630b5fce1a5fc680c55/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_85823419-bea0-53d2-b46c-8cd10925d2b0/85823419-bea0-53d2-b46c-8cd10925d2b0_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 276184,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2br/21cdb5c07e094630b5fce1a5fc680c55/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_85823419-bea0-53d2-b46c-8cd10925d2b0/85823419-bea0-53d2-b46c-8cd10925d2b0_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 388425,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2br/21cdb5c07e094630b5fce1a5fc680c55/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_85823419-bea0-53d2-b46c-8cd10925d2b0/85823419-bea0-53d2-b46c-8cd10925d2b0_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 358238,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2br/21cdb5c07e094630b5fce1a5fc680c55/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-02',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 1.5 SDRIVE16D',
'transmission': 'manual',
'trim': '1.5 SDRIVE16D',
'vin': None,
'year': 2022}
2026-03-26 22:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985423%27 HTTP/1.1" 200 None
2026-03-26 22:51:15 [ayvens.be] INFO: Saving data for 1985423: {'created_time': 1774565475.952964, 'last_price_update_time': 1774565475.952974, 'auction_closing_time': 1774958400.0}
2026-03-26 22:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985423') HTTP/1.1" 204 0
2026-03-26 22:51:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bd/1dc05ff7dfbd467c8bee0ecfa3fe7cc1/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2be%252Fe08452ab1f7242998a79ecc439b8caa9%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2be/e08452ab1f7242998a79ecc439b8caa9/images/large/3.jpg not downloaded yet
2026-03-26 22:51:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bd/1dc05ff7dfbd467c8bee0ecfa3fe7cc1/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bd/1dc05ff7dfbd467c8bee0ecfa3fe7cc1/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bd/1dc05ff7dfbd467c8bee0ecfa3fe7cc1/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77c9710>
2026-03-26 22:51:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b5d7ca9d-9d34-50ce-9519-5cb713e3392e/b5d7ca9d-9d34-50ce-9519-5cb713e3392e_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bd%252F1dc05ff7dfbd467c8bee0ecfa3fe7cc1%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bd/1dc05ff7dfbd467c8bee0ecfa3fe7cc1/images/large/4.jpg saved to cache
2026-03-26 22:51:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item b5d7ca9d-9d34-50ce-9519-5cb713e3392e
2026-03-26 22:51:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77bc850>
2026-03-26 22:51:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b5d7ca9d-9d34-50ce-9519-5cb713e3392e/b5d7ca9d-9d34-50ce-9519-5cb713e3392e_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bd%252F1dc05ff7dfbd467c8bee0ecfa3fe7cc1%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bd/1dc05ff7dfbd467c8bee0ecfa3fe7cc1/images/large/6.jpg saved to cache
2026-03-26 22:51:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item b5d7ca9d-9d34-50ce-9519-5cb713e3392e
2026-03-26 22:51:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b78c0510>
2026-03-26 22:51:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b5d7ca9d-9d34-50ce-9519-5cb713e3392e/b5d7ca9d-9d34-50ce-9519-5cb713e3392e_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bd%252F1dc05ff7dfbd467c8bee0ecfa3fe7cc1%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bd/1dc05ff7dfbd467c8bee0ecfa3fe7cc1/images/large/2.jpg saved to cache
2026-03-26 22:51:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item b5d7ca9d-9d34-50ce-9519-5cb713e3392e
2026-03-26 22:51:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bd/1dc05ff7dfbd467c8bee0ecfa3fe7cc1/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2be%252Fe08452ab1f7242998a79ecc439b8caa9%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2be/e08452ab1f7242998a79ecc439b8caa9/images/large/4.jpg not downloaded yet
2026-03-26 22:51:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bd/1dc05ff7dfbd467c8bee0ecfa3fe7cc1/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2be%252Fe08452ab1f7242998a79ecc439b8caa9%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2be/e08452ab1f7242998a79ecc439b8caa9/images/large/5.jpg not downloaded yet
2026-03-26 22:51:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7a82690>
2026-03-26 22:51:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b5d7ca9d-9d34-50ce-9519-5cb713e3392e/b5d7ca9d-9d34-50ce-9519-5cb713e3392e_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bd%252F1dc05ff7dfbd467c8bee0ecfa3fe7cc1%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bd/1dc05ff7dfbd467c8bee0ecfa3fe7cc1/images/large/3.jpg saved to cache
2026-03-26 22:51:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item b5d7ca9d-9d34-50ce-9519-5cb713e3392e
2026-03-26 22:51:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7cab7d0>
2026-03-26 22:51:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b5d7ca9d-9d34-50ce-9519-5cb713e3392e/b5d7ca9d-9d34-50ce-9519-5cb713e3392e_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bd%252F1dc05ff7dfbd467c8bee0ecfa3fe7cc1%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bd/1dc05ff7dfbd467c8bee0ecfa3fe7cc1/images/large/1.jpg saved to cache
2026-03-26 22:51:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item b5d7ca9d-9d34-50ce-9519-5cb713e3392e
2026-03-26 22:51:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e4f590>
2026-03-26 22:51:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b5d7ca9d-9d34-50ce-9519-5cb713e3392e/b5d7ca9d-9d34-50ce-9519-5cb713e3392e_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bd%252F1dc05ff7dfbd467c8bee0ecfa3fe7cc1%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bd/1dc05ff7dfbd467c8bee0ecfa3fe7cc1/images/large/7.jpg saved to cache
2026-03-26 22:51:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item b5d7ca9d-9d34-50ce-9519-5cb713e3392e
2026-03-26 22:51:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cb18d0>
2026-03-26 22:51:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b5d7ca9d-9d34-50ce-9519-5cb713e3392e/b5d7ca9d-9d34-50ce-9519-5cb713e3392e_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bd%252F1dc05ff7dfbd467c8bee0ecfa3fe7cc1%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bd/1dc05ff7dfbd467c8bee0ecfa3fe7cc1/images/large/5.jpg saved to cache
2026-03-26 22:51:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item b5d7ca9d-9d34-50ce-9519-5cb713e3392e
2026-03-26 22:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2be%252Fe08452ab1f7242998a79ecc439b8caa9%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2be/e08452ab1f7242998a79ecc439b8caa9/images/large/6.jpg not downloaded yet
2026-03-26 22:51:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bd/1dc05ff7dfbd467c8bee0ecfa3fe7cc1/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b72fd490>
2026-03-26 22:51:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b5d7ca9d-9d34-50ce-9519-5cb713e3392e/b5d7ca9d-9d34-50ce-9519-5cb713e3392e_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bd%252F1dc05ff7dfbd467c8bee0ecfa3fe7cc1%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bd/1dc05ff7dfbd467c8bee0ecfa3fe7cc1/images/large/8.jpg saved to cache
2026-03-26 22:51:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item b5d7ca9d-9d34-50ce-9519-5cb713e3392e
2026-03-26 22:51:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7925e50>
2026-03-26 22:51:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b5d7ca9d-9d34-50ce-9519-5cb713e3392e/b5d7ca9d-9d34-50ce-9519-5cb713e3392e_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bd%252F1dc05ff7dfbd467c8bee0ecfa3fe7cc1%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bd/1dc05ff7dfbd467c8bee0ecfa3fe7cc1/images/large/10.jpg saved to cache
2026-03-26 22:51:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item b5d7ca9d-9d34-50ce-9519-5cb713e3392e
2026-03-26 22:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2be%252Fe08452ab1f7242998a79ecc439b8caa9%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2be/e08452ab1f7242998a79ecc439b8caa9/images/large/7.jpg not downloaded yet
2026-03-26 22:51:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2be/e08452ab1f7242998a79ecc439b8caa9/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2be%252Fe08452ab1f7242998a79ecc439b8caa9%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2be/e08452ab1f7242998a79ecc439b8caa9/images/large/8.jpg not downloaded yet
2026-03-26 22:51:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79264d0>
2026-03-26 22:51:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b5d7ca9d-9d34-50ce-9519-5cb713e3392e/b5d7ca9d-9d34-50ce-9519-5cb713e3392e_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bd%252F1dc05ff7dfbd467c8bee0ecfa3fe7cc1%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bd/1dc05ff7dfbd467c8bee0ecfa3fe7cc1/images/large/9.jpg saved to cache
2026-03-26 22:51:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item b5d7ca9d-9d34-50ce-9519-5cb713e3392e
2026-03-26 22:51:16 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b5d7ca9d-9d34-50ce-9519-5cb713e3392e, skipping ID generation
2026-03-26 22:51:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b5d7ca9d-9d34-50ce-9519-5cb713e3392e with scrape type 1
2026-03-26 22:51:16 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b5d7ca9d-9d34-50ce-9519-5cb713e3392e sending to next pipeline
2026-03-26 22:51:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: b5d7ca9d-9d34-50ce-9519-5cb713e3392e, identifier: 1985424
2026-03-26 22:51:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: b5d7ca9d-9d34-50ce-9519-5cb713e3392e with identifier: 1985424
2026-03-26 22:51:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: b5d7ca9d-9d34-50ce-9519-5cb713e3392e with identifier: 1985424
2026-03-26 22:51:17 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: b5d7ca9d-9d34-50ce-9519-5cb713e3392e with identifier: 1985424 to the API
2026-03-26 22:51:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:51:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:51:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bd/1dc05ff7dfbd467c8bee0ecfa3fe7cc1/images/large/9.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.3L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'b5d7ca9d-9d34-50ce-9519-5cb713e3392e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'CLASS A (W177)',
'odometer': 81688,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 14,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b5d7ca9d-9d34-50ce-9519-5cb713e3392e/b5d7ca9d-9d34-50ce-9519-5cb713e3392e_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 487614,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bd/1dc05ff7dfbd467c8bee0ecfa3fe7cc1/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b5d7ca9d-9d34-50ce-9519-5cb713e3392e/b5d7ca9d-9d34-50ce-9519-5cb713e3392e_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 539386,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bd/1dc05ff7dfbd467c8bee0ecfa3fe7cc1/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b5d7ca9d-9d34-50ce-9519-5cb713e3392e/b5d7ca9d-9d34-50ce-9519-5cb713e3392e_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 465569,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bd/1dc05ff7dfbd467c8bee0ecfa3fe7cc1/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b5d7ca9d-9d34-50ce-9519-5cb713e3392e/b5d7ca9d-9d34-50ce-9519-5cb713e3392e_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 393096,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bd/1dc05ff7dfbd467c8bee0ecfa3fe7cc1/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b5d7ca9d-9d34-50ce-9519-5cb713e3392e/b5d7ca9d-9d34-50ce-9519-5cb713e3392e_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 411453,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bd/1dc05ff7dfbd467c8bee0ecfa3fe7cc1/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b5d7ca9d-9d34-50ce-9519-5cb713e3392e/b5d7ca9d-9d34-50ce-9519-5cb713e3392e_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 243858,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bd/1dc05ff7dfbd467c8bee0ecfa3fe7cc1/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b5d7ca9d-9d34-50ce-9519-5cb713e3392e/b5d7ca9d-9d34-50ce-9519-5cb713e3392e_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 452191,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bd/1dc05ff7dfbd467c8bee0ecfa3fe7cc1/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b5d7ca9d-9d34-50ce-9519-5cb713e3392e/b5d7ca9d-9d34-50ce-9519-5cb713e3392e_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 377089,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bd/1dc05ff7dfbd467c8bee0ecfa3fe7cc1/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b5d7ca9d-9d34-50ce-9519-5cb713e3392e/b5d7ca9d-9d34-50ce-9519-5cb713e3392e_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 428792,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bd/1dc05ff7dfbd467c8bee0ecfa3fe7cc1/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b5d7ca9d-9d34-50ce-9519-5cb713e3392e/b5d7ca9d-9d34-50ce-9519-5cb713e3392e_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 222424,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bd/1dc05ff7dfbd467c8bee0ecfa3fe7cc1/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-13',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLASS A (W177) A 250 e PHEV Business Solution',
'transmission': 'automatic',
'trim': 'A 250 e PHEV Business Solution',
'vin': None,
'year': 2021}
2026-03-26 22:51:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985424%27 HTTP/1.1" 200 None
2026-03-26 22:51:17 [ayvens.be] INFO: Saving data for 1985424: {'created_time': 1774565477.401135, 'last_price_update_time': 1774565477.401147, 'auction_closing_time': 1774958400.0}
2026-03-26 22:51:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985424') HTTP/1.1" 204 0
2026-03-26 22:51:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2be/e08452ab1f7242998a79ecc439b8caa9/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2be%252Fe08452ab1f7242998a79ecc439b8caa9%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2be/e08452ab1f7242998a79ecc439b8caa9/images/large/9.jpg not downloaded yet
2026-03-26 22:51:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2be/e08452ab1f7242998a79ecc439b8caa9/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7a60fd0>
2026-03-26 22:51:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d7cf7abd-ce36-549d-ad5b-cb0e608050f4/d7cf7abd-ce36-549d-ad5b-cb0e608050f4_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:51:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2be%252Fe08452ab1f7242998a79ecc439b8caa9%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2be/e08452ab1f7242998a79ecc439b8caa9/images/large/1.jpg saved to cache
2026-03-26 22:51:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item d7cf7abd-ce36-549d-ad5b-cb0e608050f4
2026-03-26 22:51:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2be%252Fe08452ab1f7242998a79ecc439b8caa9%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2be/e08452ab1f7242998a79ecc439b8caa9/images/large/10.jpg not downloaded yet
2026-03-26 22:51:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2be/e08452ab1f7242998a79ecc439b8caa9/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2be/e08452ab1f7242998a79ecc439b8caa9/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:17 [ayvens.be] INFO: Found listing with ID: 1985426
2026-03-26 22:51:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985426%27 HTTP/1.1" 200 None
2026-03-26 22:51:17 [ayvens.be] INFO: Scrape type for 1985426: 1
2026-03-26 22:51:17 [ayvens.be] INFO: Extracting data for car ID: 1985426
2026-03-26 22:51:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 336ff642-b8c1-548c-a777-d27cc3548c5a with identifier: 1985426
2026-03-26 22:51:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 336ff642-b8c1-548c-a777-d27cc3548c5a with scrape type 1
2026-03-26 22:51:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 336ff642-b8c1-548c-a777-d27cc3548c5a
2026-03-26 22:51:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2fr%252F55c9ac46ae5b4e5fa04bc78b87ee4f1c%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2fr/55c9ac46ae5b4e5fa04bc78b87ee4f1c/images/large/1.jpg not downloaded yet
2026-03-26 22:51:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2be/e08452ab1f7242998a79ecc439b8caa9/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b788f950>
2026-03-26 22:51:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d7cf7abd-ce36-549d-ad5b-cb0e608050f4/d7cf7abd-ce36-549d-ad5b-cb0e608050f4_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:51:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2be%252Fe08452ab1f7242998a79ecc439b8caa9%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2be/e08452ab1f7242998a79ecc439b8caa9/images/large/3.jpg saved to cache
2026-03-26 22:51:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item d7cf7abd-ce36-549d-ad5b-cb0e608050f4
2026-03-26 22:51:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77cb810>
2026-03-26 22:51:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d7cf7abd-ce36-549d-ad5b-cb0e608050f4/d7cf7abd-ce36-549d-ad5b-cb0e608050f4_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:51:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2be%252Fe08452ab1f7242998a79ecc439b8caa9%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2be/e08452ab1f7242998a79ecc439b8caa9/images/large/2.jpg saved to cache
2026-03-26 22:51:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item d7cf7abd-ce36-549d-ad5b-cb0e608050f4
2026-03-26 22:51:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2fr%252F55c9ac46ae5b4e5fa04bc78b87ee4f1c%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2fr/55c9ac46ae5b4e5fa04bc78b87ee4f1c/images/large/2.jpg not downloaded yet
2026-03-26 22:51:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2be/e08452ab1f7242998a79ecc439b8caa9/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2fr%252F55c9ac46ae5b4e5fa04bc78b87ee4f1c%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2fr/55c9ac46ae5b4e5fa04bc78b87ee4f1c/images/large/3.jpg not downloaded yet
2026-03-26 22:51:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd0cf4d0>
2026-03-26 22:51:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d7cf7abd-ce36-549d-ad5b-cb0e608050f4/d7cf7abd-ce36-549d-ad5b-cb0e608050f4_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:51:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2be%252Fe08452ab1f7242998a79ecc439b8caa9%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2be/e08452ab1f7242998a79ecc439b8caa9/images/large/4.jpg saved to cache
2026-03-26 22:51:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item d7cf7abd-ce36-549d-ad5b-cb0e608050f4
2026-03-26 22:51:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7448750>
2026-03-26 22:51:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d7cf7abd-ce36-549d-ad5b-cb0e608050f4/d7cf7abd-ce36-549d-ad5b-cb0e608050f4_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:51:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2be%252Fe08452ab1f7242998a79ecc439b8caa9%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2be/e08452ab1f7242998a79ecc439b8caa9/images/large/6.jpg saved to cache
2026-03-26 22:51:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item d7cf7abd-ce36-549d-ad5b-cb0e608050f4
2026-03-26 22:51:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7ccef50>
2026-03-26 22:51:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d7cf7abd-ce36-549d-ad5b-cb0e608050f4/d7cf7abd-ce36-549d-ad5b-cb0e608050f4_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:51:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2be%252Fe08452ab1f7242998a79ecc439b8caa9%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2be/e08452ab1f7242998a79ecc439b8caa9/images/large/5.jpg saved to cache
2026-03-26 22:51:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item d7cf7abd-ce36-549d-ad5b-cb0e608050f4
2026-03-26 22:51:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2fr%252F55c9ac46ae5b4e5fa04bc78b87ee4f1c%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2fr/55c9ac46ae5b4e5fa04bc78b87ee4f1c/images/large/4.jpg not downloaded yet
2026-03-26 22:51:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2be/e08452ab1f7242998a79ecc439b8caa9/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2be/e08452ab1f7242998a79ecc439b8caa9/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2fr%252F55c9ac46ae5b4e5fa04bc78b87ee4f1c%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2fr/55c9ac46ae5b4e5fa04bc78b87ee4f1c/images/large/5.jpg not downloaded yet
2026-03-26 22:51:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2be/e08452ab1f7242998a79ecc439b8caa9/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7570a10>
2026-03-26 22:51:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d7cf7abd-ce36-549d-ad5b-cb0e608050f4/d7cf7abd-ce36-549d-ad5b-cb0e608050f4_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:51:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2be%252Fe08452ab1f7242998a79ecc439b8caa9%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2be/e08452ab1f7242998a79ecc439b8caa9/images/large/7.jpg saved to cache
2026-03-26 22:51:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item d7cf7abd-ce36-549d-ad5b-cb0e608050f4
2026-03-26 22:51:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2fr%252F55c9ac46ae5b4e5fa04bc78b87ee4f1c%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2fr/55c9ac46ae5b4e5fa04bc78b87ee4f1c/images/large/6.jpg not downloaded yet
2026-03-26 22:51:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2fr%252F55c9ac46ae5b4e5fa04bc78b87ee4f1c%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2fr/55c9ac46ae5b4e5fa04bc78b87ee4f1c/images/large/7.jpg not downloaded yet
2026-03-26 22:51:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7982f10>
2026-03-26 22:51:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d7cf7abd-ce36-549d-ad5b-cb0e608050f4/d7cf7abd-ce36-549d-ad5b-cb0e608050f4_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:51:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2be%252Fe08452ab1f7242998a79ecc439b8caa9%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2be/e08452ab1f7242998a79ecc439b8caa9/images/large/9.jpg saved to cache
2026-03-26 22:51:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item d7cf7abd-ce36-549d-ad5b-cb0e608050f4
2026-03-26 22:51:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7aa0210>
2026-03-26 22:51:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d7cf7abd-ce36-549d-ad5b-cb0e608050f4/d7cf7abd-ce36-549d-ad5b-cb0e608050f4_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:51:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2be%252Fe08452ab1f7242998a79ecc439b8caa9%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2be/e08452ab1f7242998a79ecc439b8caa9/images/large/8.jpg saved to cache
2026-03-26 22:51:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item d7cf7abd-ce36-549d-ad5b-cb0e608050f4
2026-03-26 22:51:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2fr%252F55c9ac46ae5b4e5fa04bc78b87ee4f1c%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2fr/55c9ac46ae5b4e5fa04bc78b87ee4f1c/images/large/8.jpg not downloaded yet
2026-03-26 22:51:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd0cf350>
2026-03-26 22:51:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d7cf7abd-ce36-549d-ad5b-cb0e608050f4/d7cf7abd-ce36-549d-ad5b-cb0e608050f4_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:51:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2be%252Fe08452ab1f7242998a79ecc439b8caa9%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2be/e08452ab1f7242998a79ecc439b8caa9/images/large/10.jpg saved to cache
2026-03-26 22:51:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item d7cf7abd-ce36-549d-ad5b-cb0e608050f4
2026-03-26 22:51:18 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d7cf7abd-ce36-549d-ad5b-cb0e608050f4, skipping ID generation
2026-03-26 22:51:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d7cf7abd-ce36-549d-ad5b-cb0e608050f4 with scrape type 1
2026-03-26 22:51:18 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d7cf7abd-ce36-549d-ad5b-cb0e608050f4 sending to next pipeline
2026-03-26 22:51:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: d7cf7abd-ce36-549d-ad5b-cb0e608050f4, identifier: 1985425
2026-03-26 22:51:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2fr%252F55c9ac46ae5b4e5fa04bc78b87ee4f1c%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2fr/55c9ac46ae5b4e5fa04bc78b87ee4f1c/images/large/9.jpg not downloaded yet
2026-03-26 22:51:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: d7cf7abd-ce36-549d-ad5b-cb0e608050f4 with identifier: 1985425
2026-03-26 22:51:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: d7cf7abd-ce36-549d-ad5b-cb0e608050f4 with identifier: 1985425
2026-03-26 22:51:18 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: d7cf7abd-ce36-549d-ad5b-cb0e608050f4 with identifier: 1985425 to the API
2026-03-26 22:51:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:51:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:51:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2be/e08452ab1f7242998a79ecc439b8caa9/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': 'd7cf7abd-ce36-549d-ad5b-cb0e608050f4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'A5',
'odometer': 152619,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 14,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d7cf7abd-ce36-549d-ad5b-cb0e608050f4/d7cf7abd-ce36-549d-ad5b-cb0e608050f4_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 421692,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2be/e08452ab1f7242998a79ecc439b8caa9/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d7cf7abd-ce36-549d-ad5b-cb0e608050f4/d7cf7abd-ce36-549d-ad5b-cb0e608050f4_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 461632,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2be/e08452ab1f7242998a79ecc439b8caa9/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d7cf7abd-ce36-549d-ad5b-cb0e608050f4/d7cf7abd-ce36-549d-ad5b-cb0e608050f4_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 398738,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2be/e08452ab1f7242998a79ecc439b8caa9/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d7cf7abd-ce36-549d-ad5b-cb0e608050f4/d7cf7abd-ce36-549d-ad5b-cb0e608050f4_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 410841,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2be/e08452ab1f7242998a79ecc439b8caa9/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d7cf7abd-ce36-549d-ad5b-cb0e608050f4/d7cf7abd-ce36-549d-ad5b-cb0e608050f4_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 360384,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2be/e08452ab1f7242998a79ecc439b8caa9/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d7cf7abd-ce36-549d-ad5b-cb0e608050f4/d7cf7abd-ce36-549d-ad5b-cb0e608050f4_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 243283,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2be/e08452ab1f7242998a79ecc439b8caa9/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d7cf7abd-ce36-549d-ad5b-cb0e608050f4/d7cf7abd-ce36-549d-ad5b-cb0e608050f4_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 334449,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2be/e08452ab1f7242998a79ecc439b8caa9/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d7cf7abd-ce36-549d-ad5b-cb0e608050f4/d7cf7abd-ce36-549d-ad5b-cb0e608050f4_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 349772,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2be/e08452ab1f7242998a79ecc439b8caa9/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d7cf7abd-ce36-549d-ad5b-cb0e608050f4/d7cf7abd-ce36-549d-ad5b-cb0e608050f4_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 273405,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2be/e08452ab1f7242998a79ecc439b8caa9/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d7cf7abd-ce36-549d-ad5b-cb0e608050f4/d7cf7abd-ce36-549d-ad5b-cb0e608050f4_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 254645,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2be/e08452ab1f7242998a79ecc439b8caa9/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-20',
'seats_number': 4,
'seller_name': None,
'title': 'AUDI A5 2.0 30 TDI S TRONIC BUS.ED. S LINE',
'transmission': 'automatic',
'trim': '2.0 30 TDI S TRONIC BUS.ED. S LINE',
'vin': None,
'year': 2021}
2026-03-26 22:51:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985425%27 HTTP/1.1" 200 None
2026-03-26 22:51:18 [ayvens.be] INFO: Saving data for 1985425: {'created_time': 1774565478.993624, 'last_price_update_time': 1774565478.993634, 'auction_closing_time': 1774958400.0}
2026-03-26 22:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985425') HTTP/1.1" 204 0
2026-03-26 22:51:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2fr/55c9ac46ae5b4e5fa04bc78b87ee4f1c/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2fr%252F55c9ac46ae5b4e5fa04bc78b87ee4f1c%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2fr/55c9ac46ae5b4e5fa04bc78b87ee4f1c/images/large/10.jpg not downloaded yet
2026-03-26 22:51:19 [ayvens.be] INFO: Found listing with ID: 1985427
2026-03-26 22:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985427%27 HTTP/1.1" 200 None
2026-03-26 22:51:19 [ayvens.be] INFO: Scrape type for 1985427: 1
2026-03-26 22:51:19 [ayvens.be] INFO: Extracting data for car ID: 1985427
2026-03-26 22:51:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 581e808f-db3d-59b1-ba12-bd1d1e86e005 with identifier: 1985427
2026-03-26 22:51:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 581e808f-db3d-59b1-ba12-bd1d1e86e005 with scrape type 1
2026-03-26 22:51:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 581e808f-db3d-59b1-ba12-bd1d1e86e005
2026-03-26 22:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yh%252Fff27496219ea4bc79532672e5a910229%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yh/ff27496219ea4bc79532672e5a910229/images/large/1.jpg not downloaded yet
2026-03-26 22:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yh%252Fff27496219ea4bc79532672e5a910229%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yh/ff27496219ea4bc79532672e5a910229/images/large/2.jpg not downloaded yet
2026-03-26 22:51:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2fr/55c9ac46ae5b4e5fa04bc78b87ee4f1c/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2fr/55c9ac46ae5b4e5fa04bc78b87ee4f1c/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yh%252Fff27496219ea4bc79532672e5a910229%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yh/ff27496219ea4bc79532672e5a910229/images/large/3.jpg not downloaded yet
2026-03-26 22:51:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2fr/55c9ac46ae5b4e5fa04bc78b87ee4f1c/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yh%252Fff27496219ea4bc79532672e5a910229%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yh/ff27496219ea4bc79532672e5a910229/images/large/4.jpg not downloaded yet
2026-03-26 22:51:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2fr/55c9ac46ae5b4e5fa04bc78b87ee4f1c/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7a567d0>
2026-03-26 22:51:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_336ff642-b8c1-548c-a777-d27cc3548c5a/336ff642-b8c1-548c-a777-d27cc3548c5a_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2fr%252F55c9ac46ae5b4e5fa04bc78b87ee4f1c%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2fr/55c9ac46ae5b4e5fa04bc78b87ee4f1c/images/large/1.jpg saved to cache
2026-03-26 22:51:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 336ff642-b8c1-548c-a777-d27cc3548c5a
2026-03-26 22:51:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2fr/55c9ac46ae5b4e5fa04bc78b87ee4f1c/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yh%252Fff27496219ea4bc79532672e5a910229%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yh/ff27496219ea4bc79532672e5a910229/images/large/5.jpg not downloaded yet
2026-03-26 22:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yh%252Fff27496219ea4bc79532672e5a910229%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yh/ff27496219ea4bc79532672e5a910229/images/large/6.jpg not downloaded yet
2026-03-26 22:51:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7a60210>
2026-03-26 22:51:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_336ff642-b8c1-548c-a777-d27cc3548c5a/336ff642-b8c1-548c-a777-d27cc3548c5a_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2fr%252F55c9ac46ae5b4e5fa04bc78b87ee4f1c%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2fr/55c9ac46ae5b4e5fa04bc78b87ee4f1c/images/large/2.jpg saved to cache
2026-03-26 22:51:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 336ff642-b8c1-548c-a777-d27cc3548c5a
2026-03-26 22:51:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76cf410>
2026-03-26 22:51:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_336ff642-b8c1-548c-a777-d27cc3548c5a/336ff642-b8c1-548c-a777-d27cc3548c5a_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2fr%252F55c9ac46ae5b4e5fa04bc78b87ee4f1c%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2fr/55c9ac46ae5b4e5fa04bc78b87ee4f1c/images/large/3.jpg saved to cache
2026-03-26 22:51:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 336ff642-b8c1-548c-a777-d27cc3548c5a
2026-03-26 22:51:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2fr/55c9ac46ae5b4e5fa04bc78b87ee4f1c/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yh%252Fff27496219ea4bc79532672e5a910229%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yh/ff27496219ea4bc79532672e5a910229/images/large/7.jpg not downloaded yet
2026-03-26 22:51:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7724b90>
2026-03-26 22:51:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_336ff642-b8c1-548c-a777-d27cc3548c5a/336ff642-b8c1-548c-a777-d27cc3548c5a_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2fr%252F55c9ac46ae5b4e5fa04bc78b87ee4f1c%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2fr/55c9ac46ae5b4e5fa04bc78b87ee4f1c/images/large/5.jpg saved to cache
2026-03-26 22:51:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 336ff642-b8c1-548c-a777-d27cc3548c5a
2026-03-26 22:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yh%252Fff27496219ea4bc79532672e5a910229%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yh/ff27496219ea4bc79532672e5a910229/images/large/8.jpg not downloaded yet
2026-03-26 22:51:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79ce1d0>
2026-03-26 22:51:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_336ff642-b8c1-548c-a777-d27cc3548c5a/336ff642-b8c1-548c-a777-d27cc3548c5a_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2fr%252F55c9ac46ae5b4e5fa04bc78b87ee4f1c%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2fr/55c9ac46ae5b4e5fa04bc78b87ee4f1c/images/large/4.jpg saved to cache
2026-03-26 22:51:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 336ff642-b8c1-548c-a777-d27cc3548c5a
2026-03-26 22:51:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b788d790>
2026-03-26 22:51:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_336ff642-b8c1-548c-a777-d27cc3548c5a/336ff642-b8c1-548c-a777-d27cc3548c5a_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2fr%252F55c9ac46ae5b4e5fa04bc78b87ee4f1c%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2fr/55c9ac46ae5b4e5fa04bc78b87ee4f1c/images/large/6.jpg saved to cache
2026-03-26 22:51:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 336ff642-b8c1-548c-a777-d27cc3548c5a
2026-03-26 22:51:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7cce450>
2026-03-26 22:51:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_336ff642-b8c1-548c-a777-d27cc3548c5a/336ff642-b8c1-548c-a777-d27cc3548c5a_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2fr%252F55c9ac46ae5b4e5fa04bc78b87ee4f1c%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2fr/55c9ac46ae5b4e5fa04bc78b87ee4f1c/images/large/7.jpg saved to cache
2026-03-26 22:51:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 336ff642-b8c1-548c-a777-d27cc3548c5a
2026-03-26 22:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yh%252Fff27496219ea4bc79532672e5a910229%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yh/ff27496219ea4bc79532672e5a910229/images/large/9.jpg not downloaded yet
2026-03-26 22:51:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2fr/55c9ac46ae5b4e5fa04bc78b87ee4f1c/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yh/ff27496219ea4bc79532672e5a910229/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yh%252Fff27496219ea4bc79532672e5a910229%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yh/ff27496219ea4bc79532672e5a910229/images/large/10.jpg not downloaded yet
2026-03-26 22:51:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2fr/55c9ac46ae5b4e5fa04bc78b87ee4f1c/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yh/ff27496219ea4bc79532672e5a910229/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yh/ff27496219ea4bc79532672e5a910229/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2fr/55c9ac46ae5b4e5fa04bc78b87ee4f1c/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:19 [ayvens.be] INFO: Found listing with ID: 1985428
2026-03-26 22:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985428%27 HTTP/1.1" 200 None
2026-03-26 22:51:19 [ayvens.be] INFO: Scrape type for 1985428: 1
2026-03-26 22:51:19 [ayvens.be] INFO: Extracting data for car ID: 1985428
2026-03-26 22:51:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 89e6be1e-eb40-5242-8521-e6bba00d5ed3 with identifier: 1985428
2026-03-26 22:51:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 89e6be1e-eb40-5242-8521-e6bba00d5ed3 with scrape type 1
2026-03-26 22:51:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 89e6be1e-eb40-5242-8521-e6bba00d5ed3
2026-03-26 22:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ac%252F9b0646f94e534c198e83284e4c3b4b4c%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ac/9b0646f94e534c198e83284e4c3b4b4c/images/large/1.jpg not downloaded yet
2026-03-26 22:51:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yh/ff27496219ea4bc79532672e5a910229/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ac%252F9b0646f94e534c198e83284e4c3b4b4c%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ac/9b0646f94e534c198e83284e4c3b4b4c/images/large/2.jpg not downloaded yet
2026-03-26 22:51:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yh/ff27496219ea4bc79532672e5a910229/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ac%252F9b0646f94e534c198e83284e4c3b4b4c%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ac/9b0646f94e534c198e83284e4c3b4b4c/images/large/3.jpg not downloaded yet
2026-03-26 22:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ac%252F9b0646f94e534c198e83284e4c3b4b4c%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ac/9b0646f94e534c198e83284e4c3b4b4c/images/large/4.jpg not downloaded yet
2026-03-26 22:51:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7aead90>
2026-03-26 22:51:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_336ff642-b8c1-548c-a777-d27cc3548c5a/336ff642-b8c1-548c-a777-d27cc3548c5a_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2fr%252F55c9ac46ae5b4e5fa04bc78b87ee4f1c%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2fr/55c9ac46ae5b4e5fa04bc78b87ee4f1c/images/large/8.jpg saved to cache
2026-03-26 22:51:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 336ff642-b8c1-548c-a777-d27cc3548c5a
2026-03-26 22:51:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74971d0>
2026-03-26 22:51:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_581e808f-db3d-59b1-ba12-bd1d1e86e005/581e808f-db3d-59b1-ba12-bd1d1e86e005_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yh%252Fff27496219ea4bc79532672e5a910229%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yh/ff27496219ea4bc79532672e5a910229/images/large/2.jpg saved to cache
2026-03-26 22:51:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 581e808f-db3d-59b1-ba12-bd1d1e86e005
2026-03-26 22:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ac%252F9b0646f94e534c198e83284e4c3b4b4c%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ac/9b0646f94e534c198e83284e4c3b4b4c/images/large/5.jpg not downloaded yet
2026-03-26 22:51:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7a636d0>
2026-03-26 22:51:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_336ff642-b8c1-548c-a777-d27cc3548c5a/336ff642-b8c1-548c-a777-d27cc3548c5a_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2fr%252F55c9ac46ae5b4e5fa04bc78b87ee4f1c%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2fr/55c9ac46ae5b4e5fa04bc78b87ee4f1c/images/large/10.jpg saved to cache
2026-03-26 22:51:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 336ff642-b8c1-548c-a777-d27cc3548c5a
2026-03-26 22:51:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79cd610>
2026-03-26 22:51:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_581e808f-db3d-59b1-ba12-bd1d1e86e005/581e808f-db3d-59b1-ba12-bd1d1e86e005_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yh%252Fff27496219ea4bc79532672e5a910229%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yh/ff27496219ea4bc79532672e5a910229/images/large/1.jpg saved to cache
2026-03-26 22:51:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 581e808f-db3d-59b1-ba12-bd1d1e86e005
2026-03-26 22:51:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79ccf50>
2026-03-26 22:51:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_581e808f-db3d-59b1-ba12-bd1d1e86e005/581e808f-db3d-59b1-ba12-bd1d1e86e005_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yh%252Fff27496219ea4bc79532672e5a910229%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yh/ff27496219ea4bc79532672e5a910229/images/large/4.jpg saved to cache
2026-03-26 22:51:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 581e808f-db3d-59b1-ba12-bd1d1e86e005
2026-03-26 22:51:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7cab7d0>
2026-03-26 22:51:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_336ff642-b8c1-548c-a777-d27cc3548c5a/336ff642-b8c1-548c-a777-d27cc3548c5a_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2fr%252F55c9ac46ae5b4e5fa04bc78b87ee4f1c%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2fr/55c9ac46ae5b4e5fa04bc78b87ee4f1c/images/large/9.jpg saved to cache
2026-03-26 22:51:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 336ff642-b8c1-548c-a777-d27cc3548c5a
2026-03-26 22:51:20 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 336ff642-b8c1-548c-a777-d27cc3548c5a, skipping ID generation
2026-03-26 22:51:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 336ff642-b8c1-548c-a777-d27cc3548c5a with scrape type 1
2026-03-26 22:51:20 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 336ff642-b8c1-548c-a777-d27cc3548c5a sending to next pipeline
2026-03-26 22:51:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 336ff642-b8c1-548c-a777-d27cc3548c5a, identifier: 1985426
2026-03-26 22:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ac%252F9b0646f94e534c198e83284e4c3b4b4c%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ac/9b0646f94e534c198e83284e4c3b4b4c/images/large/6.jpg not downloaded yet
2026-03-26 22:51:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 336ff642-b8c1-548c-a777-d27cc3548c5a with identifier: 1985426
2026-03-26 22:51:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 336ff642-b8c1-548c-a777-d27cc3548c5a with identifier: 1985426
2026-03-26 22:51:20 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 336ff642-b8c1-548c-a777-d27cc3548c5a with identifier: 1985426 to the API
2026-03-26 22:51:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:51:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:51:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2fr/55c9ac46ae5b4e5fa04bc78b87ee4f1c/images/large/9.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'electric',
'id': '336ff642-b8c1-548c-a777-d27cc3548c5a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'KIA',
'model': 'NIRO',
'odometer': 52291,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 25,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_336ff642-b8c1-548c-a777-d27cc3548c5a/336ff642-b8c1-548c-a777-d27cc3548c5a_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 780115,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2fr/55c9ac46ae5b4e5fa04bc78b87ee4f1c/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_336ff642-b8c1-548c-a777-d27cc3548c5a/336ff642-b8c1-548c-a777-d27cc3548c5a_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 766886,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2fr/55c9ac46ae5b4e5fa04bc78b87ee4f1c/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_336ff642-b8c1-548c-a777-d27cc3548c5a/336ff642-b8c1-548c-a777-d27cc3548c5a_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 766870,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2fr/55c9ac46ae5b4e5fa04bc78b87ee4f1c/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_336ff642-b8c1-548c-a777-d27cc3548c5a/336ff642-b8c1-548c-a777-d27cc3548c5a_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 796940,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2fr/55c9ac46ae5b4e5fa04bc78b87ee4f1c/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_336ff642-b8c1-548c-a777-d27cc3548c5a/336ff642-b8c1-548c-a777-d27cc3548c5a_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 763826,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2fr/55c9ac46ae5b4e5fa04bc78b87ee4f1c/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_336ff642-b8c1-548c-a777-d27cc3548c5a/336ff642-b8c1-548c-a777-d27cc3548c5a_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 743779,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2fr/55c9ac46ae5b4e5fa04bc78b87ee4f1c/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_336ff642-b8c1-548c-a777-d27cc3548c5a/336ff642-b8c1-548c-a777-d27cc3548c5a_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 657026,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2fr/55c9ac46ae5b4e5fa04bc78b87ee4f1c/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_336ff642-b8c1-548c-a777-d27cc3548c5a/336ff642-b8c1-548c-a777-d27cc3548c5a_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 952424,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2fr/55c9ac46ae5b4e5fa04bc78b87ee4f1c/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_336ff642-b8c1-548c-a777-d27cc3548c5a/336ff642-b8c1-548c-a777-d27cc3548c5a_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 876379,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2fr/55c9ac46ae5b4e5fa04bc78b87ee4f1c/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_336ff642-b8c1-548c-a777-d27cc3548c5a/336ff642-b8c1-548c-a777-d27cc3548c5a_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 656992,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2fr/55c9ac46ae5b4e5fa04bc78b87ee4f1c/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-07-23',
'seats_number': 5,
'seller_name': None,
'title': 'KIA NIRO BEV 65KWH NIRO EV 150KW PURE AUTO',
'transmission': 'automatic',
'trim': 'BEV 65KWH NIRO EV 150KW PURE AUTO',
'vin': None,
'year': 2024}
2026-03-26 22:51:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985426%27 HTTP/1.1" 200 None
2026-03-26 22:51:21 [ayvens.be] INFO: Saving data for 1985426: {'created_time': 1774565481.122169, 'last_price_update_time': 1774565481.122178, 'auction_closing_time': 1774958400.0}
2026-03-26 22:51:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985426') HTTP/1.1" 204 0
2026-03-26 22:51:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yh/ff27496219ea4bc79532672e5a910229/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e14bd0>
2026-03-26 22:51:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_581e808f-db3d-59b1-ba12-bd1d1e86e005/581e808f-db3d-59b1-ba12-bd1d1e86e005_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:51:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yh%252Fff27496219ea4bc79532672e5a910229%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yh/ff27496219ea4bc79532672e5a910229/images/large/3.jpg saved to cache
2026-03-26 22:51:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 581e808f-db3d-59b1-ba12-bd1d1e86e005
2026-03-26 22:51:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e34510>
2026-03-26 22:51:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_581e808f-db3d-59b1-ba12-bd1d1e86e005/581e808f-db3d-59b1-ba12-bd1d1e86e005_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:51:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yh%252Fff27496219ea4bc79532672e5a910229%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yh/ff27496219ea4bc79532672e5a910229/images/large/5.jpg saved to cache
2026-03-26 22:51:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 581e808f-db3d-59b1-ba12-bd1d1e86e005
2026-03-26 22:51:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yh/ff27496219ea4bc79532672e5a910229/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yh/ff27496219ea4bc79532672e5a910229/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ac%252F9b0646f94e534c198e83284e4c3b4b4c%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ac/9b0646f94e534c198e83284e4c3b4b4c/images/large/7.jpg not downloaded yet
2026-03-26 22:51:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yh/ff27496219ea4bc79532672e5a910229/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ac%252F9b0646f94e534c198e83284e4c3b4b4c%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ac/9b0646f94e534c198e83284e4c3b4b4c/images/large/8.jpg not downloaded yet
2026-03-26 22:51:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b746eb10>
2026-03-26 22:51:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_581e808f-db3d-59b1-ba12-bd1d1e86e005/581e808f-db3d-59b1-ba12-bd1d1e86e005_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:51:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yh%252Fff27496219ea4bc79532672e5a910229%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yh/ff27496219ea4bc79532672e5a910229/images/large/6.jpg saved to cache
2026-03-26 22:51:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 581e808f-db3d-59b1-ba12-bd1d1e86e005
2026-03-26 22:51:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yh/ff27496219ea4bc79532672e5a910229/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ac%252F9b0646f94e534c198e83284e4c3b4b4c%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ac/9b0646f94e534c198e83284e4c3b4b4c/images/large/9.jpg not downloaded yet
2026-03-26 22:51:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ac%252F9b0646f94e534c198e83284e4c3b4b4c%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ac/9b0646f94e534c198e83284e4c3b4b4c/images/large/10.jpg not downloaded yet
2026-03-26 22:51:21 [ayvens.be] INFO: Found listing with ID: 1985429
2026-03-26 22:51:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985429%27 HTTP/1.1" 200 None
2026-03-26 22:51:21 [ayvens.be] INFO: Scrape type for 1985429: 1
2026-03-26 22:51:21 [ayvens.be] INFO: Extracting data for car ID: 1985429
2026-03-26 22:51:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7d244416-97dd-5dcf-9229-64139a9fcf6e with identifier: 1985429
2026-03-26 22:51:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7d244416-97dd-5dcf-9229-64139a9fcf6e with scrape type 1
2026-03-26 22:51:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 7d244416-97dd-5dcf-9229-64139a9fcf6e
2026-03-26 22:51:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cj%252Fc9c3d343392d4da99d1a06af1e05c92b%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cj/c9c3d343392d4da99d1a06af1e05c92b/images/large/1.jpg not downloaded yet
2026-03-26 22:51:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c75750>
2026-03-26 22:51:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_581e808f-db3d-59b1-ba12-bd1d1e86e005/581e808f-db3d-59b1-ba12-bd1d1e86e005_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:51:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yh%252Fff27496219ea4bc79532672e5a910229%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yh/ff27496219ea4bc79532672e5a910229/images/large/10.jpg saved to cache
2026-03-26 22:51:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 581e808f-db3d-59b1-ba12-bd1d1e86e005
2026-03-26 22:51:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b746c6d0>
2026-03-26 22:51:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_581e808f-db3d-59b1-ba12-bd1d1e86e005/581e808f-db3d-59b1-ba12-bd1d1e86e005_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yh%252Fff27496219ea4bc79532672e5a910229%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yh/ff27496219ea4bc79532672e5a910229/images/large/9.jpg saved to cache
2026-03-26 22:51:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 581e808f-db3d-59b1-ba12-bd1d1e86e005
2026-03-26 22:51:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7411b10>
2026-03-26 22:51:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_581e808f-db3d-59b1-ba12-bd1d1e86e005/581e808f-db3d-59b1-ba12-bd1d1e86e005_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yh%252Fff27496219ea4bc79532672e5a910229%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yh/ff27496219ea4bc79532672e5a910229/images/large/7.jpg saved to cache
2026-03-26 22:51:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 581e808f-db3d-59b1-ba12-bd1d1e86e005
2026-03-26 22:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cj%252Fc9c3d343392d4da99d1a06af1e05c92b%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cj/c9c3d343392d4da99d1a06af1e05c92b/images/large/2.jpg not downloaded yet
2026-03-26 22:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cj%252Fc9c3d343392d4da99d1a06af1e05c92b%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cj/c9c3d343392d4da99d1a06af1e05c92b/images/large/3.jpg not downloaded yet
2026-03-26 22:51:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74e7ed0>
2026-03-26 22:51:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_581e808f-db3d-59b1-ba12-bd1d1e86e005/581e808f-db3d-59b1-ba12-bd1d1e86e005_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yh%252Fff27496219ea4bc79532672e5a910229%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yh/ff27496219ea4bc79532672e5a910229/images/large/8.jpg saved to cache
2026-03-26 22:51:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 581e808f-db3d-59b1-ba12-bd1d1e86e005
2026-03-26 22:51:22 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 581e808f-db3d-59b1-ba12-bd1d1e86e005, skipping ID generation
2026-03-26 22:51:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 581e808f-db3d-59b1-ba12-bd1d1e86e005 with scrape type 1
2026-03-26 22:51:22 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 581e808f-db3d-59b1-ba12-bd1d1e86e005 sending to next pipeline
2026-03-26 22:51:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 581e808f-db3d-59b1-ba12-bd1d1e86e005, identifier: 1985427
2026-03-26 22:51:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ac/9b0646f94e534c198e83284e4c3b4b4c/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ac/9b0646f94e534c198e83284e4c3b4b4c/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cj%252Fc9c3d343392d4da99d1a06af1e05c92b%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cj/c9c3d343392d4da99d1a06af1e05c92b/images/large/4.jpg not downloaded yet
2026-03-26 22:51:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 581e808f-db3d-59b1-ba12-bd1d1e86e005 with identifier: 1985427
2026-03-26 22:51:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 581e808f-db3d-59b1-ba12-bd1d1e86e005 with identifier: 1985427
2026-03-26 22:51:22 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 581e808f-db3d-59b1-ba12-bd1d1e86e005 with identifier: 1985427 to the API
2026-03-26 22:51:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:51:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:51:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/1yh/ff27496219ea4bc79532672e5a910229/images/large/8.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '581e808f-db3d-59b1-ba12-bd1d1e86e005',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '2008',
'odometer': 122577,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 14,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_581e808f-db3d-59b1-ba12-bd1d1e86e005/581e808f-db3d-59b1-ba12-bd1d1e86e005_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 511597,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yh/ff27496219ea4bc79532672e5a910229/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_581e808f-db3d-59b1-ba12-bd1d1e86e005/581e808f-db3d-59b1-ba12-bd1d1e86e005_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 438972,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yh/ff27496219ea4bc79532672e5a910229/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_581e808f-db3d-59b1-ba12-bd1d1e86e005/581e808f-db3d-59b1-ba12-bd1d1e86e005_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 485709,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yh/ff27496219ea4bc79532672e5a910229/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_581e808f-db3d-59b1-ba12-bd1d1e86e005/581e808f-db3d-59b1-ba12-bd1d1e86e005_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 495629,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yh/ff27496219ea4bc79532672e5a910229/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_581e808f-db3d-59b1-ba12-bd1d1e86e005/581e808f-db3d-59b1-ba12-bd1d1e86e005_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 403873,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yh/ff27496219ea4bc79532672e5a910229/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_581e808f-db3d-59b1-ba12-bd1d1e86e005/581e808f-db3d-59b1-ba12-bd1d1e86e005_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 258721,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yh/ff27496219ea4bc79532672e5a910229/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_581e808f-db3d-59b1-ba12-bd1d1e86e005/581e808f-db3d-59b1-ba12-bd1d1e86e005_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 356575,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yh/ff27496219ea4bc79532672e5a910229/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_581e808f-db3d-59b1-ba12-bd1d1e86e005/581e808f-db3d-59b1-ba12-bd1d1e86e005_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 467199,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yh/ff27496219ea4bc79532672e5a910229/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_581e808f-db3d-59b1-ba12-bd1d1e86e005/581e808f-db3d-59b1-ba12-bd1d1e86e005_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 210540,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yh/ff27496219ea4bc79532672e5a910229/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_581e808f-db3d-59b1-ba12-bd1d1e86e005/581e808f-db3d-59b1-ba12-bd1d1e86e005_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 212929,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yh/ff27496219ea4bc79532672e5a910229/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-03',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 2008 1.2 PURETECH 74KW S-S ALLURE',
'transmission': 'manual',
'trim': '1.2 PURETECH 74KW S-S ALLURE',
'vin': None,
'year': 2020}
2026-03-26 22:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985427%27 HTTP/1.1" 200 None
2026-03-26 22:51:22 [ayvens.be] INFO: Saving data for 1985427: {'created_time': 1774565482.691453, 'last_price_update_time': 1774565482.691465, 'auction_closing_time': 1774958400.0}
2026-03-26 22:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985427') HTTP/1.1" 204 0
2026-03-26 22:51:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ac/9b0646f94e534c198e83284e4c3b4b4c/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cj%252Fc9c3d343392d4da99d1a06af1e05c92b%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cj/c9c3d343392d4da99d1a06af1e05c92b/images/large/5.jpg not downloaded yet
2026-03-26 22:51:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ac/9b0646f94e534c198e83284e4c3b4b4c/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cc86d0>
2026-03-26 22:51:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_89e6be1e-eb40-5242-8521-e6bba00d5ed3/89e6be1e-eb40-5242-8521-e6bba00d5ed3_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ac%252F9b0646f94e534c198e83284e4c3b4b4c%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ac/9b0646f94e534c198e83284e4c3b4b4c/images/large/3.jpg saved to cache
2026-03-26 22:51:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 89e6be1e-eb40-5242-8521-e6bba00d5ed3
2026-03-26 22:51:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c62490>
2026-03-26 22:51:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_89e6be1e-eb40-5242-8521-e6bba00d5ed3/89e6be1e-eb40-5242-8521-e6bba00d5ed3_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ac%252F9b0646f94e534c198e83284e4c3b4b4c%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ac/9b0646f94e534c198e83284e4c3b4b4c/images/large/5.jpg saved to cache
2026-03-26 22:51:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 89e6be1e-eb40-5242-8521-e6bba00d5ed3
2026-03-26 22:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cj%252Fc9c3d343392d4da99d1a06af1e05c92b%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cj/c9c3d343392d4da99d1a06af1e05c92b/images/large/6.jpg not downloaded yet
2026-03-26 22:51:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ac/9b0646f94e534c198e83284e4c3b4b4c/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ac/9b0646f94e534c198e83284e4c3b4b4c/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ac/9b0646f94e534c198e83284e4c3b4b4c/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cj%252Fc9c3d343392d4da99d1a06af1e05c92b%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cj/c9c3d343392d4da99d1a06af1e05c92b/images/large/7.jpg not downloaded yet
2026-03-26 22:51:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79f8cd0>
2026-03-26 22:51:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_89e6be1e-eb40-5242-8521-e6bba00d5ed3/89e6be1e-eb40-5242-8521-e6bba00d5ed3_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ac%252F9b0646f94e534c198e83284e4c3b4b4c%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ac/9b0646f94e534c198e83284e4c3b4b4c/images/large/2.jpg saved to cache
2026-03-26 22:51:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 89e6be1e-eb40-5242-8521-e6bba00d5ed3
2026-03-26 22:51:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd0d3210>
2026-03-26 22:51:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_89e6be1e-eb40-5242-8521-e6bba00d5ed3/89e6be1e-eb40-5242-8521-e6bba00d5ed3_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ac%252F9b0646f94e534c198e83284e4c3b4b4c%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ac/9b0646f94e534c198e83284e4c3b4b4c/images/large/1.jpg saved to cache
2026-03-26 22:51:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 89e6be1e-eb40-5242-8521-e6bba00d5ed3
2026-03-26 22:51:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ac/9b0646f94e534c198e83284e4c3b4b4c/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cj%252Fc9c3d343392d4da99d1a06af1e05c92b%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cj/c9c3d343392d4da99d1a06af1e05c92b/images/large/8.jpg not downloaded yet
2026-03-26 22:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cj%252Fc9c3d343392d4da99d1a06af1e05c92b%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cj/c9c3d343392d4da99d1a06af1e05c92b/images/large/9.jpg not downloaded yet
2026-03-26 22:51:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b748a310>
2026-03-26 22:51:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_89e6be1e-eb40-5242-8521-e6bba00d5ed3/89e6be1e-eb40-5242-8521-e6bba00d5ed3_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ac%252F9b0646f94e534c198e83284e4c3b4b4c%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ac/9b0646f94e534c198e83284e4c3b4b4c/images/large/7.jpg saved to cache
2026-03-26 22:51:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 89e6be1e-eb40-5242-8521-e6bba00d5ed3
2026-03-26 22:51:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cbf850>
2026-03-26 22:51:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_89e6be1e-eb40-5242-8521-e6bba00d5ed3/89e6be1e-eb40-5242-8521-e6bba00d5ed3_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ac%252F9b0646f94e534c198e83284e4c3b4b4c%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ac/9b0646f94e534c198e83284e4c3b4b4c/images/large/6.jpg saved to cache
2026-03-26 22:51:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 89e6be1e-eb40-5242-8521-e6bba00d5ed3
2026-03-26 22:51:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74dddd0>
2026-03-26 22:51:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_89e6be1e-eb40-5242-8521-e6bba00d5ed3/89e6be1e-eb40-5242-8521-e6bba00d5ed3_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ac%252F9b0646f94e534c198e83284e4c3b4b4c%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ac/9b0646f94e534c198e83284e4c3b4b4c/images/large/4.jpg saved to cache
2026-03-26 22:51:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 89e6be1e-eb40-5242-8521-e6bba00d5ed3
2026-03-26 22:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cj%252Fc9c3d343392d4da99d1a06af1e05c92b%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cj/c9c3d343392d4da99d1a06af1e05c92b/images/large/10.jpg not downloaded yet
2026-03-26 22:51:23 [ayvens.be] INFO: Found listing with ID: 1985430
2026-03-26 22:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985430%27 HTTP/1.1" 200 None
2026-03-26 22:51:23 [ayvens.be] INFO: Scrape type for 1985430: 1
2026-03-26 22:51:23 [ayvens.be] INFO: Extracting data for car ID: 1985430
2026-03-26 22:51:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 51809147-5da6-5336-96a6-dd315c4bbb21 with identifier: 1985430
2026-03-26 22:51:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 51809147-5da6-5336-96a6-dd315c4bbb21 with scrape type 1
2026-03-26 22:51:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 51809147-5da6-5336-96a6-dd315c4bbb21
2026-03-26 22:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F4d5049df288544cc8c8520c175f5a61d%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/4d5049df288544cc8c8520c175f5a61d/images/large/1.jpg not downloaded yet
2026-03-26 22:51:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cj/c9c3d343392d4da99d1a06af1e05c92b/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ac/9b0646f94e534c198e83284e4c3b4b4c/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ac/9b0646f94e534c198e83284e4c3b4b4c/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F4d5049df288544cc8c8520c175f5a61d%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/4d5049df288544cc8c8520c175f5a61d/images/large/2.jpg not downloaded yet
2026-03-26 22:51:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76ccad0>
2026-03-26 22:51:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_89e6be1e-eb40-5242-8521-e6bba00d5ed3/89e6be1e-eb40-5242-8521-e6bba00d5ed3_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ac%252F9b0646f94e534c198e83284e4c3b4b4c%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ac/9b0646f94e534c198e83284e4c3b4b4c/images/large/8.jpg saved to cache
2026-03-26 22:51:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 89e6be1e-eb40-5242-8521-e6bba00d5ed3
2026-03-26 22:51:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cj/c9c3d343392d4da99d1a06af1e05c92b/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F4d5049df288544cc8c8520c175f5a61d%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/4d5049df288544cc8c8520c175f5a61d/images/large/3.jpg not downloaded yet
2026-03-26 22:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F4d5049df288544cc8c8520c175f5a61d%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/4d5049df288544cc8c8520c175f5a61d/images/large/4.jpg not downloaded yet
2026-03-26 22:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F4d5049df288544cc8c8520c175f5a61d%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/4d5049df288544cc8c8520c175f5a61d/images/large/5.jpg not downloaded yet
2026-03-26 22:51:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cc8850>
2026-03-26 22:51:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7d244416-97dd-5dcf-9229-64139a9fcf6e/7d244416-97dd-5dcf-9229-64139a9fcf6e_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cj%252Fc9c3d343392d4da99d1a06af1e05c92b%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cj/c9c3d343392d4da99d1a06af1e05c92b/images/large/1.jpg saved to cache
2026-03-26 22:51:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 7d244416-97dd-5dcf-9229-64139a9fcf6e
2026-03-26 22:51:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b78c2890>
2026-03-26 22:51:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_89e6be1e-eb40-5242-8521-e6bba00d5ed3/89e6be1e-eb40-5242-8521-e6bba00d5ed3_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ac%252F9b0646f94e534c198e83284e4c3b4b4c%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ac/9b0646f94e534c198e83284e4c3b4b4c/images/large/9.jpg saved to cache
2026-03-26 22:51:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 89e6be1e-eb40-5242-8521-e6bba00d5ed3
2026-03-26 22:51:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e10b90>
2026-03-26 22:51:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_89e6be1e-eb40-5242-8521-e6bba00d5ed3/89e6be1e-eb40-5242-8521-e6bba00d5ed3_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ac%252F9b0646f94e534c198e83284e4c3b4b4c%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ac/9b0646f94e534c198e83284e4c3b4b4c/images/large/10.jpg saved to cache
2026-03-26 22:51:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 89e6be1e-eb40-5242-8521-e6bba00d5ed3
2026-03-26 22:51:23 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 89e6be1e-eb40-5242-8521-e6bba00d5ed3, skipping ID generation
2026-03-26 22:51:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 89e6be1e-eb40-5242-8521-e6bba00d5ed3 with scrape type 1
2026-03-26 22:51:23 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 89e6be1e-eb40-5242-8521-e6bba00d5ed3 sending to next pipeline
2026-03-26 22:51:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 89e6be1e-eb40-5242-8521-e6bba00d5ed3, identifier: 1985428
2026-03-26 22:51:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cj/c9c3d343392d4da99d1a06af1e05c92b/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cj/c9c3d343392d4da99d1a06af1e05c92b/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cj/c9c3d343392d4da99d1a06af1e05c92b/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 89e6be1e-eb40-5242-8521-e6bba00d5ed3 with identifier: 1985428
2026-03-26 22:51:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 89e6be1e-eb40-5242-8521-e6bba00d5ed3 with identifier: 1985428
2026-03-26 22:51:24 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 89e6be1e-eb40-5242-8521-e6bba00d5ed3 with identifier: 1985428 to the API
2026-03-26 22:51:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:51:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:51:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2ac/9b0646f94e534c198e83284e4c3b4b4c/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.3L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '89e6be1e-eb40-5242-8521-e6bba00d5ed3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'CLA - Klasse',
'odometer': 54317,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 24,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_89e6be1e-eb40-5242-8521-e6bba00d5ed3/89e6be1e-eb40-5242-8521-e6bba00d5ed3_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 703169,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ac/9b0646f94e534c198e83284e4c3b4b4c/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_89e6be1e-eb40-5242-8521-e6bba00d5ed3/89e6be1e-eb40-5242-8521-e6bba00d5ed3_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 725921,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ac/9b0646f94e534c198e83284e4c3b4b4c/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_89e6be1e-eb40-5242-8521-e6bba00d5ed3/89e6be1e-eb40-5242-8521-e6bba00d5ed3_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 698345,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ac/9b0646f94e534c198e83284e4c3b4b4c/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_89e6be1e-eb40-5242-8521-e6bba00d5ed3/89e6be1e-eb40-5242-8521-e6bba00d5ed3_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 714624,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ac/9b0646f94e534c198e83284e4c3b4b4c/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_89e6be1e-eb40-5242-8521-e6bba00d5ed3/89e6be1e-eb40-5242-8521-e6bba00d5ed3_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 680482,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ac/9b0646f94e534c198e83284e4c3b4b4c/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_89e6be1e-eb40-5242-8521-e6bba00d5ed3/89e6be1e-eb40-5242-8521-e6bba00d5ed3_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 712085,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ac/9b0646f94e534c198e83284e4c3b4b4c/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_89e6be1e-eb40-5242-8521-e6bba00d5ed3/89e6be1e-eb40-5242-8521-e6bba00d5ed3_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 629262,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ac/9b0646f94e534c198e83284e4c3b4b4c/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_89e6be1e-eb40-5242-8521-e6bba00d5ed3/89e6be1e-eb40-5242-8521-e6bba00d5ed3_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 845066,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ac/9b0646f94e534c198e83284e4c3b4b4c/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_89e6be1e-eb40-5242-8521-e6bba00d5ed3/89e6be1e-eb40-5242-8521-e6bba00d5ed3_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 754351,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ac/9b0646f94e534c198e83284e4c3b4b4c/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_89e6be1e-eb40-5242-8521-e6bba00d5ed3/89e6be1e-eb40-5242-8521-e6bba00d5ed3_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 766620,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ac/9b0646f94e534c198e83284e4c3b4b4c/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-19',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLA - Klasse 1.3 CLA 250 E DCT SHOOTING BRAKE',
'transmission': 'automatic',
'trim': '1.3 CLA 250 E DCT SHOOTING BRAKE',
'vin': None,
'year': 2021}
2026-03-26 22:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985428%27 HTTP/1.1" 200 None
2026-03-26 22:51:24 [ayvens.be] INFO: Saving data for 1985428: {'created_time': 1774565484.330691, 'last_price_update_time': 1774565484.330704, 'auction_closing_time': 1774958400.0}
2026-03-26 22:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985428') HTTP/1.1" 204 0
2026-03-26 22:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F4d5049df288544cc8c8520c175f5a61d%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/4d5049df288544cc8c8520c175f5a61d/images/large/6.jpg not downloaded yet
2026-03-26 22:51:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cj/c9c3d343392d4da99d1a06af1e05c92b/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F4d5049df288544cc8c8520c175f5a61d%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/4d5049df288544cc8c8520c175f5a61d/images/large/7.jpg not downloaded yet
2026-03-26 22:51:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cb0e10>
2026-03-26 22:51:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7d244416-97dd-5dcf-9229-64139a9fcf6e/7d244416-97dd-5dcf-9229-64139a9fcf6e_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cj%252Fc9c3d343392d4da99d1a06af1e05c92b%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cj/c9c3d343392d4da99d1a06af1e05c92b/images/large/2.jpg saved to cache
2026-03-26 22:51:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 7d244416-97dd-5dcf-9229-64139a9fcf6e
2026-03-26 22:51:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7407150>
2026-03-26 22:51:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7d244416-97dd-5dcf-9229-64139a9fcf6e/7d244416-97dd-5dcf-9229-64139a9fcf6e_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cj%252Fc9c3d343392d4da99d1a06af1e05c92b%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cj/c9c3d343392d4da99d1a06af1e05c92b/images/large/5.jpg saved to cache
2026-03-26 22:51:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 7d244416-97dd-5dcf-9229-64139a9fcf6e
2026-03-26 22:51:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6dd8f90>
2026-03-26 22:51:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7d244416-97dd-5dcf-9229-64139a9fcf6e/7d244416-97dd-5dcf-9229-64139a9fcf6e_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cj%252Fc9c3d343392d4da99d1a06af1e05c92b%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cj/c9c3d343392d4da99d1a06af1e05c92b/images/large/4.jpg saved to cache
2026-03-26 22:51:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 7d244416-97dd-5dcf-9229-64139a9fcf6e
2026-03-26 22:51:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7aa1e50>
2026-03-26 22:51:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7d244416-97dd-5dcf-9229-64139a9fcf6e/7d244416-97dd-5dcf-9229-64139a9fcf6e_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cj%252Fc9c3d343392d4da99d1a06af1e05c92b%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cj/c9c3d343392d4da99d1a06af1e05c92b/images/large/3.jpg saved to cache
2026-03-26 22:51:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 7d244416-97dd-5dcf-9229-64139a9fcf6e
2026-03-26 22:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F4d5049df288544cc8c8520c175f5a61d%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/4d5049df288544cc8c8520c175f5a61d/images/large/8.jpg not downloaded yet
2026-03-26 22:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F4d5049df288544cc8c8520c175f5a61d%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/4d5049df288544cc8c8520c175f5a61d/images/large/9.jpg not downloaded yet
2026-03-26 22:51:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7aa0790>
2026-03-26 22:51:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7d244416-97dd-5dcf-9229-64139a9fcf6e/7d244416-97dd-5dcf-9229-64139a9fcf6e_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cj%252Fc9c3d343392d4da99d1a06af1e05c92b%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cj/c9c3d343392d4da99d1a06af1e05c92b/images/large/6.jpg saved to cache
2026-03-26 22:51:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 7d244416-97dd-5dcf-9229-64139a9fcf6e
2026-03-26 22:51:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cj/c9c3d343392d4da99d1a06af1e05c92b/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F4d5049df288544cc8c8520c175f5a61d%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/4d5049df288544cc8c8520c175f5a61d/images/large/10.jpg not downloaded yet
2026-03-26 22:51:24 [ayvens.be] INFO: Found listing with ID: 1985431
2026-03-26 22:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985431%27 HTTP/1.1" 200 None
2026-03-26 22:51:24 [ayvens.be] INFO: Scrape type for 1985431: 1
2026-03-26 22:51:24 [ayvens.be] INFO: Extracting data for car ID: 1985431
2026-03-26 22:51:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 110543a2-946b-58b5-a399-47a2e5bd84a4 with identifier: 1985431
2026-03-26 22:51:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 110543a2-946b-58b5-a399-47a2e5bd84a4 with scrape type 1
2026-03-26 22:51:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 110543a2-946b-58b5-a399-47a2e5bd84a4
2026-03-26 22:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yl%252F7414178dbd3443d4b7055118b16125f1%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yl/7414178dbd3443d4b7055118b16125f1/images/large/1.jpg not downloaded yet
2026-03-26 22:51:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cj/c9c3d343392d4da99d1a06af1e05c92b/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cj/c9c3d343392d4da99d1a06af1e05c92b/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cj/c9c3d343392d4da99d1a06af1e05c92b/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yl%252F7414178dbd3443d4b7055118b16125f1%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yl/7414178dbd3443d4b7055118b16125f1/images/large/2.jpg not downloaded yet
2026-03-26 22:51:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/4d5049df288544cc8c8520c175f5a61d/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/4d5049df288544cc8c8520c175f5a61d/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/4d5049df288544cc8c8520c175f5a61d/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yl%252F7414178dbd3443d4b7055118b16125f1%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yl/7414178dbd3443d4b7055118b16125f1/images/large/3.jpg not downloaded yet
2026-03-26 22:51:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/4d5049df288544cc8c8520c175f5a61d/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yl%252F7414178dbd3443d4b7055118b16125f1%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yl/7414178dbd3443d4b7055118b16125f1/images/large/4.jpg not downloaded yet
2026-03-26 22:51:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b78c0410>
2026-03-26 22:51:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7d244416-97dd-5dcf-9229-64139a9fcf6e/7d244416-97dd-5dcf-9229-64139a9fcf6e_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:51:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cj%252Fc9c3d343392d4da99d1a06af1e05c92b%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cj/c9c3d343392d4da99d1a06af1e05c92b/images/large/7.jpg saved to cache
2026-03-26 22:51:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 7d244416-97dd-5dcf-9229-64139a9fcf6e
2026-03-26 22:51:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yl%252F7414178dbd3443d4b7055118b16125f1%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yl/7414178dbd3443d4b7055118b16125f1/images/large/5.jpg not downloaded yet
2026-03-26 22:51:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yl%252F7414178dbd3443d4b7055118b16125f1%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yl/7414178dbd3443d4b7055118b16125f1/images/large/6.jpg not downloaded yet
2026-03-26 22:51:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yl/7414178dbd3443d4b7055118b16125f1/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yl%252F7414178dbd3443d4b7055118b16125f1%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yl/7414178dbd3443d4b7055118b16125f1/images/large/7.jpg not downloaded yet
2026-03-26 22:51:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e454d0>
2026-03-26 22:51:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7d244416-97dd-5dcf-9229-64139a9fcf6e/7d244416-97dd-5dcf-9229-64139a9fcf6e_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:51:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cj%252Fc9c3d343392d4da99d1a06af1e05c92b%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cj/c9c3d343392d4da99d1a06af1e05c92b/images/large/9.jpg saved to cache
2026-03-26 22:51:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 7d244416-97dd-5dcf-9229-64139a9fcf6e
2026-03-26 22:51:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7482b90>
2026-03-26 22:51:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7d244416-97dd-5dcf-9229-64139a9fcf6e/7d244416-97dd-5dcf-9229-64139a9fcf6e_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:51:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cj%252Fc9c3d343392d4da99d1a06af1e05c92b%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cj/c9c3d343392d4da99d1a06af1e05c92b/images/large/8.jpg saved to cache
2026-03-26 22:51:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 7d244416-97dd-5dcf-9229-64139a9fcf6e
2026-03-26 22:51:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74fbbd0>
2026-03-26 22:51:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7d244416-97dd-5dcf-9229-64139a9fcf6e/7d244416-97dd-5dcf-9229-64139a9fcf6e_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:51:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cj%252Fc9c3d343392d4da99d1a06af1e05c92b%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cj/c9c3d343392d4da99d1a06af1e05c92b/images/large/10.jpg saved to cache
2026-03-26 22:51:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 7d244416-97dd-5dcf-9229-64139a9fcf6e
2026-03-26 22:51:25 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7d244416-97dd-5dcf-9229-64139a9fcf6e, skipping ID generation
2026-03-26 22:51:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7d244416-97dd-5dcf-9229-64139a9fcf6e with scrape type 1
2026-03-26 22:51:25 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7d244416-97dd-5dcf-9229-64139a9fcf6e sending to next pipeline
2026-03-26 22:51:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 7d244416-97dd-5dcf-9229-64139a9fcf6e, identifier: 1985429
2026-03-26 22:51:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b72ef690>
2026-03-26 22:51:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_51809147-5da6-5336-96a6-dd315c4bbb21/51809147-5da6-5336-96a6-dd315c4bbb21_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:51:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F4d5049df288544cc8c8520c175f5a61d%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/4d5049df288544cc8c8520c175f5a61d/images/large/2.jpg saved to cache
2026-03-26 22:51:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 51809147-5da6-5336-96a6-dd315c4bbb21
2026-03-26 22:51:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7587a50>
2026-03-26 22:51:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_51809147-5da6-5336-96a6-dd315c4bbb21/51809147-5da6-5336-96a6-dd315c4bbb21_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:51:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F4d5049df288544cc8c8520c175f5a61d%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/4d5049df288544cc8c8520c175f5a61d/images/large/1.jpg saved to cache
2026-03-26 22:51:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 51809147-5da6-5336-96a6-dd315c4bbb21
2026-03-26 22:51:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7744550>
2026-03-26 22:51:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_51809147-5da6-5336-96a6-dd315c4bbb21/51809147-5da6-5336-96a6-dd315c4bbb21_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:51:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F4d5049df288544cc8c8520c175f5a61d%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/4d5049df288544cc8c8520c175f5a61d/images/large/3.jpg saved to cache
2026-03-26 22:51:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 51809147-5da6-5336-96a6-dd315c4bbb21
2026-03-26 22:51:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7a60e10>
2026-03-26 22:51:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_51809147-5da6-5336-96a6-dd315c4bbb21/51809147-5da6-5336-96a6-dd315c4bbb21_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:51:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F4d5049df288544cc8c8520c175f5a61d%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/4d5049df288544cc8c8520c175f5a61d/images/large/4.jpg saved to cache
2026-03-26 22:51:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 51809147-5da6-5336-96a6-dd315c4bbb21
2026-03-26 22:51:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 7d244416-97dd-5dcf-9229-64139a9fcf6e with identifier: 1985429
2026-03-26 22:51:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 7d244416-97dd-5dcf-9229-64139a9fcf6e with identifier: 1985429
2026-03-26 22:51:26 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 7d244416-97dd-5dcf-9229-64139a9fcf6e with identifier: 1985429 to the API
2026-03-26 22:51:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:51:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:51:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2cj/c9c3d343392d4da99d1a06af1e05c92b/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '7d244416-97dd-5dcf-9229-64139a9fcf6e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'MINI',
'model': 'MINI 5 DOOR',
'odometer': 123903,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 21,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7d244416-97dd-5dcf-9229-64139a9fcf6e/7d244416-97dd-5dcf-9229-64139a9fcf6e_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 746801,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cj/c9c3d343392d4da99d1a06af1e05c92b/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7d244416-97dd-5dcf-9229-64139a9fcf6e/7d244416-97dd-5dcf-9229-64139a9fcf6e_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 711143,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cj/c9c3d343392d4da99d1a06af1e05c92b/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7d244416-97dd-5dcf-9229-64139a9fcf6e/7d244416-97dd-5dcf-9229-64139a9fcf6e_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 777040,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cj/c9c3d343392d4da99d1a06af1e05c92b/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7d244416-97dd-5dcf-9229-64139a9fcf6e/7d244416-97dd-5dcf-9229-64139a9fcf6e_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 783825,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cj/c9c3d343392d4da99d1a06af1e05c92b/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7d244416-97dd-5dcf-9229-64139a9fcf6e/7d244416-97dd-5dcf-9229-64139a9fcf6e_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 749112,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cj/c9c3d343392d4da99d1a06af1e05c92b/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7d244416-97dd-5dcf-9229-64139a9fcf6e/7d244416-97dd-5dcf-9229-64139a9fcf6e_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 806988,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cj/c9c3d343392d4da99d1a06af1e05c92b/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7d244416-97dd-5dcf-9229-64139a9fcf6e/7d244416-97dd-5dcf-9229-64139a9fcf6e_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 647934,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cj/c9c3d343392d4da99d1a06af1e05c92b/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7d244416-97dd-5dcf-9229-64139a9fcf6e/7d244416-97dd-5dcf-9229-64139a9fcf6e_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 810249,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cj/c9c3d343392d4da99d1a06af1e05c92b/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7d244416-97dd-5dcf-9229-64139a9fcf6e/7d244416-97dd-5dcf-9229-64139a9fcf6e_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 876669,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cj/c9c3d343392d4da99d1a06af1e05c92b/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7d244416-97dd-5dcf-9229-64139a9fcf6e/7d244416-97dd-5dcf-9229-64139a9fcf6e_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 796026,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cj/c9c3d343392d4da99d1a06af1e05c92b/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-08',
'seats_number': 5,
'seller_name': None,
'title': 'MINI MINI 5 DOOR 1.5 ONE',
'transmission': 'manual',
'trim': '1.5 ONE',
'vin': None,
'year': 2022}
2026-03-26 22:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985429%27 HTTP/1.1" 200 None
2026-03-26 22:51:27 [ayvens.be] INFO: Saving data for 1985429: {'created_time': 1774565487.096897, 'last_price_update_time': 1774565487.096906, 'auction_closing_time': 1774958400.0}
2026-03-26 22:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985429') HTTP/1.1" 204 0
2026-03-26 22:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yl%252F7414178dbd3443d4b7055118b16125f1%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yl/7414178dbd3443d4b7055118b16125f1/images/large/8.jpg not downloaded yet
2026-03-26 22:51:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/4d5049df288544cc8c8520c175f5a61d/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/4d5049df288544cc8c8520c175f5a61d/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yl%252F7414178dbd3443d4b7055118b16125f1%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yl/7414178dbd3443d4b7055118b16125f1/images/large/9.jpg not downloaded yet
2026-03-26 22:51:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd3b9810>
2026-03-26 22:51:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_110543a2-946b-58b5-a399-47a2e5bd84a4/110543a2-946b-58b5-a399-47a2e5bd84a4_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yl%252F7414178dbd3443d4b7055118b16125f1%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yl/7414178dbd3443d4b7055118b16125f1/images/large/1.jpg saved to cache
2026-03-26 22:51:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 110543a2-946b-58b5-a399-47a2e5bd84a4
2026-03-26 22:51:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/4d5049df288544cc8c8520c175f5a61d/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/4d5049df288544cc8c8520c175f5a61d/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/4d5049df288544cc8c8520c175f5a61d/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/4d5049df288544cc8c8520c175f5a61d/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yl%252F7414178dbd3443d4b7055118b16125f1%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yl/7414178dbd3443d4b7055118b16125f1/images/large/10.jpg not downloaded yet
2026-03-26 22:51:27 [ayvens.be] INFO: Found listing with ID: 1985432
2026-03-26 22:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985432%27 HTTP/1.1" 200 None
2026-03-26 22:51:27 [ayvens.be] INFO: Scrape type for 1985432: 1
2026-03-26 22:51:27 [ayvens.be] INFO: Extracting data for car ID: 1985432
2026-03-26 22:51:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 73d04549-6880-5772-8780-32ea6fc9f9cf with identifier: 1985432
2026-03-26 22:51:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 73d04549-6880-5772-8780-32ea6fc9f9cf with scrape type 1
2026-03-26 22:51:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 73d04549-6880-5772-8780-32ea6fc9f9cf
2026-03-26 22:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2as%252Fd57d688e58e04a5aafe0d662d3823757%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2as/d57d688e58e04a5aafe0d662d3823757/images/large/1.jpg not downloaded yet
2026-03-26 22:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2as%252Fd57d688e58e04a5aafe0d662d3823757%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2as/d57d688e58e04a5aafe0d662d3823757/images/large/2.jpg not downloaded yet
2026-03-26 22:51:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74427d0>
2026-03-26 22:51:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_51809147-5da6-5336-96a6-dd315c4bbb21/51809147-5da6-5336-96a6-dd315c4bbb21_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F4d5049df288544cc8c8520c175f5a61d%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/4d5049df288544cc8c8520c175f5a61d/images/large/5.jpg saved to cache
2026-03-26 22:51:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 51809147-5da6-5336-96a6-dd315c4bbb21
2026-03-26 22:51:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c6b4d0>
2026-03-26 22:51:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_51809147-5da6-5336-96a6-dd315c4bbb21/51809147-5da6-5336-96a6-dd315c4bbb21_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F4d5049df288544cc8c8520c175f5a61d%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/4d5049df288544cc8c8520c175f5a61d/images/large/6.jpg saved to cache
2026-03-26 22:51:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 51809147-5da6-5336-96a6-dd315c4bbb21
2026-03-26 22:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2as%252Fd57d688e58e04a5aafe0d662d3823757%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2as/d57d688e58e04a5aafe0d662d3823757/images/large/3.jpg not downloaded yet
2026-03-26 22:51:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yl/7414178dbd3443d4b7055118b16125f1/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yl/7414178dbd3443d4b7055118b16125f1/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yl/7414178dbd3443d4b7055118b16125f1/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2as%252Fd57d688e58e04a5aafe0d662d3823757%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2as/d57d688e58e04a5aafe0d662d3823757/images/large/4.jpg not downloaded yet
2026-03-26 22:51:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yl/7414178dbd3443d4b7055118b16125f1/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yl/7414178dbd3443d4b7055118b16125f1/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yl/7414178dbd3443d4b7055118b16125f1/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7279ad0>
2026-03-26 22:51:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_51809147-5da6-5336-96a6-dd315c4bbb21/51809147-5da6-5336-96a6-dd315c4bbb21_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F4d5049df288544cc8c8520c175f5a61d%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/4d5049df288544cc8c8520c175f5a61d/images/large/9.jpg saved to cache
2026-03-26 22:51:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 51809147-5da6-5336-96a6-dd315c4bbb21
2026-03-26 22:51:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b746d850>
2026-03-26 22:51:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_51809147-5da6-5336-96a6-dd315c4bbb21/51809147-5da6-5336-96a6-dd315c4bbb21_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F4d5049df288544cc8c8520c175f5a61d%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/4d5049df288544cc8c8520c175f5a61d/images/large/8.jpg saved to cache
2026-03-26 22:51:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 51809147-5da6-5336-96a6-dd315c4bbb21
2026-03-26 22:51:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c62110>
2026-03-26 22:51:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_51809147-5da6-5336-96a6-dd315c4bbb21/51809147-5da6-5336-96a6-dd315c4bbb21_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F4d5049df288544cc8c8520c175f5a61d%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/4d5049df288544cc8c8520c175f5a61d/images/large/7.jpg saved to cache
2026-03-26 22:51:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 51809147-5da6-5336-96a6-dd315c4bbb21
2026-03-26 22:51:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6da5850>
2026-03-26 22:51:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_51809147-5da6-5336-96a6-dd315c4bbb21/51809147-5da6-5336-96a6-dd315c4bbb21_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F4d5049df288544cc8c8520c175f5a61d%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/4d5049df288544cc8c8520c175f5a61d/images/large/10.jpg saved to cache
2026-03-26 22:51:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 51809147-5da6-5336-96a6-dd315c4bbb21
2026-03-26 22:51:27 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 51809147-5da6-5336-96a6-dd315c4bbb21, skipping ID generation
2026-03-26 22:51:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 51809147-5da6-5336-96a6-dd315c4bbb21 with scrape type 1
2026-03-26 22:51:27 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 51809147-5da6-5336-96a6-dd315c4bbb21 sending to next pipeline
2026-03-26 22:51:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 51809147-5da6-5336-96a6-dd315c4bbb21, identifier: 1985430
2026-03-26 22:51:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yl/7414178dbd3443d4b7055118b16125f1/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2as%252Fd57d688e58e04a5aafe0d662d3823757%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2as/d57d688e58e04a5aafe0d662d3823757/images/large/5.jpg not downloaded yet
2026-03-26 22:51:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 51809147-5da6-5336-96a6-dd315c4bbb21 with identifier: 1985430
2026-03-26 22:51:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 51809147-5da6-5336-96a6-dd315c4bbb21 with identifier: 1985430
2026-03-26 22:51:28 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 51809147-5da6-5336-96a6-dd315c4bbb21 with identifier: 1985430 to the API
2026-03-26 22:51:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:51:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:51:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bm/4d5049df288544cc8c8520c175f5a61d/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.3L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '51809147-5da6-5336-96a6-dd315c4bbb21',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'CLASS A (W177)',
'odometer': 157535,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 17,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_51809147-5da6-5336-96a6-dd315c4bbb21/51809147-5da6-5336-96a6-dd315c4bbb21_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 555271,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/4d5049df288544cc8c8520c175f5a61d/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_51809147-5da6-5336-96a6-dd315c4bbb21/51809147-5da6-5336-96a6-dd315c4bbb21_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 547703,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/4d5049df288544cc8c8520c175f5a61d/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_51809147-5da6-5336-96a6-dd315c4bbb21/51809147-5da6-5336-96a6-dd315c4bbb21_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 626582,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/4d5049df288544cc8c8520c175f5a61d/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_51809147-5da6-5336-96a6-dd315c4bbb21/51809147-5da6-5336-96a6-dd315c4bbb21_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 666318,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/4d5049df288544cc8c8520c175f5a61d/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_51809147-5da6-5336-96a6-dd315c4bbb21/51809147-5da6-5336-96a6-dd315c4bbb21_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 616504,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/4d5049df288544cc8c8520c175f5a61d/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_51809147-5da6-5336-96a6-dd315c4bbb21/51809147-5da6-5336-96a6-dd315c4bbb21_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 567027,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/4d5049df288544cc8c8520c175f5a61d/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_51809147-5da6-5336-96a6-dd315c4bbb21/51809147-5da6-5336-96a6-dd315c4bbb21_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 655652,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/4d5049df288544cc8c8520c175f5a61d/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_51809147-5da6-5336-96a6-dd315c4bbb21/51809147-5da6-5336-96a6-dd315c4bbb21_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 676795,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/4d5049df288544cc8c8520c175f5a61d/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_51809147-5da6-5336-96a6-dd315c4bbb21/51809147-5da6-5336-96a6-dd315c4bbb21_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 694034,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/4d5049df288544cc8c8520c175f5a61d/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_51809147-5da6-5336-96a6-dd315c4bbb21/51809147-5da6-5336-96a6-dd315c4bbb21_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 625038,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/4d5049df288544cc8c8520c175f5a61d/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-11',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLASS A (W177) A 250 e PHEV Business Solution',
'transmission': 'automatic',
'trim': 'A 250 e PHEV Business Solution',
'vin': None,
'year': 2022}
2026-03-26 22:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985430%27 HTTP/1.1" 200 None
2026-03-26 22:51:28 [ayvens.be] INFO: Saving data for 1985430: {'created_time': 1774565488.329769, 'last_price_update_time': 1774565488.329778, 'auction_closing_time': 1774958400.0}
2026-03-26 22:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985430') HTTP/1.1" 204 0
2026-03-26 22:51:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yl/7414178dbd3443d4b7055118b16125f1/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2as%252Fd57d688e58e04a5aafe0d662d3823757%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2as/d57d688e58e04a5aafe0d662d3823757/images/large/6.jpg not downloaded yet
2026-03-26 22:51:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79ce1d0>
2026-03-26 22:51:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_110543a2-946b-58b5-a399-47a2e5bd84a4/110543a2-946b-58b5-a399-47a2e5bd84a4_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yl%252F7414178dbd3443d4b7055118b16125f1%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yl/7414178dbd3443d4b7055118b16125f1/images/large/4.jpg saved to cache
2026-03-26 22:51:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 110543a2-946b-58b5-a399-47a2e5bd84a4
2026-03-26 22:51:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7438f90>
2026-03-26 22:51:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_110543a2-946b-58b5-a399-47a2e5bd84a4/110543a2-946b-58b5-a399-47a2e5bd84a4_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yl%252F7414178dbd3443d4b7055118b16125f1%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yl/7414178dbd3443d4b7055118b16125f1/images/large/5.jpg saved to cache
2026-03-26 22:51:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 110543a2-946b-58b5-a399-47a2e5bd84a4
2026-03-26 22:51:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7416ed0>
2026-03-26 22:51:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_110543a2-946b-58b5-a399-47a2e5bd84a4/110543a2-946b-58b5-a399-47a2e5bd84a4_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yl%252F7414178dbd3443d4b7055118b16125f1%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yl/7414178dbd3443d4b7055118b16125f1/images/large/6.jpg saved to cache
2026-03-26 22:51:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 110543a2-946b-58b5-a399-47a2e5bd84a4
2026-03-26 22:51:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79f1fd0>
2026-03-26 22:51:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_110543a2-946b-58b5-a399-47a2e5bd84a4/110543a2-946b-58b5-a399-47a2e5bd84a4_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yl%252F7414178dbd3443d4b7055118b16125f1%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yl/7414178dbd3443d4b7055118b16125f1/images/large/7.jpg saved to cache
2026-03-26 22:51:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 110543a2-946b-58b5-a399-47a2e5bd84a4
2026-03-26 22:51:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7414450>
2026-03-26 22:51:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_110543a2-946b-58b5-a399-47a2e5bd84a4/110543a2-946b-58b5-a399-47a2e5bd84a4_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yl%252F7414178dbd3443d4b7055118b16125f1%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yl/7414178dbd3443d4b7055118b16125f1/images/large/3.jpg saved to cache
2026-03-26 22:51:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 110543a2-946b-58b5-a399-47a2e5bd84a4
2026-03-26 22:51:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7489890>
2026-03-26 22:51:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_110543a2-946b-58b5-a399-47a2e5bd84a4/110543a2-946b-58b5-a399-47a2e5bd84a4_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yl%252F7414178dbd3443d4b7055118b16125f1%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yl/7414178dbd3443d4b7055118b16125f1/images/large/2.jpg saved to cache
2026-03-26 22:51:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 110543a2-946b-58b5-a399-47a2e5bd84a4
2026-03-26 22:51:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7417290>
2026-03-26 22:51:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_110543a2-946b-58b5-a399-47a2e5bd84a4/110543a2-946b-58b5-a399-47a2e5bd84a4_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yl%252F7414178dbd3443d4b7055118b16125f1%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yl/7414178dbd3443d4b7055118b16125f1/images/large/8.jpg saved to cache
2026-03-26 22:51:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 110543a2-946b-58b5-a399-47a2e5bd84a4
2026-03-26 22:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2as%252Fd57d688e58e04a5aafe0d662d3823757%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2as/d57d688e58e04a5aafe0d662d3823757/images/large/7.jpg not downloaded yet
2026-03-26 22:51:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yl/7414178dbd3443d4b7055118b16125f1/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2as/d57d688e58e04a5aafe0d662d3823757/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2as/d57d688e58e04a5aafe0d662d3823757/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2as%252Fd57d688e58e04a5aafe0d662d3823757%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2as/d57d688e58e04a5aafe0d662d3823757/images/large/8.jpg not downloaded yet
2026-03-26 22:51:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6dd80d0>
2026-03-26 22:51:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_110543a2-946b-58b5-a399-47a2e5bd84a4/110543a2-946b-58b5-a399-47a2e5bd84a4_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yl%252F7414178dbd3443d4b7055118b16125f1%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yl/7414178dbd3443d4b7055118b16125f1/images/large/9.jpg saved to cache
2026-03-26 22:51:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 110543a2-946b-58b5-a399-47a2e5bd84a4
2026-03-26 22:51:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2as/d57d688e58e04a5aafe0d662d3823757/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2as/d57d688e58e04a5aafe0d662d3823757/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2as%252Fd57d688e58e04a5aafe0d662d3823757%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2as/d57d688e58e04a5aafe0d662d3823757/images/large/9.jpg not downloaded yet
2026-03-26 22:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2as%252Fd57d688e58e04a5aafe0d662d3823757%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2as/d57d688e58e04a5aafe0d662d3823757/images/large/10.jpg not downloaded yet
2026-03-26 22:51:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5ccbb10>
2026-03-26 22:51:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_110543a2-946b-58b5-a399-47a2e5bd84a4/110543a2-946b-58b5-a399-47a2e5bd84a4_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yl%252F7414178dbd3443d4b7055118b16125f1%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yl/7414178dbd3443d4b7055118b16125f1/images/large/10.jpg saved to cache
2026-03-26 22:51:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 110543a2-946b-58b5-a399-47a2e5bd84a4
2026-03-26 22:51:29 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 110543a2-946b-58b5-a399-47a2e5bd84a4, skipping ID generation
2026-03-26 22:51:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 110543a2-946b-58b5-a399-47a2e5bd84a4 with scrape type 1
2026-03-26 22:51:29 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 110543a2-946b-58b5-a399-47a2e5bd84a4 sending to next pipeline
2026-03-26 22:51:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 110543a2-946b-58b5-a399-47a2e5bd84a4, identifier: 1985431
2026-03-26 22:51:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd496f10>
2026-03-26 22:51:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_73d04549-6880-5772-8780-32ea6fc9f9cf/73d04549-6880-5772-8780-32ea6fc9f9cf_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2as%252Fd57d688e58e04a5aafe0d662d3823757%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2as/d57d688e58e04a5aafe0d662d3823757/images/large/1.jpg saved to cache
2026-03-26 22:51:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 73d04549-6880-5772-8780-32ea6fc9f9cf
2026-03-26 22:51:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79241d0>
2026-03-26 22:51:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_73d04549-6880-5772-8780-32ea6fc9f9cf/73d04549-6880-5772-8780-32ea6fc9f9cf_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2as%252Fd57d688e58e04a5aafe0d662d3823757%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2as/d57d688e58e04a5aafe0d662d3823757/images/large/2.jpg saved to cache
2026-03-26 22:51:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 73d04549-6880-5772-8780-32ea6fc9f9cf
2026-03-26 22:51:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 110543a2-946b-58b5-a399-47a2e5bd84a4 with identifier: 1985431
2026-03-26 22:51:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 110543a2-946b-58b5-a399-47a2e5bd84a4 with identifier: 1985431
2026-03-26 22:51:29 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 110543a2-946b-58b5-a399-47a2e5bd84a4 with identifier: 1985431 to the API
2026-03-26 22:51:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:51:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:51:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/1yl/7414178dbd3443d4b7055118b16125f1/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '110543a2-946b-58b5-a399-47a2e5bd84a4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'X2',
'odometer': 135124,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 16,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_110543a2-946b-58b5-a399-47a2e5bd84a4/110543a2-946b-58b5-a399-47a2e5bd84a4_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 259026,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yl/7414178dbd3443d4b7055118b16125f1/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_110543a2-946b-58b5-a399-47a2e5bd84a4/110543a2-946b-58b5-a399-47a2e5bd84a4_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 251292,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yl/7414178dbd3443d4b7055118b16125f1/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_110543a2-946b-58b5-a399-47a2e5bd84a4/110543a2-946b-58b5-a399-47a2e5bd84a4_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 248533,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yl/7414178dbd3443d4b7055118b16125f1/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_110543a2-946b-58b5-a399-47a2e5bd84a4/110543a2-946b-58b5-a399-47a2e5bd84a4_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 264616,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yl/7414178dbd3443d4b7055118b16125f1/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_110543a2-946b-58b5-a399-47a2e5bd84a4/110543a2-946b-58b5-a399-47a2e5bd84a4_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 322942,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yl/7414178dbd3443d4b7055118b16125f1/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_110543a2-946b-58b5-a399-47a2e5bd84a4/110543a2-946b-58b5-a399-47a2e5bd84a4_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 295244,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yl/7414178dbd3443d4b7055118b16125f1/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_110543a2-946b-58b5-a399-47a2e5bd84a4/110543a2-946b-58b5-a399-47a2e5bd84a4_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 350648,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yl/7414178dbd3443d4b7055118b16125f1/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_110543a2-946b-58b5-a399-47a2e5bd84a4/110543a2-946b-58b5-a399-47a2e5bd84a4_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 344194,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yl/7414178dbd3443d4b7055118b16125f1/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_110543a2-946b-58b5-a399-47a2e5bd84a4/110543a2-946b-58b5-a399-47a2e5bd84a4_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 344362,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yl/7414178dbd3443d4b7055118b16125f1/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_110543a2-946b-58b5-a399-47a2e5bd84a4/110543a2-946b-58b5-a399-47a2e5bd84a4_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 317003,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yl/7414178dbd3443d4b7055118b16125f1/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-02',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X2 1.5iA xDrive25e PHEV OPF',
'transmission': 'automatic',
'trim': '1.5iA xDrive25e PHEV OPF',
'vin': None,
'year': 2020}
2026-03-26 22:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985431%27 HTTP/1.1" 200 None
2026-03-26 22:51:29 [ayvens.be] INFO: Saving data for 1985431: {'created_time': 1774565489.580258, 'last_price_update_time': 1774565489.580268, 'auction_closing_time': 1774958400.0}
2026-03-26 22:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985431') HTTP/1.1" 204 0
2026-03-26 22:51:29 [ayvens.be] INFO: Found listing with ID: 1985433
2026-03-26 22:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985433%27 HTTP/1.1" 200 None
2026-03-26 22:51:29 [ayvens.be] INFO: Scrape type for 1985433: 1
2026-03-26 22:51:29 [ayvens.be] INFO: Extracting data for car ID: 1985433
2026-03-26 22:51:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ac91607f-a69f-52f7-9c65-c869b70c8f00 with identifier: 1985433
2026-03-26 22:51:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ac91607f-a69f-52f7-9c65-c869b70c8f00 with scrape type 1
2026-03-26 22:51:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item ac91607f-a69f-52f7-9c65-c869b70c8f00
2026-03-26 22:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Fb1364b95203b4a68b99701d99771961a%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/b1364b95203b4a68b99701d99771961a/images/large/1.jpg not downloaded yet
2026-03-26 22:51:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c80250>
2026-03-26 22:51:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_73d04549-6880-5772-8780-32ea6fc9f9cf/73d04549-6880-5772-8780-32ea6fc9f9cf_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2as%252Fd57d688e58e04a5aafe0d662d3823757%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2as/d57d688e58e04a5aafe0d662d3823757/images/large/3.jpg saved to cache
2026-03-26 22:51:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 73d04549-6880-5772-8780-32ea6fc9f9cf
2026-03-26 22:51:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7aa1e90>
2026-03-26 22:51:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_73d04549-6880-5772-8780-32ea6fc9f9cf/73d04549-6880-5772-8780-32ea6fc9f9cf_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2as%252Fd57d688e58e04a5aafe0d662d3823757%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2as/d57d688e58e04a5aafe0d662d3823757/images/large/4.jpg saved to cache
2026-03-26 22:51:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 73d04549-6880-5772-8780-32ea6fc9f9cf
2026-03-26 22:51:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2as/d57d688e58e04a5aafe0d662d3823757/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Fb1364b95203b4a68b99701d99771961a%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/b1364b95203b4a68b99701d99771961a/images/large/2.jpg not downloaded yet
2026-03-26 22:51:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2as/d57d688e58e04a5aafe0d662d3823757/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2as/d57d688e58e04a5aafe0d662d3823757/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Fb1364b95203b4a68b99701d99771961a%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/b1364b95203b4a68b99701d99771961a/images/large/3.jpg not downloaded yet
2026-03-26 22:51:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2as/d57d688e58e04a5aafe0d662d3823757/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Fb1364b95203b4a68b99701d99771961a%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/b1364b95203b4a68b99701d99771961a/images/large/4.jpg not downloaded yet
2026-03-26 22:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Fb1364b95203b4a68b99701d99771961a%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/b1364b95203b4a68b99701d99771961a/images/large/5.jpg not downloaded yet
2026-03-26 22:51:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2as/d57d688e58e04a5aafe0d662d3823757/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Fb1364b95203b4a68b99701d99771961a%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/b1364b95203b4a68b99701d99771961a/images/large/6.jpg not downloaded yet
2026-03-26 22:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Fb1364b95203b4a68b99701d99771961a%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/b1364b95203b4a68b99701d99771961a/images/large/7.jpg not downloaded yet
2026-03-26 22:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Fb1364b95203b4a68b99701d99771961a%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/b1364b95203b4a68b99701d99771961a/images/large/8.jpg not downloaded yet
2026-03-26 22:51:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7913bd0>
2026-03-26 22:51:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_73d04549-6880-5772-8780-32ea6fc9f9cf/73d04549-6880-5772-8780-32ea6fc9f9cf_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2as%252Fd57d688e58e04a5aafe0d662d3823757%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2as/d57d688e58e04a5aafe0d662d3823757/images/large/6.jpg saved to cache
2026-03-26 22:51:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 73d04549-6880-5772-8780-32ea6fc9f9cf
2026-03-26 22:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Fb1364b95203b4a68b99701d99771961a%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/b1364b95203b4a68b99701d99771961a/images/large/9.jpg not downloaded yet
2026-03-26 22:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Fb1364b95203b4a68b99701d99771961a%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/b1364b95203b4a68b99701d99771961a/images/large/10.jpg not downloaded yet
2026-03-26 22:51:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7819690>
2026-03-26 22:51:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_73d04549-6880-5772-8780-32ea6fc9f9cf/73d04549-6880-5772-8780-32ea6fc9f9cf_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2as%252Fd57d688e58e04a5aafe0d662d3823757%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2as/d57d688e58e04a5aafe0d662d3823757/images/large/7.jpg saved to cache
2026-03-26 22:51:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 73d04549-6880-5772-8780-32ea6fc9f9cf
2026-03-26 22:51:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77bd810>
2026-03-26 22:51:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_73d04549-6880-5772-8780-32ea6fc9f9cf/73d04549-6880-5772-8780-32ea6fc9f9cf_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2as%252Fd57d688e58e04a5aafe0d662d3823757%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2as/d57d688e58e04a5aafe0d662d3823757/images/large/5.jpg saved to cache
2026-03-26 22:51:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 73d04549-6880-5772-8780-32ea6fc9f9cf
2026-03-26 22:51:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7ce8590>
2026-03-26 22:51:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_73d04549-6880-5772-8780-32ea6fc9f9cf/73d04549-6880-5772-8780-32ea6fc9f9cf_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2as%252Fd57d688e58e04a5aafe0d662d3823757%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2as/d57d688e58e04a5aafe0d662d3823757/images/large/8.jpg saved to cache
2026-03-26 22:51:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 73d04549-6880-5772-8780-32ea6fc9f9cf
2026-03-26 22:51:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2as/d57d688e58e04a5aafe0d662d3823757/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:30 [ayvens.be] INFO: Found listing with ID: 1985434
2026-03-26 22:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985434%27 HTTP/1.1" 200 None
2026-03-26 22:51:30 [ayvens.be] INFO: Scrape type for 1985434: 1
2026-03-26 22:51:30 [ayvens.be] INFO: Extracting data for car ID: 1985434
2026-03-26 22:51:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0238b4ff-f3fd-56fb-b2ff-97a7b2555e89 with identifier: 1985434
2026-03-26 22:51:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0238b4ff-f3fd-56fb-b2ff-97a7b2555e89 with scrape type 1
2026-03-26 22:51:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 0238b4ff-f3fd-56fb-b2ff-97a7b2555e89
2026-03-26 22:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252F0f70f1ec777b449daaccff6999a7980c%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/0f70f1ec777b449daaccff6999a7980c/images/large/1.jpg not downloaded yet
2026-03-26 22:51:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd48eb50>
2026-03-26 22:51:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_73d04549-6880-5772-8780-32ea6fc9f9cf/73d04549-6880-5772-8780-32ea6fc9f9cf_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2as%252Fd57d688e58e04a5aafe0d662d3823757%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2as/d57d688e58e04a5aafe0d662d3823757/images/large/9.jpg saved to cache
2026-03-26 22:51:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 73d04549-6880-5772-8780-32ea6fc9f9cf
2026-03-26 22:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252F0f70f1ec777b449daaccff6999a7980c%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/0f70f1ec777b449daaccff6999a7980c/images/large/2.jpg not downloaded yet
2026-03-26 22:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252F0f70f1ec777b449daaccff6999a7980c%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/0f70f1ec777b449daaccff6999a7980c/images/large/3.jpg not downloaded yet
2026-03-26 22:51:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd0d3e90>
2026-03-26 22:51:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_73d04549-6880-5772-8780-32ea6fc9f9cf/73d04549-6880-5772-8780-32ea6fc9f9cf_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2as%252Fd57d688e58e04a5aafe0d662d3823757%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2as/d57d688e58e04a5aafe0d662d3823757/images/large/10.jpg saved to cache
2026-03-26 22:51:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 73d04549-6880-5772-8780-32ea6fc9f9cf
2026-03-26 22:51:30 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 73d04549-6880-5772-8780-32ea6fc9f9cf, skipping ID generation
2026-03-26 22:51:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 73d04549-6880-5772-8780-32ea6fc9f9cf with scrape type 1
2026-03-26 22:51:30 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 73d04549-6880-5772-8780-32ea6fc9f9cf sending to next pipeline
2026-03-26 22:51:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 73d04549-6880-5772-8780-32ea6fc9f9cf, identifier: 1985432
2026-03-26 22:51:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/b1364b95203b4a68b99701d99771961a/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/b1364b95203b4a68b99701d99771961a/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/b1364b95203b4a68b99701d99771961a/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 73d04549-6880-5772-8780-32ea6fc9f9cf with identifier: 1985432
2026-03-26 22:51:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 73d04549-6880-5772-8780-32ea6fc9f9cf with identifier: 1985432
2026-03-26 22:51:30 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 73d04549-6880-5772-8780-32ea6fc9f9cf with identifier: 1985432 to the API
2026-03-26 22:51:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:51:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:51:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2as/d57d688e58e04a5aafe0d662d3823757/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': 98,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': '73d04549-6880-5772-8780-32ea6fc9f9cf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '508 SW',
'odometer': 140777,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 15,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_73d04549-6880-5772-8780-32ea6fc9f9cf/73d04549-6880-5772-8780-32ea6fc9f9cf_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 258763,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2as/d57d688e58e04a5aafe0d662d3823757/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_73d04549-6880-5772-8780-32ea6fc9f9cf/73d04549-6880-5772-8780-32ea6fc9f9cf_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 258181,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2as/d57d688e58e04a5aafe0d662d3823757/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_73d04549-6880-5772-8780-32ea6fc9f9cf/73d04549-6880-5772-8780-32ea6fc9f9cf_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 236340,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2as/d57d688e58e04a5aafe0d662d3823757/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_73d04549-6880-5772-8780-32ea6fc9f9cf/73d04549-6880-5772-8780-32ea6fc9f9cf_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 238948,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2as/d57d688e58e04a5aafe0d662d3823757/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_73d04549-6880-5772-8780-32ea6fc9f9cf/73d04549-6880-5772-8780-32ea6fc9f9cf_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 277152,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2as/d57d688e58e04a5aafe0d662d3823757/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_73d04549-6880-5772-8780-32ea6fc9f9cf/73d04549-6880-5772-8780-32ea6fc9f9cf_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 250370,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2as/d57d688e58e04a5aafe0d662d3823757/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_73d04549-6880-5772-8780-32ea6fc9f9cf/73d04549-6880-5772-8780-32ea6fc9f9cf_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 282571,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2as/d57d688e58e04a5aafe0d662d3823757/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_73d04549-6880-5772-8780-32ea6fc9f9cf/73d04549-6880-5772-8780-32ea6fc9f9cf_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 333226,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2as/d57d688e58e04a5aafe0d662d3823757/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_73d04549-6880-5772-8780-32ea6fc9f9cf/73d04549-6880-5772-8780-32ea6fc9f9cf_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 323954,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2as/d57d688e58e04a5aafe0d662d3823757/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_73d04549-6880-5772-8780-32ea6fc9f9cf/73d04549-6880-5772-8780-32ea6fc9f9cf_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 314437,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2as/d57d688e58e04a5aafe0d662d3823757/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-29',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 508 SW 1.5 BLUEHDI 130 S&S AUTO ALLURE',
'transmission': 'automatic',
'trim': '1.5 BLUEHDI 130 S&S AUTO ALLURE',
'vin': None,
'year': 2021}
2026-03-26 22:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985432%27 HTTP/1.1" 200 None
2026-03-26 22:51:30 [ayvens.be] INFO: Saving data for 1985432: {'created_time': 1774565490.852419, 'last_price_update_time': 1774565490.852431, 'auction_closing_time': 1774958400.0}
2026-03-26 22:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985432') HTTP/1.1" 204 0
2026-03-26 22:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252F0f70f1ec777b449daaccff6999a7980c%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/0f70f1ec777b449daaccff6999a7980c/images/large/4.jpg not downloaded yet
2026-03-26 22:51:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/b1364b95203b4a68b99701d99771961a/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/b1364b95203b4a68b99701d99771961a/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/b1364b95203b4a68b99701d99771961a/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252F0f70f1ec777b449daaccff6999a7980c%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/0f70f1ec777b449daaccff6999a7980c/images/large/5.jpg not downloaded yet
2026-03-26 22:51:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7a62e90>
2026-03-26 22:51:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ac91607f-a69f-52f7-9c65-c869b70c8f00/ac91607f-a69f-52f7-9c65-c869b70c8f00_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Fb1364b95203b4a68b99701d99771961a%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/b1364b95203b4a68b99701d99771961a/images/large/1.jpg saved to cache
2026-03-26 22:51:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item ac91607f-a69f-52f7-9c65-c869b70c8f00
2026-03-26 22:51:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7480950>
2026-03-26 22:51:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ac91607f-a69f-52f7-9c65-c869b70c8f00/ac91607f-a69f-52f7-9c65-c869b70c8f00_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Fb1364b95203b4a68b99701d99771961a%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/b1364b95203b4a68b99701d99771961a/images/large/6.jpg saved to cache
2026-03-26 22:51:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item ac91607f-a69f-52f7-9c65-c869b70c8f00
2026-03-26 22:51:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b728dd50>
2026-03-26 22:51:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ac91607f-a69f-52f7-9c65-c869b70c8f00/ac91607f-a69f-52f7-9c65-c869b70c8f00_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Fb1364b95203b4a68b99701d99771961a%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/b1364b95203b4a68b99701d99771961a/images/large/5.jpg saved to cache
2026-03-26 22:51:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item ac91607f-a69f-52f7-9c65-c869b70c8f00
2026-03-26 22:51:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/b1364b95203b4a68b99701d99771961a/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252F0f70f1ec777b449daaccff6999a7980c%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/0f70f1ec777b449daaccff6999a7980c/images/large/6.jpg not downloaded yet
2026-03-26 22:51:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b727e450>
2026-03-26 22:51:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ac91607f-a69f-52f7-9c65-c869b70c8f00/ac91607f-a69f-52f7-9c65-c869b70c8f00_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Fb1364b95203b4a68b99701d99771961a%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/b1364b95203b4a68b99701d99771961a/images/large/2.jpg saved to cache
2026-03-26 22:51:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item ac91607f-a69f-52f7-9c65-c869b70c8f00
2026-03-26 22:51:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7724b50>
2026-03-26 22:51:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ac91607f-a69f-52f7-9c65-c869b70c8f00/ac91607f-a69f-52f7-9c65-c869b70c8f00_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Fb1364b95203b4a68b99701d99771961a%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/b1364b95203b4a68b99701d99771961a/images/large/3.jpg saved to cache
2026-03-26 22:51:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item ac91607f-a69f-52f7-9c65-c869b70c8f00
2026-03-26 22:51:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7402b50>
2026-03-26 22:51:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ac91607f-a69f-52f7-9c65-c869b70c8f00/ac91607f-a69f-52f7-9c65-c869b70c8f00_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Fb1364b95203b4a68b99701d99771961a%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/b1364b95203b4a68b99701d99771961a/images/large/4.jpg saved to cache
2026-03-26 22:51:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item ac91607f-a69f-52f7-9c65-c869b70c8f00
2026-03-26 22:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252F0f70f1ec777b449daaccff6999a7980c%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/0f70f1ec777b449daaccff6999a7980c/images/large/7.jpg not downloaded yet
2026-03-26 22:51:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/b1364b95203b4a68b99701d99771961a/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252F0f70f1ec777b449daaccff6999a7980c%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/0f70f1ec777b449daaccff6999a7980c/images/large/8.jpg not downloaded yet
2026-03-26 22:51:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b741f6d0>
2026-03-26 22:51:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ac91607f-a69f-52f7-9c65-c869b70c8f00/ac91607f-a69f-52f7-9c65-c869b70c8f00_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Fb1364b95203b4a68b99701d99771961a%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/b1364b95203b4a68b99701d99771961a/images/large/7.jpg saved to cache
2026-03-26 22:51:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item ac91607f-a69f-52f7-9c65-c869b70c8f00
2026-03-26 22:51:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/b1364b95203b4a68b99701d99771961a/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/b1364b95203b4a68b99701d99771961a/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252F0f70f1ec777b449daaccff6999a7980c%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/0f70f1ec777b449daaccff6999a7980c/images/large/9.jpg not downloaded yet
2026-03-26 22:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252F0f70f1ec777b449daaccff6999a7980c%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/0f70f1ec777b449daaccff6999a7980c/images/large/10.jpg not downloaded yet
2026-03-26 22:51:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bg/0f70f1ec777b449daaccff6999a7980c/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:31 [ayvens.be] INFO: Found listing with ID: 1985435
2026-03-26 22:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985435%27 HTTP/1.1" 200 None
2026-03-26 22:51:31 [ayvens.be] INFO: Scrape type for 1985435: 1
2026-03-26 22:51:31 [ayvens.be] INFO: Extracting data for car ID: 1985435
2026-03-26 22:51:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 340005c8-2f01-5331-9c8f-219207504f55 with identifier: 1985435
2026-03-26 22:51:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 340005c8-2f01-5331-9c8f-219207504f55 with scrape type 1
2026-03-26 22:51:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 340005c8-2f01-5331-9c8f-219207504f55
2026-03-26 22:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cg%252F2826af8eda3b43e19af804b3570bf76a%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cg/2826af8eda3b43e19af804b3570bf76a/images/large/1.jpg not downloaded yet
2026-03-26 22:51:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76efe50>
2026-03-26 22:51:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ac91607f-a69f-52f7-9c65-c869b70c8f00/ac91607f-a69f-52f7-9c65-c869b70c8f00_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Fb1364b95203b4a68b99701d99771961a%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/b1364b95203b4a68b99701d99771961a/images/large/10.jpg saved to cache
2026-03-26 22:51:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item ac91607f-a69f-52f7-9c65-c869b70c8f00
2026-03-26 22:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cg%252F2826af8eda3b43e19af804b3570bf76a%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cg/2826af8eda3b43e19af804b3570bf76a/images/large/2.jpg not downloaded yet
2026-03-26 22:51:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bg/0f70f1ec777b449daaccff6999a7980c/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bg/0f70f1ec777b449daaccff6999a7980c/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bg/0f70f1ec777b449daaccff6999a7980c/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cg%252F2826af8eda3b43e19af804b3570bf76a%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cg/2826af8eda3b43e19af804b3570bf76a/images/large/3.jpg not downloaded yet
2026-03-26 22:51:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bg/0f70f1ec777b449daaccff6999a7980c/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7a56f10>
2026-03-26 22:51:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ac91607f-a69f-52f7-9c65-c869b70c8f00/ac91607f-a69f-52f7-9c65-c869b70c8f00_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Fb1364b95203b4a68b99701d99771961a%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/b1364b95203b4a68b99701d99771961a/images/large/8.jpg saved to cache
2026-03-26 22:51:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item ac91607f-a69f-52f7-9c65-c869b70c8f00
2026-03-26 22:51:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7400350>
2026-03-26 22:51:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ac91607f-a69f-52f7-9c65-c869b70c8f00/ac91607f-a69f-52f7-9c65-c869b70c8f00_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Fb1364b95203b4a68b99701d99771961a%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/b1364b95203b4a68b99701d99771961a/images/large/9.jpg saved to cache
2026-03-26 22:51:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item ac91607f-a69f-52f7-9c65-c869b70c8f00
2026-03-26 22:51:32 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ac91607f-a69f-52f7-9c65-c869b70c8f00, skipping ID generation
2026-03-26 22:51:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ac91607f-a69f-52f7-9c65-c869b70c8f00 with scrape type 1
2026-03-26 22:51:32 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ac91607f-a69f-52f7-9c65-c869b70c8f00 sending to next pipeline
2026-03-26 22:51:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: ac91607f-a69f-52f7-9c65-c869b70c8f00, identifier: 1985433
2026-03-26 22:51:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd0d2010>
2026-03-26 22:51:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0238b4ff-f3fd-56fb-b2ff-97a7b2555e89/0238b4ff-f3fd-56fb-b2ff-97a7b2555e89_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252F0f70f1ec777b449daaccff6999a7980c%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/0f70f1ec777b449daaccff6999a7980c/images/large/1.jpg saved to cache
2026-03-26 22:51:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 0238b4ff-f3fd-56fb-b2ff-97a7b2555e89
2026-03-26 22:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cg%252F2826af8eda3b43e19af804b3570bf76a%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cg/2826af8eda3b43e19af804b3570bf76a/images/large/4.jpg not downloaded yet
2026-03-26 22:51:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: ac91607f-a69f-52f7-9c65-c869b70c8f00 with identifier: 1985433
2026-03-26 22:51:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: ac91607f-a69f-52f7-9c65-c869b70c8f00 with identifier: 1985433
2026-03-26 22:51:32 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: ac91607f-a69f-52f7-9c65-c869b70c8f00 with identifier: 1985433 to the API
2026-03-26 22:51:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:51:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:51:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bp/b1364b95203b4a68b99701d99771961a/images/large/9.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'ac91607f-a69f-52f7-9c65-c869b70c8f00',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '3008',
'odometer': 40666,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 16,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ac91607f-a69f-52f7-9c65-c869b70c8f00/ac91607f-a69f-52f7-9c65-c869b70c8f00_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 637042,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/b1364b95203b4a68b99701d99771961a/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ac91607f-a69f-52f7-9c65-c869b70c8f00/ac91607f-a69f-52f7-9c65-c869b70c8f00_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 620507,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/b1364b95203b4a68b99701d99771961a/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ac91607f-a69f-52f7-9c65-c869b70c8f00/ac91607f-a69f-52f7-9c65-c869b70c8f00_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 591758,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/b1364b95203b4a68b99701d99771961a/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ac91607f-a69f-52f7-9c65-c869b70c8f00/ac91607f-a69f-52f7-9c65-c869b70c8f00_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 705388,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/b1364b95203b4a68b99701d99771961a/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ac91607f-a69f-52f7-9c65-c869b70c8f00/ac91607f-a69f-52f7-9c65-c869b70c8f00_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 581465,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/b1364b95203b4a68b99701d99771961a/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ac91607f-a69f-52f7-9c65-c869b70c8f00/ac91607f-a69f-52f7-9c65-c869b70c8f00_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 567321,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/b1364b95203b4a68b99701d99771961a/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ac91607f-a69f-52f7-9c65-c869b70c8f00/ac91607f-a69f-52f7-9c65-c869b70c8f00_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 633991,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/b1364b95203b4a68b99701d99771961a/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ac91607f-a69f-52f7-9c65-c869b70c8f00/ac91607f-a69f-52f7-9c65-c869b70c8f00_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 718880,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/b1364b95203b4a68b99701d99771961a/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ac91607f-a69f-52f7-9c65-c869b70c8f00/ac91607f-a69f-52f7-9c65-c869b70c8f00_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 424359,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/b1364b95203b4a68b99701d99771961a/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ac91607f-a69f-52f7-9c65-c869b70c8f00/ac91607f-a69f-52f7-9c65-c869b70c8f00_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 286264,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/b1364b95203b4a68b99701d99771961a/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-04',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 3008 1.2 PURETECH 96KW S&S GT',
'transmission': 'manual',
'trim': '1.2 PURETECH 96KW S&S GT',
'vin': None,
'year': 2022}
2026-03-26 22:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985433%27 HTTP/1.1" 200 None
2026-03-26 22:51:32 [ayvens.be] INFO: Saving data for 1985433: {'created_time': 1774565492.695053, 'last_price_update_time': 1774565492.695062, 'auction_closing_time': 1774958400.0}
2026-03-26 22:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985433') HTTP/1.1" 204 0
2026-03-26 22:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cg%252F2826af8eda3b43e19af804b3570bf76a%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cg/2826af8eda3b43e19af804b3570bf76a/images/large/5.jpg not downloaded yet
2026-03-26 22:51:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7448b50>
2026-03-26 22:51:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0238b4ff-f3fd-56fb-b2ff-97a7b2555e89/0238b4ff-f3fd-56fb-b2ff-97a7b2555e89_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252F0f70f1ec777b449daaccff6999a7980c%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/0f70f1ec777b449daaccff6999a7980c/images/large/2.jpg saved to cache
2026-03-26 22:51:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 0238b4ff-f3fd-56fb-b2ff-97a7b2555e89
2026-03-26 22:51:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7459590>
2026-03-26 22:51:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0238b4ff-f3fd-56fb-b2ff-97a7b2555e89/0238b4ff-f3fd-56fb-b2ff-97a7b2555e89_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252F0f70f1ec777b449daaccff6999a7980c%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/0f70f1ec777b449daaccff6999a7980c/images/large/4.jpg saved to cache
2026-03-26 22:51:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 0238b4ff-f3fd-56fb-b2ff-97a7b2555e89
2026-03-26 22:51:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7278150>
2026-03-26 22:51:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0238b4ff-f3fd-56fb-b2ff-97a7b2555e89/0238b4ff-f3fd-56fb-b2ff-97a7b2555e89_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:51:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252F0f70f1ec777b449daaccff6999a7980c%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/0f70f1ec777b449daaccff6999a7980c/images/large/3.jpg saved to cache
2026-03-26 22:51:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 0238b4ff-f3fd-56fb-b2ff-97a7b2555e89
2026-03-26 22:51:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b745afd0>
2026-03-26 22:51:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0238b4ff-f3fd-56fb-b2ff-97a7b2555e89/0238b4ff-f3fd-56fb-b2ff-97a7b2555e89_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:51:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252F0f70f1ec777b449daaccff6999a7980c%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/0f70f1ec777b449daaccff6999a7980c/images/large/5.jpg saved to cache
2026-03-26 22:51:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 0238b4ff-f3fd-56fb-b2ff-97a7b2555e89
2026-03-26 22:51:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bg/0f70f1ec777b449daaccff6999a7980c/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cg%252F2826af8eda3b43e19af804b3570bf76a%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cg/2826af8eda3b43e19af804b3570bf76a/images/large/6.jpg not downloaded yet
2026-03-26 22:51:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bg/0f70f1ec777b449daaccff6999a7980c/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cg%252F2826af8eda3b43e19af804b3570bf76a%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cg/2826af8eda3b43e19af804b3570bf76a/images/large/7.jpg not downloaded yet
2026-03-26 22:51:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bg/0f70f1ec777b449daaccff6999a7980c/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cg%252F2826af8eda3b43e19af804b3570bf76a%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cg/2826af8eda3b43e19af804b3570bf76a/images/large/8.jpg not downloaded yet
2026-03-26 22:51:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bg/0f70f1ec777b449daaccff6999a7980c/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bg/0f70f1ec777b449daaccff6999a7980c/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cg%252F2826af8eda3b43e19af804b3570bf76a%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cg/2826af8eda3b43e19af804b3570bf76a/images/large/9.jpg not downloaded yet
2026-03-26 22:51:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cg/2826af8eda3b43e19af804b3570bf76a/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cg%252F2826af8eda3b43e19af804b3570bf76a%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cg/2826af8eda3b43e19af804b3570bf76a/images/large/10.jpg not downloaded yet
2026-03-26 22:51:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cg/2826af8eda3b43e19af804b3570bf76a/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7b35b50>
2026-03-26 22:51:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0238b4ff-f3fd-56fb-b2ff-97a7b2555e89/0238b4ff-f3fd-56fb-b2ff-97a7b2555e89_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:51:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252F0f70f1ec777b449daaccff6999a7980c%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/0f70f1ec777b449daaccff6999a7980c/images/large/6.jpg saved to cache
2026-03-26 22:51:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 0238b4ff-f3fd-56fb-b2ff-97a7b2555e89
2026-03-26 22:51:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76ef810>
2026-03-26 22:51:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0238b4ff-f3fd-56fb-b2ff-97a7b2555e89/0238b4ff-f3fd-56fb-b2ff-97a7b2555e89_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:51:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252F0f70f1ec777b449daaccff6999a7980c%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/0f70f1ec777b449daaccff6999a7980c/images/large/7.jpg saved to cache
2026-03-26 22:51:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 0238b4ff-f3fd-56fb-b2ff-97a7b2555e89
2026-03-26 22:51:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7494c90>
2026-03-26 22:51:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0238b4ff-f3fd-56fb-b2ff-97a7b2555e89/0238b4ff-f3fd-56fb-b2ff-97a7b2555e89_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:51:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252F0f70f1ec777b449daaccff6999a7980c%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/0f70f1ec777b449daaccff6999a7980c/images/large/9.jpg saved to cache
2026-03-26 22:51:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 0238b4ff-f3fd-56fb-b2ff-97a7b2555e89
2026-03-26 22:51:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cg/2826af8eda3b43e19af804b3570bf76a/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:33 [ayvens.be] INFO: Found listing with ID: 1985436
2026-03-26 22:51:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985436%27 HTTP/1.1" 200 None
2026-03-26 22:51:33 [ayvens.be] INFO: Scrape type for 1985436: 1
2026-03-26 22:51:33 [ayvens.be] INFO: Extracting data for car ID: 1985436
2026-03-26 22:51:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d44b29fe-b0ac-50ce-b5d2-6f0ae726e736 with identifier: 1985436
2026-03-26 22:51:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d44b29fe-b0ac-50ce-b5d2-6f0ae726e736 with scrape type 1
2026-03-26 22:51:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item d44b29fe-b0ac-50ce-b5d2-6f0ae726e736
2026-03-26 22:51:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2de%252F1b7cf234db5e4290b96ca204d602e291%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2de/1b7cf234db5e4290b96ca204d602e291/images/large/1.jpg not downloaded yet
2026-03-26 22:51:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2de%252F1b7cf234db5e4290b96ca204d602e291%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2de/1b7cf234db5e4290b96ca204d602e291/images/large/2.jpg not downloaded yet
2026-03-26 22:51:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76a4490>
2026-03-26 22:51:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0238b4ff-f3fd-56fb-b2ff-97a7b2555e89/0238b4ff-f3fd-56fb-b2ff-97a7b2555e89_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:51:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252F0f70f1ec777b449daaccff6999a7980c%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/0f70f1ec777b449daaccff6999a7980c/images/large/8.jpg saved to cache
2026-03-26 22:51:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 0238b4ff-f3fd-56fb-b2ff-97a7b2555e89
2026-03-26 22:51:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cc1350>
2026-03-26 22:51:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0238b4ff-f3fd-56fb-b2ff-97a7b2555e89/0238b4ff-f3fd-56fb-b2ff-97a7b2555e89_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:51:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252F0f70f1ec777b449daaccff6999a7980c%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/0f70f1ec777b449daaccff6999a7980c/images/large/10.jpg saved to cache
2026-03-26 22:51:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 0238b4ff-f3fd-56fb-b2ff-97a7b2555e89
2026-03-26 22:51:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0238b4ff-f3fd-56fb-b2ff-97a7b2555e89, skipping ID generation
2026-03-26 22:51:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0238b4ff-f3fd-56fb-b2ff-97a7b2555e89 with scrape type 1
2026-03-26 22:51:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0238b4ff-f3fd-56fb-b2ff-97a7b2555e89 sending to next pipeline
2026-03-26 22:51:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 0238b4ff-f3fd-56fb-b2ff-97a7b2555e89, identifier: 1985434
2026-03-26 22:51:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b727aad0>
2026-03-26 22:51:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_340005c8-2f01-5331-9c8f-219207504f55/340005c8-2f01-5331-9c8f-219207504f55_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cg%252F2826af8eda3b43e19af804b3570bf76a%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cg/2826af8eda3b43e19af804b3570bf76a/images/large/3.jpg saved to cache
2026-03-26 22:51:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 340005c8-2f01-5331-9c8f-219207504f55
2026-03-26 22:51:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76e02d0>
2026-03-26 22:51:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_340005c8-2f01-5331-9c8f-219207504f55/340005c8-2f01-5331-9c8f-219207504f55_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cg%252F2826af8eda3b43e19af804b3570bf76a%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cg/2826af8eda3b43e19af804b3570bf76a/images/large/1.jpg saved to cache
2026-03-26 22:51:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 340005c8-2f01-5331-9c8f-219207504f55
2026-03-26 22:51:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 0238b4ff-f3fd-56fb-b2ff-97a7b2555e89 with identifier: 1985434
2026-03-26 22:51:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 0238b4ff-f3fd-56fb-b2ff-97a7b2555e89 with identifier: 1985434
2026-03-26 22:51:34 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 0238b4ff-f3fd-56fb-b2ff-97a7b2555e89 with identifier: 1985434 to the API
2026-03-26 22:51:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:51:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:51:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bg/0f70f1ec777b449daaccff6999a7980c/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': '0238b4ff-f3fd-56fb-b2ff-97a7b2555e89',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'OPEL',
'model': 'INSIGNIA SPORTS TOURER DIESEL',
'odometer': 154481,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 17,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0238b4ff-f3fd-56fb-b2ff-97a7b2555e89/0238b4ff-f3fd-56fb-b2ff-97a7b2555e89_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 687881,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bg/0f70f1ec777b449daaccff6999a7980c/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0238b4ff-f3fd-56fb-b2ff-97a7b2555e89/0238b4ff-f3fd-56fb-b2ff-97a7b2555e89_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 681600,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bg/0f70f1ec777b449daaccff6999a7980c/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0238b4ff-f3fd-56fb-b2ff-97a7b2555e89/0238b4ff-f3fd-56fb-b2ff-97a7b2555e89_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 724830,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bg/0f70f1ec777b449daaccff6999a7980c/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0238b4ff-f3fd-56fb-b2ff-97a7b2555e89/0238b4ff-f3fd-56fb-b2ff-97a7b2555e89_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 772753,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bg/0f70f1ec777b449daaccff6999a7980c/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0238b4ff-f3fd-56fb-b2ff-97a7b2555e89/0238b4ff-f3fd-56fb-b2ff-97a7b2555e89_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 616243,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bg/0f70f1ec777b449daaccff6999a7980c/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0238b4ff-f3fd-56fb-b2ff-97a7b2555e89/0238b4ff-f3fd-56fb-b2ff-97a7b2555e89_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 625313,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bg/0f70f1ec777b449daaccff6999a7980c/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0238b4ff-f3fd-56fb-b2ff-97a7b2555e89/0238b4ff-f3fd-56fb-b2ff-97a7b2555e89_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 666817,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bg/0f70f1ec777b449daaccff6999a7980c/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0238b4ff-f3fd-56fb-b2ff-97a7b2555e89/0238b4ff-f3fd-56fb-b2ff-97a7b2555e89_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 765830,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bg/0f70f1ec777b449daaccff6999a7980c/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0238b4ff-f3fd-56fb-b2ff-97a7b2555e89/0238b4ff-f3fd-56fb-b2ff-97a7b2555e89_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 569543,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bg/0f70f1ec777b449daaccff6999a7980c/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0238b4ff-f3fd-56fb-b2ff-97a7b2555e89/0238b4ff-f3fd-56fb-b2ff-97a7b2555e89_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 641961,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bg/0f70f1ec777b449daaccff6999a7980c/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-17',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL INSIGNIA SPORTS TOURER DIESEL 1.5 Turbo D Business Edition',
'transmission': 'automatic',
'trim': '1.5 Turbo D Business Edition',
'vin': None,
'year': 2021}
2026-03-26 22:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985434%27 HTTP/1.1" 200 None
2026-03-26 22:51:34 [ayvens.be] INFO: Saving data for 1985434: {'created_time': 1774565494.617457, 'last_price_update_time': 1774565494.617466, 'auction_closing_time': 1774958400.0}
2026-03-26 22:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985434') HTTP/1.1" 204 0
2026-03-26 22:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2de%252F1b7cf234db5e4290b96ca204d602e291%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2de/1b7cf234db5e4290b96ca204d602e291/images/large/3.jpg not downloaded yet
2026-03-26 22:51:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b782e8d0>
2026-03-26 22:51:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_340005c8-2f01-5331-9c8f-219207504f55/340005c8-2f01-5331-9c8f-219207504f55_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cg%252F2826af8eda3b43e19af804b3570bf76a%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cg/2826af8eda3b43e19af804b3570bf76a/images/large/2.jpg saved to cache
2026-03-26 22:51:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 340005c8-2f01-5331-9c8f-219207504f55
2026-03-26 22:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2de%252F1b7cf234db5e4290b96ca204d602e291%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2de/1b7cf234db5e4290b96ca204d602e291/images/large/4.jpg not downloaded yet
2026-03-26 22:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2de%252F1b7cf234db5e4290b96ca204d602e291%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2de/1b7cf234db5e4290b96ca204d602e291/images/large/5.jpg not downloaded yet
2026-03-26 22:51:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cg/2826af8eda3b43e19af804b3570bf76a/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cg/2826af8eda3b43e19af804b3570bf76a/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2de%252F1b7cf234db5e4290b96ca204d602e291%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2de/1b7cf234db5e4290b96ca204d602e291/images/large/6.jpg not downloaded yet
2026-03-26 22:51:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cg/2826af8eda3b43e19af804b3570bf76a/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cg/2826af8eda3b43e19af804b3570bf76a/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cg/2826af8eda3b43e19af804b3570bf76a/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cg/2826af8eda3b43e19af804b3570bf76a/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2de%252F1b7cf234db5e4290b96ca204d602e291%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2de/1b7cf234db5e4290b96ca204d602e291/images/large/7.jpg not downloaded yet
2026-03-26 22:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2de%252F1b7cf234db5e4290b96ca204d602e291%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2de/1b7cf234db5e4290b96ca204d602e291/images/large/8.jpg not downloaded yet
2026-03-26 22:51:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cg/2826af8eda3b43e19af804b3570bf76a/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2de%252F1b7cf234db5e4290b96ca204d602e291%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2de/1b7cf234db5e4290b96ca204d602e291/images/large/9.jpg not downloaded yet
2026-03-26 22:51:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2de/1b7cf234db5e4290b96ca204d602e291/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2de%252F1b7cf234db5e4290b96ca204d602e291%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2de/1b7cf234db5e4290b96ca204d602e291/images/large/10.jpg not downloaded yet
2026-03-26 22:51:34 [ayvens.be] INFO: Found listing with ID: 1985437
2026-03-26 22:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985437%27 HTTP/1.1" 200 None
2026-03-26 22:51:34 [ayvens.be] INFO: Scrape type for 1985437: 1
2026-03-26 22:51:34 [ayvens.be] INFO: Extracting data for car ID: 1985437
2026-03-26 22:51:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1fe3a826-d1b0-5341-92c4-687efe5da057 with identifier: 1985437
2026-03-26 22:51:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1fe3a826-d1b0-5341-92c4-687efe5da057 with scrape type 1
2026-03-26 22:51:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 1fe3a826-d1b0-5341-92c4-687efe5da057
2026-03-26 22:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cp%252F069f334e9eb5496e97de4a8f91efc619%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cp/069f334e9eb5496e97de4a8f91efc619/images/large/1.jpg not downloaded yet
2026-03-26 22:51:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7b16c50>
2026-03-26 22:51:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_340005c8-2f01-5331-9c8f-219207504f55/340005c8-2f01-5331-9c8f-219207504f55_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cg%252F2826af8eda3b43e19af804b3570bf76a%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cg/2826af8eda3b43e19af804b3570bf76a/images/large/5.jpg saved to cache
2026-03-26 22:51:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 340005c8-2f01-5331-9c8f-219207504f55
2026-03-26 22:51:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6df0dd0>
2026-03-26 22:51:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_340005c8-2f01-5331-9c8f-219207504f55/340005c8-2f01-5331-9c8f-219207504f55_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cg%252F2826af8eda3b43e19af804b3570bf76a%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cg/2826af8eda3b43e19af804b3570bf76a/images/large/6.jpg saved to cache
2026-03-26 22:51:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 340005c8-2f01-5331-9c8f-219207504f55
2026-03-26 22:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cp%252F069f334e9eb5496e97de4a8f91efc619%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cp/069f334e9eb5496e97de4a8f91efc619/images/large/2.jpg not downloaded yet
2026-03-26 22:51:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7417fd0>
2026-03-26 22:51:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_340005c8-2f01-5331-9c8f-219207504f55/340005c8-2f01-5331-9c8f-219207504f55_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cg%252F2826af8eda3b43e19af804b3570bf76a%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cg/2826af8eda3b43e19af804b3570bf76a/images/large/4.jpg saved to cache
2026-03-26 22:51:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 340005c8-2f01-5331-9c8f-219207504f55
2026-03-26 22:51:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e10410>
2026-03-26 22:51:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_340005c8-2f01-5331-9c8f-219207504f55/340005c8-2f01-5331-9c8f-219207504f55_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cg%252F2826af8eda3b43e19af804b3570bf76a%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cg/2826af8eda3b43e19af804b3570bf76a/images/large/7.jpg saved to cache
2026-03-26 22:51:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 340005c8-2f01-5331-9c8f-219207504f55
2026-03-26 22:51:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79a76d0>
2026-03-26 22:51:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_340005c8-2f01-5331-9c8f-219207504f55/340005c8-2f01-5331-9c8f-219207504f55_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cg%252F2826af8eda3b43e19af804b3570bf76a%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cg/2826af8eda3b43e19af804b3570bf76a/images/large/8.jpg saved to cache
2026-03-26 22:51:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 340005c8-2f01-5331-9c8f-219207504f55
2026-03-26 22:51:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74ddf90>
2026-03-26 22:51:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_340005c8-2f01-5331-9c8f-219207504f55/340005c8-2f01-5331-9c8f-219207504f55_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cg%252F2826af8eda3b43e19af804b3570bf76a%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cg/2826af8eda3b43e19af804b3570bf76a/images/large/9.jpg saved to cache
2026-03-26 22:51:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 340005c8-2f01-5331-9c8f-219207504f55
2026-03-26 22:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cp%252F069f334e9eb5496e97de4a8f91efc619%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cp/069f334e9eb5496e97de4a8f91efc619/images/large/3.jpg not downloaded yet
2026-03-26 22:51:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7591d10>
2026-03-26 22:51:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_340005c8-2f01-5331-9c8f-219207504f55/340005c8-2f01-5331-9c8f-219207504f55_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cg%252F2826af8eda3b43e19af804b3570bf76a%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cg/2826af8eda3b43e19af804b3570bf76a/images/large/10.jpg saved to cache
2026-03-26 22:51:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 340005c8-2f01-5331-9c8f-219207504f55
2026-03-26 22:51:35 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 340005c8-2f01-5331-9c8f-219207504f55, skipping ID generation
2026-03-26 22:51:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 340005c8-2f01-5331-9c8f-219207504f55 with scrape type 1
2026-03-26 22:51:35 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 340005c8-2f01-5331-9c8f-219207504f55 sending to next pipeline
2026-03-26 22:51:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 340005c8-2f01-5331-9c8f-219207504f55, identifier: 1985435
2026-03-26 22:51:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd0c4790>
2026-03-26 22:51:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d44b29fe-b0ac-50ce-b5d2-6f0ae726e736/d44b29fe-b0ac-50ce-b5d2-6f0ae726e736_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2de%252F1b7cf234db5e4290b96ca204d602e291%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2de/1b7cf234db5e4290b96ca204d602e291/images/large/1.jpg saved to cache
2026-03-26 22:51:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item d44b29fe-b0ac-50ce-b5d2-6f0ae726e736
2026-03-26 22:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cp%252F069f334e9eb5496e97de4a8f91efc619%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cp/069f334e9eb5496e97de4a8f91efc619/images/large/4.jpg not downloaded yet
2026-03-26 22:51:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 340005c8-2f01-5331-9c8f-219207504f55 with identifier: 1985435
2026-03-26 22:51:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 340005c8-2f01-5331-9c8f-219207504f55 with identifier: 1985435
2026-03-26 22:51:36 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 340005c8-2f01-5331-9c8f-219207504f55 with identifier: 1985435 to the API
2026-03-26 22:51:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:51:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:51:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2cg/2826af8eda3b43e19af804b3570bf76a/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 4,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': '340005c8-2f01-5331-9c8f-219207504f55',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '2 SERIES GRAN COUPE',
'odometer': 102888,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 17,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_340005c8-2f01-5331-9c8f-219207504f55/340005c8-2f01-5331-9c8f-219207504f55_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 734846,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cg/2826af8eda3b43e19af804b3570bf76a/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_340005c8-2f01-5331-9c8f-219207504f55/340005c8-2f01-5331-9c8f-219207504f55_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 678864,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cg/2826af8eda3b43e19af804b3570bf76a/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_340005c8-2f01-5331-9c8f-219207504f55/340005c8-2f01-5331-9c8f-219207504f55_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 547423,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cg/2826af8eda3b43e19af804b3570bf76a/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_340005c8-2f01-5331-9c8f-219207504f55/340005c8-2f01-5331-9c8f-219207504f55_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 766932,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cg/2826af8eda3b43e19af804b3570bf76a/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_340005c8-2f01-5331-9c8f-219207504f55/340005c8-2f01-5331-9c8f-219207504f55_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 713609,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cg/2826af8eda3b43e19af804b3570bf76a/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_340005c8-2f01-5331-9c8f-219207504f55/340005c8-2f01-5331-9c8f-219207504f55_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 569079,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cg/2826af8eda3b43e19af804b3570bf76a/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_340005c8-2f01-5331-9c8f-219207504f55/340005c8-2f01-5331-9c8f-219207504f55_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 709293,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cg/2826af8eda3b43e19af804b3570bf76a/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_340005c8-2f01-5331-9c8f-219207504f55/340005c8-2f01-5331-9c8f-219207504f55_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 778240,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cg/2826af8eda3b43e19af804b3570bf76a/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_340005c8-2f01-5331-9c8f-219207504f55/340005c8-2f01-5331-9c8f-219207504f55_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 581078,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cg/2826af8eda3b43e19af804b3570bf76a/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_340005c8-2f01-5331-9c8f-219207504f55/340005c8-2f01-5331-9c8f-219207504f55_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 607470,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cg/2826af8eda3b43e19af804b3570bf76a/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-07-14',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 2 SERIES GRAN COUPE 1.5 216DA GRAN COUPE',
'transmission': 'automatic',
'trim': '1.5 216DA GRAN COUPE',
'vin': None,
'year': 2022}
2026-03-26 22:51:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985435%27 HTTP/1.1" 200 None
2026-03-26 22:51:36 [ayvens.be] INFO: Saving data for 1985435: {'created_time': 1774565496.244024, 'last_price_update_time': 1774565496.244034, 'auction_closing_time': 1774958400.0}
2026-03-26 22:51:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985435') HTTP/1.1" 204 0
2026-03-26 22:51:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2de/1b7cf234db5e4290b96ca204d602e291/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cp%252F069f334e9eb5496e97de4a8f91efc619%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cp/069f334e9eb5496e97de4a8f91efc619/images/large/5.jpg not downloaded yet
2026-03-26 22:51:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2de/1b7cf234db5e4290b96ca204d602e291/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2de/1b7cf234db5e4290b96ca204d602e291/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cp%252F069f334e9eb5496e97de4a8f91efc619%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cp/069f334e9eb5496e97de4a8f91efc619/images/large/6.jpg not downloaded yet
2026-03-26 22:51:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2de/1b7cf234db5e4290b96ca204d602e291/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2de/1b7cf234db5e4290b96ca204d602e291/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cp%252F069f334e9eb5496e97de4a8f91efc619%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cp/069f334e9eb5496e97de4a8f91efc619/images/large/7.jpg not downloaded yet
2026-03-26 22:51:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2de/1b7cf234db5e4290b96ca204d602e291/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cp%252F069f334e9eb5496e97de4a8f91efc619%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cp/069f334e9eb5496e97de4a8f91efc619/images/large/8.jpg not downloaded yet
2026-03-26 22:51:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7649ed0>
2026-03-26 22:51:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d44b29fe-b0ac-50ce-b5d2-6f0ae726e736/d44b29fe-b0ac-50ce-b5d2-6f0ae726e736_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:51:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2de%252F1b7cf234db5e4290b96ca204d602e291%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2de/1b7cf234db5e4290b96ca204d602e291/images/large/2.jpg saved to cache
2026-03-26 22:51:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item d44b29fe-b0ac-50ce-b5d2-6f0ae726e736
2026-03-26 22:51:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2de/1b7cf234db5e4290b96ca204d602e291/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cp%252F069f334e9eb5496e97de4a8f91efc619%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cp/069f334e9eb5496e97de4a8f91efc619/images/large/9.jpg not downloaded yet
2026-03-26 22:51:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c68410>
2026-03-26 22:51:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d44b29fe-b0ac-50ce-b5d2-6f0ae726e736/d44b29fe-b0ac-50ce-b5d2-6f0ae726e736_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:51:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2de%252F1b7cf234db5e4290b96ca204d602e291%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2de/1b7cf234db5e4290b96ca204d602e291/images/large/5.jpg saved to cache
2026-03-26 22:51:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item d44b29fe-b0ac-50ce-b5d2-6f0ae726e736
2026-03-26 22:51:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7477f10>
2026-03-26 22:51:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d44b29fe-b0ac-50ce-b5d2-6f0ae726e736/d44b29fe-b0ac-50ce-b5d2-6f0ae726e736_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:51:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2de%252F1b7cf234db5e4290b96ca204d602e291%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2de/1b7cf234db5e4290b96ca204d602e291/images/large/6.jpg saved to cache
2026-03-26 22:51:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item d44b29fe-b0ac-50ce-b5d2-6f0ae726e736
2026-03-26 22:51:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cp/069f334e9eb5496e97de4a8f91efc619/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cp%252F069f334e9eb5496e97de4a8f91efc619%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cp/069f334e9eb5496e97de4a8f91efc619/images/large/10.jpg not downloaded yet
2026-03-26 22:51:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b75a6990>
2026-03-26 22:51:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d44b29fe-b0ac-50ce-b5d2-6f0ae726e736/d44b29fe-b0ac-50ce-b5d2-6f0ae726e736_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:51:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2de%252F1b7cf234db5e4290b96ca204d602e291%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2de/1b7cf234db5e4290b96ca204d602e291/images/large/7.jpg saved to cache
2026-03-26 22:51:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item d44b29fe-b0ac-50ce-b5d2-6f0ae726e736
2026-03-26 22:51:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7cab910>
2026-03-26 22:51:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d44b29fe-b0ac-50ce-b5d2-6f0ae726e736/d44b29fe-b0ac-50ce-b5d2-6f0ae726e736_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:51:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2de%252F1b7cf234db5e4290b96ca204d602e291%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2de/1b7cf234db5e4290b96ca204d602e291/images/large/3.jpg saved to cache
2026-03-26 22:51:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item d44b29fe-b0ac-50ce-b5d2-6f0ae726e736
2026-03-26 22:51:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e28190>
2026-03-26 22:51:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d44b29fe-b0ac-50ce-b5d2-6f0ae726e736/d44b29fe-b0ac-50ce-b5d2-6f0ae726e736_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:51:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2de%252F1b7cf234db5e4290b96ca204d602e291%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2de/1b7cf234db5e4290b96ca204d602e291/images/large/8.jpg saved to cache
2026-03-26 22:51:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item d44b29fe-b0ac-50ce-b5d2-6f0ae726e736
2026-03-26 22:51:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b744ad10>
2026-03-26 22:51:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d44b29fe-b0ac-50ce-b5d2-6f0ae726e736/d44b29fe-b0ac-50ce-b5d2-6f0ae726e736_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2de%252F1b7cf234db5e4290b96ca204d602e291%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2de/1b7cf234db5e4290b96ca204d602e291/images/large/4.jpg saved to cache
2026-03-26 22:51:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item d44b29fe-b0ac-50ce-b5d2-6f0ae726e736
2026-03-26 22:51:37 [ayvens.be] INFO: Found listing with ID: 1985438
2026-03-26 22:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985438%27 HTTP/1.1" 200 None
2026-03-26 22:51:37 [ayvens.be] INFO: Scrape type for 1985438: 1
2026-03-26 22:51:37 [ayvens.be] INFO: Extracting data for car ID: 1985438
2026-03-26 22:51:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9a80622f-dbf6-5ccc-a105-af1847b0b8a4 with identifier: 1985438
2026-03-26 22:51:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a80622f-dbf6-5ccc-a105-af1847b0b8a4 with scrape type 1
2026-03-26 22:51:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 9a80622f-dbf6-5ccc-a105-af1847b0b8a4
2026-03-26 22:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bf%252F0d65b3ac686649efb7fe9a78c419066e%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bf/0d65b3ac686649efb7fe9a78c419066e/images/large/1.jpg not downloaded yet
2026-03-26 22:51:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cp/069f334e9eb5496e97de4a8f91efc619/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bf%252F0d65b3ac686649efb7fe9a78c419066e%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bf/0d65b3ac686649efb7fe9a78c419066e/images/large/2.jpg not downloaded yet
2026-03-26 22:51:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7aa3a50>
2026-03-26 22:51:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1fe3a826-d1b0-5341-92c4-687efe5da057/1fe3a826-d1b0-5341-92c4-687efe5da057_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cp%252F069f334e9eb5496e97de4a8f91efc619%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cp/069f334e9eb5496e97de4a8f91efc619/images/large/2.jpg saved to cache
2026-03-26 22:51:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 1fe3a826-d1b0-5341-92c4-687efe5da057
2026-03-26 22:51:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2de/1b7cf234db5e4290b96ca204d602e291/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bf%252F0d65b3ac686649efb7fe9a78c419066e%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bf/0d65b3ac686649efb7fe9a78c419066e/images/large/3.jpg not downloaded yet
2026-03-26 22:51:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cp/069f334e9eb5496e97de4a8f91efc619/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2de/1b7cf234db5e4290b96ca204d602e291/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cp/069f334e9eb5496e97de4a8f91efc619/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bf%252F0d65b3ac686649efb7fe9a78c419066e%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bf/0d65b3ac686649efb7fe9a78c419066e/images/large/4.jpg not downloaded yet
2026-03-26 22:51:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cp/069f334e9eb5496e97de4a8f91efc619/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79a5b50>
2026-03-26 22:51:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1fe3a826-d1b0-5341-92c4-687efe5da057/1fe3a826-d1b0-5341-92c4-687efe5da057_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cp%252F069f334e9eb5496e97de4a8f91efc619%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cp/069f334e9eb5496e97de4a8f91efc619/images/large/1.jpg saved to cache
2026-03-26 22:51:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 1fe3a826-d1b0-5341-92c4-687efe5da057
2026-03-26 22:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bf%252F0d65b3ac686649efb7fe9a78c419066e%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bf/0d65b3ac686649efb7fe9a78c419066e/images/large/5.jpg not downloaded yet
2026-03-26 22:51:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cp/069f334e9eb5496e97de4a8f91efc619/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cp/069f334e9eb5496e97de4a8f91efc619/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bf%252F0d65b3ac686649efb7fe9a78c419066e%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bf/0d65b3ac686649efb7fe9a78c419066e/images/large/6.jpg not downloaded yet
2026-03-26 22:51:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cc2310>
2026-03-26 22:51:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d44b29fe-b0ac-50ce-b5d2-6f0ae726e736/d44b29fe-b0ac-50ce-b5d2-6f0ae726e736_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2de%252F1b7cf234db5e4290b96ca204d602e291%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2de/1b7cf234db5e4290b96ca204d602e291/images/large/10.jpg saved to cache
2026-03-26 22:51:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item d44b29fe-b0ac-50ce-b5d2-6f0ae726e736
2026-03-26 22:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bf%252F0d65b3ac686649efb7fe9a78c419066e%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bf/0d65b3ac686649efb7fe9a78c419066e/images/large/7.jpg not downloaded yet
2026-03-26 22:51:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7ce8350>
2026-03-26 22:51:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1fe3a826-d1b0-5341-92c4-687efe5da057/1fe3a826-d1b0-5341-92c4-687efe5da057_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cp%252F069f334e9eb5496e97de4a8f91efc619%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cp/069f334e9eb5496e97de4a8f91efc619/images/large/3.jpg saved to cache
2026-03-26 22:51:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 1fe3a826-d1b0-5341-92c4-687efe5da057
2026-03-26 22:51:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7725e50>
2026-03-26 22:51:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d44b29fe-b0ac-50ce-b5d2-6f0ae726e736/d44b29fe-b0ac-50ce-b5d2-6f0ae726e736_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2de%252F1b7cf234db5e4290b96ca204d602e291%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2de/1b7cf234db5e4290b96ca204d602e291/images/large/9.jpg saved to cache
2026-03-26 22:51:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item d44b29fe-b0ac-50ce-b5d2-6f0ae726e736
2026-03-26 22:51:37 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d44b29fe-b0ac-50ce-b5d2-6f0ae726e736, skipping ID generation
2026-03-26 22:51:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d44b29fe-b0ac-50ce-b5d2-6f0ae726e736 with scrape type 1
2026-03-26 22:51:37 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d44b29fe-b0ac-50ce-b5d2-6f0ae726e736 sending to next pipeline
2026-03-26 22:51:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: d44b29fe-b0ac-50ce-b5d2-6f0ae726e736, identifier: 1985436
2026-03-26 22:51:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6ded2d0>
2026-03-26 22:51:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1fe3a826-d1b0-5341-92c4-687efe5da057/1fe3a826-d1b0-5341-92c4-687efe5da057_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:51:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cp%252F069f334e9eb5496e97de4a8f91efc619%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cp/069f334e9eb5496e97de4a8f91efc619/images/large/5.jpg saved to cache
2026-03-26 22:51:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 1fe3a826-d1b0-5341-92c4-687efe5da057
2026-03-26 22:51:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b78ab3d0>
2026-03-26 22:51:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1fe3a826-d1b0-5341-92c4-687efe5da057/1fe3a826-d1b0-5341-92c4-687efe5da057_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:51:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cp%252F069f334e9eb5496e97de4a8f91efc619%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cp/069f334e9eb5496e97de4a8f91efc619/images/large/4.jpg saved to cache
2026-03-26 22:51:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 1fe3a826-d1b0-5341-92c4-687efe5da057
2026-03-26 22:51:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cp/069f334e9eb5496e97de4a8f91efc619/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bf%252F0d65b3ac686649efb7fe9a78c419066e%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bf/0d65b3ac686649efb7fe9a78c419066e/images/large/8.jpg not downloaded yet
2026-03-26 22:51:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: d44b29fe-b0ac-50ce-b5d2-6f0ae726e736 with identifier: 1985436
2026-03-26 22:51:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: d44b29fe-b0ac-50ce-b5d2-6f0ae726e736 with identifier: 1985436
2026-03-26 22:51:38 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: d44b29fe-b0ac-50ce-b5d2-6f0ae726e736 with identifier: 1985436 to the API
2026-03-26 22:51:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:51:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:51:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2de/1b7cf234db5e4290b96ca204d602e291/images/large/9.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': 'd44b29fe-b0ac-50ce-b5d2-6f0ae726e736',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '1 SERIES HATCH',
'odometer': 94681,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 15,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d44b29fe-b0ac-50ce-b5d2-6f0ae726e736/d44b29fe-b0ac-50ce-b5d2-6f0ae726e736_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 697062,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2de/1b7cf234db5e4290b96ca204d602e291/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d44b29fe-b0ac-50ce-b5d2-6f0ae726e736/d44b29fe-b0ac-50ce-b5d2-6f0ae726e736_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 722681,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2de/1b7cf234db5e4290b96ca204d602e291/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d44b29fe-b0ac-50ce-b5d2-6f0ae726e736/d44b29fe-b0ac-50ce-b5d2-6f0ae726e736_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 662859,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2de/1b7cf234db5e4290b96ca204d602e291/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d44b29fe-b0ac-50ce-b5d2-6f0ae726e736/d44b29fe-b0ac-50ce-b5d2-6f0ae726e736_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 751523,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2de/1b7cf234db5e4290b96ca204d602e291/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d44b29fe-b0ac-50ce-b5d2-6f0ae726e736/d44b29fe-b0ac-50ce-b5d2-6f0ae726e736_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 573895,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2de/1b7cf234db5e4290b96ca204d602e291/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d44b29fe-b0ac-50ce-b5d2-6f0ae726e736/d44b29fe-b0ac-50ce-b5d2-6f0ae726e736_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 565284,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2de/1b7cf234db5e4290b96ca204d602e291/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d44b29fe-b0ac-50ce-b5d2-6f0ae726e736/d44b29fe-b0ac-50ce-b5d2-6f0ae726e736_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 594275,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2de/1b7cf234db5e4290b96ca204d602e291/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d44b29fe-b0ac-50ce-b5d2-6f0ae726e736/d44b29fe-b0ac-50ce-b5d2-6f0ae726e736_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 724892,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2de/1b7cf234db5e4290b96ca204d602e291/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d44b29fe-b0ac-50ce-b5d2-6f0ae726e736/d44b29fe-b0ac-50ce-b5d2-6f0ae726e736_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 632306,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2de/1b7cf234db5e4290b96ca204d602e291/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d44b29fe-b0ac-50ce-b5d2-6f0ae726e736/d44b29fe-b0ac-50ce-b5d2-6f0ae726e736_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 516213,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2de/1b7cf234db5e4290b96ca204d602e291/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-17',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 1 SERIES HATCH 1.5 116D (85KW)',
'transmission': 'manual',
'trim': '1.5 116D (85KW)',
'vin': None,
'year': 2023}
2026-03-26 22:51:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985436%27 HTTP/1.1" 200 None
2026-03-26 22:51:38 [ayvens.be] INFO: Saving data for 1985436: {'created_time': 1774565498.472771, 'last_price_update_time': 1774565498.472781, 'auction_closing_time': 1774958400.0}
2026-03-26 22:51:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985436') HTTP/1.1" 204 0
2026-03-26 22:51:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cp/069f334e9eb5496e97de4a8f91efc619/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bf%252F0d65b3ac686649efb7fe9a78c419066e%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bf/0d65b3ac686649efb7fe9a78c419066e/images/large/9.jpg not downloaded yet
2026-03-26 22:51:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7a61210>
2026-03-26 22:51:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1fe3a826-d1b0-5341-92c4-687efe5da057/1fe3a826-d1b0-5341-92c4-687efe5da057_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:51:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cp%252F069f334e9eb5496e97de4a8f91efc619%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cp/069f334e9eb5496e97de4a8f91efc619/images/large/6.jpg saved to cache
2026-03-26 22:51:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 1fe3a826-d1b0-5341-92c4-687efe5da057
2026-03-26 22:51:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76ef110>
2026-03-26 22:51:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1fe3a826-d1b0-5341-92c4-687efe5da057/1fe3a826-d1b0-5341-92c4-687efe5da057_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:51:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cp%252F069f334e9eb5496e97de4a8f91efc619%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cp/069f334e9eb5496e97de4a8f91efc619/images/large/7.jpg saved to cache
2026-03-26 22:51:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 1fe3a826-d1b0-5341-92c4-687efe5da057
2026-03-26 22:51:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cp/069f334e9eb5496e97de4a8f91efc619/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bf%252F0d65b3ac686649efb7fe9a78c419066e%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bf/0d65b3ac686649efb7fe9a78c419066e/images/large/10.jpg not downloaded yet
2026-03-26 22:51:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7413390>
2026-03-26 22:51:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1fe3a826-d1b0-5341-92c4-687efe5da057/1fe3a826-d1b0-5341-92c4-687efe5da057_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:51:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cp%252F069f334e9eb5496e97de4a8f91efc619%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cp/069f334e9eb5496e97de4a8f91efc619/images/large/8.jpg saved to cache
2026-03-26 22:51:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 1fe3a826-d1b0-5341-92c4-687efe5da057
2026-03-26 22:51:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bf/0d65b3ac686649efb7fe9a78c419066e/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:38 [ayvens.be] INFO: Found listing with ID: 1985439
2026-03-26 22:51:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985439%27 HTTP/1.1" 200 None
2026-03-26 22:51:38 [ayvens.be] INFO: Scrape type for 1985439: 1
2026-03-26 22:51:38 [ayvens.be] INFO: Extracting data for car ID: 1985439
2026-03-26 22:51:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 433392de-fd62-5a76-88b4-6ae1052541af with identifier: 1985439
2026-03-26 22:51:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 433392de-fd62-5a76-88b4-6ae1052541af with scrape type 1
2026-03-26 22:51:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 433392de-fd62-5a76-88b4-6ae1052541af
2026-03-26 22:51:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dt%252F92f3af4e5aea4f3ca5c3dd4c619f1e39%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dt/92f3af4e5aea4f3ca5c3dd4c619f1e39/images/large/1.jpg not downloaded yet
2026-03-26 22:51:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6df0350>
2026-03-26 22:51:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1fe3a826-d1b0-5341-92c4-687efe5da057/1fe3a826-d1b0-5341-92c4-687efe5da057_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:51:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cp%252F069f334e9eb5496e97de4a8f91efc619%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cp/069f334e9eb5496e97de4a8f91efc619/images/large/10.jpg saved to cache
2026-03-26 22:51:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 1fe3a826-d1b0-5341-92c4-687efe5da057
2026-03-26 22:51:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76efa10>
2026-03-26 22:51:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1fe3a826-d1b0-5341-92c4-687efe5da057/1fe3a826-d1b0-5341-92c4-687efe5da057_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:51:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cp%252F069f334e9eb5496e97de4a8f91efc619%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cp/069f334e9eb5496e97de4a8f91efc619/images/large/9.jpg saved to cache
2026-03-26 22:51:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 1fe3a826-d1b0-5341-92c4-687efe5da057
2026-03-26 22:51:39 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1fe3a826-d1b0-5341-92c4-687efe5da057, skipping ID generation
2026-03-26 22:51:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1fe3a826-d1b0-5341-92c4-687efe5da057 with scrape type 1
2026-03-26 22:51:39 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1fe3a826-d1b0-5341-92c4-687efe5da057 sending to next pipeline
2026-03-26 22:51:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 1fe3a826-d1b0-5341-92c4-687efe5da057, identifier: 1985437
2026-03-26 22:51:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dt%252F92f3af4e5aea4f3ca5c3dd4c619f1e39%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dt/92f3af4e5aea4f3ca5c3dd4c619f1e39/images/large/2.jpg not downloaded yet
2026-03-26 22:51:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 1fe3a826-d1b0-5341-92c4-687efe5da057 with identifier: 1985437
2026-03-26 22:51:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 1fe3a826-d1b0-5341-92c4-687efe5da057 with identifier: 1985437
2026-03-26 22:51:39 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 1fe3a826-d1b0-5341-92c4-687efe5da057 with identifier: 1985437 to the API
2026-03-26 22:51:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:51:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:51:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2cp/069f334e9eb5496e97de4a8f91efc619/images/large/9.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': '1fe3a826-d1b0-5341-92c4-687efe5da057',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '3008',
'odometer': 110648,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 15,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1fe3a826-d1b0-5341-92c4-687efe5da057/1fe3a826-d1b0-5341-92c4-687efe5da057_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 610461,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cp/069f334e9eb5496e97de4a8f91efc619/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1fe3a826-d1b0-5341-92c4-687efe5da057/1fe3a826-d1b0-5341-92c4-687efe5da057_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 650919,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cp/069f334e9eb5496e97de4a8f91efc619/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1fe3a826-d1b0-5341-92c4-687efe5da057/1fe3a826-d1b0-5341-92c4-687efe5da057_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 631877,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cp/069f334e9eb5496e97de4a8f91efc619/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1fe3a826-d1b0-5341-92c4-687efe5da057/1fe3a826-d1b0-5341-92c4-687efe5da057_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 770237,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cp/069f334e9eb5496e97de4a8f91efc619/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1fe3a826-d1b0-5341-92c4-687efe5da057/1fe3a826-d1b0-5341-92c4-687efe5da057_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 571373,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cp/069f334e9eb5496e97de4a8f91efc619/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1fe3a826-d1b0-5341-92c4-687efe5da057/1fe3a826-d1b0-5341-92c4-687efe5da057_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 543449,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cp/069f334e9eb5496e97de4a8f91efc619/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1fe3a826-d1b0-5341-92c4-687efe5da057/1fe3a826-d1b0-5341-92c4-687efe5da057_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 588000,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cp/069f334e9eb5496e97de4a8f91efc619/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1fe3a826-d1b0-5341-92c4-687efe5da057/1fe3a826-d1b0-5341-92c4-687efe5da057_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 685798,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cp/069f334e9eb5496e97de4a8f91efc619/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1fe3a826-d1b0-5341-92c4-687efe5da057/1fe3a826-d1b0-5341-92c4-687efe5da057_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 570629,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cp/069f334e9eb5496e97de4a8f91efc619/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1fe3a826-d1b0-5341-92c4-687efe5da057/1fe3a826-d1b0-5341-92c4-687efe5da057_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 496509,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cp/069f334e9eb5496e97de4a8f91efc619/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-06',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 3008 1.5 BLUEHDI S&S EAT8 ALLURE PACK',
'transmission': 'automatic',
'trim': '1.5 BLUEHDI S&S EAT8 ALLURE PACK',
'vin': None,
'year': 2022}
2026-03-26 22:51:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985437%27 HTTP/1.1" 200 None
2026-03-26 22:51:39 [ayvens.be] INFO: Saving data for 1985437: {'created_time': 1774565499.50325, 'last_price_update_time': 1774565499.50326, 'auction_closing_time': 1774958400.0}
2026-03-26 22:51:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985437') HTTP/1.1" 204 0
2026-03-26 22:51:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bf/0d65b3ac686649efb7fe9a78c419066e/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bf/0d65b3ac686649efb7fe9a78c419066e/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bf/0d65b3ac686649efb7fe9a78c419066e/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dt%252F92f3af4e5aea4f3ca5c3dd4c619f1e39%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dt/92f3af4e5aea4f3ca5c3dd4c619f1e39/images/large/3.jpg not downloaded yet
2026-03-26 22:51:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74490d0>
2026-03-26 22:51:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9a80622f-dbf6-5ccc-a105-af1847b0b8a4/9a80622f-dbf6-5ccc-a105-af1847b0b8a4_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:51:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bf%252F0d65b3ac686649efb7fe9a78c419066e%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bf/0d65b3ac686649efb7fe9a78c419066e/images/large/1.jpg saved to cache
2026-03-26 22:51:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 9a80622f-dbf6-5ccc-a105-af1847b0b8a4
2026-03-26 22:51:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bf/0d65b3ac686649efb7fe9a78c419066e/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dt%252F92f3af4e5aea4f3ca5c3dd4c619f1e39%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dt/92f3af4e5aea4f3ca5c3dd4c619f1e39/images/large/4.jpg not downloaded yet
2026-03-26 22:51:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b768b310>
2026-03-26 22:51:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9a80622f-dbf6-5ccc-a105-af1847b0b8a4/9a80622f-dbf6-5ccc-a105-af1847b0b8a4_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:51:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bf%252F0d65b3ac686649efb7fe9a78c419066e%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bf/0d65b3ac686649efb7fe9a78c419066e/images/large/2.jpg saved to cache
2026-03-26 22:51:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 9a80622f-dbf6-5ccc-a105-af1847b0b8a4
2026-03-26 22:51:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7587990>
2026-03-26 22:51:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9a80622f-dbf6-5ccc-a105-af1847b0b8a4/9a80622f-dbf6-5ccc-a105-af1847b0b8a4_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bf%252F0d65b3ac686649efb7fe9a78c419066e%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bf/0d65b3ac686649efb7fe9a78c419066e/images/large/3.jpg saved to cache
2026-03-26 22:51:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 9a80622f-dbf6-5ccc-a105-af1847b0b8a4
2026-03-26 22:51:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e2b7d0>
2026-03-26 22:51:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9a80622f-dbf6-5ccc-a105-af1847b0b8a4/9a80622f-dbf6-5ccc-a105-af1847b0b8a4_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bf%252F0d65b3ac686649efb7fe9a78c419066e%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bf/0d65b3ac686649efb7fe9a78c419066e/images/large/5.jpg saved to cache
2026-03-26 22:51:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 9a80622f-dbf6-5ccc-a105-af1847b0b8a4
2026-03-26 22:51:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bf/0d65b3ac686649efb7fe9a78c419066e/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dt%252F92f3af4e5aea4f3ca5c3dd4c619f1e39%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dt/92f3af4e5aea4f3ca5c3dd4c619f1e39/images/large/5.jpg not downloaded yet
2026-03-26 22:51:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bf/0d65b3ac686649efb7fe9a78c419066e/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dt%252F92f3af4e5aea4f3ca5c3dd4c619f1e39%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dt/92f3af4e5aea4f3ca5c3dd4c619f1e39/images/large/6.jpg not downloaded yet
2026-03-26 22:51:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7293510>
2026-03-26 22:51:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9a80622f-dbf6-5ccc-a105-af1847b0b8a4/9a80622f-dbf6-5ccc-a105-af1847b0b8a4_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bf%252F0d65b3ac686649efb7fe9a78c419066e%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bf/0d65b3ac686649efb7fe9a78c419066e/images/large/4.jpg saved to cache
2026-03-26 22:51:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 9a80622f-dbf6-5ccc-a105-af1847b0b8a4
2026-03-26 22:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dt%252F92f3af4e5aea4f3ca5c3dd4c619f1e39%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dt/92f3af4e5aea4f3ca5c3dd4c619f1e39/images/large/7.jpg not downloaded yet
2026-03-26 22:51:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bf/0d65b3ac686649efb7fe9a78c419066e/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bf/0d65b3ac686649efb7fe9a78c419066e/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dt%252F92f3af4e5aea4f3ca5c3dd4c619f1e39%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dt/92f3af4e5aea4f3ca5c3dd4c619f1e39/images/large/8.jpg not downloaded yet
2026-03-26 22:51:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cc34d0>
2026-03-26 22:51:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9a80622f-dbf6-5ccc-a105-af1847b0b8a4/9a80622f-dbf6-5ccc-a105-af1847b0b8a4_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bf%252F0d65b3ac686649efb7fe9a78c419066e%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bf/0d65b3ac686649efb7fe9a78c419066e/images/large/7.jpg saved to cache
2026-03-26 22:51:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 9a80622f-dbf6-5ccc-a105-af1847b0b8a4
2026-03-26 22:51:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b75933d0>
2026-03-26 22:51:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9a80622f-dbf6-5ccc-a105-af1847b0b8a4/9a80622f-dbf6-5ccc-a105-af1847b0b8a4_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bf%252F0d65b3ac686649efb7fe9a78c419066e%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bf/0d65b3ac686649efb7fe9a78c419066e/images/large/6.jpg saved to cache
2026-03-26 22:51:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 9a80622f-dbf6-5ccc-a105-af1847b0b8a4
2026-03-26 22:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dt%252F92f3af4e5aea4f3ca5c3dd4c619f1e39%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dt/92f3af4e5aea4f3ca5c3dd4c619f1e39/images/large/9.jpg not downloaded yet
2026-03-26 22:51:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dt/92f3af4e5aea4f3ca5c3dd4c619f1e39/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dt%252F92f3af4e5aea4f3ca5c3dd4c619f1e39%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dt/92f3af4e5aea4f3ca5c3dd4c619f1e39/images/large/10.jpg not downloaded yet
2026-03-26 22:51:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dt/92f3af4e5aea4f3ca5c3dd4c619f1e39/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:40 [ayvens.be] INFO: Found listing with ID: 1985440
2026-03-26 22:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985440%27 HTTP/1.1" 200 None
2026-03-26 22:51:40 [ayvens.be] INFO: Scrape type for 1985440: 1
2026-03-26 22:51:40 [ayvens.be] INFO: Extracting data for car ID: 1985440
2026-03-26 22:51:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 27122ce6-6efb-57c3-8ae6-24b13bc4abdb with identifier: 1985440
2026-03-26 22:51:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 27122ce6-6efb-57c3-8ae6-24b13bc4abdb with scrape type 1
2026-03-26 22:51:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 27122ce6-6efb-57c3-8ae6-24b13bc4abdb
2026-03-26 22:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ak%252F3d166d7de5194d89ae364b18b4afc213%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ak/3d166d7de5194d89ae364b18b4afc213/images/large/1.jpg not downloaded yet
2026-03-26 22:51:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c76990>
2026-03-26 22:51:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9a80622f-dbf6-5ccc-a105-af1847b0b8a4/9a80622f-dbf6-5ccc-a105-af1847b0b8a4_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bf%252F0d65b3ac686649efb7fe9a78c419066e%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bf/0d65b3ac686649efb7fe9a78c419066e/images/large/9.jpg saved to cache
2026-03-26 22:51:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 9a80622f-dbf6-5ccc-a105-af1847b0b8a4
2026-03-26 22:51:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7a61f10>
2026-03-26 22:51:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9a80622f-dbf6-5ccc-a105-af1847b0b8a4/9a80622f-dbf6-5ccc-a105-af1847b0b8a4_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bf%252F0d65b3ac686649efb7fe9a78c419066e%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bf/0d65b3ac686649efb7fe9a78c419066e/images/large/8.jpg saved to cache
2026-03-26 22:51:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 9a80622f-dbf6-5ccc-a105-af1847b0b8a4
2026-03-26 22:51:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bf/0d65b3ac686649efb7fe9a78c419066e/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dt/92f3af4e5aea4f3ca5c3dd4c619f1e39/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ak%252F3d166d7de5194d89ae364b18b4afc213%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ak/3d166d7de5194d89ae364b18b4afc213/images/large/2.jpg not downloaded yet
2026-03-26 22:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ak%252F3d166d7de5194d89ae364b18b4afc213%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ak/3d166d7de5194d89ae364b18b4afc213/images/large/3.jpg not downloaded yet
2026-03-26 22:51:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dt/92f3af4e5aea4f3ca5c3dd4c619f1e39/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7410710>
2026-03-26 22:51:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_433392de-fd62-5a76-88b4-6ae1052541af/433392de-fd62-5a76-88b4-6ae1052541af_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dt%252F92f3af4e5aea4f3ca5c3dd4c619f1e39%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dt/92f3af4e5aea4f3ca5c3dd4c619f1e39/images/large/1.jpg saved to cache
2026-03-26 22:51:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 433392de-fd62-5a76-88b4-6ae1052541af
2026-03-26 22:51:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7440550>
2026-03-26 22:51:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_433392de-fd62-5a76-88b4-6ae1052541af/433392de-fd62-5a76-88b4-6ae1052541af_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dt%252F92f3af4e5aea4f3ca5c3dd4c619f1e39%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dt/92f3af4e5aea4f3ca5c3dd4c619f1e39/images/large/2.jpg saved to cache
2026-03-26 22:51:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 433392de-fd62-5a76-88b4-6ae1052541af
2026-03-26 22:51:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dt/92f3af4e5aea4f3ca5c3dd4c619f1e39/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dt/92f3af4e5aea4f3ca5c3dd4c619f1e39/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ak%252F3d166d7de5194d89ae364b18b4afc213%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ak/3d166d7de5194d89ae364b18b4afc213/images/large/4.jpg not downloaded yet
2026-03-26 22:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ak%252F3d166d7de5194d89ae364b18b4afc213%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ak/3d166d7de5194d89ae364b18b4afc213/images/large/5.jpg not downloaded yet
2026-03-26 22:51:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7aa17d0>
2026-03-26 22:51:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9a80622f-dbf6-5ccc-a105-af1847b0b8a4/9a80622f-dbf6-5ccc-a105-af1847b0b8a4_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bf%252F0d65b3ac686649efb7fe9a78c419066e%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bf/0d65b3ac686649efb7fe9a78c419066e/images/large/10.jpg saved to cache
2026-03-26 22:51:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 9a80622f-dbf6-5ccc-a105-af1847b0b8a4
2026-03-26 22:51:41 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9a80622f-dbf6-5ccc-a105-af1847b0b8a4, skipping ID generation
2026-03-26 22:51:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a80622f-dbf6-5ccc-a105-af1847b0b8a4 with scrape type 1
2026-03-26 22:51:41 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9a80622f-dbf6-5ccc-a105-af1847b0b8a4 sending to next pipeline
2026-03-26 22:51:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 9a80622f-dbf6-5ccc-a105-af1847b0b8a4, identifier: 1985438
2026-03-26 22:51:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80cad3f090>
2026-03-26 22:51:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_433392de-fd62-5a76-88b4-6ae1052541af/433392de-fd62-5a76-88b4-6ae1052541af_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dt%252F92f3af4e5aea4f3ca5c3dd4c619f1e39%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dt/92f3af4e5aea4f3ca5c3dd4c619f1e39/images/large/3.jpg saved to cache
2026-03-26 22:51:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 433392de-fd62-5a76-88b4-6ae1052541af
2026-03-26 22:51:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b729ca50>
2026-03-26 22:51:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_433392de-fd62-5a76-88b4-6ae1052541af/433392de-fd62-5a76-88b4-6ae1052541af_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dt%252F92f3af4e5aea4f3ca5c3dd4c619f1e39%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dt/92f3af4e5aea4f3ca5c3dd4c619f1e39/images/large/5.jpg saved to cache
2026-03-26 22:51:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 433392de-fd62-5a76-88b4-6ae1052541af
2026-03-26 22:51:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 9a80622f-dbf6-5ccc-a105-af1847b0b8a4 with identifier: 1985438
2026-03-26 22:51:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 9a80622f-dbf6-5ccc-a105-af1847b0b8a4 with identifier: 1985438
2026-03-26 22:51:41 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 9a80622f-dbf6-5ccc-a105-af1847b0b8a4 with identifier: 1985438 to the API
2026-03-26 22:51:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:51:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:51:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bf/0d65b3ac686649efb7fe9a78c419066e/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'electric',
'id': '9a80622f-dbf6-5ccc-a105-af1847b0b8a4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'IX3',
'odometer': 139128,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 23,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9a80622f-dbf6-5ccc-a105-af1847b0b8a4/9a80622f-dbf6-5ccc-a105-af1847b0b8a4_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 718750,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bf/0d65b3ac686649efb7fe9a78c419066e/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9a80622f-dbf6-5ccc-a105-af1847b0b8a4/9a80622f-dbf6-5ccc-a105-af1847b0b8a4_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 730276,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bf/0d65b3ac686649efb7fe9a78c419066e/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9a80622f-dbf6-5ccc-a105-af1847b0b8a4/9a80622f-dbf6-5ccc-a105-af1847b0b8a4_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 761872,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bf/0d65b3ac686649efb7fe9a78c419066e/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9a80622f-dbf6-5ccc-a105-af1847b0b8a4/9a80622f-dbf6-5ccc-a105-af1847b0b8a4_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 761480,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bf/0d65b3ac686649efb7fe9a78c419066e/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9a80622f-dbf6-5ccc-a105-af1847b0b8a4/9a80622f-dbf6-5ccc-a105-af1847b0b8a4_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 717310,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bf/0d65b3ac686649efb7fe9a78c419066e/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9a80622f-dbf6-5ccc-a105-af1847b0b8a4/9a80622f-dbf6-5ccc-a105-af1847b0b8a4_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 784943,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bf/0d65b3ac686649efb7fe9a78c419066e/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9a80622f-dbf6-5ccc-a105-af1847b0b8a4/9a80622f-dbf6-5ccc-a105-af1847b0b8a4_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 565118,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bf/0d65b3ac686649efb7fe9a78c419066e/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9a80622f-dbf6-5ccc-a105-af1847b0b8a4/9a80622f-dbf6-5ccc-a105-af1847b0b8a4_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 780928,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bf/0d65b3ac686649efb7fe9a78c419066e/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9a80622f-dbf6-5ccc-a105-af1847b0b8a4/9a80622f-dbf6-5ccc-a105-af1847b0b8a4_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 820829,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bf/0d65b3ac686649efb7fe9a78c419066e/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9a80622f-dbf6-5ccc-a105-af1847b0b8a4/9a80622f-dbf6-5ccc-a105-af1847b0b8a4_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 792326,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bf/0d65b3ac686649efb7fe9a78c419066e/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-28',
'seats_number': 5,
'seller_name': None,
'title': 'BMW IX3 80KWH AUTO',
'transmission': 'automatic',
'trim': '80KWH AUTO',
'vin': None,
'year': 2021}
2026-03-26 22:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985438%27 HTTP/1.1" 200 None
2026-03-26 22:51:41 [ayvens.be] INFO: Saving data for 1985438: {'created_time': 1774565501.82198, 'last_price_update_time': 1774565501.821989, 'auction_closing_time': 1774958400.0}
2026-03-26 22:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985438') HTTP/1.1" 204 0
2026-03-26 22:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ak%252F3d166d7de5194d89ae364b18b4afc213%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ak/3d166d7de5194d89ae364b18b4afc213/images/large/6.jpg not downloaded yet
2026-03-26 22:51:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7aa08d0>
2026-03-26 22:51:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_433392de-fd62-5a76-88b4-6ae1052541af/433392de-fd62-5a76-88b4-6ae1052541af_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dt%252F92f3af4e5aea4f3ca5c3dd4c619f1e39%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dt/92f3af4e5aea4f3ca5c3dd4c619f1e39/images/large/4.jpg saved to cache
2026-03-26 22:51:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 433392de-fd62-5a76-88b4-6ae1052541af
2026-03-26 22:51:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c75c10>
2026-03-26 22:51:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_433392de-fd62-5a76-88b4-6ae1052541af/433392de-fd62-5a76-88b4-6ae1052541af_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dt%252F92f3af4e5aea4f3ca5c3dd4c619f1e39%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dt/92f3af4e5aea4f3ca5c3dd4c619f1e39/images/large/6.jpg saved to cache
2026-03-26 22:51:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 433392de-fd62-5a76-88b4-6ae1052541af
2026-03-26 22:51:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dt/92f3af4e5aea4f3ca5c3dd4c619f1e39/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ak%252F3d166d7de5194d89ae364b18b4afc213%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ak/3d166d7de5194d89ae364b18b4afc213/images/large/7.jpg not downloaded yet
2026-03-26 22:51:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dt/92f3af4e5aea4f3ca5c3dd4c619f1e39/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dt/92f3af4e5aea4f3ca5c3dd4c619f1e39/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ak%252F3d166d7de5194d89ae364b18b4afc213%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ak/3d166d7de5194d89ae364b18b4afc213/images/large/8.jpg not downloaded yet
2026-03-26 22:51:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dt/92f3af4e5aea4f3ca5c3dd4c619f1e39/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ak%252F3d166d7de5194d89ae364b18b4afc213%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ak/3d166d7de5194d89ae364b18b4afc213/images/large/9.jpg not downloaded yet
2026-03-26 22:51:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ak/3d166d7de5194d89ae364b18b4afc213/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ak%252F3d166d7de5194d89ae364b18b4afc213%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ak/3d166d7de5194d89ae364b18b4afc213/images/large/10.jpg not downloaded yet
2026-03-26 22:51:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ak/3d166d7de5194d89ae364b18b4afc213/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ak/3d166d7de5194d89ae364b18b4afc213/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:42 [ayvens.be] INFO: Found listing with ID: 1985441
2026-03-26 22:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985441%27 HTTP/1.1" 200 None
2026-03-26 22:51:42 [ayvens.be] INFO: Scrape type for 1985441: 1
2026-03-26 22:51:42 [ayvens.be] INFO: Extracting data for car ID: 1985441
2026-03-26 22:51:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 86ace69f-baad-5850-800a-8994805bd9da with identifier: 1985441
2026-03-26 22:51:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 86ace69f-baad-5850-800a-8994805bd9da with scrape type 1
2026-03-26 22:51:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 86ace69f-baad-5850-800a-8994805bd9da
2026-03-26 22:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F83eccd7274f04dd1b82db5446bb00de0%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/83eccd7274f04dd1b82db5446bb00de0/images/large/1.jpg not downloaded yet
2026-03-26 22:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F83eccd7274f04dd1b82db5446bb00de0%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/83eccd7274f04dd1b82db5446bb00de0/images/large/2.jpg not downloaded yet
2026-03-26 22:51:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ak/3d166d7de5194d89ae364b18b4afc213/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7413510>
2026-03-26 22:51:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_433392de-fd62-5a76-88b4-6ae1052541af/433392de-fd62-5a76-88b4-6ae1052541af_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dt%252F92f3af4e5aea4f3ca5c3dd4c619f1e39%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dt/92f3af4e5aea4f3ca5c3dd4c619f1e39/images/large/7.jpg saved to cache
2026-03-26 22:51:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 433392de-fd62-5a76-88b4-6ae1052541af
2026-03-26 22:51:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79cea10>
2026-03-26 22:51:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_433392de-fd62-5a76-88b4-6ae1052541af/433392de-fd62-5a76-88b4-6ae1052541af_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dt%252F92f3af4e5aea4f3ca5c3dd4c619f1e39%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dt/92f3af4e5aea4f3ca5c3dd4c619f1e39/images/large/8.jpg saved to cache
2026-03-26 22:51:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 433392de-fd62-5a76-88b4-6ae1052541af
2026-03-26 22:51:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e455d0>
2026-03-26 22:51:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_433392de-fd62-5a76-88b4-6ae1052541af/433392de-fd62-5a76-88b4-6ae1052541af_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dt%252F92f3af4e5aea4f3ca5c3dd4c619f1e39%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dt/92f3af4e5aea4f3ca5c3dd4c619f1e39/images/large/9.jpg saved to cache
2026-03-26 22:51:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 433392de-fd62-5a76-88b4-6ae1052541af
2026-03-26 22:51:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79ce090>
2026-03-26 22:51:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_433392de-fd62-5a76-88b4-6ae1052541af/433392de-fd62-5a76-88b4-6ae1052541af_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dt%252F92f3af4e5aea4f3ca5c3dd4c619f1e39%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dt/92f3af4e5aea4f3ca5c3dd4c619f1e39/images/large/10.jpg saved to cache
2026-03-26 22:51:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 433392de-fd62-5a76-88b4-6ae1052541af
2026-03-26 22:51:42 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 433392de-fd62-5a76-88b4-6ae1052541af, skipping ID generation
2026-03-26 22:51:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 433392de-fd62-5a76-88b4-6ae1052541af with scrape type 1
2026-03-26 22:51:42 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 433392de-fd62-5a76-88b4-6ae1052541af sending to next pipeline
2026-03-26 22:51:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 433392de-fd62-5a76-88b4-6ae1052541af, identifier: 1985439
2026-03-26 22:51:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd0cf510>
2026-03-26 22:51:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_27122ce6-6efb-57c3-8ae6-24b13bc4abdb/27122ce6-6efb-57c3-8ae6-24b13bc4abdb_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ak%252F3d166d7de5194d89ae364b18b4afc213%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ak/3d166d7de5194d89ae364b18b4afc213/images/large/1.jpg saved to cache
2026-03-26 22:51:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 27122ce6-6efb-57c3-8ae6-24b13bc4abdb
2026-03-26 22:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F83eccd7274f04dd1b82db5446bb00de0%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/83eccd7274f04dd1b82db5446bb00de0/images/large/3.jpg not downloaded yet
2026-03-26 22:51:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 433392de-fd62-5a76-88b4-6ae1052541af with identifier: 1985439
2026-03-26 22:51:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 433392de-fd62-5a76-88b4-6ae1052541af with identifier: 1985439
2026-03-26 22:51:42 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 433392de-fd62-5a76-88b4-6ae1052541af with identifier: 1985439 to the API
2026-03-26 22:51:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:51:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:51:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2dt/92f3af4e5aea4f3ca5c3dd4c619f1e39/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '433392de-fd62-5a76-88b4-6ae1052541af',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'GOLF VIII',
'odometer': 76075,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 16,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_433392de-fd62-5a76-88b4-6ae1052541af/433392de-fd62-5a76-88b4-6ae1052541af_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 596508,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dt/92f3af4e5aea4f3ca5c3dd4c619f1e39/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_433392de-fd62-5a76-88b4-6ae1052541af/433392de-fd62-5a76-88b4-6ae1052541af_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 683451,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dt/92f3af4e5aea4f3ca5c3dd4c619f1e39/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_433392de-fd62-5a76-88b4-6ae1052541af/433392de-fd62-5a76-88b4-6ae1052541af_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 646633,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dt/92f3af4e5aea4f3ca5c3dd4c619f1e39/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_433392de-fd62-5a76-88b4-6ae1052541af/433392de-fd62-5a76-88b4-6ae1052541af_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 763678,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dt/92f3af4e5aea4f3ca5c3dd4c619f1e39/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_433392de-fd62-5a76-88b4-6ae1052541af/433392de-fd62-5a76-88b4-6ae1052541af_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 645121,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dt/92f3af4e5aea4f3ca5c3dd4c619f1e39/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_433392de-fd62-5a76-88b4-6ae1052541af/433392de-fd62-5a76-88b4-6ae1052541af_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 626924,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dt/92f3af4e5aea4f3ca5c3dd4c619f1e39/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_433392de-fd62-5a76-88b4-6ae1052541af/433392de-fd62-5a76-88b4-6ae1052541af_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 673894,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dt/92f3af4e5aea4f3ca5c3dd4c619f1e39/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_433392de-fd62-5a76-88b4-6ae1052541af/433392de-fd62-5a76-88b4-6ae1052541af_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 753598,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dt/92f3af4e5aea4f3ca5c3dd4c619f1e39/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_433392de-fd62-5a76-88b4-6ae1052541af/433392de-fd62-5a76-88b4-6ae1052541af_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 533821,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dt/92f3af4e5aea4f3ca5c3dd4c619f1e39/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_433392de-fd62-5a76-88b4-6ae1052541af/433392de-fd62-5a76-88b4-6ae1052541af_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 547460,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dt/92f3af4e5aea4f3ca5c3dd4c619f1e39/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-20',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN GOLF VIII 1.4 EHYBRID STYLE BUSINESS DSG',
'transmission': 'automatic',
'trim': '1.4 EHYBRID STYLE BUSINESS DSG',
'vin': None,
'year': 2023}
2026-03-26 22:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985439%27 HTTP/1.1" 200 None
2026-03-26 22:51:43 [ayvens.be] INFO: Saving data for 1985439: {'created_time': 1774565503.142336, 'last_price_update_time': 1774565503.142346, 'auction_closing_time': 1774958400.0}
2026-03-26 22:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985439') HTTP/1.1" 204 0
2026-03-26 22:51:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7874ed0>
2026-03-26 22:51:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_27122ce6-6efb-57c3-8ae6-24b13bc4abdb/27122ce6-6efb-57c3-8ae6-24b13bc4abdb_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ak%252F3d166d7de5194d89ae364b18b4afc213%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ak/3d166d7de5194d89ae364b18b4afc213/images/large/3.jpg saved to cache
2026-03-26 22:51:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 27122ce6-6efb-57c3-8ae6-24b13bc4abdb
2026-03-26 22:51:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7910450>
2026-03-26 22:51:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_27122ce6-6efb-57c3-8ae6-24b13bc4abdb/27122ce6-6efb-57c3-8ae6-24b13bc4abdb_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ak%252F3d166d7de5194d89ae364b18b4afc213%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ak/3d166d7de5194d89ae364b18b4afc213/images/large/2.jpg saved to cache
2026-03-26 22:51:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 27122ce6-6efb-57c3-8ae6-24b13bc4abdb
2026-03-26 22:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F83eccd7274f04dd1b82db5446bb00de0%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/83eccd7274f04dd1b82db5446bb00de0/images/large/4.jpg not downloaded yet
2026-03-26 22:51:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74aed50>
2026-03-26 22:51:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_27122ce6-6efb-57c3-8ae6-24b13bc4abdb/27122ce6-6efb-57c3-8ae6-24b13bc4abdb_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ak%252F3d166d7de5194d89ae364b18b4afc213%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ak/3d166d7de5194d89ae364b18b4afc213/images/large/4.jpg saved to cache
2026-03-26 22:51:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 27122ce6-6efb-57c3-8ae6-24b13bc4abdb
2026-03-26 22:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F83eccd7274f04dd1b82db5446bb00de0%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/83eccd7274f04dd1b82db5446bb00de0/images/large/5.jpg not downloaded yet
2026-03-26 22:51:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ak/3d166d7de5194d89ae364b18b4afc213/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ak/3d166d7de5194d89ae364b18b4afc213/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F83eccd7274f04dd1b82db5446bb00de0%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/83eccd7274f04dd1b82db5446bb00de0/images/large/6.jpg not downloaded yet
2026-03-26 22:51:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ak/3d166d7de5194d89ae364b18b4afc213/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ak/3d166d7de5194d89ae364b18b4afc213/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ak/3d166d7de5194d89ae364b18b4afc213/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F83eccd7274f04dd1b82db5446bb00de0%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/83eccd7274f04dd1b82db5446bb00de0/images/large/7.jpg not downloaded yet
2026-03-26 22:51:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ak/3d166d7de5194d89ae364b18b4afc213/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F83eccd7274f04dd1b82db5446bb00de0%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/83eccd7274f04dd1b82db5446bb00de0/images/large/8.jpg not downloaded yet
2026-03-26 22:51:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ab/83eccd7274f04dd1b82db5446bb00de0/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F83eccd7274f04dd1b82db5446bb00de0%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/83eccd7274f04dd1b82db5446bb00de0/images/large/9.jpg not downloaded yet
2026-03-26 22:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F83eccd7274f04dd1b82db5446bb00de0%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/83eccd7274f04dd1b82db5446bb00de0/images/large/10.jpg not downloaded yet
2026-03-26 22:51:43 [ayvens.be] INFO: Found listing with ID: 1985442
2026-03-26 22:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985442%27 HTTP/1.1" 200 None
2026-03-26 22:51:43 [ayvens.be] INFO: Scrape type for 1985442: 1
2026-03-26 22:51:43 [ayvens.be] INFO: Extracting data for car ID: 1985442
2026-03-26 22:51:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 13cb0d5c-a1ec-528d-8bd3-8c2a28f16419 with identifier: 1985442
2026-03-26 22:51:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 13cb0d5c-a1ec-528d-8bd3-8c2a28f16419 with scrape type 1
2026-03-26 22:51:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 13cb0d5c-a1ec-528d-8bd3-8c2a28f16419
2026-03-26 22:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Fc285ace5903b42aa86d51a424054bf41%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/c285ace5903b42aa86d51a424054bf41/images/large/1.jpg not downloaded yet
2026-03-26 22:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Fc285ace5903b42aa86d51a424054bf41%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/c285ace5903b42aa86d51a424054bf41/images/large/2.jpg not downloaded yet
2026-03-26 22:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Fc285ace5903b42aa86d51a424054bf41%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/c285ace5903b42aa86d51a424054bf41/images/large/3.jpg not downloaded yet
2026-03-26 22:51:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74af550>
2026-03-26 22:51:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_27122ce6-6efb-57c3-8ae6-24b13bc4abdb/27122ce6-6efb-57c3-8ae6-24b13bc4abdb_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ak%252F3d166d7de5194d89ae364b18b4afc213%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ak/3d166d7de5194d89ae364b18b4afc213/images/large/6.jpg saved to cache
2026-03-26 22:51:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 27122ce6-6efb-57c3-8ae6-24b13bc4abdb
2026-03-26 22:51:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7745010>
2026-03-26 22:51:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_27122ce6-6efb-57c3-8ae6-24b13bc4abdb/27122ce6-6efb-57c3-8ae6-24b13bc4abdb_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ak%252F3d166d7de5194d89ae364b18b4afc213%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ak/3d166d7de5194d89ae364b18b4afc213/images/large/5.jpg saved to cache
2026-03-26 22:51:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 27122ce6-6efb-57c3-8ae6-24b13bc4abdb
2026-03-26 22:51:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74047d0>
2026-03-26 22:51:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_27122ce6-6efb-57c3-8ae6-24b13bc4abdb/27122ce6-6efb-57c3-8ae6-24b13bc4abdb_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ak%252F3d166d7de5194d89ae364b18b4afc213%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ak/3d166d7de5194d89ae364b18b4afc213/images/large/7.jpg saved to cache
2026-03-26 22:51:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 27122ce6-6efb-57c3-8ae6-24b13bc4abdb
2026-03-26 22:51:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7b98ed0>
2026-03-26 22:51:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_27122ce6-6efb-57c3-8ae6-24b13bc4abdb/27122ce6-6efb-57c3-8ae6-24b13bc4abdb_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ak%252F3d166d7de5194d89ae364b18b4afc213%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ak/3d166d7de5194d89ae364b18b4afc213/images/large/9.jpg saved to cache
2026-03-26 22:51:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 27122ce6-6efb-57c3-8ae6-24b13bc4abdb
2026-03-26 22:51:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b782f710>
2026-03-26 22:51:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_27122ce6-6efb-57c3-8ae6-24b13bc4abdb/27122ce6-6efb-57c3-8ae6-24b13bc4abdb_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ak%252F3d166d7de5194d89ae364b18b4afc213%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ak/3d166d7de5194d89ae364b18b4afc213/images/large/10.jpg saved to cache
2026-03-26 22:51:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 27122ce6-6efb-57c3-8ae6-24b13bc4abdb
2026-03-26 22:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Fc285ace5903b42aa86d51a424054bf41%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/c285ace5903b42aa86d51a424054bf41/images/large/4.jpg not downloaded yet
2026-03-26 22:51:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c69010>
2026-03-26 22:51:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_27122ce6-6efb-57c3-8ae6-24b13bc4abdb/27122ce6-6efb-57c3-8ae6-24b13bc4abdb_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ak%252F3d166d7de5194d89ae364b18b4afc213%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ak/3d166d7de5194d89ae364b18b4afc213/images/large/8.jpg saved to cache
2026-03-26 22:51:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 27122ce6-6efb-57c3-8ae6-24b13bc4abdb
2026-03-26 22:51:44 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 27122ce6-6efb-57c3-8ae6-24b13bc4abdb, skipping ID generation
2026-03-26 22:51:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 27122ce6-6efb-57c3-8ae6-24b13bc4abdb with scrape type 1
2026-03-26 22:51:44 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 27122ce6-6efb-57c3-8ae6-24b13bc4abdb sending to next pipeline
2026-03-26 22:51:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 27122ce6-6efb-57c3-8ae6-24b13bc4abdb, identifier: 1985440
2026-03-26 22:51:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 27122ce6-6efb-57c3-8ae6-24b13bc4abdb with identifier: 1985440
2026-03-26 22:51:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 27122ce6-6efb-57c3-8ae6-24b13bc4abdb with identifier: 1985440
2026-03-26 22:51:44 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 27122ce6-6efb-57c3-8ae6-24b13bc4abdb with identifier: 1985440 to the API
2026-03-26 22:51:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:51:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:51:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2ak/3d166d7de5194d89ae364b18b4afc213/images/large/8.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '27122ce6-6efb-57c3-8ae6-24b13bc4abdb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'CITROAu2039N',
'model': 'C5 AIRCROSS',
'odometer': 81085,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 17,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_27122ce6-6efb-57c3-8ae6-24b13bc4abdb/27122ce6-6efb-57c3-8ae6-24b13bc4abdb_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 666555,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ak/3d166d7de5194d89ae364b18b4afc213/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_27122ce6-6efb-57c3-8ae6-24b13bc4abdb/27122ce6-6efb-57c3-8ae6-24b13bc4abdb_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 684096,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ak/3d166d7de5194d89ae364b18b4afc213/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_27122ce6-6efb-57c3-8ae6-24b13bc4abdb/27122ce6-6efb-57c3-8ae6-24b13bc4abdb_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 639520,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ak/3d166d7de5194d89ae364b18b4afc213/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_27122ce6-6efb-57c3-8ae6-24b13bc4abdb/27122ce6-6efb-57c3-8ae6-24b13bc4abdb_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 716711,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ak/3d166d7de5194d89ae364b18b4afc213/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_27122ce6-6efb-57c3-8ae6-24b13bc4abdb/27122ce6-6efb-57c3-8ae6-24b13bc4abdb_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 601049,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ak/3d166d7de5194d89ae364b18b4afc213/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_27122ce6-6efb-57c3-8ae6-24b13bc4abdb/27122ce6-6efb-57c3-8ae6-24b13bc4abdb_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 589435,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ak/3d166d7de5194d89ae364b18b4afc213/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_27122ce6-6efb-57c3-8ae6-24b13bc4abdb/27122ce6-6efb-57c3-8ae6-24b13bc4abdb_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 649898,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ak/3d166d7de5194d89ae364b18b4afc213/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_27122ce6-6efb-57c3-8ae6-24b13bc4abdb/27122ce6-6efb-57c3-8ae6-24b13bc4abdb_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 724559,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ak/3d166d7de5194d89ae364b18b4afc213/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_27122ce6-6efb-57c3-8ae6-24b13bc4abdb/27122ce6-6efb-57c3-8ae6-24b13bc4abdb_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 411908,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ak/3d166d7de5194d89ae364b18b4afc213/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_27122ce6-6efb-57c3-8ae6-24b13bc4abdb/27122ce6-6efb-57c3-8ae6-24b13bc4abdb_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 486175,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ak/3d166d7de5194d89ae364b18b4afc213/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-28',
'seats_number': 5,
'seller_name': None,
'title': 'CITROAu2039N C5 AIRCROSS 1.6 HYBRID 225 E-EAT8 SHINE AUTO',
'transmission': 'automatic',
'trim': '1.6 HYBRID 225 E-EAT8 SHINE AUTO',
'vin': None,
'year': 2021}
2026-03-26 22:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985440%27 HTTP/1.1" 200 None
2026-03-26 22:51:44 [ayvens.be] INFO: Saving data for 1985440: {'created_time': 1774565504.660343, 'last_price_update_time': 1774565504.660353, 'auction_closing_time': 1774958400.0}
2026-03-26 22:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985440') HTTP/1.1" 204 0
2026-03-26 22:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Fc285ace5903b42aa86d51a424054bf41%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/c285ace5903b42aa86d51a424054bf41/images/large/5.jpg not downloaded yet
2026-03-26 22:51:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7876bd0>
2026-03-26 22:51:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_86ace69f-baad-5850-800a-8994805bd9da/86ace69f-baad-5850-800a-8994805bd9da_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F83eccd7274f04dd1b82db5446bb00de0%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/83eccd7274f04dd1b82db5446bb00de0/images/large/1.jpg saved to cache
2026-03-26 22:51:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 86ace69f-baad-5850-800a-8994805bd9da
2026-03-26 22:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Fc285ace5903b42aa86d51a424054bf41%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/c285ace5903b42aa86d51a424054bf41/images/large/6.jpg not downloaded yet
2026-03-26 22:51:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ab/83eccd7274f04dd1b82db5446bb00de0/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Fc285ace5903b42aa86d51a424054bf41%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/c285ace5903b42aa86d51a424054bf41/images/large/7.jpg not downloaded yet
2026-03-26 22:51:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ab/83eccd7274f04dd1b82db5446bb00de0/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ab/83eccd7274f04dd1b82db5446bb00de0/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ab/83eccd7274f04dd1b82db5446bb00de0/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Fc285ace5903b42aa86d51a424054bf41%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/c285ace5903b42aa86d51a424054bf41/images/large/8.jpg not downloaded yet
2026-03-26 22:51:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ab/83eccd7274f04dd1b82db5446bb00de0/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ab/83eccd7274f04dd1b82db5446bb00de0/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ab/83eccd7274f04dd1b82db5446bb00de0/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ab/83eccd7274f04dd1b82db5446bb00de0/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Fc285ace5903b42aa86d51a424054bf41%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/c285ace5903b42aa86d51a424054bf41/images/large/9.jpg not downloaded yet
2026-03-26 22:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Fc285ace5903b42aa86d51a424054bf41%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/c285ace5903b42aa86d51a424054bf41/images/large/10.jpg not downloaded yet
2026-03-26 22:51:44 [ayvens.be] INFO: Found listing with ID: 1985443
2026-03-26 22:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985443%27 HTTP/1.1" 200 None
2026-03-26 22:51:44 [ayvens.be] INFO: Scrape type for 1985443: 1
2026-03-26 22:51:44 [ayvens.be] INFO: Extracting data for car ID: 1985443
2026-03-26 22:51:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f95e3aae-a4af-5899-ae14-85507159c18e with identifier: 1985443
2026-03-26 22:51:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f95e3aae-a4af-5899-ae14-85507159c18e with scrape type 1
2026-03-26 22:51:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item f95e3aae-a4af-5899-ae14-85507159c18e
2026-03-26 22:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252F0443deefe1f441868fce24d38ceba9be%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/0443deefe1f441868fce24d38ceba9be/images/large/1.jpg not downloaded yet
2026-03-26 22:51:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252F0443deefe1f441868fce24d38ceba9be%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/0443deefe1f441868fce24d38ceba9be/images/large/2.jpg not downloaded yet
2026-03-26 22:51:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6df3910>
2026-03-26 22:51:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_86ace69f-baad-5850-800a-8994805bd9da/86ace69f-baad-5850-800a-8994805bd9da_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:51:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F83eccd7274f04dd1b82db5446bb00de0%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/83eccd7274f04dd1b82db5446bb00de0/images/large/5.jpg saved to cache
2026-03-26 22:51:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 86ace69f-baad-5850-800a-8994805bd9da
2026-03-26 22:51:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7278410>
2026-03-26 22:51:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_86ace69f-baad-5850-800a-8994805bd9da/86ace69f-baad-5850-800a-8994805bd9da_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:51:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F83eccd7274f04dd1b82db5446bb00de0%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/83eccd7274f04dd1b82db5446bb00de0/images/large/6.jpg saved to cache
2026-03-26 22:51:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 86ace69f-baad-5850-800a-8994805bd9da
2026-03-26 22:51:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79a5390>
2026-03-26 22:51:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_86ace69f-baad-5850-800a-8994805bd9da/86ace69f-baad-5850-800a-8994805bd9da_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:51:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F83eccd7274f04dd1b82db5446bb00de0%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/83eccd7274f04dd1b82db5446bb00de0/images/large/8.jpg saved to cache
2026-03-26 22:51:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 86ace69f-baad-5850-800a-8994805bd9da
2026-03-26 22:51:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7474150>
2026-03-26 22:51:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_86ace69f-baad-5850-800a-8994805bd9da/86ace69f-baad-5850-800a-8994805bd9da_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:51:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F83eccd7274f04dd1b82db5446bb00de0%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/83eccd7274f04dd1b82db5446bb00de0/images/large/3.jpg saved to cache
2026-03-26 22:51:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 86ace69f-baad-5850-800a-8994805bd9da
2026-03-26 22:51:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252F0443deefe1f441868fce24d38ceba9be%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/0443deefe1f441868fce24d38ceba9be/images/large/3.jpg not downloaded yet
2026-03-26 22:51:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7980390>
2026-03-26 22:51:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_86ace69f-baad-5850-800a-8994805bd9da/86ace69f-baad-5850-800a-8994805bd9da_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:51:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F83eccd7274f04dd1b82db5446bb00de0%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/83eccd7274f04dd1b82db5446bb00de0/images/large/2.jpg saved to cache
2026-03-26 22:51:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 86ace69f-baad-5850-800a-8994805bd9da
2026-03-26 22:51:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c5c390>
2026-03-26 22:51:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_86ace69f-baad-5850-800a-8994805bd9da/86ace69f-baad-5850-800a-8994805bd9da_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:51:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F83eccd7274f04dd1b82db5446bb00de0%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/83eccd7274f04dd1b82db5446bb00de0/images/large/7.jpg saved to cache
2026-03-26 22:51:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 86ace69f-baad-5850-800a-8994805bd9da
2026-03-26 22:51:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76cfe90>
2026-03-26 22:51:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_86ace69f-baad-5850-800a-8994805bd9da/86ace69f-baad-5850-800a-8994805bd9da_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:51:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F83eccd7274f04dd1b82db5446bb00de0%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/83eccd7274f04dd1b82db5446bb00de0/images/large/4.jpg saved to cache
2026-03-26 22:51:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 86ace69f-baad-5850-800a-8994805bd9da
2026-03-26 22:51:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c80410>
2026-03-26 22:51:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_86ace69f-baad-5850-800a-8994805bd9da/86ace69f-baad-5850-800a-8994805bd9da_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:51:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F83eccd7274f04dd1b82db5446bb00de0%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/83eccd7274f04dd1b82db5446bb00de0/images/large/9.jpg saved to cache
2026-03-26 22:51:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 86ace69f-baad-5850-800a-8994805bd9da
2026-03-26 22:51:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/c285ace5903b42aa86d51a424054bf41/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/c285ace5903b42aa86d51a424054bf41/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/c285ace5903b42aa86d51a424054bf41/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252F0443deefe1f441868fce24d38ceba9be%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/0443deefe1f441868fce24d38ceba9be/images/large/4.jpg not downloaded yet
2026-03-26 22:51:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/c285ace5903b42aa86d51a424054bf41/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/c285ace5903b42aa86d51a424054bf41/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/c285ace5903b42aa86d51a424054bf41/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252F0443deefe1f441868fce24d38ceba9be%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/0443deefe1f441868fce24d38ceba9be/images/large/5.jpg not downloaded yet
2026-03-26 22:51:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/c285ace5903b42aa86d51a424054bf41/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252F0443deefe1f441868fce24d38ceba9be%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/0443deefe1f441868fce24d38ceba9be/images/large/6.jpg not downloaded yet
2026-03-26 22:51:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252F0443deefe1f441868fce24d38ceba9be%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/0443deefe1f441868fce24d38ceba9be/images/large/7.jpg not downloaded yet
2026-03-26 22:51:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252F0443deefe1f441868fce24d38ceba9be%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/0443deefe1f441868fce24d38ceba9be/images/large/8.jpg not downloaded yet
2026-03-26 22:51:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ab/83eccd7274f04dd1b82db5446bb00de0/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252F0443deefe1f441868fce24d38ceba9be%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/0443deefe1f441868fce24d38ceba9be/images/large/9.jpg not downloaded yet
2026-03-26 22:51:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c5d610>
2026-03-26 22:51:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_13cb0d5c-a1ec-528d-8bd3-8c2a28f16419/13cb0d5c-a1ec-528d-8bd3-8c2a28f16419_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:51:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Fc285ace5903b42aa86d51a424054bf41%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/c285ace5903b42aa86d51a424054bf41/images/large/2.jpg saved to cache
2026-03-26 22:51:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 13cb0d5c-a1ec-528d-8bd3-8c2a28f16419
2026-03-26 22:51:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76ee510>
2026-03-26 22:51:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_13cb0d5c-a1ec-528d-8bd3-8c2a28f16419/13cb0d5c-a1ec-528d-8bd3-8c2a28f16419_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:51:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Fc285ace5903b42aa86d51a424054bf41%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/c285ace5903b42aa86d51a424054bf41/images/large/6.jpg saved to cache
2026-03-26 22:51:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 13cb0d5c-a1ec-528d-8bd3-8c2a28f16419
2026-03-26 22:51:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b72790d0>
2026-03-26 22:51:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_13cb0d5c-a1ec-528d-8bd3-8c2a28f16419/13cb0d5c-a1ec-528d-8bd3-8c2a28f16419_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:51:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Fc285ace5903b42aa86d51a424054bf41%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/c285ace5903b42aa86d51a424054bf41/images/large/5.jpg saved to cache
2026-03-26 22:51:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 13cb0d5c-a1ec-528d-8bd3-8c2a28f16419
2026-03-26 22:51:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252F0443deefe1f441868fce24d38ceba9be%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/0443deefe1f441868fce24d38ceba9be/images/large/10.jpg not downloaded yet
2026-03-26 22:51:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/c285ace5903b42aa86d51a424054bf41/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79f1610>
2026-03-26 22:51:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_13cb0d5c-a1ec-528d-8bd3-8c2a28f16419/13cb0d5c-a1ec-528d-8bd3-8c2a28f16419_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:51:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Fc285ace5903b42aa86d51a424054bf41%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/c285ace5903b42aa86d51a424054bf41/images/large/4.jpg saved to cache
2026-03-26 22:51:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 13cb0d5c-a1ec-528d-8bd3-8c2a28f16419
2026-03-26 22:51:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79f0410>
2026-03-26 22:51:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_13cb0d5c-a1ec-528d-8bd3-8c2a28f16419/13cb0d5c-a1ec-528d-8bd3-8c2a28f16419_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:51:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Fc285ace5903b42aa86d51a424054bf41%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/c285ace5903b42aa86d51a424054bf41/images/large/3.jpg saved to cache
2026-03-26 22:51:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 13cb0d5c-a1ec-528d-8bd3-8c2a28f16419
2026-03-26 22:51:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7400fd0>
2026-03-26 22:51:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_13cb0d5c-a1ec-528d-8bd3-8c2a28f16419/13cb0d5c-a1ec-528d-8bd3-8c2a28f16419_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:51:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Fc285ace5903b42aa86d51a424054bf41%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/c285ace5903b42aa86d51a424054bf41/images/large/1.jpg saved to cache
2026-03-26 22:51:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 13cb0d5c-a1ec-528d-8bd3-8c2a28f16419
2026-03-26 22:51:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/c285ace5903b42aa86d51a424054bf41/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:46 [ayvens.be] INFO: Found listing with ID: 1985444
2026-03-26 22:51:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985444%27 HTTP/1.1" 200 None
2026-03-26 22:51:46 [ayvens.be] INFO: Scrape type for 1985444: 1
2026-03-26 22:51:46 [ayvens.be] INFO: Extracting data for car ID: 1985444
2026-03-26 22:51:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b68f2489-e4bd-53cf-9df3-8a995c530188 with identifier: 1985444
2026-03-26 22:51:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b68f2489-e4bd-53cf-9df3-8a995c530188 with scrape type 1
2026-03-26 22:51:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item b68f2489-e4bd-53cf-9df3-8a995c530188
2026-03-26 22:51:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252Ffcab1ffecdbe4bb283a3c90f2168aa76%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/fcab1ffecdbe4bb283a3c90f2168aa76/images/large/1.jpg not downloaded yet
2026-03-26 22:51:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bw/0443deefe1f441868fce24d38ceba9be/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252Ffcab1ffecdbe4bb283a3c90f2168aa76%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/fcab1ffecdbe4bb283a3c90f2168aa76/images/large/2.jpg not downloaded yet
2026-03-26 22:51:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79a22d0>
2026-03-26 22:51:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_13cb0d5c-a1ec-528d-8bd3-8c2a28f16419/13cb0d5c-a1ec-528d-8bd3-8c2a28f16419_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:51:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Fc285ace5903b42aa86d51a424054bf41%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/c285ace5903b42aa86d51a424054bf41/images/large/7.jpg saved to cache
2026-03-26 22:51:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 13cb0d5c-a1ec-528d-8bd3-8c2a28f16419
2026-03-26 22:51:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7648410>
2026-03-26 22:51:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_86ace69f-baad-5850-800a-8994805bd9da/86ace69f-baad-5850-800a-8994805bd9da_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:51:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252F83eccd7274f04dd1b82db5446bb00de0%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/83eccd7274f04dd1b82db5446bb00de0/images/large/10.jpg saved to cache
2026-03-26 22:51:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 86ace69f-baad-5850-800a-8994805bd9da
2026-03-26 22:51:46 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 86ace69f-baad-5850-800a-8994805bd9da, skipping ID generation
2026-03-26 22:51:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 86ace69f-baad-5850-800a-8994805bd9da with scrape type 1
2026-03-26 22:51:46 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 86ace69f-baad-5850-800a-8994805bd9da sending to next pipeline
2026-03-26 22:51:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 86ace69f-baad-5850-800a-8994805bd9da, identifier: 1985441
2026-03-26 22:51:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7290a10>
2026-03-26 22:51:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_13cb0d5c-a1ec-528d-8bd3-8c2a28f16419/13cb0d5c-a1ec-528d-8bd3-8c2a28f16419_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Fc285ace5903b42aa86d51a424054bf41%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/c285ace5903b42aa86d51a424054bf41/images/large/10.jpg saved to cache
2026-03-26 22:51:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 13cb0d5c-a1ec-528d-8bd3-8c2a28f16419
2026-03-26 22:51:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/c285ace5903b42aa86d51a424054bf41/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 86ace69f-baad-5850-800a-8994805bd9da with identifier: 1985441
2026-03-26 22:51:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 86ace69f-baad-5850-800a-8994805bd9da with identifier: 1985441
2026-03-26 22:51:47 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 86ace69f-baad-5850-800a-8994805bd9da with identifier: 1985441 to the API
2026-03-26 22:51:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:51:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:51:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2ab/83eccd7274f04dd1b82db5446bb00de0/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '86ace69f-baad-5850-800a-8994805bd9da',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'X2',
'odometer': 122499,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 23,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_86ace69f-baad-5850-800a-8994805bd9da/86ace69f-baad-5850-800a-8994805bd9da_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 694142,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ab/83eccd7274f04dd1b82db5446bb00de0/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_86ace69f-baad-5850-800a-8994805bd9da/86ace69f-baad-5850-800a-8994805bd9da_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 709000,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ab/83eccd7274f04dd1b82db5446bb00de0/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_86ace69f-baad-5850-800a-8994805bd9da/86ace69f-baad-5850-800a-8994805bd9da_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 662314,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ab/83eccd7274f04dd1b82db5446bb00de0/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_86ace69f-baad-5850-800a-8994805bd9da/86ace69f-baad-5850-800a-8994805bd9da_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 718589,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ab/83eccd7274f04dd1b82db5446bb00de0/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_86ace69f-baad-5850-800a-8994805bd9da/86ace69f-baad-5850-800a-8994805bd9da_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 698819,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ab/83eccd7274f04dd1b82db5446bb00de0/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_86ace69f-baad-5850-800a-8994805bd9da/86ace69f-baad-5850-800a-8994805bd9da_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 733718,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ab/83eccd7274f04dd1b82db5446bb00de0/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_86ace69f-baad-5850-800a-8994805bd9da/86ace69f-baad-5850-800a-8994805bd9da_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 589152,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ab/83eccd7274f04dd1b82db5446bb00de0/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_86ace69f-baad-5850-800a-8994805bd9da/86ace69f-baad-5850-800a-8994805bd9da_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 726084,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ab/83eccd7274f04dd1b82db5446bb00de0/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_86ace69f-baad-5850-800a-8994805bd9da/86ace69f-baad-5850-800a-8994805bd9da_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 653527,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ab/83eccd7274f04dd1b82db5446bb00de0/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_86ace69f-baad-5850-800a-8994805bd9da/86ace69f-baad-5850-800a-8994805bd9da_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 669687,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ab/83eccd7274f04dd1b82db5446bb00de0/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-10',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X2 1.5 XDRIVE25E PHEV 162KW)',
'transmission': 'automatic',
'trim': '1.5 XDRIVE25E PHEV 162KW)',
'vin': None,
'year': 2021}
2026-03-26 22:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985441%27 HTTP/1.1" 200 None
2026-03-26 22:51:47 [ayvens.be] INFO: Saving data for 1985441: {'created_time': 1774565507.380706, 'last_price_update_time': 1774565507.380719, 'auction_closing_time': 1774958400.0}
2026-03-26 22:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985441') HTTP/1.1" 204 0
2026-03-26 22:51:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bw/0443deefe1f441868fce24d38ceba9be/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252Ffcab1ffecdbe4bb283a3c90f2168aa76%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/fcab1ffecdbe4bb283a3c90f2168aa76/images/large/3.jpg not downloaded yet
2026-03-26 22:51:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bw/0443deefe1f441868fce24d38ceba9be/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bw/0443deefe1f441868fce24d38ceba9be/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bw/0443deefe1f441868fce24d38ceba9be/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252Ffcab1ffecdbe4bb283a3c90f2168aa76%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/fcab1ffecdbe4bb283a3c90f2168aa76/images/large/4.jpg not downloaded yet
2026-03-26 22:51:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b726ab90>
2026-03-26 22:51:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_13cb0d5c-a1ec-528d-8bd3-8c2a28f16419/13cb0d5c-a1ec-528d-8bd3-8c2a28f16419_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Fc285ace5903b42aa86d51a424054bf41%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/c285ace5903b42aa86d51a424054bf41/images/large/9.jpg saved to cache
2026-03-26 22:51:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 13cb0d5c-a1ec-528d-8bd3-8c2a28f16419
2026-03-26 22:51:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77d5e10>
2026-03-26 22:51:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f95e3aae-a4af-5899-ae14-85507159c18e/f95e3aae-a4af-5899-ae14-85507159c18e_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252F0443deefe1f441868fce24d38ceba9be%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/0443deefe1f441868fce24d38ceba9be/images/large/2.jpg saved to cache
2026-03-26 22:51:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item f95e3aae-a4af-5899-ae14-85507159c18e
2026-03-26 22:51:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74432d0>
2026-03-26 22:51:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_13cb0d5c-a1ec-528d-8bd3-8c2a28f16419/13cb0d5c-a1ec-528d-8bd3-8c2a28f16419_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Fc285ace5903b42aa86d51a424054bf41%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/c285ace5903b42aa86d51a424054bf41/images/large/8.jpg saved to cache
2026-03-26 22:51:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 13cb0d5c-a1ec-528d-8bd3-8c2a28f16419
2026-03-26 22:51:47 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 13cb0d5c-a1ec-528d-8bd3-8c2a28f16419, skipping ID generation
2026-03-26 22:51:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 13cb0d5c-a1ec-528d-8bd3-8c2a28f16419 with scrape type 1
2026-03-26 22:51:47 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 13cb0d5c-a1ec-528d-8bd3-8c2a28f16419 sending to next pipeline
2026-03-26 22:51:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 13cb0d5c-a1ec-528d-8bd3-8c2a28f16419, identifier: 1985442
2026-03-26 22:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252Ffcab1ffecdbe4bb283a3c90f2168aa76%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/fcab1ffecdbe4bb283a3c90f2168aa76/images/large/5.jpg not downloaded yet
2026-03-26 22:51:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 13cb0d5c-a1ec-528d-8bd3-8c2a28f16419 with identifier: 1985442
2026-03-26 22:51:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 13cb0d5c-a1ec-528d-8bd3-8c2a28f16419 with identifier: 1985442
2026-03-26 22:51:47 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 13cb0d5c-a1ec-528d-8bd3-8c2a28f16419 with identifier: 1985442 to the API
2026-03-26 22:51:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:51:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:51:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bm/c285ace5903b42aa86d51a424054bf41/images/large/8.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '13cb0d5c-a1ec-528d-8bd3-8c2a28f16419',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'CITROËN',
'model': 'GRAND C4 SPACETOURER',
'odometer': 70990,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 15,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_13cb0d5c-a1ec-528d-8bd3-8c2a28f16419/13cb0d5c-a1ec-528d-8bd3-8c2a28f16419_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 324659,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/c285ace5903b42aa86d51a424054bf41/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_13cb0d5c-a1ec-528d-8bd3-8c2a28f16419/13cb0d5c-a1ec-528d-8bd3-8c2a28f16419_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 323063,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/c285ace5903b42aa86d51a424054bf41/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_13cb0d5c-a1ec-528d-8bd3-8c2a28f16419/13cb0d5c-a1ec-528d-8bd3-8c2a28f16419_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 320884,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/c285ace5903b42aa86d51a424054bf41/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_13cb0d5c-a1ec-528d-8bd3-8c2a28f16419/13cb0d5c-a1ec-528d-8bd3-8c2a28f16419_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 325755,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/c285ace5903b42aa86d51a424054bf41/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_13cb0d5c-a1ec-528d-8bd3-8c2a28f16419/13cb0d5c-a1ec-528d-8bd3-8c2a28f16419_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 302565,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/c285ace5903b42aa86d51a424054bf41/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_13cb0d5c-a1ec-528d-8bd3-8c2a28f16419/13cb0d5c-a1ec-528d-8bd3-8c2a28f16419_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 288449,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/c285ace5903b42aa86d51a424054bf41/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_13cb0d5c-a1ec-528d-8bd3-8c2a28f16419/13cb0d5c-a1ec-528d-8bd3-8c2a28f16419_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 328855,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/c285ace5903b42aa86d51a424054bf41/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_13cb0d5c-a1ec-528d-8bd3-8c2a28f16419/13cb0d5c-a1ec-528d-8bd3-8c2a28f16419_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 347304,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/c285ace5903b42aa86d51a424054bf41/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_13cb0d5c-a1ec-528d-8bd3-8c2a28f16419/13cb0d5c-a1ec-528d-8bd3-8c2a28f16419_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 359420,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/c285ace5903b42aa86d51a424054bf41/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_13cb0d5c-a1ec-528d-8bd3-8c2a28f16419/13cb0d5c-a1ec-528d-8bd3-8c2a28f16419_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 240162,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/c285ace5903b42aa86d51a424054bf41/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-18',
'seats_number': 7,
'seller_name': None,
'title': 'CITROËN GRAND C4 SPACETOURER 1.2 PURETECH 130 S-S SHINE',
'transmission': 'manual',
'trim': '1.2 PURETECH 130 S-S SHINE',
'vin': None,
'year': 2022}
2026-03-26 22:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985442%27 HTTP/1.1" 200 None
2026-03-26 22:51:48 [ayvens.be] INFO: Saving data for 1985442: {'created_time': 1774565508.093884, 'last_price_update_time': 1774565508.093894, 'auction_closing_time': 1774958400.0}
2026-03-26 22:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985442') HTTP/1.1" 204 0
2026-03-26 22:51:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bw/0443deefe1f441868fce24d38ceba9be/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252Ffcab1ffecdbe4bb283a3c90f2168aa76%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/fcab1ffecdbe4bb283a3c90f2168aa76/images/large/6.jpg not downloaded yet
2026-03-26 22:51:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7876ed0>
2026-03-26 22:51:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f95e3aae-a4af-5899-ae14-85507159c18e/f95e3aae-a4af-5899-ae14-85507159c18e_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252F0443deefe1f441868fce24d38ceba9be%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/0443deefe1f441868fce24d38ceba9be/images/large/3.jpg saved to cache
2026-03-26 22:51:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item f95e3aae-a4af-5899-ae14-85507159c18e
2026-03-26 22:51:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77711d0>
2026-03-26 22:51:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f95e3aae-a4af-5899-ae14-85507159c18e/f95e3aae-a4af-5899-ae14-85507159c18e_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252F0443deefe1f441868fce24d38ceba9be%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/0443deefe1f441868fce24d38ceba9be/images/large/1.jpg saved to cache
2026-03-26 22:51:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item f95e3aae-a4af-5899-ae14-85507159c18e
2026-03-26 22:51:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79a7910>
2026-03-26 22:51:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f95e3aae-a4af-5899-ae14-85507159c18e/f95e3aae-a4af-5899-ae14-85507159c18e_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252F0443deefe1f441868fce24d38ceba9be%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/0443deefe1f441868fce24d38ceba9be/images/large/5.jpg saved to cache
2026-03-26 22:51:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item f95e3aae-a4af-5899-ae14-85507159c18e
2026-03-26 22:51:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80cad3d850>
2026-03-26 22:51:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f95e3aae-a4af-5899-ae14-85507159c18e/f95e3aae-a4af-5899-ae14-85507159c18e_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252F0443deefe1f441868fce24d38ceba9be%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/0443deefe1f441868fce24d38ceba9be/images/large/4.jpg saved to cache
2026-03-26 22:51:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item f95e3aae-a4af-5899-ae14-85507159c18e
2026-03-26 22:51:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bw/0443deefe1f441868fce24d38ceba9be/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bw/0443deefe1f441868fce24d38ceba9be/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252Ffcab1ffecdbe4bb283a3c90f2168aa76%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/fcab1ffecdbe4bb283a3c90f2168aa76/images/large/7.jpg not downloaded yet
2026-03-26 22:51:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/fcab1ffecdbe4bb283a3c90f2168aa76/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/fcab1ffecdbe4bb283a3c90f2168aa76/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bw/0443deefe1f441868fce24d38ceba9be/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bw/0443deefe1f441868fce24d38ceba9be/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252Ffcab1ffecdbe4bb283a3c90f2168aa76%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/fcab1ffecdbe4bb283a3c90f2168aa76/images/large/8.jpg not downloaded yet
2026-03-26 22:51:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79cdc50>
2026-03-26 22:51:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f95e3aae-a4af-5899-ae14-85507159c18e/f95e3aae-a4af-5899-ae14-85507159c18e_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252F0443deefe1f441868fce24d38ceba9be%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/0443deefe1f441868fce24d38ceba9be/images/large/6.jpg saved to cache
2026-03-26 22:51:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item f95e3aae-a4af-5899-ae14-85507159c18e
2026-03-26 22:51:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/fcab1ffecdbe4bb283a3c90f2168aa76/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252Ffcab1ffecdbe4bb283a3c90f2168aa76%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/fcab1ffecdbe4bb283a3c90f2168aa76/images/large/9.jpg not downloaded yet
2026-03-26 22:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252Ffcab1ffecdbe4bb283a3c90f2168aa76%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/fcab1ffecdbe4bb283a3c90f2168aa76/images/large/10.jpg not downloaded yet
2026-03-26 22:51:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c827d0>
2026-03-26 22:51:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f95e3aae-a4af-5899-ae14-85507159c18e/f95e3aae-a4af-5899-ae14-85507159c18e_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252F0443deefe1f441868fce24d38ceba9be%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/0443deefe1f441868fce24d38ceba9be/images/large/7.jpg saved to cache
2026-03-26 22:51:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item f95e3aae-a4af-5899-ae14-85507159c18e
2026-03-26 22:51:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c5f710>
2026-03-26 22:51:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f95e3aae-a4af-5899-ae14-85507159c18e/f95e3aae-a4af-5899-ae14-85507159c18e_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252F0443deefe1f441868fce24d38ceba9be%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/0443deefe1f441868fce24d38ceba9be/images/large/8.jpg saved to cache
2026-03-26 22:51:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item f95e3aae-a4af-5899-ae14-85507159c18e
2026-03-26 22:51:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79a7d50>
2026-03-26 22:51:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b68f2489-e4bd-53cf-9df3-8a995c530188/b68f2489-e4bd-53cf-9df3-8a995c530188_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252Ffcab1ffecdbe4bb283a3c90f2168aa76%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/fcab1ffecdbe4bb283a3c90f2168aa76/images/large/1.jpg saved to cache
2026-03-26 22:51:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item b68f2489-e4bd-53cf-9df3-8a995c530188
2026-03-26 22:51:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7aa37d0>
2026-03-26 22:51:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b68f2489-e4bd-53cf-9df3-8a995c530188/b68f2489-e4bd-53cf-9df3-8a995c530188_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252Ffcab1ffecdbe4bb283a3c90f2168aa76%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/fcab1ffecdbe4bb283a3c90f2168aa76/images/large/2.jpg saved to cache
2026-03-26 22:51:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item b68f2489-e4bd-53cf-9df3-8a995c530188
2026-03-26 22:51:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7b17550>
2026-03-26 22:51:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f95e3aae-a4af-5899-ae14-85507159c18e/f95e3aae-a4af-5899-ae14-85507159c18e_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252F0443deefe1f441868fce24d38ceba9be%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/0443deefe1f441868fce24d38ceba9be/images/large/10.jpg saved to cache
2026-03-26 22:51:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item f95e3aae-a4af-5899-ae14-85507159c18e
2026-03-26 22:51:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6df2010>
2026-03-26 22:51:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f95e3aae-a4af-5899-ae14-85507159c18e/f95e3aae-a4af-5899-ae14-85507159c18e_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bw%252F0443deefe1f441868fce24d38ceba9be%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bw/0443deefe1f441868fce24d38ceba9be/images/large/9.jpg saved to cache
2026-03-26 22:51:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item f95e3aae-a4af-5899-ae14-85507159c18e
2026-03-26 22:51:49 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f95e3aae-a4af-5899-ae14-85507159c18e, skipping ID generation
2026-03-26 22:51:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f95e3aae-a4af-5899-ae14-85507159c18e with scrape type 1
2026-03-26 22:51:49 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f95e3aae-a4af-5899-ae14-85507159c18e sending to next pipeline
2026-03-26 22:51:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: f95e3aae-a4af-5899-ae14-85507159c18e, identifier: 1985443
2026-03-26 22:51:49 [ayvens.be] INFO: Found listing with ID: 1985445
2026-03-26 22:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985445%27 HTTP/1.1" 200 None
2026-03-26 22:51:49 [ayvens.be] INFO: Scrape type for 1985445: 1
2026-03-26 22:51:49 [ayvens.be] INFO: Extracting data for car ID: 1985445
2026-03-26 22:51:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4ce88cda-37cc-5ed6-9dc9-8eef121d5db6 with identifier: 1985445
2026-03-26 22:51:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4ce88cda-37cc-5ed6-9dc9-8eef121d5db6 with scrape type 1
2026-03-26 22:51:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 4ce88cda-37cc-5ed6-9dc9-8eef121d5db6
2026-03-26 22:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ce%252F7cc8e7e0e5694cd5ad686c75eb461290%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ce/7cc8e7e0e5694cd5ad686c75eb461290/images/large/1.jpg not downloaded yet
2026-03-26 22:51:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: f95e3aae-a4af-5899-ae14-85507159c18e with identifier: 1985443
2026-03-26 22:51:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: f95e3aae-a4af-5899-ae14-85507159c18e with identifier: 1985443
2026-03-26 22:51:49 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: f95e3aae-a4af-5899-ae14-85507159c18e with identifier: 1985443 to the API
2026-03-26 22:51:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:51:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:51:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bw/0443deefe1f441868fce24d38ceba9be/images/large/9.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'f95e3aae-a4af-5899-ae14-85507159c18e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '5 SERIES BERLINE',
'odometer': 43732,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 15,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f95e3aae-a4af-5899-ae14-85507159c18e/f95e3aae-a4af-5899-ae14-85507159c18e_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 575754,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bw/0443deefe1f441868fce24d38ceba9be/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f95e3aae-a4af-5899-ae14-85507159c18e/f95e3aae-a4af-5899-ae14-85507159c18e_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 560851,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bw/0443deefe1f441868fce24d38ceba9be/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f95e3aae-a4af-5899-ae14-85507159c18e/f95e3aae-a4af-5899-ae14-85507159c18e_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 536577,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bw/0443deefe1f441868fce24d38ceba9be/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f95e3aae-a4af-5899-ae14-85507159c18e/f95e3aae-a4af-5899-ae14-85507159c18e_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 568386,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bw/0443deefe1f441868fce24d38ceba9be/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f95e3aae-a4af-5899-ae14-85507159c18e/f95e3aae-a4af-5899-ae14-85507159c18e_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 452219,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bw/0443deefe1f441868fce24d38ceba9be/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f95e3aae-a4af-5899-ae14-85507159c18e/f95e3aae-a4af-5899-ae14-85507159c18e_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 452765,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bw/0443deefe1f441868fce24d38ceba9be/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f95e3aae-a4af-5899-ae14-85507159c18e/f95e3aae-a4af-5899-ae14-85507159c18e_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 539949,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bw/0443deefe1f441868fce24d38ceba9be/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f95e3aae-a4af-5899-ae14-85507159c18e/f95e3aae-a4af-5899-ae14-85507159c18e_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 508544,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bw/0443deefe1f441868fce24d38ceba9be/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f95e3aae-a4af-5899-ae14-85507159c18e/f95e3aae-a4af-5899-ae14-85507159c18e_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 357729,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bw/0443deefe1f441868fce24d38ceba9be/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f95e3aae-a4af-5899-ae14-85507159c18e/f95e3aae-a4af-5899-ae14-85507159c18e_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 379707,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bw/0443deefe1f441868fce24d38ceba9be/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-19',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 5 SERIES BERLINE 2.0 520E AUTO',
'transmission': 'automatic',
'trim': '2.0 520E AUTO',
'vin': None,
'year': 2022}
2026-03-26 22:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985443%27 HTTP/1.1" 200 None
2026-03-26 22:51:49 [ayvens.be] INFO: Saving data for 1985443: {'created_time': 1774565509.473504, 'last_price_update_time': 1774565509.473514, 'auction_closing_time': 1774958400.0}
2026-03-26 22:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985443') HTTP/1.1" 204 0
2026-03-26 22:51:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/fcab1ffecdbe4bb283a3c90f2168aa76/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7496590>
2026-03-26 22:51:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b68f2489-e4bd-53cf-9df3-8a995c530188/b68f2489-e4bd-53cf-9df3-8a995c530188_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252Ffcab1ffecdbe4bb283a3c90f2168aa76%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/fcab1ffecdbe4bb283a3c90f2168aa76/images/large/3.jpg saved to cache
2026-03-26 22:51:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item b68f2489-e4bd-53cf-9df3-8a995c530188
2026-03-26 22:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ce%252F7cc8e7e0e5694cd5ad686c75eb461290%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ce/7cc8e7e0e5694cd5ad686c75eb461290/images/large/2.jpg not downloaded yet
2026-03-26 22:51:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/fcab1ffecdbe4bb283a3c90f2168aa76/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/fcab1ffecdbe4bb283a3c90f2168aa76/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/fcab1ffecdbe4bb283a3c90f2168aa76/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ce%252F7cc8e7e0e5694cd5ad686c75eb461290%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ce/7cc8e7e0e5694cd5ad686c75eb461290/images/large/3.jpg not downloaded yet
2026-03-26 22:51:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/fcab1ffecdbe4bb283a3c90f2168aa76/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7a564d0>
2026-03-26 22:51:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b68f2489-e4bd-53cf-9df3-8a995c530188/b68f2489-e4bd-53cf-9df3-8a995c530188_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252Ffcab1ffecdbe4bb283a3c90f2168aa76%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/fcab1ffecdbe4bb283a3c90f2168aa76/images/large/4.jpg saved to cache
2026-03-26 22:51:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item b68f2489-e4bd-53cf-9df3-8a995c530188
2026-03-26 22:51:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/fcab1ffecdbe4bb283a3c90f2168aa76/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ce%252F7cc8e7e0e5694cd5ad686c75eb461290%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ce/7cc8e7e0e5694cd5ad686c75eb461290/images/large/4.jpg not downloaded yet
2026-03-26 22:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ce%252F7cc8e7e0e5694cd5ad686c75eb461290%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ce/7cc8e7e0e5694cd5ad686c75eb461290/images/large/5.jpg not downloaded yet
2026-03-26 22:51:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7a60350>
2026-03-26 22:51:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b68f2489-e4bd-53cf-9df3-8a995c530188/b68f2489-e4bd-53cf-9df3-8a995c530188_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252Ffcab1ffecdbe4bb283a3c90f2168aa76%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/fcab1ffecdbe4bb283a3c90f2168aa76/images/large/5.jpg saved to cache
2026-03-26 22:51:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item b68f2489-e4bd-53cf-9df3-8a995c530188
2026-03-26 22:51:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c5dd50>
2026-03-26 22:51:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b68f2489-e4bd-53cf-9df3-8a995c530188/b68f2489-e4bd-53cf-9df3-8a995c530188_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252Ffcab1ffecdbe4bb283a3c90f2168aa76%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/fcab1ffecdbe4bb283a3c90f2168aa76/images/large/6.jpg saved to cache
2026-03-26 22:51:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item b68f2489-e4bd-53cf-9df3-8a995c530188
2026-03-26 22:51:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b744b850>
2026-03-26 22:51:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b68f2489-e4bd-53cf-9df3-8a995c530188/b68f2489-e4bd-53cf-9df3-8a995c530188_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252Ffcab1ffecdbe4bb283a3c90f2168aa76%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/fcab1ffecdbe4bb283a3c90f2168aa76/images/large/7.jpg saved to cache
2026-03-26 22:51:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item b68f2489-e4bd-53cf-9df3-8a995c530188
2026-03-26 22:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ce%252F7cc8e7e0e5694cd5ad686c75eb461290%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ce/7cc8e7e0e5694cd5ad686c75eb461290/images/large/6.jpg not downloaded yet
2026-03-26 22:51:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd9ceb50>
2026-03-26 22:51:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b68f2489-e4bd-53cf-9df3-8a995c530188/b68f2489-e4bd-53cf-9df3-8a995c530188_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252Ffcab1ffecdbe4bb283a3c90f2168aa76%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/fcab1ffecdbe4bb283a3c90f2168aa76/images/large/8.jpg saved to cache
2026-03-26 22:51:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item b68f2489-e4bd-53cf-9df3-8a995c530188
2026-03-26 22:51:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/fcab1ffecdbe4bb283a3c90f2168aa76/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ce%252F7cc8e7e0e5694cd5ad686c75eb461290%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ce/7cc8e7e0e5694cd5ad686c75eb461290/images/large/7.jpg not downloaded yet
2026-03-26 22:51:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7b34f50>
2026-03-26 22:51:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b68f2489-e4bd-53cf-9df3-8a995c530188/b68f2489-e4bd-53cf-9df3-8a995c530188_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252Ffcab1ffecdbe4bb283a3c90f2168aa76%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/fcab1ffecdbe4bb283a3c90f2168aa76/images/large/9.jpg saved to cache
2026-03-26 22:51:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item b68f2489-e4bd-53cf-9df3-8a995c530188
2026-03-26 22:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ce%252F7cc8e7e0e5694cd5ad686c75eb461290%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ce/7cc8e7e0e5694cd5ad686c75eb461290/images/large/8.jpg not downloaded yet
2026-03-26 22:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ce%252F7cc8e7e0e5694cd5ad686c75eb461290%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ce/7cc8e7e0e5694cd5ad686c75eb461290/images/large/9.jpg not downloaded yet
2026-03-26 22:51:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e4fc10>
2026-03-26 22:51:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b68f2489-e4bd-53cf-9df3-8a995c530188/b68f2489-e4bd-53cf-9df3-8a995c530188_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252Ffcab1ffecdbe4bb283a3c90f2168aa76%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/fcab1ffecdbe4bb283a3c90f2168aa76/images/large/10.jpg saved to cache
2026-03-26 22:51:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item b68f2489-e4bd-53cf-9df3-8a995c530188
2026-03-26 22:51:50 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b68f2489-e4bd-53cf-9df3-8a995c530188, skipping ID generation
2026-03-26 22:51:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b68f2489-e4bd-53cf-9df3-8a995c530188 with scrape type 1
2026-03-26 22:51:50 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b68f2489-e4bd-53cf-9df3-8a995c530188 sending to next pipeline
2026-03-26 22:51:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: b68f2489-e4bd-53cf-9df3-8a995c530188, identifier: 1985444
2026-03-26 22:51:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ce/7cc8e7e0e5694cd5ad686c75eb461290/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: b68f2489-e4bd-53cf-9df3-8a995c530188 with identifier: 1985444
2026-03-26 22:51:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: b68f2489-e4bd-53cf-9df3-8a995c530188 with identifier: 1985444
2026-03-26 22:51:50 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: b68f2489-e4bd-53cf-9df3-8a995c530188 with identifier: 1985444 to the API
2026-03-26 22:51:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:51:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:51:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bh/fcab1ffecdbe4bb283a3c90f2168aa76/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': 102,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': 'b68f2489-e4bd-53cf-9df3-8a995c530188',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '2 SERIES ACTIVE TOURER',
'odometer': 73595,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 16,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b68f2489-e4bd-53cf-9df3-8a995c530188/b68f2489-e4bd-53cf-9df3-8a995c530188_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 273095,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/fcab1ffecdbe4bb283a3c90f2168aa76/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b68f2489-e4bd-53cf-9df3-8a995c530188/b68f2489-e4bd-53cf-9df3-8a995c530188_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 275842,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/fcab1ffecdbe4bb283a3c90f2168aa76/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b68f2489-e4bd-53cf-9df3-8a995c530188/b68f2489-e4bd-53cf-9df3-8a995c530188_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 291330,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/fcab1ffecdbe4bb283a3c90f2168aa76/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b68f2489-e4bd-53cf-9df3-8a995c530188/b68f2489-e4bd-53cf-9df3-8a995c530188_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 285852,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/fcab1ffecdbe4bb283a3c90f2168aa76/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b68f2489-e4bd-53cf-9df3-8a995c530188/b68f2489-e4bd-53cf-9df3-8a995c530188_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 318789,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/fcab1ffecdbe4bb283a3c90f2168aa76/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b68f2489-e4bd-53cf-9df3-8a995c530188/b68f2489-e4bd-53cf-9df3-8a995c530188_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 269180,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/fcab1ffecdbe4bb283a3c90f2168aa76/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b68f2489-e4bd-53cf-9df3-8a995c530188/b68f2489-e4bd-53cf-9df3-8a995c530188_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 264544,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/fcab1ffecdbe4bb283a3c90f2168aa76/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b68f2489-e4bd-53cf-9df3-8a995c530188/b68f2489-e4bd-53cf-9df3-8a995c530188_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 379048,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/fcab1ffecdbe4bb283a3c90f2168aa76/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b68f2489-e4bd-53cf-9df3-8a995c530188/b68f2489-e4bd-53cf-9df3-8a995c530188_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 288368,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/fcab1ffecdbe4bb283a3c90f2168aa76/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b68f2489-e4bd-53cf-9df3-8a995c530188/b68f2489-e4bd-53cf-9df3-8a995c530188_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 361142,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/fcab1ffecdbe4bb283a3c90f2168aa76/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-24',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 2 SERIES ACTIVE TOURER 1.5 216D ACTIVE TOURER',
'transmission': 'manual',
'trim': '1.5 216D ACTIVE TOURER',
'vin': None,
'year': 2021}
2026-03-26 22:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985444%27 HTTP/1.1" 200 None
2026-03-26 22:51:50 [ayvens.be] INFO: Saving data for 1985444: {'created_time': 1774565510.772181, 'last_price_update_time': 1774565510.772191, 'auction_closing_time': 1774958400.0}
2026-03-26 22:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985444') HTTP/1.1" 204 0
2026-03-26 22:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ce%252F7cc8e7e0e5694cd5ad686c75eb461290%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ce/7cc8e7e0e5694cd5ad686c75eb461290/images/large/10.jpg not downloaded yet
2026-03-26 22:51:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ce/7cc8e7e0e5694cd5ad686c75eb461290/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ce/7cc8e7e0e5694cd5ad686c75eb461290/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:50 [ayvens.be] INFO: Found listing with ID: 1985446
2026-03-26 22:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985446%27 HTTP/1.1" 200 None
2026-03-26 22:51:50 [ayvens.be] INFO: Scrape type for 1985446: 1
2026-03-26 22:51:50 [ayvens.be] INFO: Extracting data for car ID: 1985446
2026-03-26 22:51:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3e6ba21e-49be-57d2-b325-bc6c4433d37a with identifier: 1985446
2026-03-26 22:51:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e6ba21e-49be-57d2-b325-bc6c4433d37a with scrape type 1
2026-03-26 22:51:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 3e6ba21e-49be-57d2-b325-bc6c4433d37a
2026-03-26 22:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F2b6f75208a5f4927acf8b46b4f19ccb8%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/2b6f75208a5f4927acf8b46b4f19ccb8/images/large/1.jpg not downloaded yet
2026-03-26 22:51:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ce/7cc8e7e0e5694cd5ad686c75eb461290/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e14a90>
2026-03-26 22:51:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4ce88cda-37cc-5ed6-9dc9-8eef121d5db6/4ce88cda-37cc-5ed6-9dc9-8eef121d5db6_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ce%252F7cc8e7e0e5694cd5ad686c75eb461290%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ce/7cc8e7e0e5694cd5ad686c75eb461290/images/large/1.jpg saved to cache
2026-03-26 22:51:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 4ce88cda-37cc-5ed6-9dc9-8eef121d5db6
2026-03-26 22:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F2b6f75208a5f4927acf8b46b4f19ccb8%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/2b6f75208a5f4927acf8b46b4f19ccb8/images/large/2.jpg not downloaded yet
2026-03-26 22:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F2b6f75208a5f4927acf8b46b4f19ccb8%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/2b6f75208a5f4927acf8b46b4f19ccb8/images/large/3.jpg not downloaded yet
2026-03-26 22:51:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ce/7cc8e7e0e5694cd5ad686c75eb461290/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b788d9d0>
2026-03-26 22:51:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4ce88cda-37cc-5ed6-9dc9-8eef121d5db6/4ce88cda-37cc-5ed6-9dc9-8eef121d5db6_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ce%252F7cc8e7e0e5694cd5ad686c75eb461290%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ce/7cc8e7e0e5694cd5ad686c75eb461290/images/large/3.jpg saved to cache
2026-03-26 22:51:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 4ce88cda-37cc-5ed6-9dc9-8eef121d5db6
2026-03-26 22:51:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c74150>
2026-03-26 22:51:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4ce88cda-37cc-5ed6-9dc9-8eef121d5db6/4ce88cda-37cc-5ed6-9dc9-8eef121d5db6_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ce%252F7cc8e7e0e5694cd5ad686c75eb461290%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ce/7cc8e7e0e5694cd5ad686c75eb461290/images/large/2.jpg saved to cache
2026-03-26 22:51:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 4ce88cda-37cc-5ed6-9dc9-8eef121d5db6
2026-03-26 22:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F2b6f75208a5f4927acf8b46b4f19ccb8%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/2b6f75208a5f4927acf8b46b4f19ccb8/images/large/4.jpg not downloaded yet
2026-03-26 22:51:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7a60550>
2026-03-26 22:51:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4ce88cda-37cc-5ed6-9dc9-8eef121d5db6/4ce88cda-37cc-5ed6-9dc9-8eef121d5db6_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ce%252F7cc8e7e0e5694cd5ad686c75eb461290%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ce/7cc8e7e0e5694cd5ad686c75eb461290/images/large/4.jpg saved to cache
2026-03-26 22:51:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 4ce88cda-37cc-5ed6-9dc9-8eef121d5db6
2026-03-26 22:51:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ce/7cc8e7e0e5694cd5ad686c75eb461290/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F2b6f75208a5f4927acf8b46b4f19ccb8%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/2b6f75208a5f4927acf8b46b4f19ccb8/images/large/5.jpg not downloaded yet
2026-03-26 22:51:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ce/7cc8e7e0e5694cd5ad686c75eb461290/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6df2790>
2026-03-26 22:51:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4ce88cda-37cc-5ed6-9dc9-8eef121d5db6/4ce88cda-37cc-5ed6-9dc9-8eef121d5db6_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ce%252F7cc8e7e0e5694cd5ad686c75eb461290%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ce/7cc8e7e0e5694cd5ad686c75eb461290/images/large/5.jpg saved to cache
2026-03-26 22:51:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 4ce88cda-37cc-5ed6-9dc9-8eef121d5db6
2026-03-26 22:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F2b6f75208a5f4927acf8b46b4f19ccb8%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/2b6f75208a5f4927acf8b46b4f19ccb8/images/large/6.jpg not downloaded yet
2026-03-26 22:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F2b6f75208a5f4927acf8b46b4f19ccb8%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/2b6f75208a5f4927acf8b46b4f19ccb8/images/large/7.jpg not downloaded yet
2026-03-26 22:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F2b6f75208a5f4927acf8b46b4f19ccb8%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/2b6f75208a5f4927acf8b46b4f19ccb8/images/large/8.jpg not downloaded yet
2026-03-26 22:51:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79f8c50>
2026-03-26 22:51:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4ce88cda-37cc-5ed6-9dc9-8eef121d5db6/4ce88cda-37cc-5ed6-9dc9-8eef121d5db6_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ce%252F7cc8e7e0e5694cd5ad686c75eb461290%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ce/7cc8e7e0e5694cd5ad686c75eb461290/images/large/7.jpg saved to cache
2026-03-26 22:51:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 4ce88cda-37cc-5ed6-9dc9-8eef121d5db6
2026-03-26 22:51:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ce/7cc8e7e0e5694cd5ad686c75eb461290/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F2b6f75208a5f4927acf8b46b4f19ccb8%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/2b6f75208a5f4927acf8b46b4f19ccb8/images/large/9.jpg not downloaded yet
2026-03-26 22:51:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7570410>
2026-03-26 22:51:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4ce88cda-37cc-5ed6-9dc9-8eef121d5db6/4ce88cda-37cc-5ed6-9dc9-8eef121d5db6_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ce%252F7cc8e7e0e5694cd5ad686c75eb461290%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ce/7cc8e7e0e5694cd5ad686c75eb461290/images/large/6.jpg saved to cache
2026-03-26 22:51:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 4ce88cda-37cc-5ed6-9dc9-8eef121d5db6
2026-03-26 22:51:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ce/7cc8e7e0e5694cd5ad686c75eb461290/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ce/7cc8e7e0e5694cd5ad686c75eb461290/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/2b6f75208a5f4927acf8b46b4f19ccb8/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F2b6f75208a5f4927acf8b46b4f19ccb8%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/2b6f75208a5f4927acf8b46b4f19ccb8/images/large/10.jpg not downloaded yet
2026-03-26 22:51:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/2b6f75208a5f4927acf8b46b4f19ccb8/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b743bfd0>
2026-03-26 22:51:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4ce88cda-37cc-5ed6-9dc9-8eef121d5db6/4ce88cda-37cc-5ed6-9dc9-8eef121d5db6_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ce%252F7cc8e7e0e5694cd5ad686c75eb461290%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ce/7cc8e7e0e5694cd5ad686c75eb461290/images/large/9.jpg saved to cache
2026-03-26 22:51:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 4ce88cda-37cc-5ed6-9dc9-8eef121d5db6
2026-03-26 22:51:51 [ayvens.be] INFO: Found listing with ID: 1985447
2026-03-26 22:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985447%27 HTTP/1.1" 200 None
2026-03-26 22:51:51 [ayvens.be] INFO: Scrape type for 1985447: 1
2026-03-26 22:51:51 [ayvens.be] INFO: Extracting data for car ID: 1985447
2026-03-26 22:51:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c545d7af-3d4a-532c-b476-168ddfe5e144 with identifier: 1985447
2026-03-26 22:51:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c545d7af-3d4a-532c-b476-168ddfe5e144 with scrape type 1
2026-03-26 22:51:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item c545d7af-3d4a-532c-b476-168ddfe5e144
2026-03-26 22:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yt%252Fd784a7e43cd34ea59d73fb672198c03e%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yt/d784a7e43cd34ea59d73fb672198c03e/images/large/1.jpg not downloaded yet
2026-03-26 22:51:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/2b6f75208a5f4927acf8b46b4f19ccb8/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yt%252Fd784a7e43cd34ea59d73fb672198c03e%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yt/d784a7e43cd34ea59d73fb672198c03e/images/large/2.jpg not downloaded yet
2026-03-26 22:51:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7572890>
2026-03-26 22:51:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4ce88cda-37cc-5ed6-9dc9-8eef121d5db6/4ce88cda-37cc-5ed6-9dc9-8eef121d5db6_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ce%252F7cc8e7e0e5694cd5ad686c75eb461290%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ce/7cc8e7e0e5694cd5ad686c75eb461290/images/large/8.jpg saved to cache
2026-03-26 22:51:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 4ce88cda-37cc-5ed6-9dc9-8eef121d5db6
2026-03-26 22:51:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7401d50>
2026-03-26 22:51:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4ce88cda-37cc-5ed6-9dc9-8eef121d5db6/4ce88cda-37cc-5ed6-9dc9-8eef121d5db6_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:51:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ce%252F7cc8e7e0e5694cd5ad686c75eb461290%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ce/7cc8e7e0e5694cd5ad686c75eb461290/images/large/10.jpg saved to cache
2026-03-26 22:51:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 4ce88cda-37cc-5ed6-9dc9-8eef121d5db6
2026-03-26 22:51:52 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4ce88cda-37cc-5ed6-9dc9-8eef121d5db6, skipping ID generation
2026-03-26 22:51:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4ce88cda-37cc-5ed6-9dc9-8eef121d5db6 with scrape type 1
2026-03-26 22:51:52 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4ce88cda-37cc-5ed6-9dc9-8eef121d5db6 sending to next pipeline
2026-03-26 22:51:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 4ce88cda-37cc-5ed6-9dc9-8eef121d5db6, identifier: 1985445
2026-03-26 22:51:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b729c110>
2026-03-26 22:51:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3e6ba21e-49be-57d2-b325-bc6c4433d37a/3e6ba21e-49be-57d2-b325-bc6c4433d37a_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:51:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F2b6f75208a5f4927acf8b46b4f19ccb8%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/2b6f75208a5f4927acf8b46b4f19ccb8/images/large/1.jpg saved to cache
2026-03-26 22:51:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 3e6ba21e-49be-57d2-b325-bc6c4433d37a
2026-03-26 22:51:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7779010>
2026-03-26 22:51:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3e6ba21e-49be-57d2-b325-bc6c4433d37a/3e6ba21e-49be-57d2-b325-bc6c4433d37a_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:51:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F2b6f75208a5f4927acf8b46b4f19ccb8%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/2b6f75208a5f4927acf8b46b4f19ccb8/images/large/2.jpg saved to cache
2026-03-26 22:51:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 3e6ba21e-49be-57d2-b325-bc6c4433d37a
2026-03-26 22:51:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yt%252Fd784a7e43cd34ea59d73fb672198c03e%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yt/d784a7e43cd34ea59d73fb672198c03e/images/large/3.jpg not downloaded yet
2026-03-26 22:51:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 4ce88cda-37cc-5ed6-9dc9-8eef121d5db6 with identifier: 1985445
2026-03-26 22:51:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 4ce88cda-37cc-5ed6-9dc9-8eef121d5db6 with identifier: 1985445
2026-03-26 22:51:52 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 4ce88cda-37cc-5ed6-9dc9-8eef121d5db6 with identifier: 1985445 to the API
2026-03-26 22:51:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:51:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:51:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2ce/7cc8e7e0e5694cd5ad686c75eb461290/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '4ce88cda-37cc-5ed6-9dc9-8eef121d5db6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'SKODA',
'model': 'OCTAVIA COMBI',
'odometer': 151110,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 22,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4ce88cda-37cc-5ed6-9dc9-8eef121d5db6/4ce88cda-37cc-5ed6-9dc9-8eef121d5db6_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 660801,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ce/7cc8e7e0e5694cd5ad686c75eb461290/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4ce88cda-37cc-5ed6-9dc9-8eef121d5db6/4ce88cda-37cc-5ed6-9dc9-8eef121d5db6_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 624814,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ce/7cc8e7e0e5694cd5ad686c75eb461290/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4ce88cda-37cc-5ed6-9dc9-8eef121d5db6/4ce88cda-37cc-5ed6-9dc9-8eef121d5db6_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 632316,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ce/7cc8e7e0e5694cd5ad686c75eb461290/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4ce88cda-37cc-5ed6-9dc9-8eef121d5db6/4ce88cda-37cc-5ed6-9dc9-8eef121d5db6_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 646116,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ce/7cc8e7e0e5694cd5ad686c75eb461290/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4ce88cda-37cc-5ed6-9dc9-8eef121d5db6/4ce88cda-37cc-5ed6-9dc9-8eef121d5db6_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 677558,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ce/7cc8e7e0e5694cd5ad686c75eb461290/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4ce88cda-37cc-5ed6-9dc9-8eef121d5db6/4ce88cda-37cc-5ed6-9dc9-8eef121d5db6_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 726833,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ce/7cc8e7e0e5694cd5ad686c75eb461290/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4ce88cda-37cc-5ed6-9dc9-8eef121d5db6/4ce88cda-37cc-5ed6-9dc9-8eef121d5db6_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 676185,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ce/7cc8e7e0e5694cd5ad686c75eb461290/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4ce88cda-37cc-5ed6-9dc9-8eef121d5db6/4ce88cda-37cc-5ed6-9dc9-8eef121d5db6_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 850566,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ce/7cc8e7e0e5694cd5ad686c75eb461290/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4ce88cda-37cc-5ed6-9dc9-8eef121d5db6/4ce88cda-37cc-5ed6-9dc9-8eef121d5db6_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 823058,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ce/7cc8e7e0e5694cd5ad686c75eb461290/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4ce88cda-37cc-5ed6-9dc9-8eef121d5db6/4ce88cda-37cc-5ed6-9dc9-8eef121d5db6_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 812155,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ce/7cc8e7e0e5694cd5ad686c75eb461290/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-23',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA OCTAVIA COMBI 1.0 TSI MHEV 81KW DSG CLEVER+',
'transmission': 'automatic',
'trim': '1.0 TSI MHEV 81KW DSG CLEVER+',
'vin': None,
'year': 2022}
2026-03-26 22:51:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985445%27 HTTP/1.1" 200 None
2026-03-26 22:51:52 [ayvens.be] INFO: Saving data for 1985445: {'created_time': 1774565512.760206, 'last_price_update_time': 1774565512.760216, 'auction_closing_time': 1774958400.0}
2026-03-26 22:51:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985445') HTTP/1.1" 204 0
2026-03-26 22:51:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/2b6f75208a5f4927acf8b46b4f19ccb8/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/2b6f75208a5f4927acf8b46b4f19ccb8/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yt%252Fd784a7e43cd34ea59d73fb672198c03e%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yt/d784a7e43cd34ea59d73fb672198c03e/images/large/4.jpg not downloaded yet
2026-03-26 22:51:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b748be50>
2026-03-26 22:51:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3e6ba21e-49be-57d2-b325-bc6c4433d37a/3e6ba21e-49be-57d2-b325-bc6c4433d37a_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:51:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F2b6f75208a5f4927acf8b46b4f19ccb8%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/2b6f75208a5f4927acf8b46b4f19ccb8/images/large/3.jpg saved to cache
2026-03-26 22:51:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 3e6ba21e-49be-57d2-b325-bc6c4433d37a
2026-03-26 22:51:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yt%252Fd784a7e43cd34ea59d73fb672198c03e%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yt/d784a7e43cd34ea59d73fb672198c03e/images/large/5.jpg not downloaded yet
2026-03-26 22:51:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b78198d0>
2026-03-26 22:51:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3e6ba21e-49be-57d2-b325-bc6c4433d37a/3e6ba21e-49be-57d2-b325-bc6c4433d37a_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:51:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F2b6f75208a5f4927acf8b46b4f19ccb8%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/2b6f75208a5f4927acf8b46b4f19ccb8/images/large/4.jpg saved to cache
2026-03-26 22:51:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 3e6ba21e-49be-57d2-b325-bc6c4433d37a
2026-03-26 22:51:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77ad890>
2026-03-26 22:51:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3e6ba21e-49be-57d2-b325-bc6c4433d37a/3e6ba21e-49be-57d2-b325-bc6c4433d37a_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:51:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F2b6f75208a5f4927acf8b46b4f19ccb8%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/2b6f75208a5f4927acf8b46b4f19ccb8/images/large/5.jpg saved to cache
2026-03-26 22:51:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 3e6ba21e-49be-57d2-b325-bc6c4433d37a
2026-03-26 22:51:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/2b6f75208a5f4927acf8b46b4f19ccb8/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yt%252Fd784a7e43cd34ea59d73fb672198c03e%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yt/d784a7e43cd34ea59d73fb672198c03e/images/large/6.jpg not downloaded yet
2026-03-26 22:51:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yt%252Fd784a7e43cd34ea59d73fb672198c03e%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yt/d784a7e43cd34ea59d73fb672198c03e/images/large/7.jpg not downloaded yet
2026-03-26 22:51:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/2b6f75208a5f4927acf8b46b4f19ccb8/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/2b6f75208a5f4927acf8b46b4f19ccb8/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/2b6f75208a5f4927acf8b46b4f19ccb8/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yt%252Fd784a7e43cd34ea59d73fb672198c03e%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yt/d784a7e43cd34ea59d73fb672198c03e/images/large/8.jpg not downloaded yet
2026-03-26 22:51:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/2b6f75208a5f4927acf8b46b4f19ccb8/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yt%252Fd784a7e43cd34ea59d73fb672198c03e%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yt/d784a7e43cd34ea59d73fb672198c03e/images/large/9.jpg not downloaded yet
2026-03-26 22:51:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yt/d784a7e43cd34ea59d73fb672198c03e/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yt%252Fd784a7e43cd34ea59d73fb672198c03e%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yt/d784a7e43cd34ea59d73fb672198c03e/images/large/10.jpg not downloaded yet
2026-03-26 22:51:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cc0410>
2026-03-26 22:51:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3e6ba21e-49be-57d2-b325-bc6c4433d37a/3e6ba21e-49be-57d2-b325-bc6c4433d37a_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:51:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F2b6f75208a5f4927acf8b46b4f19ccb8%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/2b6f75208a5f4927acf8b46b4f19ccb8/images/large/7.jpg saved to cache
2026-03-26 22:51:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 3e6ba21e-49be-57d2-b325-bc6c4433d37a
2026-03-26 22:51:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yt/d784a7e43cd34ea59d73fb672198c03e/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yt/d784a7e43cd34ea59d73fb672198c03e/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:53 [ayvens.be] INFO: Found listing with ID: 1985448
2026-03-26 22:51:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985448%27 HTTP/1.1" 200 None
2026-03-26 22:51:53 [ayvens.be] INFO: Scrape type for 1985448: 1
2026-03-26 22:51:53 [ayvens.be] INFO: Extracting data for car ID: 1985448
2026-03-26 22:51:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ed9de6f2-1704-5a9b-8651-e58841921921 with identifier: 1985448
2026-03-26 22:51:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ed9de6f2-1704-5a9b-8651-e58841921921 with scrape type 1
2026-03-26 22:51:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item ed9de6f2-1704-5a9b-8651-e58841921921
2026-03-26 22:51:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252Fa04d3197d62d4c4f8455607136bb09ef%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/a04d3197d62d4c4f8455607136bb09ef/images/large/1.jpg not downloaded yet
2026-03-26 22:51:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252Fa04d3197d62d4c4f8455607136bb09ef%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/a04d3197d62d4c4f8455607136bb09ef/images/large/2.jpg not downloaded yet
2026-03-26 22:51:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252Fa04d3197d62d4c4f8455607136bb09ef%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/a04d3197d62d4c4f8455607136bb09ef/images/large/3.jpg not downloaded yet
2026-03-26 22:51:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5ca1f90>
2026-03-26 22:51:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3e6ba21e-49be-57d2-b325-bc6c4433d37a/3e6ba21e-49be-57d2-b325-bc6c4433d37a_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:51:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F2b6f75208a5f4927acf8b46b4f19ccb8%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/2b6f75208a5f4927acf8b46b4f19ccb8/images/large/6.jpg saved to cache
2026-03-26 22:51:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 3e6ba21e-49be-57d2-b325-bc6c4433d37a
2026-03-26 22:51:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7cab850>
2026-03-26 22:51:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3e6ba21e-49be-57d2-b325-bc6c4433d37a/3e6ba21e-49be-57d2-b325-bc6c4433d37a_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:51:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F2b6f75208a5f4927acf8b46b4f19ccb8%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/2b6f75208a5f4927acf8b46b4f19ccb8/images/large/8.jpg saved to cache
2026-03-26 22:51:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 3e6ba21e-49be-57d2-b325-bc6c4433d37a
2026-03-26 22:51:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cc9410>
2026-03-26 22:51:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3e6ba21e-49be-57d2-b325-bc6c4433d37a/3e6ba21e-49be-57d2-b325-bc6c4433d37a_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:51:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F2b6f75208a5f4927acf8b46b4f19ccb8%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/2b6f75208a5f4927acf8b46b4f19ccb8/images/large/9.jpg saved to cache
2026-03-26 22:51:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 3e6ba21e-49be-57d2-b325-bc6c4433d37a
2026-03-26 22:51:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74de890>
2026-03-26 22:51:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3e6ba21e-49be-57d2-b325-bc6c4433d37a/3e6ba21e-49be-57d2-b325-bc6c4433d37a_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:51:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F2b6f75208a5f4927acf8b46b4f19ccb8%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/2b6f75208a5f4927acf8b46b4f19ccb8/images/large/10.jpg saved to cache
2026-03-26 22:51:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 3e6ba21e-49be-57d2-b325-bc6c4433d37a
2026-03-26 22:51:53 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3e6ba21e-49be-57d2-b325-bc6c4433d37a, skipping ID generation
2026-03-26 22:51:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e6ba21e-49be-57d2-b325-bc6c4433d37a with scrape type 1
2026-03-26 22:51:53 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3e6ba21e-49be-57d2-b325-bc6c4433d37a sending to next pipeline
2026-03-26 22:51:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 3e6ba21e-49be-57d2-b325-bc6c4433d37a, identifier: 1985446
2026-03-26 22:51:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd758290>
2026-03-26 22:51:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c545d7af-3d4a-532c-b476-168ddfe5e144/c545d7af-3d4a-532c-b476-168ddfe5e144_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:51:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yt%252Fd784a7e43cd34ea59d73fb672198c03e%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yt/d784a7e43cd34ea59d73fb672198c03e/images/large/1.jpg saved to cache
2026-03-26 22:51:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item c545d7af-3d4a-532c-b476-168ddfe5e144
2026-03-26 22:51:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 3e6ba21e-49be-57d2-b325-bc6c4433d37a with identifier: 1985446
2026-03-26 22:51:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 3e6ba21e-49be-57d2-b325-bc6c4433d37a with identifier: 1985446
2026-03-26 22:51:54 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 3e6ba21e-49be-57d2-b325-bc6c4433d37a with identifier: 1985446 to the API
2026-03-26 22:51:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:51:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:51:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bm/2b6f75208a5f4927acf8b46b4f19ccb8/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '3e6ba21e-49be-57d2-b325-bc6c4433d37a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'X2',
'odometer': 102886,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 21,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3e6ba21e-49be-57d2-b325-bc6c4433d37a/3e6ba21e-49be-57d2-b325-bc6c4433d37a_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 723384,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/2b6f75208a5f4927acf8b46b4f19ccb8/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3e6ba21e-49be-57d2-b325-bc6c4433d37a/3e6ba21e-49be-57d2-b325-bc6c4433d37a_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 693109,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/2b6f75208a5f4927acf8b46b4f19ccb8/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3e6ba21e-49be-57d2-b325-bc6c4433d37a/3e6ba21e-49be-57d2-b325-bc6c4433d37a_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 673565,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/2b6f75208a5f4927acf8b46b4f19ccb8/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3e6ba21e-49be-57d2-b325-bc6c4433d37a/3e6ba21e-49be-57d2-b325-bc6c4433d37a_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 694183,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/2b6f75208a5f4927acf8b46b4f19ccb8/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3e6ba21e-49be-57d2-b325-bc6c4433d37a/3e6ba21e-49be-57d2-b325-bc6c4433d37a_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 682212,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/2b6f75208a5f4927acf8b46b4f19ccb8/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3e6ba21e-49be-57d2-b325-bc6c4433d37a/3e6ba21e-49be-57d2-b325-bc6c4433d37a_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 786809,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/2b6f75208a5f4927acf8b46b4f19ccb8/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3e6ba21e-49be-57d2-b325-bc6c4433d37a/3e6ba21e-49be-57d2-b325-bc6c4433d37a_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 602020,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/2b6f75208a5f4927acf8b46b4f19ccb8/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3e6ba21e-49be-57d2-b325-bc6c4433d37a/3e6ba21e-49be-57d2-b325-bc6c4433d37a_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 750779,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/2b6f75208a5f4927acf8b46b4f19ccb8/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3e6ba21e-49be-57d2-b325-bc6c4433d37a/3e6ba21e-49be-57d2-b325-bc6c4433d37a_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 712839,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/2b6f75208a5f4927acf8b46b4f19ccb8/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3e6ba21e-49be-57d2-b325-bc6c4433d37a/3e6ba21e-49be-57d2-b325-bc6c4433d37a_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 766647,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/2b6f75208a5f4927acf8b46b4f19ccb8/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-17',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X2 1.5 SDRIVE18I 100KW',
'transmission': 'manual',
'trim': '1.5 SDRIVE18I 100KW',
'vin': None,
'year': 2022}
2026-03-26 22:51:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985446%27 HTTP/1.1" 200 None
2026-03-26 22:51:54 [ayvens.be] INFO: Saving data for 1985446: {'created_time': 1774565514.381879, 'last_price_update_time': 1774565514.381888, 'auction_closing_time': 1774958400.0}
2026-03-26 22:51:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985446') HTTP/1.1" 204 0
2026-03-26 22:51:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252Fa04d3197d62d4c4f8455607136bb09ef%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/a04d3197d62d4c4f8455607136bb09ef/images/large/4.jpg not downloaded yet
2026-03-26 22:51:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yt/d784a7e43cd34ea59d73fb672198c03e/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252Fa04d3197d62d4c4f8455607136bb09ef%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/a04d3197d62d4c4f8455607136bb09ef/images/large/5.jpg not downloaded yet
2026-03-26 22:51:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e4f990>
2026-03-26 22:51:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c545d7af-3d4a-532c-b476-168ddfe5e144/c545d7af-3d4a-532c-b476-168ddfe5e144_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:51:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yt%252Fd784a7e43cd34ea59d73fb672198c03e%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yt/d784a7e43cd34ea59d73fb672198c03e/images/large/2.jpg saved to cache
2026-03-26 22:51:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item c545d7af-3d4a-532c-b476-168ddfe5e144
2026-03-26 22:51:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd3bb7d0>
2026-03-26 22:51:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c545d7af-3d4a-532c-b476-168ddfe5e144/c545d7af-3d4a-532c-b476-168ddfe5e144_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:51:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yt%252Fd784a7e43cd34ea59d73fb672198c03e%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yt/d784a7e43cd34ea59d73fb672198c03e/images/large/3.jpg saved to cache
2026-03-26 22:51:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item c545d7af-3d4a-532c-b476-168ddfe5e144
2026-03-26 22:51:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yt/d784a7e43cd34ea59d73fb672198c03e/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252Fa04d3197d62d4c4f8455607136bb09ef%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/a04d3197d62d4c4f8455607136bb09ef/images/large/6.jpg not downloaded yet
2026-03-26 22:51:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yt/d784a7e43cd34ea59d73fb672198c03e/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yt/d784a7e43cd34ea59d73fb672198c03e/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yt/d784a7e43cd34ea59d73fb672198c03e/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7649090>
2026-03-26 22:51:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c545d7af-3d4a-532c-b476-168ddfe5e144/c545d7af-3d4a-532c-b476-168ddfe5e144_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:51:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yt%252Fd784a7e43cd34ea59d73fb672198c03e%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yt/d784a7e43cd34ea59d73fb672198c03e/images/large/4.jpg saved to cache
2026-03-26 22:51:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item c545d7af-3d4a-532c-b476-168ddfe5e144
2026-03-26 22:51:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yt/d784a7e43cd34ea59d73fb672198c03e/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252Fa04d3197d62d4c4f8455607136bb09ef%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/a04d3197d62d4c4f8455607136bb09ef/images/large/7.jpg not downloaded yet
2026-03-26 22:51:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252Fa04d3197d62d4c4f8455607136bb09ef%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/a04d3197d62d4c4f8455607136bb09ef/images/large/8.jpg not downloaded yet
2026-03-26 22:51:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7877b90>
2026-03-26 22:51:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c545d7af-3d4a-532c-b476-168ddfe5e144/c545d7af-3d4a-532c-b476-168ddfe5e144_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:51:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yt%252Fd784a7e43cd34ea59d73fb672198c03e%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yt/d784a7e43cd34ea59d73fb672198c03e/images/large/6.jpg saved to cache
2026-03-26 22:51:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item c545d7af-3d4a-532c-b476-168ddfe5e144
2026-03-26 22:51:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7496c90>
2026-03-26 22:51:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c545d7af-3d4a-532c-b476-168ddfe5e144/c545d7af-3d4a-532c-b476-168ddfe5e144_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:51:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yt%252Fd784a7e43cd34ea59d73fb672198c03e%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yt/d784a7e43cd34ea59d73fb672198c03e/images/large/7.jpg saved to cache
2026-03-26 22:51:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item c545d7af-3d4a-532c-b476-168ddfe5e144
2026-03-26 22:51:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7912cd0>
2026-03-26 22:51:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c545d7af-3d4a-532c-b476-168ddfe5e144/c545d7af-3d4a-532c-b476-168ddfe5e144_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yt%252Fd784a7e43cd34ea59d73fb672198c03e%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yt/d784a7e43cd34ea59d73fb672198c03e/images/large/8.jpg saved to cache
2026-03-26 22:51:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item c545d7af-3d4a-532c-b476-168ddfe5e144
2026-03-26 22:51:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b729ca90>
2026-03-26 22:51:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c545d7af-3d4a-532c-b476-168ddfe5e144/c545d7af-3d4a-532c-b476-168ddfe5e144_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yt%252Fd784a7e43cd34ea59d73fb672198c03e%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yt/d784a7e43cd34ea59d73fb672198c03e/images/large/5.jpg saved to cache
2026-03-26 22:51:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item c545d7af-3d4a-532c-b476-168ddfe5e144
2026-03-26 22:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252Fa04d3197d62d4c4f8455607136bb09ef%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/a04d3197d62d4c4f8455607136bb09ef/images/large/9.jpg not downloaded yet
2026-03-26 22:51:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6da6090>
2026-03-26 22:51:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c545d7af-3d4a-532c-b476-168ddfe5e144/c545d7af-3d4a-532c-b476-168ddfe5e144_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yt%252Fd784a7e43cd34ea59d73fb672198c03e%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yt/d784a7e43cd34ea59d73fb672198c03e/images/large/9.jpg saved to cache
2026-03-26 22:51:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item c545d7af-3d4a-532c-b476-168ddfe5e144
2026-03-26 22:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252Fa04d3197d62d4c4f8455607136bb09ef%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/a04d3197d62d4c4f8455607136bb09ef/images/large/10.jpg not downloaded yet
2026-03-26 22:51:55 [ayvens.be] INFO: Found listing with ID: 1985449
2026-03-26 22:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985449%27 HTTP/1.1" 200 None
2026-03-26 22:51:55 [ayvens.be] INFO: Scrape type for 1985449: 1
2026-03-26 22:51:55 [ayvens.be] INFO: Extracting data for car ID: 1985449
2026-03-26 22:51:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 42212df4-538e-5af0-8221-13c8f6d360d4 with identifier: 1985449
2026-03-26 22:51:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 42212df4-538e-5af0-8221-13c8f6d360d4 with scrape type 1
2026-03-26 22:51:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 42212df4-538e-5af0-8221-13c8f6d360d4
2026-03-26 22:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2fr%252F19a0923ec92046f3b96bdab450a91c62%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2fr/19a0923ec92046f3b96bdab450a91c62/images/large/1.jpg not downloaded yet
2026-03-26 22:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2fr%252F19a0923ec92046f3b96bdab450a91c62%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2fr/19a0923ec92046f3b96bdab450a91c62/images/large/2.jpg not downloaded yet
2026-03-26 22:51:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yt/d784a7e43cd34ea59d73fb672198c03e/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ab/a04d3197d62d4c4f8455607136bb09ef/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ab/a04d3197d62d4c4f8455607136bb09ef/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2fr%252F19a0923ec92046f3b96bdab450a91c62%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2fr/19a0923ec92046f3b96bdab450a91c62/images/large/3.jpg not downloaded yet
2026-03-26 22:51:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ab/a04d3197d62d4c4f8455607136bb09ef/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ab/a04d3197d62d4c4f8455607136bb09ef/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2fr%252F19a0923ec92046f3b96bdab450a91c62%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2fr/19a0923ec92046f3b96bdab450a91c62/images/large/4.jpg not downloaded yet
2026-03-26 22:51:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ab/a04d3197d62d4c4f8455607136bb09ef/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ab/a04d3197d62d4c4f8455607136bb09ef/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ab/a04d3197d62d4c4f8455607136bb09ef/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2fr%252F19a0923ec92046f3b96bdab450a91c62%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2fr/19a0923ec92046f3b96bdab450a91c62/images/large/5.jpg not downloaded yet
2026-03-26 22:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2fr%252F19a0923ec92046f3b96bdab450a91c62%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2fr/19a0923ec92046f3b96bdab450a91c62/images/large/6.jpg not downloaded yet
2026-03-26 22:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2fr%252F19a0923ec92046f3b96bdab450a91c62%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2fr/19a0923ec92046f3b96bdab450a91c62/images/large/7.jpg not downloaded yet
2026-03-26 22:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2fr%252F19a0923ec92046f3b96bdab450a91c62%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2fr/19a0923ec92046f3b96bdab450a91c62/images/large/8.jpg not downloaded yet
2026-03-26 22:51:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2fr/19a0923ec92046f3b96bdab450a91c62/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7593750>
2026-03-26 22:51:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c545d7af-3d4a-532c-b476-168ddfe5e144/c545d7af-3d4a-532c-b476-168ddfe5e144_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yt%252Fd784a7e43cd34ea59d73fb672198c03e%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yt/d784a7e43cd34ea59d73fb672198c03e/images/large/10.jpg saved to cache
2026-03-26 22:51:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item c545d7af-3d4a-532c-b476-168ddfe5e144
2026-03-26 22:51:55 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c545d7af-3d4a-532c-b476-168ddfe5e144, skipping ID generation
2026-03-26 22:51:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c545d7af-3d4a-532c-b476-168ddfe5e144 with scrape type 1
2026-03-26 22:51:55 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c545d7af-3d4a-532c-b476-168ddfe5e144 sending to next pipeline
2026-03-26 22:51:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: c545d7af-3d4a-532c-b476-168ddfe5e144, identifier: 1985447
2026-03-26 22:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2fr%252F19a0923ec92046f3b96bdab450a91c62%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2fr/19a0923ec92046f3b96bdab450a91c62/images/large/9.jpg not downloaded yet
2026-03-26 22:51:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: c545d7af-3d4a-532c-b476-168ddfe5e144 with identifier: 1985447
2026-03-26 22:51:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: c545d7af-3d4a-532c-b476-168ddfe5e144 with identifier: 1985447
2026-03-26 22:51:55 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: c545d7af-3d4a-532c-b476-168ddfe5e144 with identifier: 1985447 to the API
2026-03-26 22:51:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:51:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:51:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/1yt/d784a7e43cd34ea59d73fb672198c03e/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'c545d7af-3d4a-532c-b476-168ddfe5e144',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'SKODA',
'model': 'SUPERB COMBI',
'odometer': 149690,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 16,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c545d7af-3d4a-532c-b476-168ddfe5e144/c545d7af-3d4a-532c-b476-168ddfe5e144_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 641608,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yt/d784a7e43cd34ea59d73fb672198c03e/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c545d7af-3d4a-532c-b476-168ddfe5e144/c545d7af-3d4a-532c-b476-168ddfe5e144_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 630083,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yt/d784a7e43cd34ea59d73fb672198c03e/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c545d7af-3d4a-532c-b476-168ddfe5e144/c545d7af-3d4a-532c-b476-168ddfe5e144_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 594170,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yt/d784a7e43cd34ea59d73fb672198c03e/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c545d7af-3d4a-532c-b476-168ddfe5e144/c545d7af-3d4a-532c-b476-168ddfe5e144_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 677345,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yt/d784a7e43cd34ea59d73fb672198c03e/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c545d7af-3d4a-532c-b476-168ddfe5e144/c545d7af-3d4a-532c-b476-168ddfe5e144_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 607580,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yt/d784a7e43cd34ea59d73fb672198c03e/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c545d7af-3d4a-532c-b476-168ddfe5e144/c545d7af-3d4a-532c-b476-168ddfe5e144_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 567529,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yt/d784a7e43cd34ea59d73fb672198c03e/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c545d7af-3d4a-532c-b476-168ddfe5e144/c545d7af-3d4a-532c-b476-168ddfe5e144_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 669180,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yt/d784a7e43cd34ea59d73fb672198c03e/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c545d7af-3d4a-532c-b476-168ddfe5e144/c545d7af-3d4a-532c-b476-168ddfe5e144_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 661349,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yt/d784a7e43cd34ea59d73fb672198c03e/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c545d7af-3d4a-532c-b476-168ddfe5e144/c545d7af-3d4a-532c-b476-168ddfe5e144_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 581425,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yt/d784a7e43cd34ea59d73fb672198c03e/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c545d7af-3d4a-532c-b476-168ddfe5e144/c545d7af-3d4a-532c-b476-168ddfe5e144_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 614588,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yt/d784a7e43cd34ea59d73fb672198c03e/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-09',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA SUPERB COMBI 1.4 TSI PHEV 160KW DSG6 STYLE',
'transmission': 'automatic',
'trim': '1.4 TSI PHEV 160KW DSG6 STYLE',
'vin': None,
'year': 2020}
2026-03-26 22:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985447%27 HTTP/1.1" 200 None
2026-03-26 22:51:56 [ayvens.be] INFO: Saving data for 1985447: {'created_time': 1774565516.033158, 'last_price_update_time': 1774565516.03317, 'auction_closing_time': 1774958400.0}
2026-03-26 22:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985447') HTTP/1.1" 204 0
2026-03-26 22:51:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2fr/19a0923ec92046f3b96bdab450a91c62/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79a7690>
2026-03-26 22:51:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ed9de6f2-1704-5a9b-8651-e58841921921/ed9de6f2-1704-5a9b-8651-e58841921921_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252Fa04d3197d62d4c4f8455607136bb09ef%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/a04d3197d62d4c4f8455607136bb09ef/images/large/1.jpg saved to cache
2026-03-26 22:51:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item ed9de6f2-1704-5a9b-8651-e58841921921
2026-03-26 22:51:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b745aed0>
2026-03-26 22:51:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ed9de6f2-1704-5a9b-8651-e58841921921/ed9de6f2-1704-5a9b-8651-e58841921921_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252Fa04d3197d62d4c4f8455607136bb09ef%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/a04d3197d62d4c4f8455607136bb09ef/images/large/2.jpg saved to cache
2026-03-26 22:51:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item ed9de6f2-1704-5a9b-8651-e58841921921
2026-03-26 22:51:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76cc6d0>
2026-03-26 22:51:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ed9de6f2-1704-5a9b-8651-e58841921921/ed9de6f2-1704-5a9b-8651-e58841921921_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252Fa04d3197d62d4c4f8455607136bb09ef%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/a04d3197d62d4c4f8455607136bb09ef/images/large/3.jpg saved to cache
2026-03-26 22:51:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item ed9de6f2-1704-5a9b-8651-e58841921921
2026-03-26 22:51:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6df07d0>
2026-03-26 22:51:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ed9de6f2-1704-5a9b-8651-e58841921921/ed9de6f2-1704-5a9b-8651-e58841921921_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252Fa04d3197d62d4c4f8455607136bb09ef%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/a04d3197d62d4c4f8455607136bb09ef/images/large/5.jpg saved to cache
2026-03-26 22:51:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item ed9de6f2-1704-5a9b-8651-e58841921921
2026-03-26 22:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2fr%252F19a0923ec92046f3b96bdab450a91c62%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2fr/19a0923ec92046f3b96bdab450a91c62/images/large/10.jpg not downloaded yet
2026-03-26 22:51:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2fr/19a0923ec92046f3b96bdab450a91c62/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77d7ed0>
2026-03-26 22:51:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ed9de6f2-1704-5a9b-8651-e58841921921/ed9de6f2-1704-5a9b-8651-e58841921921_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252Fa04d3197d62d4c4f8455607136bb09ef%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/a04d3197d62d4c4f8455607136bb09ef/images/large/4.jpg saved to cache
2026-03-26 22:51:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item ed9de6f2-1704-5a9b-8651-e58841921921
2026-03-26 22:51:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c771d0>
2026-03-26 22:51:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ed9de6f2-1704-5a9b-8651-e58841921921/ed9de6f2-1704-5a9b-8651-e58841921921_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252Fa04d3197d62d4c4f8455607136bb09ef%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/a04d3197d62d4c4f8455607136bb09ef/images/large/6.jpg saved to cache
2026-03-26 22:51:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item ed9de6f2-1704-5a9b-8651-e58841921921
2026-03-26 22:51:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd3bb910>
2026-03-26 22:51:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ed9de6f2-1704-5a9b-8651-e58841921921/ed9de6f2-1704-5a9b-8651-e58841921921_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252Fa04d3197d62d4c4f8455607136bb09ef%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/a04d3197d62d4c4f8455607136bb09ef/images/large/7.jpg saved to cache
2026-03-26 22:51:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item ed9de6f2-1704-5a9b-8651-e58841921921
2026-03-26 22:51:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cb3a10>
2026-03-26 22:51:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_42212df4-538e-5af0-8221-13c8f6d360d4/42212df4-538e-5af0-8221-13c8f6d360d4_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2fr%252F19a0923ec92046f3b96bdab450a91c62%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2fr/19a0923ec92046f3b96bdab450a91c62/images/large/2.jpg saved to cache
2026-03-26 22:51:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 42212df4-538e-5af0-8221-13c8f6d360d4
2026-03-26 22:51:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ab/a04d3197d62d4c4f8455607136bb09ef/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ab/a04d3197d62d4c4f8455607136bb09ef/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:56 [ayvens.be] INFO: Found listing with ID: 1985450
2026-03-26 22:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985450%27 HTTP/1.1" 200 None
2026-03-26 22:51:56 [ayvens.be] INFO: Scrape type for 1985450: 1
2026-03-26 22:51:56 [ayvens.be] INFO: Extracting data for car ID: 1985450
2026-03-26 22:51:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ff79cea-eef6-5bc9-94a6-2f1cd6b2b8d3 with identifier: 1985450
2026-03-26 22:51:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ff79cea-eef6-5bc9-94a6-2f1cd6b2b8d3 with scrape type 1
2026-03-26 22:51:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 0ff79cea-eef6-5bc9-94a6-2f1cd6b2b8d3
2026-03-26 22:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ct%252F75b417c66cef4c39919958ad21eedf05%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ct/75b417c66cef4c39919958ad21eedf05/images/large/1.jpg not downloaded yet
2026-03-26 22:51:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd0cf990>
2026-03-26 22:51:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_42212df4-538e-5af0-8221-13c8f6d360d4/42212df4-538e-5af0-8221-13c8f6d360d4_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2fr%252F19a0923ec92046f3b96bdab450a91c62%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2fr/19a0923ec92046f3b96bdab450a91c62/images/large/1.jpg saved to cache
2026-03-26 22:51:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 42212df4-538e-5af0-8221-13c8f6d360d4
2026-03-26 22:51:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ab/a04d3197d62d4c4f8455607136bb09ef/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ct%252F75b417c66cef4c39919958ad21eedf05%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ct/75b417c66cef4c39919958ad21eedf05/images/large/2.jpg not downloaded yet
2026-03-26 22:51:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b727c050>
2026-03-26 22:51:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_42212df4-538e-5af0-8221-13c8f6d360d4/42212df4-538e-5af0-8221-13c8f6d360d4_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2fr%252F19a0923ec92046f3b96bdab450a91c62%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2fr/19a0923ec92046f3b96bdab450a91c62/images/large/3.jpg saved to cache
2026-03-26 22:51:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 42212df4-538e-5af0-8221-13c8f6d360d4
2026-03-26 22:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ct%252F75b417c66cef4c39919958ad21eedf05%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ct/75b417c66cef4c39919958ad21eedf05/images/large/3.jpg not downloaded yet
2026-03-26 22:51:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd9ce3d0>
2026-03-26 22:51:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ed9de6f2-1704-5a9b-8651-e58841921921/ed9de6f2-1704-5a9b-8651-e58841921921_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252Fa04d3197d62d4c4f8455607136bb09ef%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/a04d3197d62d4c4f8455607136bb09ef/images/large/8.jpg saved to cache
2026-03-26 22:51:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item ed9de6f2-1704-5a9b-8651-e58841921921
2026-03-26 22:51:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b741e110>
2026-03-26 22:51:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ed9de6f2-1704-5a9b-8651-e58841921921/ed9de6f2-1704-5a9b-8651-e58841921921_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252Fa04d3197d62d4c4f8455607136bb09ef%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/a04d3197d62d4c4f8455607136bb09ef/images/large/9.jpg saved to cache
2026-03-26 22:51:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item ed9de6f2-1704-5a9b-8651-e58841921921
2026-03-26 22:51:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7aa2910>
2026-03-26 22:51:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ed9de6f2-1704-5a9b-8651-e58841921921/ed9de6f2-1704-5a9b-8651-e58841921921_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252Fa04d3197d62d4c4f8455607136bb09ef%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/a04d3197d62d4c4f8455607136bb09ef/images/large/10.jpg saved to cache
2026-03-26 22:51:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item ed9de6f2-1704-5a9b-8651-e58841921921
2026-03-26 22:51:57 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ed9de6f2-1704-5a9b-8651-e58841921921, skipping ID generation
2026-03-26 22:51:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ed9de6f2-1704-5a9b-8651-e58841921921 with scrape type 1
2026-03-26 22:51:57 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ed9de6f2-1704-5a9b-8651-e58841921921 sending to next pipeline
2026-03-26 22:51:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: ed9de6f2-1704-5a9b-8651-e58841921921, identifier: 1985448
2026-03-26 22:51:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2fr/19a0923ec92046f3b96bdab450a91c62/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ct%252F75b417c66cef4c39919958ad21eedf05%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ct/75b417c66cef4c39919958ad21eedf05/images/large/4.jpg not downloaded yet
2026-03-26 22:51:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: ed9de6f2-1704-5a9b-8651-e58841921921 with identifier: 1985448
2026-03-26 22:51:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: ed9de6f2-1704-5a9b-8651-e58841921921 with identifier: 1985448
2026-03-26 22:51:57 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: ed9de6f2-1704-5a9b-8651-e58841921921 with identifier: 1985448 to the API
2026-03-26 22:51:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:51:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:51:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2ab/a04d3197d62d4c4f8455607136bb09ef/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': 'ed9de6f2-1704-5a9b-8651-e58841921921',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'SKODA',
'model': 'SUPERB COMBI',
'odometer': 169869,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 23,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ed9de6f2-1704-5a9b-8651-e58841921921/ed9de6f2-1704-5a9b-8651-e58841921921_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 732761,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ab/a04d3197d62d4c4f8455607136bb09ef/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ed9de6f2-1704-5a9b-8651-e58841921921/ed9de6f2-1704-5a9b-8651-e58841921921_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 729176,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ab/a04d3197d62d4c4f8455607136bb09ef/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ed9de6f2-1704-5a9b-8651-e58841921921/ed9de6f2-1704-5a9b-8651-e58841921921_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 715518,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ab/a04d3197d62d4c4f8455607136bb09ef/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ed9de6f2-1704-5a9b-8651-e58841921921/ed9de6f2-1704-5a9b-8651-e58841921921_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 733203,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ab/a04d3197d62d4c4f8455607136bb09ef/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ed9de6f2-1704-5a9b-8651-e58841921921/ed9de6f2-1704-5a9b-8651-e58841921921_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 699933,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ab/a04d3197d62d4c4f8455607136bb09ef/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ed9de6f2-1704-5a9b-8651-e58841921921/ed9de6f2-1704-5a9b-8651-e58841921921_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 725991,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ab/a04d3197d62d4c4f8455607136bb09ef/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ed9de6f2-1704-5a9b-8651-e58841921921/ed9de6f2-1704-5a9b-8651-e58841921921_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 603063,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ab/a04d3197d62d4c4f8455607136bb09ef/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ed9de6f2-1704-5a9b-8651-e58841921921/ed9de6f2-1704-5a9b-8651-e58841921921_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 740240,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ab/a04d3197d62d4c4f8455607136bb09ef/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ed9de6f2-1704-5a9b-8651-e58841921921/ed9de6f2-1704-5a9b-8651-e58841921921_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 717974,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ab/a04d3197d62d4c4f8455607136bb09ef/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ed9de6f2-1704-5a9b-8651-e58841921921/ed9de6f2-1704-5a9b-8651-e58841921921_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 759384,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ab/a04d3197d62d4c4f8455607136bb09ef/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-11',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA SUPERB COMBI 1.6 CRTDI 88KW DSG7 AMBITION',
'transmission': 'automatic',
'trim': '1.6 CRTDI 88KW DSG7 AMBITION',
'vin': None,
'year': 2021}
2026-03-26 22:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985448%27 HTTP/1.1" 200 None
2026-03-26 22:51:58 [ayvens.be] INFO: Saving data for 1985448: {'created_time': 1774565518.003271, 'last_price_update_time': 1774565518.003281, 'auction_closing_time': 1774958400.0}
2026-03-26 22:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985448') HTTP/1.1" 204 0
2026-03-26 22:51:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2fr/19a0923ec92046f3b96bdab450a91c62/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2fr/19a0923ec92046f3b96bdab450a91c62/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2fr/19a0923ec92046f3b96bdab450a91c62/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ct%252F75b417c66cef4c39919958ad21eedf05%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ct/75b417c66cef4c39919958ad21eedf05/images/large/5.jpg not downloaded yet
2026-03-26 22:51:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ct/75b417c66cef4c39919958ad21eedf05/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74a40d0>
2026-03-26 22:51:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_42212df4-538e-5af0-8221-13c8f6d360d4/42212df4-538e-5af0-8221-13c8f6d360d4_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2fr%252F19a0923ec92046f3b96bdab450a91c62%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2fr/19a0923ec92046f3b96bdab450a91c62/images/large/10.jpg saved to cache
2026-03-26 22:51:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 42212df4-538e-5af0-8221-13c8f6d360d4
2026-03-26 22:51:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2fr/19a0923ec92046f3b96bdab450a91c62/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2fr/19a0923ec92046f3b96bdab450a91c62/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ct%252F75b417c66cef4c39919958ad21eedf05%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ct/75b417c66cef4c39919958ad21eedf05/images/large/6.jpg not downloaded yet
2026-03-26 22:51:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2fr/19a0923ec92046f3b96bdab450a91c62/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ct%252F75b417c66cef4c39919958ad21eedf05%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ct/75b417c66cef4c39919958ad21eedf05/images/large/7.jpg not downloaded yet
2026-03-26 22:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ct%252F75b417c66cef4c39919958ad21eedf05%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ct/75b417c66cef4c39919958ad21eedf05/images/large/8.jpg not downloaded yet
2026-03-26 22:51:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79de750>
2026-03-26 22:51:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_42212df4-538e-5af0-8221-13c8f6d360d4/42212df4-538e-5af0-8221-13c8f6d360d4_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2fr%252F19a0923ec92046f3b96bdab450a91c62%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2fr/19a0923ec92046f3b96bdab450a91c62/images/large/6.jpg saved to cache
2026-03-26 22:51:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 42212df4-538e-5af0-8221-13c8f6d360d4
2026-03-26 22:51:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79f2310>
2026-03-26 22:51:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_42212df4-538e-5af0-8221-13c8f6d360d4/42212df4-538e-5af0-8221-13c8f6d360d4_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2fr%252F19a0923ec92046f3b96bdab450a91c62%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2fr/19a0923ec92046f3b96bdab450a91c62/images/large/7.jpg saved to cache
2026-03-26 22:51:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 42212df4-538e-5af0-8221-13c8f6d360d4
2026-03-26 22:51:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77af9d0>
2026-03-26 22:51:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_42212df4-538e-5af0-8221-13c8f6d360d4/42212df4-538e-5af0-8221-13c8f6d360d4_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2fr%252F19a0923ec92046f3b96bdab450a91c62%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2fr/19a0923ec92046f3b96bdab450a91c62/images/large/5.jpg saved to cache
2026-03-26 22:51:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 42212df4-538e-5af0-8221-13c8f6d360d4
2026-03-26 22:51:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7290e50>
2026-03-26 22:51:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0ff79cea-eef6-5bc9-94a6-2f1cd6b2b8d3/0ff79cea-eef6-5bc9-94a6-2f1cd6b2b8d3_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ct%252F75b417c66cef4c39919958ad21eedf05%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ct/75b417c66cef4c39919958ad21eedf05/images/large/1.jpg saved to cache
2026-03-26 22:51:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 0ff79cea-eef6-5bc9-94a6-2f1cd6b2b8d3
2026-03-26 22:51:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ct/75b417c66cef4c39919958ad21eedf05/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ct%252F75b417c66cef4c39919958ad21eedf05%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ct/75b417c66cef4c39919958ad21eedf05/images/large/9.jpg not downloaded yet
2026-03-26 22:51:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ct/75b417c66cef4c39919958ad21eedf05/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ct%252F75b417c66cef4c39919958ad21eedf05%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ct/75b417c66cef4c39919958ad21eedf05/images/large/10.jpg not downloaded yet
2026-03-26 22:51:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6ded390>
2026-03-26 22:51:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_42212df4-538e-5af0-8221-13c8f6d360d4/42212df4-538e-5af0-8221-13c8f6d360d4_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2fr%252F19a0923ec92046f3b96bdab450a91c62%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2fr/19a0923ec92046f3b96bdab450a91c62/images/large/9.jpg saved to cache
2026-03-26 22:51:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 42212df4-538e-5af0-8221-13c8f6d360d4
2026-03-26 22:51:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7b9bbd0>
2026-03-26 22:51:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_42212df4-538e-5af0-8221-13c8f6d360d4/42212df4-538e-5af0-8221-13c8f6d360d4_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2fr%252F19a0923ec92046f3b96bdab450a91c62%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2fr/19a0923ec92046f3b96bdab450a91c62/images/large/4.jpg saved to cache
2026-03-26 22:51:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 42212df4-538e-5af0-8221-13c8f6d360d4
2026-03-26 22:51:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b727c3d0>
2026-03-26 22:51:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_42212df4-538e-5af0-8221-13c8f6d360d4/42212df4-538e-5af0-8221-13c8f6d360d4_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2fr%252F19a0923ec92046f3b96bdab450a91c62%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2fr/19a0923ec92046f3b96bdab450a91c62/images/large/8.jpg saved to cache
2026-03-26 22:51:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 42212df4-538e-5af0-8221-13c8f6d360d4
2026-03-26 22:51:58 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 42212df4-538e-5af0-8221-13c8f6d360d4, skipping ID generation
2026-03-26 22:51:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 42212df4-538e-5af0-8221-13c8f6d360d4 with scrape type 1
2026-03-26 22:51:58 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 42212df4-538e-5af0-8221-13c8f6d360d4 sending to next pipeline
2026-03-26 22:51:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 42212df4-538e-5af0-8221-13c8f6d360d4, identifier: 1985449
2026-03-26 22:51:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ct/75b417c66cef4c39919958ad21eedf05/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 42212df4-538e-5af0-8221-13c8f6d360d4 with identifier: 1985449
2026-03-26 22:51:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 42212df4-538e-5af0-8221-13c8f6d360d4 with identifier: 1985449
2026-03-26 22:51:59 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 42212df4-538e-5af0-8221-13c8f6d360d4 with identifier: 1985449 to the API
2026-03-26 22:51:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:51:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:51:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2fr/19a0923ec92046f3b96bdab450a91c62/images/large/8.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '42212df4-538e-5af0-8221-13c8f6d360d4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'POLO',
'odometer': 16043,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 13,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_42212df4-538e-5af0-8221-13c8f6d360d4/42212df4-538e-5af0-8221-13c8f6d360d4_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 254401,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2fr/19a0923ec92046f3b96bdab450a91c62/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_42212df4-538e-5af0-8221-13c8f6d360d4/42212df4-538e-5af0-8221-13c8f6d360d4_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 259523,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2fr/19a0923ec92046f3b96bdab450a91c62/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_42212df4-538e-5af0-8221-13c8f6d360d4/42212df4-538e-5af0-8221-13c8f6d360d4_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 282046,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2fr/19a0923ec92046f3b96bdab450a91c62/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_42212df4-538e-5af0-8221-13c8f6d360d4/42212df4-538e-5af0-8221-13c8f6d360d4_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 276657,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2fr/19a0923ec92046f3b96bdab450a91c62/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_42212df4-538e-5af0-8221-13c8f6d360d4/42212df4-538e-5af0-8221-13c8f6d360d4_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 288786,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2fr/19a0923ec92046f3b96bdab450a91c62/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_42212df4-538e-5af0-8221-13c8f6d360d4/42212df4-538e-5af0-8221-13c8f6d360d4_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 254995,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2fr/19a0923ec92046f3b96bdab450a91c62/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_42212df4-538e-5af0-8221-13c8f6d360d4/42212df4-538e-5af0-8221-13c8f6d360d4_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 297294,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2fr/19a0923ec92046f3b96bdab450a91c62/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_42212df4-538e-5af0-8221-13c8f6d360d4/42212df4-538e-5af0-8221-13c8f6d360d4_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 371115,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2fr/19a0923ec92046f3b96bdab450a91c62/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_42212df4-538e-5af0-8221-13c8f6d360d4/42212df4-538e-5af0-8221-13c8f6d360d4_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 395794,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2fr/19a0923ec92046f3b96bdab450a91c62/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_42212df4-538e-5af0-8221-13c8f6d360d4/42212df4-538e-5af0-8221-13c8f6d360d4_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 169599,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2fr/19a0923ec92046f3b96bdab450a91c62/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-06-21',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN POLO 1.0 MPI 59KW',
'transmission': 'manual',
'trim': '1.0 MPI 59KW',
'vin': None,
'year': 2024}
2026-03-26 22:51:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985449%27 HTTP/1.1" 200 None
2026-03-26 22:51:59 [ayvens.be] INFO: Saving data for 1985449: {'created_time': 1774565519.285394, 'last_price_update_time': 1774565519.285404, 'auction_closing_time': 1774958400.0}
2026-03-26 22:51:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985449') HTTP/1.1" 204 0
2026-03-26 22:51:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ct/75b417c66cef4c39919958ad21eedf05/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:59 [ayvens.be] INFO: Found listing with ID: 1985451
2026-03-26 22:51:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985451%27 HTTP/1.1" 200 None
2026-03-26 22:51:59 [ayvens.be] INFO: Scrape type for 1985451: 1
2026-03-26 22:51:59 [ayvens.be] INFO: Extracting data for car ID: 1985451
2026-03-26 22:51:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 05305e5a-ae85-5ea5-9b7c-4b326ebe5517 with identifier: 1985451
2026-03-26 22:51:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 05305e5a-ae85-5ea5-9b7c-4b326ebe5517 with scrape type 1
2026-03-26 22:51:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 05305e5a-ae85-5ea5-9b7c-4b326ebe5517
2026-03-26 22:51:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Fcec1020c4f394ceca3713b41a2820cc5%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/cec1020c4f394ceca3713b41a2820cc5/images/large/1.jpg not downloaded yet
2026-03-26 22:51:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ct/75b417c66cef4c39919958ad21eedf05/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76ec2d0>
2026-03-26 22:51:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0ff79cea-eef6-5bc9-94a6-2f1cd6b2b8d3/0ff79cea-eef6-5bc9-94a6-2f1cd6b2b8d3_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:51:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ct%252F75b417c66cef4c39919958ad21eedf05%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ct/75b417c66cef4c39919958ad21eedf05/images/large/2.jpg saved to cache
2026-03-26 22:51:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 0ff79cea-eef6-5bc9-94a6-2f1cd6b2b8d3
2026-03-26 22:51:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd0c7310>
2026-03-26 22:51:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0ff79cea-eef6-5bc9-94a6-2f1cd6b2b8d3/0ff79cea-eef6-5bc9-94a6-2f1cd6b2b8d3_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:51:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ct%252F75b417c66cef4c39919958ad21eedf05%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ct/75b417c66cef4c39919958ad21eedf05/images/large/3.jpg saved to cache
2026-03-26 22:51:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 0ff79cea-eef6-5bc9-94a6-2f1cd6b2b8d3
2026-03-26 22:51:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Fcec1020c4f394ceca3713b41a2820cc5%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/cec1020c4f394ceca3713b41a2820cc5/images/large/2.jpg not downloaded yet
2026-03-26 22:51:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ct/75b417c66cef4c39919958ad21eedf05/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b787d850>
2026-03-26 22:51:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0ff79cea-eef6-5bc9-94a6-2f1cd6b2b8d3/0ff79cea-eef6-5bc9-94a6-2f1cd6b2b8d3_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:51:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ct%252F75b417c66cef4c39919958ad21eedf05%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ct/75b417c66cef4c39919958ad21eedf05/images/large/4.jpg saved to cache
2026-03-26 22:51:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 0ff79cea-eef6-5bc9-94a6-2f1cd6b2b8d3
2026-03-26 22:51:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Fcec1020c4f394ceca3713b41a2820cc5%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/cec1020c4f394ceca3713b41a2820cc5/images/large/3.jpg not downloaded yet
2026-03-26 22:51:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7477a90>
2026-03-26 22:51:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0ff79cea-eef6-5bc9-94a6-2f1cd6b2b8d3/0ff79cea-eef6-5bc9-94a6-2f1cd6b2b8d3_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:51:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ct%252F75b417c66cef4c39919958ad21eedf05%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ct/75b417c66cef4c39919958ad21eedf05/images/large/6.jpg saved to cache
2026-03-26 22:51:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 0ff79cea-eef6-5bc9-94a6-2f1cd6b2b8d3
2026-03-26 22:51:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7475390>
2026-03-26 22:51:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0ff79cea-eef6-5bc9-94a6-2f1cd6b2b8d3/0ff79cea-eef6-5bc9-94a6-2f1cd6b2b8d3_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:51:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ct%252F75b417c66cef4c39919958ad21eedf05%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ct/75b417c66cef4c39919958ad21eedf05/images/large/5.jpg saved to cache
2026-03-26 22:51:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 0ff79cea-eef6-5bc9-94a6-2f1cd6b2b8d3
2026-03-26 22:51:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ct/75b417c66cef4c39919958ad21eedf05/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Fcec1020c4f394ceca3713b41a2820cc5%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:51:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/cec1020c4f394ceca3713b41a2820cc5/images/large/4.jpg not downloaded yet
2026-03-26 22:51:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ct/75b417c66cef4c39919958ad21eedf05/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:51:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:51:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c68dd0>
2026-03-26 22:51:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:51:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:51:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:51:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0ff79cea-eef6-5bc9-94a6-2f1cd6b2b8d3/0ff79cea-eef6-5bc9-94a6-2f1cd6b2b8d3_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:51:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:51:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ct%252F75b417c66cef4c39919958ad21eedf05%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:51:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ct/75b417c66cef4c39919958ad21eedf05/images/large/7.jpg saved to cache
2026-03-26 22:51:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 0ff79cea-eef6-5bc9-94a6-2f1cd6b2b8d3
2026-03-26 22:51:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ct/75b417c66cef4c39919958ad21eedf05/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Fcec1020c4f394ceca3713b41a2820cc5%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/cec1020c4f394ceca3713b41a2820cc5/images/large/5.jpg not downloaded yet
2026-03-26 22:52:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/cec1020c4f394ceca3713b41a2820cc5/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Fcec1020c4f394ceca3713b41a2820cc5%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/cec1020c4f394ceca3713b41a2820cc5/images/large/6.jpg not downloaded yet
2026-03-26 22:52:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b746fd50>
2026-03-26 22:52:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0ff79cea-eef6-5bc9-94a6-2f1cd6b2b8d3/0ff79cea-eef6-5bc9-94a6-2f1cd6b2b8d3_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ct%252F75b417c66cef4c39919958ad21eedf05%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ct/75b417c66cef4c39919958ad21eedf05/images/large/8.jpg saved to cache
2026-03-26 22:52:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 0ff79cea-eef6-5bc9-94a6-2f1cd6b2b8d3
2026-03-26 22:52:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74a58d0>
2026-03-26 22:52:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0ff79cea-eef6-5bc9-94a6-2f1cd6b2b8d3/0ff79cea-eef6-5bc9-94a6-2f1cd6b2b8d3_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ct%252F75b417c66cef4c39919958ad21eedf05%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ct/75b417c66cef4c39919958ad21eedf05/images/large/9.jpg saved to cache
2026-03-26 22:52:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 0ff79cea-eef6-5bc9-94a6-2f1cd6b2b8d3
2026-03-26 22:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Fcec1020c4f394ceca3713b41a2820cc5%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/cec1020c4f394ceca3713b41a2820cc5/images/large/7.jpg not downloaded yet
2026-03-26 22:52:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/cec1020c4f394ceca3713b41a2820cc5/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Fcec1020c4f394ceca3713b41a2820cc5%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/cec1020c4f394ceca3713b41a2820cc5/images/large/8.jpg not downloaded yet
2026-03-26 22:52:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76e34d0>
2026-03-26 22:52:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0ff79cea-eef6-5bc9-94a6-2f1cd6b2b8d3/0ff79cea-eef6-5bc9-94a6-2f1cd6b2b8d3_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ct%252F75b417c66cef4c39919958ad21eedf05%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ct/75b417c66cef4c39919958ad21eedf05/images/large/10.jpg saved to cache
2026-03-26 22:52:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 0ff79cea-eef6-5bc9-94a6-2f1cd6b2b8d3
2026-03-26 22:52:00 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0ff79cea-eef6-5bc9-94a6-2f1cd6b2b8d3, skipping ID generation
2026-03-26 22:52:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ff79cea-eef6-5bc9-94a6-2f1cd6b2b8d3 with scrape type 1
2026-03-26 22:52:00 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0ff79cea-eef6-5bc9-94a6-2f1cd6b2b8d3 sending to next pipeline
2026-03-26 22:52:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 0ff79cea-eef6-5bc9-94a6-2f1cd6b2b8d3, identifier: 1985450
2026-03-26 22:52:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e37890>
2026-03-26 22:52:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_05305e5a-ae85-5ea5-9b7c-4b326ebe5517/05305e5a-ae85-5ea5-9b7c-4b326ebe5517_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Fcec1020c4f394ceca3713b41a2820cc5%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/cec1020c4f394ceca3713b41a2820cc5/images/large/1.jpg saved to cache
2026-03-26 22:52:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 05305e5a-ae85-5ea5-9b7c-4b326ebe5517
2026-03-26 22:52:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/cec1020c4f394ceca3713b41a2820cc5/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Fcec1020c4f394ceca3713b41a2820cc5%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/cec1020c4f394ceca3713b41a2820cc5/images/large/9.jpg not downloaded yet
2026-03-26 22:52:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 0ff79cea-eef6-5bc9-94a6-2f1cd6b2b8d3 with identifier: 1985450
2026-03-26 22:52:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 0ff79cea-eef6-5bc9-94a6-2f1cd6b2b8d3 with identifier: 1985450
2026-03-26 22:52:00 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 0ff79cea-eef6-5bc9-94a6-2f1cd6b2b8d3 with identifier: 1985450 to the API
2026-03-26 22:52:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:52:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:52:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2ct/75b417c66cef4c39919958ad21eedf05/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': 0,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'electric',
'id': '0ff79cea-eef6-5bc9-94a6-2f1cd6b2b8d3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'VOLVO',
'model': 'XC40',
'odometer': 62676,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 15,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0ff79cea-eef6-5bc9-94a6-2f1cd6b2b8d3/0ff79cea-eef6-5bc9-94a6-2f1cd6b2b8d3_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 250466,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ct/75b417c66cef4c39919958ad21eedf05/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0ff79cea-eef6-5bc9-94a6-2f1cd6b2b8d3/0ff79cea-eef6-5bc9-94a6-2f1cd6b2b8d3_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 245106,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ct/75b417c66cef4c39919958ad21eedf05/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0ff79cea-eef6-5bc9-94a6-2f1cd6b2b8d3/0ff79cea-eef6-5bc9-94a6-2f1cd6b2b8d3_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 278834,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ct/75b417c66cef4c39919958ad21eedf05/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0ff79cea-eef6-5bc9-94a6-2f1cd6b2b8d3/0ff79cea-eef6-5bc9-94a6-2f1cd6b2b8d3_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 274274,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ct/75b417c66cef4c39919958ad21eedf05/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0ff79cea-eef6-5bc9-94a6-2f1cd6b2b8d3/0ff79cea-eef6-5bc9-94a6-2f1cd6b2b8d3_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 274402,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ct/75b417c66cef4c39919958ad21eedf05/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0ff79cea-eef6-5bc9-94a6-2f1cd6b2b8d3/0ff79cea-eef6-5bc9-94a6-2f1cd6b2b8d3_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 245558,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ct/75b417c66cef4c39919958ad21eedf05/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0ff79cea-eef6-5bc9-94a6-2f1cd6b2b8d3/0ff79cea-eef6-5bc9-94a6-2f1cd6b2b8d3_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 256019,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ct/75b417c66cef4c39919958ad21eedf05/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0ff79cea-eef6-5bc9-94a6-2f1cd6b2b8d3/0ff79cea-eef6-5bc9-94a6-2f1cd6b2b8d3_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 356511,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ct/75b417c66cef4c39919958ad21eedf05/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0ff79cea-eef6-5bc9-94a6-2f1cd6b2b8d3/0ff79cea-eef6-5bc9-94a6-2f1cd6b2b8d3_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 277339,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ct/75b417c66cef4c39919958ad21eedf05/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0ff79cea-eef6-5bc9-94a6-2f1cd6b2b8d3/0ff79cea-eef6-5bc9-94a6-2f1cd6b2b8d3_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 253252,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ct/75b417c66cef4c39919958ad21eedf05/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-18',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC40 BEV 70KWH RECHARGE PLUS',
'transmission': 'automatic',
'trim': 'BEV 70KWH RECHARGE PLUS',
'vin': None,
'year': 2022}
2026-03-26 22:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985450%27 HTTP/1.1" 200 None
2026-03-26 22:52:00 [ayvens.be] INFO: Saving data for 1985450: {'created_time': 1774565520.976353, 'last_price_update_time': 1774565520.976363, 'auction_closing_time': 1774958400.0}
2026-03-26 22:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985450') HTTP/1.1" 204 0
2026-03-26 22:52:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/cec1020c4f394ceca3713b41a2820cc5/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Fcec1020c4f394ceca3713b41a2820cc5%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/cec1020c4f394ceca3713b41a2820cc5/images/large/10.jpg not downloaded yet
2026-03-26 22:52:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7b99710>
2026-03-26 22:52:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_05305e5a-ae85-5ea5-9b7c-4b326ebe5517/05305e5a-ae85-5ea5-9b7c-4b326ebe5517_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:52:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Fcec1020c4f394ceca3713b41a2820cc5%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/cec1020c4f394ceca3713b41a2820cc5/images/large/2.jpg saved to cache
2026-03-26 22:52:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 05305e5a-ae85-5ea5-9b7c-4b326ebe5517
2026-03-26 22:52:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80cad3d850>
2026-03-26 22:52:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_05305e5a-ae85-5ea5-9b7c-4b326ebe5517/05305e5a-ae85-5ea5-9b7c-4b326ebe5517_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:52:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Fcec1020c4f394ceca3713b41a2820cc5%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/cec1020c4f394ceca3713b41a2820cc5/images/large/3.jpg saved to cache
2026-03-26 22:52:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 05305e5a-ae85-5ea5-9b7c-4b326ebe5517
2026-03-26 22:52:01 [ayvens.be] INFO: Found listing with ID: 1985452
2026-03-26 22:52:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985452%27 HTTP/1.1" 200 None
2026-03-26 22:52:01 [ayvens.be] INFO: Scrape type for 1985452: 1
2026-03-26 22:52:01 [ayvens.be] INFO: Extracting data for car ID: 1985452
2026-03-26 22:52:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4a66ca23-9a13-5a20-bf55-db5cde8cb111 with identifier: 1985452
2026-03-26 22:52:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4a66ca23-9a13-5a20-bf55-db5cde8cb111 with scrape type 1
2026-03-26 22:52:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 4a66ca23-9a13-5a20-bf55-db5cde8cb111
2026-03-26 22:52:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252Fcb88a6dde9c94d81b99213898cf7de6a%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/cb88a6dde9c94d81b99213898cf7de6a/images/large/1.jpg not downloaded yet
2026-03-26 22:52:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/cec1020c4f394ceca3713b41a2820cc5/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/cec1020c4f394ceca3713b41a2820cc5/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252Fcb88a6dde9c94d81b99213898cf7de6a%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/cb88a6dde9c94d81b99213898cf7de6a/images/large/2.jpg not downloaded yet
2026-03-26 22:52:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7688250>
2026-03-26 22:52:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_05305e5a-ae85-5ea5-9b7c-4b326ebe5517/05305e5a-ae85-5ea5-9b7c-4b326ebe5517_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:52:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Fcec1020c4f394ceca3713b41a2820cc5%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/cec1020c4f394ceca3713b41a2820cc5/images/large/4.jpg saved to cache
2026-03-26 22:52:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 05305e5a-ae85-5ea5-9b7c-4b326ebe5517
2026-03-26 22:52:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252Fcb88a6dde9c94d81b99213898cf7de6a%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/cb88a6dde9c94d81b99213898cf7de6a/images/large/3.jpg not downloaded yet
2026-03-26 22:52:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/cec1020c4f394ceca3713b41a2820cc5/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/cec1020c4f394ceca3713b41a2820cc5/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252Fcb88a6dde9c94d81b99213898cf7de6a%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/cb88a6dde9c94d81b99213898cf7de6a/images/large/4.jpg not downloaded yet
2026-03-26 22:52:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76e37d0>
2026-03-26 22:52:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_05305e5a-ae85-5ea5-9b7c-4b326ebe5517/05305e5a-ae85-5ea5-9b7c-4b326ebe5517_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:52:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Fcec1020c4f394ceca3713b41a2820cc5%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/cec1020c4f394ceca3713b41a2820cc5/images/large/5.jpg saved to cache
2026-03-26 22:52:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 05305e5a-ae85-5ea5-9b7c-4b326ebe5517
2026-03-26 22:52:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74a4210>
2026-03-26 22:52:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_05305e5a-ae85-5ea5-9b7c-4b326ebe5517/05305e5a-ae85-5ea5-9b7c-4b326ebe5517_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:52:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Fcec1020c4f394ceca3713b41a2820cc5%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/cec1020c4f394ceca3713b41a2820cc5/images/large/6.jpg saved to cache
2026-03-26 22:52:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 05305e5a-ae85-5ea5-9b7c-4b326ebe5517
2026-03-26 22:52:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252Fcb88a6dde9c94d81b99213898cf7de6a%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/cb88a6dde9c94d81b99213898cf7de6a/images/large/5.jpg not downloaded yet
2026-03-26 22:52:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/cec1020c4f394ceca3713b41a2820cc5/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/cec1020c4f394ceca3713b41a2820cc5/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252Fcb88a6dde9c94d81b99213898cf7de6a%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/cb88a6dde9c94d81b99213898cf7de6a/images/large/6.jpg not downloaded yet
2026-03-26 22:52:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7480450>
2026-03-26 22:52:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_05305e5a-ae85-5ea5-9b7c-4b326ebe5517/05305e5a-ae85-5ea5-9b7c-4b326ebe5517_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:52:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Fcec1020c4f394ceca3713b41a2820cc5%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/cec1020c4f394ceca3713b41a2820cc5/images/large/7.jpg saved to cache
2026-03-26 22:52:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 05305e5a-ae85-5ea5-9b7c-4b326ebe5517
2026-03-26 22:52:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b788e690>
2026-03-26 22:52:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_05305e5a-ae85-5ea5-9b7c-4b326ebe5517/05305e5a-ae85-5ea5-9b7c-4b326ebe5517_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:52:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Fcec1020c4f394ceca3713b41a2820cc5%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/cec1020c4f394ceca3713b41a2820cc5/images/large/8.jpg saved to cache
2026-03-26 22:52:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 05305e5a-ae85-5ea5-9b7c-4b326ebe5517
2026-03-26 22:52:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252Fcb88a6dde9c94d81b99213898cf7de6a%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/cb88a6dde9c94d81b99213898cf7de6a/images/large/7.jpg not downloaded yet
2026-03-26 22:52:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252Fcb88a6dde9c94d81b99213898cf7de6a%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/cb88a6dde9c94d81b99213898cf7de6a/images/large/8.jpg not downloaded yet
2026-03-26 22:52:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74a6ad0>
2026-03-26 22:52:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_05305e5a-ae85-5ea5-9b7c-4b326ebe5517/05305e5a-ae85-5ea5-9b7c-4b326ebe5517_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:52:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Fcec1020c4f394ceca3713b41a2820cc5%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/cec1020c4f394ceca3713b41a2820cc5/images/large/9.jpg saved to cache
2026-03-26 22:52:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 05305e5a-ae85-5ea5-9b7c-4b326ebe5517
2026-03-26 22:52:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76e0410>
2026-03-26 22:52:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_05305e5a-ae85-5ea5-9b7c-4b326ebe5517/05305e5a-ae85-5ea5-9b7c-4b326ebe5517_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:52:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252Fcec1020c4f394ceca3713b41a2820cc5%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/cec1020c4f394ceca3713b41a2820cc5/images/large/10.jpg saved to cache
2026-03-26 22:52:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 05305e5a-ae85-5ea5-9b7c-4b326ebe5517
2026-03-26 22:52:01 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 05305e5a-ae85-5ea5-9b7c-4b326ebe5517, skipping ID generation
2026-03-26 22:52:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 05305e5a-ae85-5ea5-9b7c-4b326ebe5517 with scrape type 1
2026-03-26 22:52:01 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 05305e5a-ae85-5ea5-9b7c-4b326ebe5517 sending to next pipeline
2026-03-26 22:52:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 05305e5a-ae85-5ea5-9b7c-4b326ebe5517, identifier: 1985451
2026-03-26 22:52:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 05305e5a-ae85-5ea5-9b7c-4b326ebe5517 with identifier: 1985451
2026-03-26 22:52:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 05305e5a-ae85-5ea5-9b7c-4b326ebe5517 with identifier: 1985451
2026-03-26 22:52:02 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 05305e5a-ae85-5ea5-9b7c-4b326ebe5517 with identifier: 1985451 to the API
2026-03-26 22:52:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:52:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:52:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bm/cec1020c4f394ceca3713b41a2820cc5/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '05305e5a-ae85-5ea5-9b7c-4b326ebe5517',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'X2',
'odometer': 83954,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 16,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_05305e5a-ae85-5ea5-9b7c-4b326ebe5517/05305e5a-ae85-5ea5-9b7c-4b326ebe5517_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 257320,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/cec1020c4f394ceca3713b41a2820cc5/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_05305e5a-ae85-5ea5-9b7c-4b326ebe5517/05305e5a-ae85-5ea5-9b7c-4b326ebe5517_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 269193,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/cec1020c4f394ceca3713b41a2820cc5/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_05305e5a-ae85-5ea5-9b7c-4b326ebe5517/05305e5a-ae85-5ea5-9b7c-4b326ebe5517_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 266615,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/cec1020c4f394ceca3713b41a2820cc5/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_05305e5a-ae85-5ea5-9b7c-4b326ebe5517/05305e5a-ae85-5ea5-9b7c-4b326ebe5517_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 272568,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/cec1020c4f394ceca3713b41a2820cc5/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_05305e5a-ae85-5ea5-9b7c-4b326ebe5517/05305e5a-ae85-5ea5-9b7c-4b326ebe5517_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 288566,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/cec1020c4f394ceca3713b41a2820cc5/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_05305e5a-ae85-5ea5-9b7c-4b326ebe5517/05305e5a-ae85-5ea5-9b7c-4b326ebe5517_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 266915,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/cec1020c4f394ceca3713b41a2820cc5/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_05305e5a-ae85-5ea5-9b7c-4b326ebe5517/05305e5a-ae85-5ea5-9b7c-4b326ebe5517_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 284062,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/cec1020c4f394ceca3713b41a2820cc5/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_05305e5a-ae85-5ea5-9b7c-4b326ebe5517/05305e5a-ae85-5ea5-9b7c-4b326ebe5517_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 342183,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/cec1020c4f394ceca3713b41a2820cc5/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_05305e5a-ae85-5ea5-9b7c-4b326ebe5517/05305e5a-ae85-5ea5-9b7c-4b326ebe5517_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 319289,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/cec1020c4f394ceca3713b41a2820cc5/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_05305e5a-ae85-5ea5-9b7c-4b326ebe5517/05305e5a-ae85-5ea5-9b7c-4b326ebe5517_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 364704,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/cec1020c4f394ceca3713b41a2820cc5/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-12',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X2 1.5 SDRIVE18I 100KW',
'transmission': 'manual',
'trim': '1.5 SDRIVE18I 100KW',
'vin': None,
'year': 2022}
2026-03-26 22:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985451%27 HTTP/1.1" 200 None
2026-03-26 22:52:02 [ayvens.be] INFO: Saving data for 1985451: {'created_time': 1774565522.373153, 'last_price_update_time': 1774565522.373162, 'auction_closing_time': 1774958400.0}
2026-03-26 22:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985451') HTTP/1.1" 204 0
2026-03-26 22:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252Fcb88a6dde9c94d81b99213898cf7de6a%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/cb88a6dde9c94d81b99213898cf7de6a/images/large/9.jpg not downloaded yet
2026-03-26 22:52:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cr/cb88a6dde9c94d81b99213898cf7de6a/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cr/cb88a6dde9c94d81b99213898cf7de6a/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252Fcb88a6dde9c94d81b99213898cf7de6a%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/cb88a6dde9c94d81b99213898cf7de6a/images/large/10.jpg not downloaded yet
2026-03-26 22:52:02 [ayvens.be] INFO: Found listing with ID: 1985453
2026-03-26 22:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985453%27 HTTP/1.1" 200 None
2026-03-26 22:52:02 [ayvens.be] INFO: Scrape type for 1985453: 1
2026-03-26 22:52:02 [ayvens.be] INFO: Extracting data for car ID: 1985453
2026-03-26 22:52:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dcebad65-19ff-574e-af4a-d5af2b74f1ff with identifier: 1985453
2026-03-26 22:52:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dcebad65-19ff-574e-af4a-d5af2b74f1ff with scrape type 1
2026-03-26 22:52:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item dcebad65-19ff-574e-af4a-d5af2b74f1ff
2026-03-26 22:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yw%252Fb5c7bf3833f443318e1341b5979f7acc%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yw/b5c7bf3833f443318e1341b5979f7acc/images/large/1.jpg not downloaded yet
2026-03-26 22:52:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cr/cb88a6dde9c94d81b99213898cf7de6a/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yw%252Fb5c7bf3833f443318e1341b5979f7acc%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yw/b5c7bf3833f443318e1341b5979f7acc/images/large/2.jpg not downloaded yet
2026-03-26 22:52:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cr/cb88a6dde9c94d81b99213898cf7de6a/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cr/cb88a6dde9c94d81b99213898cf7de6a/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yw%252Fb5c7bf3833f443318e1341b5979f7acc%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yw/b5c7bf3833f443318e1341b5979f7acc/images/large/3.jpg not downloaded yet
2026-03-26 22:52:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cr/cb88a6dde9c94d81b99213898cf7de6a/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yw%252Fb5c7bf3833f443318e1341b5979f7acc%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yw/b5c7bf3833f443318e1341b5979f7acc/images/large/4.jpg not downloaded yet
2026-03-26 22:52:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7769f90>
2026-03-26 22:52:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4a66ca23-9a13-5a20-bf55-db5cde8cb111/4a66ca23-9a13-5a20-bf55-db5cde8cb111_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252Fcb88a6dde9c94d81b99213898cf7de6a%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/cb88a6dde9c94d81b99213898cf7de6a/images/large/1.jpg saved to cache
2026-03-26 22:52:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 4a66ca23-9a13-5a20-bf55-db5cde8cb111
2026-03-26 22:52:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b741c190>
2026-03-26 22:52:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4a66ca23-9a13-5a20-bf55-db5cde8cb111/4a66ca23-9a13-5a20-bf55-db5cde8cb111_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252Fcb88a6dde9c94d81b99213898cf7de6a%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/cb88a6dde9c94d81b99213898cf7de6a/images/large/2.jpg saved to cache
2026-03-26 22:52:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 4a66ca23-9a13-5a20-bf55-db5cde8cb111
2026-03-26 22:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yw%252Fb5c7bf3833f443318e1341b5979f7acc%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yw/b5c7bf3833f443318e1341b5979f7acc/images/large/5.jpg not downloaded yet
2026-03-26 22:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yw%252Fb5c7bf3833f443318e1341b5979f7acc%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yw/b5c7bf3833f443318e1341b5979f7acc/images/large/6.jpg not downloaded yet
2026-03-26 22:52:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74a5590>
2026-03-26 22:52:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4a66ca23-9a13-5a20-bf55-db5cde8cb111/4a66ca23-9a13-5a20-bf55-db5cde8cb111_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252Fcb88a6dde9c94d81b99213898cf7de6a%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/cb88a6dde9c94d81b99213898cf7de6a/images/large/3.jpg saved to cache
2026-03-26 22:52:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 4a66ca23-9a13-5a20-bf55-db5cde8cb111
2026-03-26 22:52:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76cc3d0>
2026-03-26 22:52:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4a66ca23-9a13-5a20-bf55-db5cde8cb111/4a66ca23-9a13-5a20-bf55-db5cde8cb111_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252Fcb88a6dde9c94d81b99213898cf7de6a%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/cb88a6dde9c94d81b99213898cf7de6a/images/large/4.jpg saved to cache
2026-03-26 22:52:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 4a66ca23-9a13-5a20-bf55-db5cde8cb111
2026-03-26 22:52:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7aa09d0>
2026-03-26 22:52:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4a66ca23-9a13-5a20-bf55-db5cde8cb111/4a66ca23-9a13-5a20-bf55-db5cde8cb111_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252Fcb88a6dde9c94d81b99213898cf7de6a%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/cb88a6dde9c94d81b99213898cf7de6a/images/large/5.jpg saved to cache
2026-03-26 22:52:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 4a66ca23-9a13-5a20-bf55-db5cde8cb111
2026-03-26 22:52:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b777bbd0>
2026-03-26 22:52:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4a66ca23-9a13-5a20-bf55-db5cde8cb111/4a66ca23-9a13-5a20-bf55-db5cde8cb111_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252Fcb88a6dde9c94d81b99213898cf7de6a%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/cb88a6dde9c94d81b99213898cf7de6a/images/large/6.jpg saved to cache
2026-03-26 22:52:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 4a66ca23-9a13-5a20-bf55-db5cde8cb111
2026-03-26 22:52:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cr/cb88a6dde9c94d81b99213898cf7de6a/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yw%252Fb5c7bf3833f443318e1341b5979f7acc%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yw/b5c7bf3833f443318e1341b5979f7acc/images/large/7.jpg not downloaded yet
2026-03-26 22:52:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cr/cb88a6dde9c94d81b99213898cf7de6a/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yw%252Fb5c7bf3833f443318e1341b5979f7acc%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yw/b5c7bf3833f443318e1341b5979f7acc/images/large/8.jpg not downloaded yet
2026-03-26 22:52:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cr/cb88a6dde9c94d81b99213898cf7de6a/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cr/cb88a6dde9c94d81b99213898cf7de6a/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yw%252Fb5c7bf3833f443318e1341b5979f7acc%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yw/b5c7bf3833f443318e1341b5979f7acc/images/large/9.jpg not downloaded yet
2026-03-26 22:52:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yw/b5c7bf3833f443318e1341b5979f7acc/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yw/b5c7bf3833f443318e1341b5979f7acc/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yw%252Fb5c7bf3833f443318e1341b5979f7acc%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yw/b5c7bf3833f443318e1341b5979f7acc/images/large/10.jpg not downloaded yet
2026-03-26 22:52:03 [ayvens.be] INFO: Found listing with ID: 1985454
2026-03-26 22:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985454%27 HTTP/1.1" 200 None
2026-03-26 22:52:03 [ayvens.be] INFO: Scrape type for 1985454: 1
2026-03-26 22:52:03 [ayvens.be] INFO: Extracting data for car ID: 1985454
2026-03-26 22:52:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 419dea60-40ec-58ec-b8a5-92561d4b6c07 with identifier: 1985454
2026-03-26 22:52:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 419dea60-40ec-58ec-b8a5-92561d4b6c07 with scrape type 1
2026-03-26 22:52:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 419dea60-40ec-58ec-b8a5-92561d4b6c07
2026-03-26 22:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ae%252F4580fc00efe241a9af2de452045f0da0%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ae/4580fc00efe241a9af2de452045f0da0/images/large/1.jpg not downloaded yet
2026-03-26 22:52:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yw/b5c7bf3833f443318e1341b5979f7acc/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ae%252F4580fc00efe241a9af2de452045f0da0%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ae/4580fc00efe241a9af2de452045f0da0/images/large/2.jpg not downloaded yet
2026-03-26 22:52:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yw/b5c7bf3833f443318e1341b5979f7acc/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c757d0>
2026-03-26 22:52:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4a66ca23-9a13-5a20-bf55-db5cde8cb111/4a66ca23-9a13-5a20-bf55-db5cde8cb111_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252Fcb88a6dde9c94d81b99213898cf7de6a%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/cb88a6dde9c94d81b99213898cf7de6a/images/large/7.jpg saved to cache
2026-03-26 22:52:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 4a66ca23-9a13-5a20-bf55-db5cde8cb111
2026-03-26 22:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ae%252F4580fc00efe241a9af2de452045f0da0%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ae/4580fc00efe241a9af2de452045f0da0/images/large/3.jpg not downloaded yet
2026-03-26 22:52:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b787f610>
2026-03-26 22:52:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4a66ca23-9a13-5a20-bf55-db5cde8cb111/4a66ca23-9a13-5a20-bf55-db5cde8cb111_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252Fcb88a6dde9c94d81b99213898cf7de6a%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/cb88a6dde9c94d81b99213898cf7de6a/images/large/9.jpg saved to cache
2026-03-26 22:52:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 4a66ca23-9a13-5a20-bf55-db5cde8cb111
2026-03-26 22:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ae%252F4580fc00efe241a9af2de452045f0da0%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ae/4580fc00efe241a9af2de452045f0da0/images/large/4.jpg not downloaded yet
2026-03-26 22:52:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7405a10>
2026-03-26 22:52:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4a66ca23-9a13-5a20-bf55-db5cde8cb111/4a66ca23-9a13-5a20-bf55-db5cde8cb111_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252Fcb88a6dde9c94d81b99213898cf7de6a%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/cb88a6dde9c94d81b99213898cf7de6a/images/large/8.jpg saved to cache
2026-03-26 22:52:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 4a66ca23-9a13-5a20-bf55-db5cde8cb111
2026-03-26 22:52:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7cce8d0>
2026-03-26 22:52:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4a66ca23-9a13-5a20-bf55-db5cde8cb111/4a66ca23-9a13-5a20-bf55-db5cde8cb111_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252Fcb88a6dde9c94d81b99213898cf7de6a%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/cb88a6dde9c94d81b99213898cf7de6a/images/large/10.jpg saved to cache
2026-03-26 22:52:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 4a66ca23-9a13-5a20-bf55-db5cde8cb111
2026-03-26 22:52:03 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4a66ca23-9a13-5a20-bf55-db5cde8cb111, skipping ID generation
2026-03-26 22:52:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4a66ca23-9a13-5a20-bf55-db5cde8cb111 with scrape type 1
2026-03-26 22:52:03 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4a66ca23-9a13-5a20-bf55-db5cde8cb111 sending to next pipeline
2026-03-26 22:52:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 4a66ca23-9a13-5a20-bf55-db5cde8cb111, identifier: 1985452
2026-03-26 22:52:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79dda90>
2026-03-26 22:52:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dcebad65-19ff-574e-af4a-d5af2b74f1ff/dcebad65-19ff-574e-af4a-d5af2b74f1ff_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yw%252Fb5c7bf3833f443318e1341b5979f7acc%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yw/b5c7bf3833f443318e1341b5979f7acc/images/large/1.jpg saved to cache
2026-03-26 22:52:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item dcebad65-19ff-574e-af4a-d5af2b74f1ff
2026-03-26 22:52:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b746cd90>
2026-03-26 22:52:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dcebad65-19ff-574e-af4a-d5af2b74f1ff/dcebad65-19ff-574e-af4a-d5af2b74f1ff_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yw%252Fb5c7bf3833f443318e1341b5979f7acc%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yw/b5c7bf3833f443318e1341b5979f7acc/images/large/2.jpg saved to cache
2026-03-26 22:52:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item dcebad65-19ff-574e-af4a-d5af2b74f1ff
2026-03-26 22:52:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7b9a890>
2026-03-26 22:52:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dcebad65-19ff-574e-af4a-d5af2b74f1ff/dcebad65-19ff-574e-af4a-d5af2b74f1ff_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yw%252Fb5c7bf3833f443318e1341b5979f7acc%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yw/b5c7bf3833f443318e1341b5979f7acc/images/large/3.jpg saved to cache
2026-03-26 22:52:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item dcebad65-19ff-574e-af4a-d5af2b74f1ff
2026-03-26 22:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ae%252F4580fc00efe241a9af2de452045f0da0%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ae/4580fc00efe241a9af2de452045f0da0/images/large/5.jpg not downloaded yet
2026-03-26 22:52:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 4a66ca23-9a13-5a20-bf55-db5cde8cb111 with identifier: 1985452
2026-03-26 22:52:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 4a66ca23-9a13-5a20-bf55-db5cde8cb111 with identifier: 1985452
2026-03-26 22:52:04 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 4a66ca23-9a13-5a20-bf55-db5cde8cb111 with identifier: 1985452 to the API
2026-03-26 22:52:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:52:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:52:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2cr/cb88a6dde9c94d81b99213898cf7de6a/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': '4a66ca23-9a13-5a20-bf55-db5cde8cb111',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'A5 SPORTBACK',
'odometer': 195631,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 15,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4a66ca23-9a13-5a20-bf55-db5cde8cb111/4a66ca23-9a13-5a20-bf55-db5cde8cb111_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 624120,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cr/cb88a6dde9c94d81b99213898cf7de6a/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4a66ca23-9a13-5a20-bf55-db5cde8cb111/4a66ca23-9a13-5a20-bf55-db5cde8cb111_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 612237,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cr/cb88a6dde9c94d81b99213898cf7de6a/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4a66ca23-9a13-5a20-bf55-db5cde8cb111/4a66ca23-9a13-5a20-bf55-db5cde8cb111_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 618956,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cr/cb88a6dde9c94d81b99213898cf7de6a/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4a66ca23-9a13-5a20-bf55-db5cde8cb111/4a66ca23-9a13-5a20-bf55-db5cde8cb111_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 687239,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cr/cb88a6dde9c94d81b99213898cf7de6a/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4a66ca23-9a13-5a20-bf55-db5cde8cb111/4a66ca23-9a13-5a20-bf55-db5cde8cb111_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 578465,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cr/cb88a6dde9c94d81b99213898cf7de6a/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4a66ca23-9a13-5a20-bf55-db5cde8cb111/4a66ca23-9a13-5a20-bf55-db5cde8cb111_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 630596,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cr/cb88a6dde9c94d81b99213898cf7de6a/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4a66ca23-9a13-5a20-bf55-db5cde8cb111/4a66ca23-9a13-5a20-bf55-db5cde8cb111_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 607518,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cr/cb88a6dde9c94d81b99213898cf7de6a/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4a66ca23-9a13-5a20-bf55-db5cde8cb111/4a66ca23-9a13-5a20-bf55-db5cde8cb111_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 706584,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cr/cb88a6dde9c94d81b99213898cf7de6a/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4a66ca23-9a13-5a20-bf55-db5cde8cb111/4a66ca23-9a13-5a20-bf55-db5cde8cb111_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 480935,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cr/cb88a6dde9c94d81b99213898cf7de6a/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4a66ca23-9a13-5a20-bf55-db5cde8cb111/4a66ca23-9a13-5a20-bf55-db5cde8cb111_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 532071,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cr/cb88a6dde9c94d81b99213898cf7de6a/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-02',
'seats_number': 4,
'seller_name': None,
'title': 'AUDI A5 SPORTBACK 2.0 30 TDI S TRONIC BUS. ED. ATTRACTION',
'transmission': 'automatic',
'trim': '2.0 30 TDI S TRONIC BUS. ED. ATTRACTION',
'vin': None,
'year': 2022}
2026-03-26 22:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985452%27 HTTP/1.1" 200 None
2026-03-26 22:52:04 [ayvens.be] INFO: Saving data for 1985452: {'created_time': 1774565524.329393, 'last_price_update_time': 1774565524.329403, 'auction_closing_time': 1774958400.0}
2026-03-26 22:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985452') HTTP/1.1" 204 0
2026-03-26 22:52:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76ec690>
2026-03-26 22:52:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dcebad65-19ff-574e-af4a-d5af2b74f1ff/dcebad65-19ff-574e-af4a-d5af2b74f1ff_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yw%252Fb5c7bf3833f443318e1341b5979f7acc%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yw/b5c7bf3833f443318e1341b5979f7acc/images/large/4.jpg saved to cache
2026-03-26 22:52:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item dcebad65-19ff-574e-af4a-d5af2b74f1ff
2026-03-26 22:52:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yw/b5c7bf3833f443318e1341b5979f7acc/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yw/b5c7bf3833f443318e1341b5979f7acc/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ae%252F4580fc00efe241a9af2de452045f0da0%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ae/4580fc00efe241a9af2de452045f0da0/images/large/6.jpg not downloaded yet
2026-03-26 22:52:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yw/b5c7bf3833f443318e1341b5979f7acc/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ae%252F4580fc00efe241a9af2de452045f0da0%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ae/4580fc00efe241a9af2de452045f0da0/images/large/7.jpg not downloaded yet
2026-03-26 22:52:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yw/b5c7bf3833f443318e1341b5979f7acc/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yw/b5c7bf3833f443318e1341b5979f7acc/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yw/b5c7bf3833f443318e1341b5979f7acc/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ae%252F4580fc00efe241a9af2de452045f0da0%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ae/4580fc00efe241a9af2de452045f0da0/images/large/8.jpg not downloaded yet
2026-03-26 22:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ae%252F4580fc00efe241a9af2de452045f0da0%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ae/4580fc00efe241a9af2de452045f0da0/images/large/9.jpg not downloaded yet
2026-03-26 22:52:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ae/4580fc00efe241a9af2de452045f0da0/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ae%252F4580fc00efe241a9af2de452045f0da0%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ae/4580fc00efe241a9af2de452045f0da0/images/large/10.jpg not downloaded yet
2026-03-26 22:52:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ae/4580fc00efe241a9af2de452045f0da0/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74819d0>
2026-03-26 22:52:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dcebad65-19ff-574e-af4a-d5af2b74f1ff/dcebad65-19ff-574e-af4a-d5af2b74f1ff_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yw%252Fb5c7bf3833f443318e1341b5979f7acc%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yw/b5c7bf3833f443318e1341b5979f7acc/images/large/5.jpg saved to cache
2026-03-26 22:52:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item dcebad65-19ff-574e-af4a-d5af2b74f1ff
2026-03-26 22:52:04 [ayvens.be] INFO: Found listing with ID: 1985455
2026-03-26 22:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985455%27 HTTP/1.1" 200 None
2026-03-26 22:52:04 [ayvens.be] INFO: Scrape type for 1985455: 1
2026-03-26 22:52:04 [ayvens.be] INFO: Extracting data for car ID: 1985455
2026-03-26 22:52:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c9971293-22a3-56ba-a1df-35de5b0fe5ea with identifier: 1985455
2026-03-26 22:52:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c9971293-22a3-56ba-a1df-35de5b0fe5ea with scrape type 1
2026-03-26 22:52:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item c9971293-22a3-56ba-a1df-35de5b0fe5ea
2026-03-26 22:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252Fbd06efd36b6d45109f8e659fa3166a02%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/bd06efd36b6d45109f8e659fa3166a02/images/large/1.jpg not downloaded yet
2026-03-26 22:52:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7452a90>
2026-03-26 22:52:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dcebad65-19ff-574e-af4a-d5af2b74f1ff/dcebad65-19ff-574e-af4a-d5af2b74f1ff_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yw%252Fb5c7bf3833f443318e1341b5979f7acc%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yw/b5c7bf3833f443318e1341b5979f7acc/images/large/6.jpg saved to cache
2026-03-26 22:52:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item dcebad65-19ff-574e-af4a-d5af2b74f1ff
2026-03-26 22:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252Fbd06efd36b6d45109f8e659fa3166a02%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/bd06efd36b6d45109f8e659fa3166a02/images/large/2.jpg not downloaded yet
2026-03-26 22:52:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b781bbd0>
2026-03-26 22:52:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dcebad65-19ff-574e-af4a-d5af2b74f1ff/dcebad65-19ff-574e-af4a-d5af2b74f1ff_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yw%252Fb5c7bf3833f443318e1341b5979f7acc%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yw/b5c7bf3833f443318e1341b5979f7acc/images/large/10.jpg saved to cache
2026-03-26 22:52:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item dcebad65-19ff-574e-af4a-d5af2b74f1ff
2026-03-26 22:52:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd3ba6d0>
2026-03-26 22:52:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dcebad65-19ff-574e-af4a-d5af2b74f1ff/dcebad65-19ff-574e-af4a-d5af2b74f1ff_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yw%252Fb5c7bf3833f443318e1341b5979f7acc%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yw/b5c7bf3833f443318e1341b5979f7acc/images/large/7.jpg saved to cache
2026-03-26 22:52:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item dcebad65-19ff-574e-af4a-d5af2b74f1ff
2026-03-26 22:52:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b728ff10>
2026-03-26 22:52:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dcebad65-19ff-574e-af4a-d5af2b74f1ff/dcebad65-19ff-574e-af4a-d5af2b74f1ff_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yw%252Fb5c7bf3833f443318e1341b5979f7acc%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yw/b5c7bf3833f443318e1341b5979f7acc/images/large/9.jpg saved to cache
2026-03-26 22:52:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item dcebad65-19ff-574e-af4a-d5af2b74f1ff
2026-03-26 22:52:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7688a10>
2026-03-26 22:52:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dcebad65-19ff-574e-af4a-d5af2b74f1ff/dcebad65-19ff-574e-af4a-d5af2b74f1ff_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yw%252Fb5c7bf3833f443318e1341b5979f7acc%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yw/b5c7bf3833f443318e1341b5979f7acc/images/large/8.jpg saved to cache
2026-03-26 22:52:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item dcebad65-19ff-574e-af4a-d5af2b74f1ff
2026-03-26 22:52:05 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: dcebad65-19ff-574e-af4a-d5af2b74f1ff, skipping ID generation
2026-03-26 22:52:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dcebad65-19ff-574e-af4a-d5af2b74f1ff with scrape type 1
2026-03-26 22:52:05 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item dcebad65-19ff-574e-af4a-d5af2b74f1ff sending to next pipeline
2026-03-26 22:52:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: dcebad65-19ff-574e-af4a-d5af2b74f1ff, identifier: 1985453
2026-03-26 22:52:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6dd8e50>
2026-03-26 22:52:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_419dea60-40ec-58ec-b8a5-92561d4b6c07/419dea60-40ec-58ec-b8a5-92561d4b6c07_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ae%252F4580fc00efe241a9af2de452045f0da0%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ae/4580fc00efe241a9af2de452045f0da0/images/large/3.jpg saved to cache
2026-03-26 22:52:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 419dea60-40ec-58ec-b8a5-92561d4b6c07
2026-03-26 22:52:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74ad750>
2026-03-26 22:52:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_419dea60-40ec-58ec-b8a5-92561d4b6c07/419dea60-40ec-58ec-b8a5-92561d4b6c07_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ae%252F4580fc00efe241a9af2de452045f0da0%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ae/4580fc00efe241a9af2de452045f0da0/images/large/2.jpg saved to cache
2026-03-26 22:52:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 419dea60-40ec-58ec-b8a5-92561d4b6c07
2026-03-26 22:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252Fbd06efd36b6d45109f8e659fa3166a02%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/bd06efd36b6d45109f8e659fa3166a02/images/large/3.jpg not downloaded yet
2026-03-26 22:52:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: dcebad65-19ff-574e-af4a-d5af2b74f1ff with identifier: 1985453
2026-03-26 22:52:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: dcebad65-19ff-574e-af4a-d5af2b74f1ff with identifier: 1985453
2026-03-26 22:52:05 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: dcebad65-19ff-574e-af4a-d5af2b74f1ff with identifier: 1985453 to the API
2026-03-26 22:52:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:52:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:52:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/1yw/b5c7bf3833f443318e1341b5979f7acc/images/large/8.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': 'dcebad65-19ff-574e-af4a-d5af2b74f1ff',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'A4',
'odometer': 124094,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 17,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dcebad65-19ff-574e-af4a-d5af2b74f1ff/dcebad65-19ff-574e-af4a-d5af2b74f1ff_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 615848,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yw/b5c7bf3833f443318e1341b5979f7acc/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dcebad65-19ff-574e-af4a-d5af2b74f1ff/dcebad65-19ff-574e-af4a-d5af2b74f1ff_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 598008,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yw/b5c7bf3833f443318e1341b5979f7acc/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dcebad65-19ff-574e-af4a-d5af2b74f1ff/dcebad65-19ff-574e-af4a-d5af2b74f1ff_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 637015,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yw/b5c7bf3833f443318e1341b5979f7acc/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dcebad65-19ff-574e-af4a-d5af2b74f1ff/dcebad65-19ff-574e-af4a-d5af2b74f1ff_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 729198,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yw/b5c7bf3833f443318e1341b5979f7acc/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dcebad65-19ff-574e-af4a-d5af2b74f1ff/dcebad65-19ff-574e-af4a-d5af2b74f1ff_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 687781,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yw/b5c7bf3833f443318e1341b5979f7acc/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dcebad65-19ff-574e-af4a-d5af2b74f1ff/dcebad65-19ff-574e-af4a-d5af2b74f1ff_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 583713,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yw/b5c7bf3833f443318e1341b5979f7acc/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dcebad65-19ff-574e-af4a-d5af2b74f1ff/dcebad65-19ff-574e-af4a-d5af2b74f1ff_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 738811,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yw/b5c7bf3833f443318e1341b5979f7acc/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dcebad65-19ff-574e-af4a-d5af2b74f1ff/dcebad65-19ff-574e-af4a-d5af2b74f1ff_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 704559,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yw/b5c7bf3833f443318e1341b5979f7acc/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dcebad65-19ff-574e-af4a-d5af2b74f1ff/dcebad65-19ff-574e-af4a-d5af2b74f1ff_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 579404,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yw/b5c7bf3833f443318e1341b5979f7acc/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dcebad65-19ff-574e-af4a-d5af2b74f1ff/dcebad65-19ff-574e-af4a-d5af2b74f1ff_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 497226,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yw/b5c7bf3833f443318e1341b5979f7acc/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-07',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A4 2.0 30 TDI 100KW S TR ADV BUSINESS ED',
'transmission': 'automatic',
'trim': '2.0 30 TDI 100KW S TR ADV BUSINESS ED',
'vin': None,
'year': 2021}
2026-03-26 22:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985453%27 HTTP/1.1" 200 None
2026-03-26 22:52:05 [ayvens.be] INFO: Saving data for 1985453: {'created_time': 1774565525.728824, 'last_price_update_time': 1774565525.728833, 'auction_closing_time': 1774958400.0}
2026-03-26 22:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985453') HTTP/1.1" 204 0
2026-03-26 22:52:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ae/4580fc00efe241a9af2de452045f0da0/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252Fbd06efd36b6d45109f8e659fa3166a02%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/bd06efd36b6d45109f8e659fa3166a02/images/large/4.jpg not downloaded yet
2026-03-26 22:52:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ae/4580fc00efe241a9af2de452045f0da0/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252Fbd06efd36b6d45109f8e659fa3166a02%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/bd06efd36b6d45109f8e659fa3166a02/images/large/5.jpg not downloaded yet
2026-03-26 22:52:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ae/4580fc00efe241a9af2de452045f0da0/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ae/4580fc00efe241a9af2de452045f0da0/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ae/4580fc00efe241a9af2de452045f0da0/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ae/4580fc00efe241a9af2de452045f0da0/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252Fbd06efd36b6d45109f8e659fa3166a02%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/bd06efd36b6d45109f8e659fa3166a02/images/large/6.jpg not downloaded yet
2026-03-26 22:52:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ae/4580fc00efe241a9af2de452045f0da0/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252Fbd06efd36b6d45109f8e659fa3166a02%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/bd06efd36b6d45109f8e659fa3166a02/images/large/7.jpg not downloaded yet
2026-03-26 22:52:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ab/bd06efd36b6d45109f8e659fa3166a02/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b776bc50>
2026-03-26 22:52:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_419dea60-40ec-58ec-b8a5-92561d4b6c07/419dea60-40ec-58ec-b8a5-92561d4b6c07_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ae%252F4580fc00efe241a9af2de452045f0da0%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ae/4580fc00efe241a9af2de452045f0da0/images/large/4.jpg saved to cache
2026-03-26 22:52:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 419dea60-40ec-58ec-b8a5-92561d4b6c07
2026-03-26 22:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252Fbd06efd36b6d45109f8e659fa3166a02%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/bd06efd36b6d45109f8e659fa3166a02/images/large/8.jpg not downloaded yet
2026-03-26 22:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252Fbd06efd36b6d45109f8e659fa3166a02%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/bd06efd36b6d45109f8e659fa3166a02/images/large/9.jpg not downloaded yet
2026-03-26 22:52:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7769250>
2026-03-26 22:52:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_419dea60-40ec-58ec-b8a5-92561d4b6c07/419dea60-40ec-58ec-b8a5-92561d4b6c07_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ae%252F4580fc00efe241a9af2de452045f0da0%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ae/4580fc00efe241a9af2de452045f0da0/images/large/5.jpg saved to cache
2026-03-26 22:52:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 419dea60-40ec-58ec-b8a5-92561d4b6c07
2026-03-26 22:52:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74896d0>
2026-03-26 22:52:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_419dea60-40ec-58ec-b8a5-92561d4b6c07/419dea60-40ec-58ec-b8a5-92561d4b6c07_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ae%252F4580fc00efe241a9af2de452045f0da0%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ae/4580fc00efe241a9af2de452045f0da0/images/large/1.jpg saved to cache
2026-03-26 22:52:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 419dea60-40ec-58ec-b8a5-92561d4b6c07
2026-03-26 22:52:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7773510>
2026-03-26 22:52:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_419dea60-40ec-58ec-b8a5-92561d4b6c07/419dea60-40ec-58ec-b8a5-92561d4b6c07_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ae%252F4580fc00efe241a9af2de452045f0da0%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ae/4580fc00efe241a9af2de452045f0da0/images/large/6.jpg saved to cache
2026-03-26 22:52:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 419dea60-40ec-58ec-b8a5-92561d4b6c07
2026-03-26 22:52:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6dee890>
2026-03-26 22:52:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_419dea60-40ec-58ec-b8a5-92561d4b6c07/419dea60-40ec-58ec-b8a5-92561d4b6c07_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ae%252F4580fc00efe241a9af2de452045f0da0%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ae/4580fc00efe241a9af2de452045f0da0/images/large/9.jpg saved to cache
2026-03-26 22:52:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 419dea60-40ec-58ec-b8a5-92561d4b6c07
2026-03-26 22:52:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77720d0>
2026-03-26 22:52:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_419dea60-40ec-58ec-b8a5-92561d4b6c07/419dea60-40ec-58ec-b8a5-92561d4b6c07_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ae%252F4580fc00efe241a9af2de452045f0da0%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ae/4580fc00efe241a9af2de452045f0da0/images/large/7.jpg saved to cache
2026-03-26 22:52:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 419dea60-40ec-58ec-b8a5-92561d4b6c07
2026-03-26 22:52:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7a55590>
2026-03-26 22:52:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_419dea60-40ec-58ec-b8a5-92561d4b6c07/419dea60-40ec-58ec-b8a5-92561d4b6c07_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ae%252F4580fc00efe241a9af2de452045f0da0%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ae/4580fc00efe241a9af2de452045f0da0/images/large/8.jpg saved to cache
2026-03-26 22:52:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 419dea60-40ec-58ec-b8a5-92561d4b6c07
2026-03-26 22:52:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7572850>
2026-03-26 22:52:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c9971293-22a3-56ba-a1df-35de5b0fe5ea/c9971293-22a3-56ba-a1df-35de5b0fe5ea_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252Fbd06efd36b6d45109f8e659fa3166a02%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/bd06efd36b6d45109f8e659fa3166a02/images/large/1.jpg saved to cache
2026-03-26 22:52:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item c9971293-22a3-56ba-a1df-35de5b0fe5ea
2026-03-26 22:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252Fbd06efd36b6d45109f8e659fa3166a02%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/bd06efd36b6d45109f8e659fa3166a02/images/large/10.jpg not downloaded yet
2026-03-26 22:52:06 [ayvens.be] INFO: Found listing with ID: 1985456
2026-03-26 22:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985456%27 HTTP/1.1" 200 None
2026-03-26 22:52:06 [ayvens.be] INFO: Scrape type for 1985456: 1
2026-03-26 22:52:06 [ayvens.be] INFO: Extracting data for car ID: 1985456
2026-03-26 22:52:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f67602dd-81c9-5bdc-a2f5-6c15735b97d6 with identifier: 1985456
2026-03-26 22:52:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f67602dd-81c9-5bdc-a2f5-6c15735b97d6 with scrape type 1
2026-03-26 22:52:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item f67602dd-81c9-5bdc-a2f5-6c15735b97d6
2026-03-26 22:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yt%252F584ba05376924ddda5f69fe6b4d03e88%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yt/584ba05376924ddda5f69fe6b4d03e88/images/large/1.jpg not downloaded yet
2026-03-26 22:52:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ae/4580fc00efe241a9af2de452045f0da0/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ab/bd06efd36b6d45109f8e659fa3166a02/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ab/bd06efd36b6d45109f8e659fa3166a02/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yt%252F584ba05376924ddda5f69fe6b4d03e88%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yt/584ba05376924ddda5f69fe6b4d03e88/images/large/2.jpg not downloaded yet
2026-03-26 22:52:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ab/bd06efd36b6d45109f8e659fa3166a02/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ab/bd06efd36b6d45109f8e659fa3166a02/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yt%252F584ba05376924ddda5f69fe6b4d03e88%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yt/584ba05376924ddda5f69fe6b4d03e88/images/large/3.jpg not downloaded yet
2026-03-26 22:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yt%252F584ba05376924ddda5f69fe6b4d03e88%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yt/584ba05376924ddda5f69fe6b4d03e88/images/large/4.jpg not downloaded yet
2026-03-26 22:52:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ab/bd06efd36b6d45109f8e659fa3166a02/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yt%252F584ba05376924ddda5f69fe6b4d03e88%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yt/584ba05376924ddda5f69fe6b4d03e88/images/large/5.jpg not downloaded yet
2026-03-26 22:52:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ab/bd06efd36b6d45109f8e659fa3166a02/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ab/bd06efd36b6d45109f8e659fa3166a02/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yt%252F584ba05376924ddda5f69fe6b4d03e88%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yt/584ba05376924ddda5f69fe6b4d03e88/images/large/6.jpg not downloaded yet
2026-03-26 22:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yt%252F584ba05376924ddda5f69fe6b4d03e88%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yt/584ba05376924ddda5f69fe6b4d03e88/images/large/7.jpg not downloaded yet
2026-03-26 22:52:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7417310>
2026-03-26 22:52:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_419dea60-40ec-58ec-b8a5-92561d4b6c07/419dea60-40ec-58ec-b8a5-92561d4b6c07_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ae%252F4580fc00efe241a9af2de452045f0da0%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ae/4580fc00efe241a9af2de452045f0da0/images/large/10.jpg saved to cache
2026-03-26 22:52:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 419dea60-40ec-58ec-b8a5-92561d4b6c07
2026-03-26 22:52:06 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 419dea60-40ec-58ec-b8a5-92561d4b6c07, skipping ID generation
2026-03-26 22:52:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 419dea60-40ec-58ec-b8a5-92561d4b6c07 with scrape type 1
2026-03-26 22:52:06 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 419dea60-40ec-58ec-b8a5-92561d4b6c07 sending to next pipeline
2026-03-26 22:52:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 419dea60-40ec-58ec-b8a5-92561d4b6c07, identifier: 1985454
2026-03-26 22:52:07 [scrapy.extensions.logstats] INFO: Crawled 12 pages (at 7 pages/min), scraped 234 items (at 36 items/min)
2026-03-26 22:52:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 181MiB
2026-03-26 22:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yt%252F584ba05376924ddda5f69fe6b4d03e88%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yt/584ba05376924ddda5f69fe6b4d03e88/images/large/8.jpg not downloaded yet
2026-03-26 22:52:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 419dea60-40ec-58ec-b8a5-92561d4b6c07 with identifier: 1985454
2026-03-26 22:52:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 419dea60-40ec-58ec-b8a5-92561d4b6c07 with identifier: 1985454
2026-03-26 22:52:07 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 419dea60-40ec-58ec-b8a5-92561d4b6c07 with identifier: 1985454 to the API
2026-03-26 22:52:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:52:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:52:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2ae/4580fc00efe241a9af2de452045f0da0/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '2.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '419dea60-40ec-58ec-b8a5-92561d4b6c07',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'FORD',
'model': 'KUGA - 2020',
'odometer': 131988,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 17,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_419dea60-40ec-58ec-b8a5-92561d4b6c07/419dea60-40ec-58ec-b8a5-92561d4b6c07_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 615257,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ae/4580fc00efe241a9af2de452045f0da0/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_419dea60-40ec-58ec-b8a5-92561d4b6c07/419dea60-40ec-58ec-b8a5-92561d4b6c07_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 592083,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ae/4580fc00efe241a9af2de452045f0da0/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_419dea60-40ec-58ec-b8a5-92561d4b6c07/419dea60-40ec-58ec-b8a5-92561d4b6c07_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 573299,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ae/4580fc00efe241a9af2de452045f0da0/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_419dea60-40ec-58ec-b8a5-92561d4b6c07/419dea60-40ec-58ec-b8a5-92561d4b6c07_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 646371,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ae/4580fc00efe241a9af2de452045f0da0/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_419dea60-40ec-58ec-b8a5-92561d4b6c07/419dea60-40ec-58ec-b8a5-92561d4b6c07_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 626311,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ae/4580fc00efe241a9af2de452045f0da0/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_419dea60-40ec-58ec-b8a5-92561d4b6c07/419dea60-40ec-58ec-b8a5-92561d4b6c07_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 615001,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ae/4580fc00efe241a9af2de452045f0da0/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_419dea60-40ec-58ec-b8a5-92561d4b6c07/419dea60-40ec-58ec-b8a5-92561d4b6c07_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 707665,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ae/4580fc00efe241a9af2de452045f0da0/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_419dea60-40ec-58ec-b8a5-92561d4b6c07/419dea60-40ec-58ec-b8a5-92561d4b6c07_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 667718,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ae/4580fc00efe241a9af2de452045f0da0/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_419dea60-40ec-58ec-b8a5-92561d4b6c07/419dea60-40ec-58ec-b8a5-92561d4b6c07_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 480064,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ae/4580fc00efe241a9af2de452045f0da0/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_419dea60-40ec-58ec-b8a5-92561d4b6c07/419dea60-40ec-58ec-b8a5-92561d4b6c07_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 593481,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ae/4580fc00efe241a9af2de452045f0da0/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-09',
'seats_number': 5,
'seller_name': None,
'title': 'FORD KUGA - 2020 2.5 EcoBoost FWD PHEV ST-Line X',
'transmission': 'automatic',
'trim': '2.5 EcoBoost FWD PHEV ST-Line X',
'vin': None,
'year': 2021}
2026-03-26 22:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985454%27 HTTP/1.1" 200 None
2026-03-26 22:52:07 [ayvens.be] INFO: Saving data for 1985454: {'created_time': 1774565527.337, 'last_price_update_time': 1774565527.33701, 'auction_closing_time': 1774958400.0}
2026-03-26 22:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985454') HTTP/1.1" 204 0
2026-03-26 22:52:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7417610>
2026-03-26 22:52:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c9971293-22a3-56ba-a1df-35de5b0fe5ea/c9971293-22a3-56ba-a1df-35de5b0fe5ea_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252Fbd06efd36b6d45109f8e659fa3166a02%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/bd06efd36b6d45109f8e659fa3166a02/images/large/2.jpg saved to cache
2026-03-26 22:52:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item c9971293-22a3-56ba-a1df-35de5b0fe5ea
2026-03-26 22:52:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7571490>
2026-03-26 22:52:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c9971293-22a3-56ba-a1df-35de5b0fe5ea/c9971293-22a3-56ba-a1df-35de5b0fe5ea_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252Fbd06efd36b6d45109f8e659fa3166a02%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/bd06efd36b6d45109f8e659fa3166a02/images/large/5.jpg saved to cache
2026-03-26 22:52:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item c9971293-22a3-56ba-a1df-35de5b0fe5ea
2026-03-26 22:52:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ab/bd06efd36b6d45109f8e659fa3166a02/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yt%252F584ba05376924ddda5f69fe6b4d03e88%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yt/584ba05376924ddda5f69fe6b4d03e88/images/large/9.jpg not downloaded yet
2026-03-26 22:52:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76cde90>
2026-03-26 22:52:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c9971293-22a3-56ba-a1df-35de5b0fe5ea/c9971293-22a3-56ba-a1df-35de5b0fe5ea_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252Fbd06efd36b6d45109f8e659fa3166a02%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/bd06efd36b6d45109f8e659fa3166a02/images/large/3.jpg saved to cache
2026-03-26 22:52:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item c9971293-22a3-56ba-a1df-35de5b0fe5ea
2026-03-26 22:52:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b726b1d0>
2026-03-26 22:52:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c9971293-22a3-56ba-a1df-35de5b0fe5ea/c9971293-22a3-56ba-a1df-35de5b0fe5ea_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252Fbd06efd36b6d45109f8e659fa3166a02%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/bd06efd36b6d45109f8e659fa3166a02/images/large/4.jpg saved to cache
2026-03-26 22:52:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item c9971293-22a3-56ba-a1df-35de5b0fe5ea
2026-03-26 22:52:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74b5150>
2026-03-26 22:52:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c9971293-22a3-56ba-a1df-35de5b0fe5ea/c9971293-22a3-56ba-a1df-35de5b0fe5ea_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252Fbd06efd36b6d45109f8e659fa3166a02%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/bd06efd36b6d45109f8e659fa3166a02/images/large/6.jpg saved to cache
2026-03-26 22:52:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item c9971293-22a3-56ba-a1df-35de5b0fe5ea
2026-03-26 22:52:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7aeb7d0>
2026-03-26 22:52:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c9971293-22a3-56ba-a1df-35de5b0fe5ea/c9971293-22a3-56ba-a1df-35de5b0fe5ea_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252Fbd06efd36b6d45109f8e659fa3166a02%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/bd06efd36b6d45109f8e659fa3166a02/images/large/7.jpg saved to cache
2026-03-26 22:52:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item c9971293-22a3-56ba-a1df-35de5b0fe5ea
2026-03-26 22:52:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79a2490>
2026-03-26 22:52:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c9971293-22a3-56ba-a1df-35de5b0fe5ea/c9971293-22a3-56ba-a1df-35de5b0fe5ea_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252Fbd06efd36b6d45109f8e659fa3166a02%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/bd06efd36b6d45109f8e659fa3166a02/images/large/8.jpg saved to cache
2026-03-26 22:52:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item c9971293-22a3-56ba-a1df-35de5b0fe5ea
2026-03-26 22:52:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ab/bd06efd36b6d45109f8e659fa3166a02/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yt%252F584ba05376924ddda5f69fe6b4d03e88%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yt/584ba05376924ddda5f69fe6b4d03e88/images/large/10.jpg not downloaded yet
2026-03-26 22:52:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yt/584ba05376924ddda5f69fe6b4d03e88/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:07 [ayvens.be] INFO: Found listing with ID: 1985457
2026-03-26 22:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985457%27 HTTP/1.1" 200 None
2026-03-26 22:52:07 [ayvens.be] INFO: Scrape type for 1985457: 1
2026-03-26 22:52:07 [ayvens.be] INFO: Extracting data for car ID: 1985457
2026-03-26 22:52:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 53b7560e-0bef-5b10-a8ae-104759e2bef5 with identifier: 1985457
2026-03-26 22:52:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 53b7560e-0bef-5b10-a8ae-104759e2bef5 with scrape type 1
2026-03-26 22:52:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 53b7560e-0bef-5b10-a8ae-104759e2bef5
2026-03-26 22:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252Fd85b5346362a4687954b6cc40ce20221%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/d85b5346362a4687954b6cc40ce20221/images/large/1.jpg not downloaded yet
2026-03-26 22:52:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7268750>
2026-03-26 22:52:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c9971293-22a3-56ba-a1df-35de5b0fe5ea/c9971293-22a3-56ba-a1df-35de5b0fe5ea_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:52:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252Fbd06efd36b6d45109f8e659fa3166a02%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/bd06efd36b6d45109f8e659fa3166a02/images/large/9.jpg saved to cache
2026-03-26 22:52:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item c9971293-22a3-56ba-a1df-35de5b0fe5ea
2026-03-26 22:52:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252Fd85b5346362a4687954b6cc40ce20221%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/d85b5346362a4687954b6cc40ce20221/images/large/2.jpg not downloaded yet
2026-03-26 22:52:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yt/584ba05376924ddda5f69fe6b4d03e88/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252Fd85b5346362a4687954b6cc40ce20221%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/d85b5346362a4687954b6cc40ce20221/images/large/3.jpg not downloaded yet
2026-03-26 22:52:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yt/584ba05376924ddda5f69fe6b4d03e88/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yt/584ba05376924ddda5f69fe6b4d03e88/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yt/584ba05376924ddda5f69fe6b4d03e88/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79dea50>
2026-03-26 22:52:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c9971293-22a3-56ba-a1df-35de5b0fe5ea/c9971293-22a3-56ba-a1df-35de5b0fe5ea_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:52:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252Fbd06efd36b6d45109f8e659fa3166a02%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/bd06efd36b6d45109f8e659fa3166a02/images/large/10.jpg saved to cache
2026-03-26 22:52:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item c9971293-22a3-56ba-a1df-35de5b0fe5ea
2026-03-26 22:52:08 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c9971293-22a3-56ba-a1df-35de5b0fe5ea, skipping ID generation
2026-03-26 22:52:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c9971293-22a3-56ba-a1df-35de5b0fe5ea with scrape type 1
2026-03-26 22:52:08 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c9971293-22a3-56ba-a1df-35de5b0fe5ea sending to next pipeline
2026-03-26 22:52:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: c9971293-22a3-56ba-a1df-35de5b0fe5ea, identifier: 1985455
2026-03-26 22:52:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7268a90>
2026-03-26 22:52:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f67602dd-81c9-5bdc-a2f5-6c15735b97d6/f67602dd-81c9-5bdc-a2f5-6c15735b97d6_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:52:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yt%252F584ba05376924ddda5f69fe6b4d03e88%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yt/584ba05376924ddda5f69fe6b4d03e88/images/large/1.jpg saved to cache
2026-03-26 22:52:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item f67602dd-81c9-5bdc-a2f5-6c15735b97d6
2026-03-26 22:52:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252Fd85b5346362a4687954b6cc40ce20221%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/d85b5346362a4687954b6cc40ce20221/images/large/4.jpg not downloaded yet
2026-03-26 22:52:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: c9971293-22a3-56ba-a1df-35de5b0fe5ea with identifier: 1985455
2026-03-26 22:52:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: c9971293-22a3-56ba-a1df-35de5b0fe5ea with identifier: 1985455
2026-03-26 22:52:08 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: c9971293-22a3-56ba-a1df-35de5b0fe5ea with identifier: 1985455 to the API
2026-03-26 22:52:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:52:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:52:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2ab/bd06efd36b6d45109f8e659fa3166a02/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'c9971293-22a3-56ba-a1df-35de5b0fe5ea',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '5008',
'odometer': 121114,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 14,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c9971293-22a3-56ba-a1df-35de5b0fe5ea/c9971293-22a3-56ba-a1df-35de5b0fe5ea_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 483656,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ab/bd06efd36b6d45109f8e659fa3166a02/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c9971293-22a3-56ba-a1df-35de5b0fe5ea/c9971293-22a3-56ba-a1df-35de5b0fe5ea_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 524470,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ab/bd06efd36b6d45109f8e659fa3166a02/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c9971293-22a3-56ba-a1df-35de5b0fe5ea/c9971293-22a3-56ba-a1df-35de5b0fe5ea_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 562641,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ab/bd06efd36b6d45109f8e659fa3166a02/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c9971293-22a3-56ba-a1df-35de5b0fe5ea/c9971293-22a3-56ba-a1df-35de5b0fe5ea_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 551774,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ab/bd06efd36b6d45109f8e659fa3166a02/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c9971293-22a3-56ba-a1df-35de5b0fe5ea/c9971293-22a3-56ba-a1df-35de5b0fe5ea_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 393023,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ab/bd06efd36b6d45109f8e659fa3166a02/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c9971293-22a3-56ba-a1df-35de5b0fe5ea/c9971293-22a3-56ba-a1df-35de5b0fe5ea_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 396048,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ab/bd06efd36b6d45109f8e659fa3166a02/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c9971293-22a3-56ba-a1df-35de5b0fe5ea/c9971293-22a3-56ba-a1df-35de5b0fe5ea_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 476307,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ab/bd06efd36b6d45109f8e659fa3166a02/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c9971293-22a3-56ba-a1df-35de5b0fe5ea/c9971293-22a3-56ba-a1df-35de5b0fe5ea_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 450917,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ab/bd06efd36b6d45109f8e659fa3166a02/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c9971293-22a3-56ba-a1df-35de5b0fe5ea/c9971293-22a3-56ba-a1df-35de5b0fe5ea_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 311513,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ab/bd06efd36b6d45109f8e659fa3166a02/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c9971293-22a3-56ba-a1df-35de5b0fe5ea/c9971293-22a3-56ba-a1df-35de5b0fe5ea_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 303337,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ab/bd06efd36b6d45109f8e659fa3166a02/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-11',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 5008 1.2 PURETECH 130 GT',
'transmission': 'manual',
'trim': '1.2 PURETECH 130 GT',
'vin': None,
'year': 2021}
2026-03-26 22:52:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985455%27 HTTP/1.1" 200 None
2026-03-26 22:52:08 [ayvens.be] INFO: Saving data for 1985455: {'created_time': 1774565528.741252, 'last_price_update_time': 1774565528.741263, 'auction_closing_time': 1774958400.0}
2026-03-26 22:52:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985455') HTTP/1.1" 204 0
2026-03-26 22:52:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252Fd85b5346362a4687954b6cc40ce20221%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/d85b5346362a4687954b6cc40ce20221/images/large/5.jpg not downloaded yet
2026-03-26 22:52:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7290dd0>
2026-03-26 22:52:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f67602dd-81c9-5bdc-a2f5-6c15735b97d6/f67602dd-81c9-5bdc-a2f5-6c15735b97d6_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:52:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yt%252F584ba05376924ddda5f69fe6b4d03e88%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yt/584ba05376924ddda5f69fe6b4d03e88/images/large/2.jpg saved to cache
2026-03-26 22:52:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item f67602dd-81c9-5bdc-a2f5-6c15735b97d6
2026-03-26 22:52:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76883d0>
2026-03-26 22:52:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f67602dd-81c9-5bdc-a2f5-6c15735b97d6/f67602dd-81c9-5bdc-a2f5-6c15735b97d6_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:52:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yt%252F584ba05376924ddda5f69fe6b4d03e88%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yt/584ba05376924ddda5f69fe6b4d03e88/images/large/5.jpg saved to cache
2026-03-26 22:52:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item f67602dd-81c9-5bdc-a2f5-6c15735b97d6
2026-03-26 22:52:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cbf090>
2026-03-26 22:52:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f67602dd-81c9-5bdc-a2f5-6c15735b97d6/f67602dd-81c9-5bdc-a2f5-6c15735b97d6_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:52:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yt%252F584ba05376924ddda5f69fe6b4d03e88%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yt/584ba05376924ddda5f69fe6b4d03e88/images/large/4.jpg saved to cache
2026-03-26 22:52:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item f67602dd-81c9-5bdc-a2f5-6c15735b97d6
2026-03-26 22:52:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7584d10>
2026-03-26 22:52:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f67602dd-81c9-5bdc-a2f5-6c15735b97d6/f67602dd-81c9-5bdc-a2f5-6c15735b97d6_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:52:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yt%252F584ba05376924ddda5f69fe6b4d03e88%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yt/584ba05376924ddda5f69fe6b4d03e88/images/large/3.jpg saved to cache
2026-03-26 22:52:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item f67602dd-81c9-5bdc-a2f5-6c15735b97d6
2026-03-26 22:52:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yt/584ba05376924ddda5f69fe6b4d03e88/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252Fd85b5346362a4687954b6cc40ce20221%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/d85b5346362a4687954b6cc40ce20221/images/large/6.jpg not downloaded yet
2026-03-26 22:52:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yt/584ba05376924ddda5f69fe6b4d03e88/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252Fd85b5346362a4687954b6cc40ce20221%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/d85b5346362a4687954b6cc40ce20221/images/large/7.jpg not downloaded yet
2026-03-26 22:52:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yt/584ba05376924ddda5f69fe6b4d03e88/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yt/584ba05376924ddda5f69fe6b4d03e88/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252Fd85b5346362a4687954b6cc40ce20221%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/d85b5346362a4687954b6cc40ce20221/images/large/8.jpg not downloaded yet
2026-03-26 22:52:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yt/584ba05376924ddda5f69fe6b4d03e88/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252Fd85b5346362a4687954b6cc40ce20221%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/d85b5346362a4687954b6cc40ce20221/images/large/9.jpg not downloaded yet
2026-03-26 22:52:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ab/d85b5346362a4687954b6cc40ce20221/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252Fd85b5346362a4687954b6cc40ce20221%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/d85b5346362a4687954b6cc40ce20221/images/large/10.jpg not downloaded yet
2026-03-26 22:52:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ab/d85b5346362a4687954b6cc40ce20221/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ab/d85b5346362a4687954b6cc40ce20221/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:09 [ayvens.be] INFO: Found listing with ID: 1985458
2026-03-26 22:52:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985458%27 HTTP/1.1" 200 None
2026-03-26 22:52:09 [ayvens.be] INFO: Scrape type for 1985458: 1
2026-03-26 22:52:09 [ayvens.be] INFO: Extracting data for car ID: 1985458
2026-03-26 22:52:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a45f8f7b-8a49-592b-b05f-d0c43f0f9fcf with identifier: 1985458
2026-03-26 22:52:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a45f8f7b-8a49-592b-b05f-d0c43f0f9fcf with scrape type 1
2026-03-26 22:52:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item a45f8f7b-8a49-592b-b05f-d0c43f0f9fcf
2026-03-26 22:52:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ek%252Fa38e15e7db7247a18e532eb8d69488ed%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ek/a38e15e7db7247a18e532eb8d69488ed/images/large/1.jpg not downloaded yet
2026-03-26 22:52:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77bc810>
2026-03-26 22:52:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f67602dd-81c9-5bdc-a2f5-6c15735b97d6/f67602dd-81c9-5bdc-a2f5-6c15735b97d6_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:52:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yt%252F584ba05376924ddda5f69fe6b4d03e88%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yt/584ba05376924ddda5f69fe6b4d03e88/images/large/6.jpg saved to cache
2026-03-26 22:52:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item f67602dd-81c9-5bdc-a2f5-6c15735b97d6
2026-03-26 22:52:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ek%252Fa38e15e7db7247a18e532eb8d69488ed%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ek/a38e15e7db7247a18e532eb8d69488ed/images/large/2.jpg not downloaded yet
2026-03-26 22:52:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7a54210>
2026-03-26 22:52:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f67602dd-81c9-5bdc-a2f5-6c15735b97d6/f67602dd-81c9-5bdc-a2f5-6c15735b97d6_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:52:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yt%252F584ba05376924ddda5f69fe6b4d03e88%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yt/584ba05376924ddda5f69fe6b4d03e88/images/large/8.jpg saved to cache
2026-03-26 22:52:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item f67602dd-81c9-5bdc-a2f5-6c15735b97d6
2026-03-26 22:52:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7ccfed0>
2026-03-26 22:52:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f67602dd-81c9-5bdc-a2f5-6c15735b97d6/f67602dd-81c9-5bdc-a2f5-6c15735b97d6_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:52:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yt%252F584ba05376924ddda5f69fe6b4d03e88%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yt/584ba05376924ddda5f69fe6b4d03e88/images/large/7.jpg saved to cache
2026-03-26 22:52:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item f67602dd-81c9-5bdc-a2f5-6c15735b97d6
2026-03-26 22:52:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7a80910>
2026-03-26 22:52:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f67602dd-81c9-5bdc-a2f5-6c15735b97d6/f67602dd-81c9-5bdc-a2f5-6c15735b97d6_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:52:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yt%252F584ba05376924ddda5f69fe6b4d03e88%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yt/584ba05376924ddda5f69fe6b4d03e88/images/large/9.jpg saved to cache
2026-03-26 22:52:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item f67602dd-81c9-5bdc-a2f5-6c15735b97d6
2026-03-26 22:52:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ek%252Fa38e15e7db7247a18e532eb8d69488ed%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ek/a38e15e7db7247a18e532eb8d69488ed/images/large/3.jpg not downloaded yet
2026-03-26 22:52:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e4cd10>
2026-03-26 22:52:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f67602dd-81c9-5bdc-a2f5-6c15735b97d6/f67602dd-81c9-5bdc-a2f5-6c15735b97d6_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:52:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yt%252F584ba05376924ddda5f69fe6b4d03e88%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yt/584ba05376924ddda5f69fe6b4d03e88/images/large/10.jpg saved to cache
2026-03-26 22:52:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item f67602dd-81c9-5bdc-a2f5-6c15735b97d6
2026-03-26 22:52:09 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f67602dd-81c9-5bdc-a2f5-6c15735b97d6, skipping ID generation
2026-03-26 22:52:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f67602dd-81c9-5bdc-a2f5-6c15735b97d6 with scrape type 1
2026-03-26 22:52:09 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f67602dd-81c9-5bdc-a2f5-6c15735b97d6 sending to next pipeline
2026-03-26 22:52:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: f67602dd-81c9-5bdc-a2f5-6c15735b97d6, identifier: 1985456
2026-03-26 22:52:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b777b0d0>
2026-03-26 22:52:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_53b7560e-0bef-5b10-a8ae-104759e2bef5/53b7560e-0bef-5b10-a8ae-104759e2bef5_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:52:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252Fd85b5346362a4687954b6cc40ce20221%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/d85b5346362a4687954b6cc40ce20221/images/large/1.jpg saved to cache
2026-03-26 22:52:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 53b7560e-0bef-5b10-a8ae-104759e2bef5
2026-03-26 22:52:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80cb130110>
2026-03-26 22:52:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_53b7560e-0bef-5b10-a8ae-104759e2bef5/53b7560e-0bef-5b10-a8ae-104759e2bef5_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252Fd85b5346362a4687954b6cc40ce20221%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/d85b5346362a4687954b6cc40ce20221/images/large/3.jpg saved to cache
2026-03-26 22:52:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 53b7560e-0bef-5b10-a8ae-104759e2bef5
2026-03-26 22:52:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7a61b10>
2026-03-26 22:52:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_53b7560e-0bef-5b10-a8ae-104759e2bef5/53b7560e-0bef-5b10-a8ae-104759e2bef5_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252Fd85b5346362a4687954b6cc40ce20221%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/d85b5346362a4687954b6cc40ce20221/images/large/2.jpg saved to cache
2026-03-26 22:52:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 53b7560e-0bef-5b10-a8ae-104759e2bef5
2026-03-26 22:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ek%252Fa38e15e7db7247a18e532eb8d69488ed%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ek/a38e15e7db7247a18e532eb8d69488ed/images/large/4.jpg not downloaded yet
2026-03-26 22:52:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: f67602dd-81c9-5bdc-a2f5-6c15735b97d6 with identifier: 1985456
2026-03-26 22:52:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: f67602dd-81c9-5bdc-a2f5-6c15735b97d6 with identifier: 1985456
2026-03-26 22:52:10 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: f67602dd-81c9-5bdc-a2f5-6c15735b97d6 with identifier: 1985456 to the API
2026-03-26 22:52:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:52:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:52:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/1yt/584ba05376924ddda5f69fe6b4d03e88/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'f67602dd-81c9-5bdc-a2f5-6c15735b97d6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'X3 - 2018',
'odometer': 173719,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 18,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f67602dd-81c9-5bdc-a2f5-6c15735b97d6/f67602dd-81c9-5bdc-a2f5-6c15735b97d6_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 675678,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yt/584ba05376924ddda5f69fe6b4d03e88/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f67602dd-81c9-5bdc-a2f5-6c15735b97d6/f67602dd-81c9-5bdc-a2f5-6c15735b97d6_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 659835,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yt/584ba05376924ddda5f69fe6b4d03e88/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f67602dd-81c9-5bdc-a2f5-6c15735b97d6/f67602dd-81c9-5bdc-a2f5-6c15735b97d6_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 661918,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yt/584ba05376924ddda5f69fe6b4d03e88/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f67602dd-81c9-5bdc-a2f5-6c15735b97d6/f67602dd-81c9-5bdc-a2f5-6c15735b97d6_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 677939,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yt/584ba05376924ddda5f69fe6b4d03e88/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f67602dd-81c9-5bdc-a2f5-6c15735b97d6/f67602dd-81c9-5bdc-a2f5-6c15735b97d6_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 653525,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yt/584ba05376924ddda5f69fe6b4d03e88/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f67602dd-81c9-5bdc-a2f5-6c15735b97d6/f67602dd-81c9-5bdc-a2f5-6c15735b97d6_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 659519,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yt/584ba05376924ddda5f69fe6b4d03e88/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f67602dd-81c9-5bdc-a2f5-6c15735b97d6/f67602dd-81c9-5bdc-a2f5-6c15735b97d6_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 721017,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yt/584ba05376924ddda5f69fe6b4d03e88/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f67602dd-81c9-5bdc-a2f5-6c15735b97d6/f67602dd-81c9-5bdc-a2f5-6c15735b97d6_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 704332,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yt/584ba05376924ddda5f69fe6b4d03e88/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f67602dd-81c9-5bdc-a2f5-6c15735b97d6/f67602dd-81c9-5bdc-a2f5-6c15735b97d6_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 586999,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yt/584ba05376924ddda5f69fe6b4d03e88/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f67602dd-81c9-5bdc-a2f5-6c15735b97d6/f67602dd-81c9-5bdc-a2f5-6c15735b97d6_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 567850,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yt/584ba05376924ddda5f69fe6b4d03e88/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-07',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X3 - 2018 2.0iA xDrive30e PHEV OPF',
'transmission': 'automatic',
'trim': '2.0iA xDrive30e PHEV OPF',
'vin': None,
'year': 2020}
2026-03-26 22:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985456%27 HTTP/1.1" 200 None
2026-03-26 22:52:10 [ayvens.be] INFO: Saving data for 1985456: {'created_time': 1774565530.522225, 'last_price_update_time': 1774565530.522236, 'auction_closing_time': 1774958400.0}
2026-03-26 22:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985456') HTTP/1.1" 204 0
2026-03-26 22:52:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ab/d85b5346362a4687954b6cc40ce20221/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ab/d85b5346362a4687954b6cc40ce20221/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ek%252Fa38e15e7db7247a18e532eb8d69488ed%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ek/a38e15e7db7247a18e532eb8d69488ed/images/large/5.jpg not downloaded yet
2026-03-26 22:52:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ab/d85b5346362a4687954b6cc40ce20221/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ek%252Fa38e15e7db7247a18e532eb8d69488ed%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ek/a38e15e7db7247a18e532eb8d69488ed/images/large/6.jpg not downloaded yet
2026-03-26 22:52:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ab/d85b5346362a4687954b6cc40ce20221/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ek/a38e15e7db7247a18e532eb8d69488ed/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ek/a38e15e7db7247a18e532eb8d69488ed/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ab/d85b5346362a4687954b6cc40ce20221/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ab/d85b5346362a4687954b6cc40ce20221/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ek%252Fa38e15e7db7247a18e532eb8d69488ed%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ek/a38e15e7db7247a18e532eb8d69488ed/images/large/7.jpg not downloaded yet
2026-03-26 22:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ek%252Fa38e15e7db7247a18e532eb8d69488ed%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ek/a38e15e7db7247a18e532eb8d69488ed/images/large/8.jpg not downloaded yet
2026-03-26 22:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ek%252Fa38e15e7db7247a18e532eb8d69488ed%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ek/a38e15e7db7247a18e532eb8d69488ed/images/large/9.jpg not downloaded yet
2026-03-26 22:52:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ek/a38e15e7db7247a18e532eb8d69488ed/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ek%252Fa38e15e7db7247a18e532eb8d69488ed%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ek/a38e15e7db7247a18e532eb8d69488ed/images/large/10.jpg not downloaded yet
2026-03-26 22:52:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cbd110>
2026-03-26 22:52:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_53b7560e-0bef-5b10-a8ae-104759e2bef5/53b7560e-0bef-5b10-a8ae-104759e2bef5_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252Fd85b5346362a4687954b6cc40ce20221%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/d85b5346362a4687954b6cc40ce20221/images/large/4.jpg saved to cache
2026-03-26 22:52:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 53b7560e-0bef-5b10-a8ae-104759e2bef5
2026-03-26 22:52:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7440b90>
2026-03-26 22:52:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_53b7560e-0bef-5b10-a8ae-104759e2bef5/53b7560e-0bef-5b10-a8ae-104759e2bef5_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252Fd85b5346362a4687954b6cc40ce20221%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/d85b5346362a4687954b6cc40ce20221/images/large/5.jpg saved to cache
2026-03-26 22:52:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 53b7560e-0bef-5b10-a8ae-104759e2bef5
2026-03-26 22:52:10 [ayvens.be] INFO: Found listing with ID: 1985459
2026-03-26 22:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985459%27 HTTP/1.1" 200 None
2026-03-26 22:52:10 [ayvens.be] INFO: Scrape type for 1985459: 1
2026-03-26 22:52:10 [ayvens.be] INFO: Extracting data for car ID: 1985459
2026-03-26 22:52:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a8ba7fa2-c04d-5732-8472-419439b4e0fc with identifier: 1985459
2026-03-26 22:52:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a8ba7fa2-c04d-5732-8472-419439b4e0fc with scrape type 1
2026-03-26 22:52:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item a8ba7fa2-c04d-5732-8472-419439b4e0fc
2026-03-26 22:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2em%252F00e85a023c594781af503a6d61e2a9b9%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2em/00e85a023c594781af503a6d61e2a9b9/images/large/1.jpg not downloaded yet
2026-03-26 22:52:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ek/a38e15e7db7247a18e532eb8d69488ed/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e03810>
2026-03-26 22:52:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_53b7560e-0bef-5b10-a8ae-104759e2bef5/53b7560e-0bef-5b10-a8ae-104759e2bef5_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252Fd85b5346362a4687954b6cc40ce20221%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/d85b5346362a4687954b6cc40ce20221/images/large/6.jpg saved to cache
2026-03-26 22:52:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 53b7560e-0bef-5b10-a8ae-104759e2bef5
2026-03-26 22:52:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ek/a38e15e7db7247a18e532eb8d69488ed/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2em%252F00e85a023c594781af503a6d61e2a9b9%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2em/00e85a023c594781af503a6d61e2a9b9/images/large/2.jpg not downloaded yet
2026-03-26 22:52:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ab/d85b5346362a4687954b6cc40ce20221/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ek/a38e15e7db7247a18e532eb8d69488ed/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7771190>
2026-03-26 22:52:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_53b7560e-0bef-5b10-a8ae-104759e2bef5/53b7560e-0bef-5b10-a8ae-104759e2bef5_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252Fd85b5346362a4687954b6cc40ce20221%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/d85b5346362a4687954b6cc40ce20221/images/large/9.jpg saved to cache
2026-03-26 22:52:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 53b7560e-0bef-5b10-a8ae-104759e2bef5
2026-03-26 22:52:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e1d850>
2026-03-26 22:52:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a45f8f7b-8a49-592b-b05f-d0c43f0f9fcf/a45f8f7b-8a49-592b-b05f-d0c43f0f9fcf_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ek%252Fa38e15e7db7247a18e532eb8d69488ed%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ek/a38e15e7db7247a18e532eb8d69488ed/images/large/1.jpg saved to cache
2026-03-26 22:52:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item a45f8f7b-8a49-592b-b05f-d0c43f0f9fcf
2026-03-26 22:52:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b728cd90>
2026-03-26 22:52:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a45f8f7b-8a49-592b-b05f-d0c43f0f9fcf/a45f8f7b-8a49-592b-b05f-d0c43f0f9fcf_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ek%252Fa38e15e7db7247a18e532eb8d69488ed%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ek/a38e15e7db7247a18e532eb8d69488ed/images/large/2.jpg saved to cache
2026-03-26 22:52:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item a45f8f7b-8a49-592b-b05f-d0c43f0f9fcf
2026-03-26 22:52:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74b7f10>
2026-03-26 22:52:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_53b7560e-0bef-5b10-a8ae-104759e2bef5/53b7560e-0bef-5b10-a8ae-104759e2bef5_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252Fd85b5346362a4687954b6cc40ce20221%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/d85b5346362a4687954b6cc40ce20221/images/large/7.jpg saved to cache
2026-03-26 22:52:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 53b7560e-0bef-5b10-a8ae-104759e2bef5
2026-03-26 22:52:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cca410>
2026-03-26 22:52:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_53b7560e-0bef-5b10-a8ae-104759e2bef5/53b7560e-0bef-5b10-a8ae-104759e2bef5_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252Fd85b5346362a4687954b6cc40ce20221%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/d85b5346362a4687954b6cc40ce20221/images/large/8.jpg saved to cache
2026-03-26 22:52:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 53b7560e-0bef-5b10-a8ae-104759e2bef5
2026-03-26 22:52:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5ca1090>
2026-03-26 22:52:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a45f8f7b-8a49-592b-b05f-d0c43f0f9fcf/a45f8f7b-8a49-592b-b05f-d0c43f0f9fcf_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ek%252Fa38e15e7db7247a18e532eb8d69488ed%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ek/a38e15e7db7247a18e532eb8d69488ed/images/large/3.jpg saved to cache
2026-03-26 22:52:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item a45f8f7b-8a49-592b-b05f-d0c43f0f9fcf
2026-03-26 22:52:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ek/a38e15e7db7247a18e532eb8d69488ed/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2em%252F00e85a023c594781af503a6d61e2a9b9%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2em/00e85a023c594781af503a6d61e2a9b9/images/large/3.jpg not downloaded yet
2026-03-26 22:52:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ek/a38e15e7db7247a18e532eb8d69488ed/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b75a7710>
2026-03-26 22:52:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a45f8f7b-8a49-592b-b05f-d0c43f0f9fcf/a45f8f7b-8a49-592b-b05f-d0c43f0f9fcf_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ek%252Fa38e15e7db7247a18e532eb8d69488ed%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ek/a38e15e7db7247a18e532eb8d69488ed/images/large/4.jpg saved to cache
2026-03-26 22:52:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item a45f8f7b-8a49-592b-b05f-d0c43f0f9fcf
2026-03-26 22:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2em%252F00e85a023c594781af503a6d61e2a9b9%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2em/00e85a023c594781af503a6d61e2a9b9/images/large/4.jpg not downloaded yet
2026-03-26 22:52:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd0d04d0>
2026-03-26 22:52:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a45f8f7b-8a49-592b-b05f-d0c43f0f9fcf/a45f8f7b-8a49-592b-b05f-d0c43f0f9fcf_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ek%252Fa38e15e7db7247a18e532eb8d69488ed%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ek/a38e15e7db7247a18e532eb8d69488ed/images/large/6.jpg saved to cache
2026-03-26 22:52:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item a45f8f7b-8a49-592b-b05f-d0c43f0f9fcf
2026-03-26 22:52:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79a5610>
2026-03-26 22:52:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_53b7560e-0bef-5b10-a8ae-104759e2bef5/53b7560e-0bef-5b10-a8ae-104759e2bef5_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ab%252Fd85b5346362a4687954b6cc40ce20221%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ab/d85b5346362a4687954b6cc40ce20221/images/large/10.jpg saved to cache
2026-03-26 22:52:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 53b7560e-0bef-5b10-a8ae-104759e2bef5
2026-03-26 22:52:11 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 53b7560e-0bef-5b10-a8ae-104759e2bef5, skipping ID generation
2026-03-26 22:52:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 53b7560e-0bef-5b10-a8ae-104759e2bef5 with scrape type 1
2026-03-26 22:52:11 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 53b7560e-0bef-5b10-a8ae-104759e2bef5 sending to next pipeline
2026-03-26 22:52:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 53b7560e-0bef-5b10-a8ae-104759e2bef5, identifier: 1985457
2026-03-26 22:52:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76a7450>
2026-03-26 22:52:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a45f8f7b-8a49-592b-b05f-d0c43f0f9fcf/a45f8f7b-8a49-592b-b05f-d0c43f0f9fcf_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ek%252Fa38e15e7db7247a18e532eb8d69488ed%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ek/a38e15e7db7247a18e532eb8d69488ed/images/large/5.jpg saved to cache
2026-03-26 22:52:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item a45f8f7b-8a49-592b-b05f-d0c43f0f9fcf
2026-03-26 22:52:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ek/a38e15e7db7247a18e532eb8d69488ed/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2em%252F00e85a023c594781af503a6d61e2a9b9%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2em/00e85a023c594781af503a6d61e2a9b9/images/large/5.jpg not downloaded yet
2026-03-26 22:52:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 53b7560e-0bef-5b10-a8ae-104759e2bef5 with identifier: 1985457
2026-03-26 22:52:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 53b7560e-0bef-5b10-a8ae-104759e2bef5 with identifier: 1985457
2026-03-26 22:52:11 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 53b7560e-0bef-5b10-a8ae-104759e2bef5 with identifier: 1985457 to the API
2026-03-26 22:52:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:52:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:52:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2ab/d85b5346362a4687954b6cc40ce20221/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': '53b7560e-0bef-5b10-a8ae-104759e2bef5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'A7 SPORTBACK DIESEL - 2018',
'odometer': 95522,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 15,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_53b7560e-0bef-5b10-a8ae-104759e2bef5/53b7560e-0bef-5b10-a8ae-104759e2bef5_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 622769,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ab/d85b5346362a4687954b6cc40ce20221/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_53b7560e-0bef-5b10-a8ae-104759e2bef5/53b7560e-0bef-5b10-a8ae-104759e2bef5_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 659345,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ab/d85b5346362a4687954b6cc40ce20221/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_53b7560e-0bef-5b10-a8ae-104759e2bef5/53b7560e-0bef-5b10-a8ae-104759e2bef5_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 616209,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ab/d85b5346362a4687954b6cc40ce20221/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_53b7560e-0bef-5b10-a8ae-104759e2bef5/53b7560e-0bef-5b10-a8ae-104759e2bef5_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 725155,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ab/d85b5346362a4687954b6cc40ce20221/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_53b7560e-0bef-5b10-a8ae-104759e2bef5/53b7560e-0bef-5b10-a8ae-104759e2bef5_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 670039,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ab/d85b5346362a4687954b6cc40ce20221/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_53b7560e-0bef-5b10-a8ae-104759e2bef5/53b7560e-0bef-5b10-a8ae-104759e2bef5_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 557129,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ab/d85b5346362a4687954b6cc40ce20221/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_53b7560e-0bef-5b10-a8ae-104759e2bef5/53b7560e-0bef-5b10-a8ae-104759e2bef5_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 712580,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ab/d85b5346362a4687954b6cc40ce20221/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_53b7560e-0bef-5b10-a8ae-104759e2bef5/53b7560e-0bef-5b10-a8ae-104759e2bef5_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 710492,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ab/d85b5346362a4687954b6cc40ce20221/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_53b7560e-0bef-5b10-a8ae-104759e2bef5/53b7560e-0bef-5b10-a8ae-104759e2bef5_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 598432,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ab/d85b5346362a4687954b6cc40ce20221/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_53b7560e-0bef-5b10-a8ae-104759e2bef5/53b7560e-0bef-5b10-a8ae-104759e2bef5_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 572701,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ab/d85b5346362a4687954b6cc40ce20221/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-10',
'seats_number': 4,
'seller_name': None,
'title': 'AUDI A7 SPORTBACK DIESEL - 2018 40 TDi S tronic',
'transmission': 'automatic',
'trim': '40 TDi S tronic',
'vin': None,
'year': 2021}
2026-03-26 22:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985457%27 HTTP/1.1" 200 None
2026-03-26 22:52:12 [ayvens.be] INFO: Saving data for 1985457: {'created_time': 1774565532.160085, 'last_price_update_time': 1774565532.160094, 'auction_closing_time': 1774958400.0}
2026-03-26 22:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985457') HTTP/1.1" 204 0
2026-03-26 22:52:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ek/a38e15e7db7247a18e532eb8d69488ed/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2em/00e85a023c594781af503a6d61e2a9b9/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2em%252F00e85a023c594781af503a6d61e2a9b9%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2em/00e85a023c594781af503a6d61e2a9b9/images/large/6.jpg not downloaded yet
2026-03-26 22:52:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7453050>
2026-03-26 22:52:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a45f8f7b-8a49-592b-b05f-d0c43f0f9fcf/a45f8f7b-8a49-592b-b05f-d0c43f0f9fcf_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ek%252Fa38e15e7db7247a18e532eb8d69488ed%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ek/a38e15e7db7247a18e532eb8d69488ed/images/large/7.jpg saved to cache
2026-03-26 22:52:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item a45f8f7b-8a49-592b-b05f-d0c43f0f9fcf
2026-03-26 22:52:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b768ac50>
2026-03-26 22:52:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a45f8f7b-8a49-592b-b05f-d0c43f0f9fcf/a45f8f7b-8a49-592b-b05f-d0c43f0f9fcf_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ek%252Fa38e15e7db7247a18e532eb8d69488ed%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ek/a38e15e7db7247a18e532eb8d69488ed/images/large/8.jpg saved to cache
2026-03-26 22:52:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item a45f8f7b-8a49-592b-b05f-d0c43f0f9fcf
2026-03-26 22:52:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e4ca90>
2026-03-26 22:52:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a45f8f7b-8a49-592b-b05f-d0c43f0f9fcf/a45f8f7b-8a49-592b-b05f-d0c43f0f9fcf_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ek%252Fa38e15e7db7247a18e532eb8d69488ed%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ek/a38e15e7db7247a18e532eb8d69488ed/images/large/9.jpg saved to cache
2026-03-26 22:52:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item a45f8f7b-8a49-592b-b05f-d0c43f0f9fcf
2026-03-26 22:52:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2em/00e85a023c594781af503a6d61e2a9b9/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2em%252F00e85a023c594781af503a6d61e2a9b9%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2em/00e85a023c594781af503a6d61e2a9b9/images/large/7.jpg not downloaded yet
2026-03-26 22:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2em%252F00e85a023c594781af503a6d61e2a9b9%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2em/00e85a023c594781af503a6d61e2a9b9/images/large/8.jpg not downloaded yet
2026-03-26 22:52:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79a7190>
2026-03-26 22:52:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a45f8f7b-8a49-592b-b05f-d0c43f0f9fcf/a45f8f7b-8a49-592b-b05f-d0c43f0f9fcf_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ek%252Fa38e15e7db7247a18e532eb8d69488ed%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ek/a38e15e7db7247a18e532eb8d69488ed/images/large/10.jpg saved to cache
2026-03-26 22:52:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item a45f8f7b-8a49-592b-b05f-d0c43f0f9fcf
2026-03-26 22:52:12 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a45f8f7b-8a49-592b-b05f-d0c43f0f9fcf, skipping ID generation
2026-03-26 22:52:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a45f8f7b-8a49-592b-b05f-d0c43f0f9fcf with scrape type 1
2026-03-26 22:52:12 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a45f8f7b-8a49-592b-b05f-d0c43f0f9fcf sending to next pipeline
2026-03-26 22:52:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: a45f8f7b-8a49-592b-b05f-d0c43f0f9fcf, identifier: 1985458
2026-03-26 22:52:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79a5350>
2026-03-26 22:52:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a8ba7fa2-c04d-5732-8472-419439b4e0fc/a8ba7fa2-c04d-5732-8472-419439b4e0fc_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2em%252F00e85a023c594781af503a6d61e2a9b9%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2em/00e85a023c594781af503a6d61e2a9b9/images/large/1.jpg saved to cache
2026-03-26 22:52:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item a8ba7fa2-c04d-5732-8472-419439b4e0fc
2026-03-26 22:52:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: a45f8f7b-8a49-592b-b05f-d0c43f0f9fcf with identifier: 1985458
2026-03-26 22:52:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: a45f8f7b-8a49-592b-b05f-d0c43f0f9fcf with identifier: 1985458
2026-03-26 22:52:12 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: a45f8f7b-8a49-592b-b05f-d0c43f0f9fcf with identifier: 1985458 to the API
2026-03-26 22:52:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:52:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:52:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2ek/a38e15e7db7247a18e532eb8d69488ed/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'a45f8f7b-8a49-592b-b05f-d0c43f0f9fcf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'OPEL',
'model': 'CROSSLAND',
'odometer': 47102,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 14,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a45f8f7b-8a49-592b-b05f-d0c43f0f9fcf/a45f8f7b-8a49-592b-b05f-d0c43f0f9fcf_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 227759,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ek/a38e15e7db7247a18e532eb8d69488ed/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a45f8f7b-8a49-592b-b05f-d0c43f0f9fcf/a45f8f7b-8a49-592b-b05f-d0c43f0f9fcf_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 230318,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ek/a38e15e7db7247a18e532eb8d69488ed/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a45f8f7b-8a49-592b-b05f-d0c43f0f9fcf/a45f8f7b-8a49-592b-b05f-d0c43f0f9fcf_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 209222,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ek/a38e15e7db7247a18e532eb8d69488ed/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a45f8f7b-8a49-592b-b05f-d0c43f0f9fcf/a45f8f7b-8a49-592b-b05f-d0c43f0f9fcf_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 204426,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ek/a38e15e7db7247a18e532eb8d69488ed/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a45f8f7b-8a49-592b-b05f-d0c43f0f9fcf/a45f8f7b-8a49-592b-b05f-d0c43f0f9fcf_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 236066,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ek/a38e15e7db7247a18e532eb8d69488ed/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a45f8f7b-8a49-592b-b05f-d0c43f0f9fcf/a45f8f7b-8a49-592b-b05f-d0c43f0f9fcf_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 216792,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ek/a38e15e7db7247a18e532eb8d69488ed/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a45f8f7b-8a49-592b-b05f-d0c43f0f9fcf/a45f8f7b-8a49-592b-b05f-d0c43f0f9fcf_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 219686,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ek/a38e15e7db7247a18e532eb8d69488ed/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a45f8f7b-8a49-592b-b05f-d0c43f0f9fcf/a45f8f7b-8a49-592b-b05f-d0c43f0f9fcf_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 293566,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ek/a38e15e7db7247a18e532eb8d69488ed/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a45f8f7b-8a49-592b-b05f-d0c43f0f9fcf/a45f8f7b-8a49-592b-b05f-d0c43f0f9fcf_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 331249,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ek/a38e15e7db7247a18e532eb8d69488ed/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a45f8f7b-8a49-592b-b05f-d0c43f0f9fcf/a45f8f7b-8a49-592b-b05f-d0c43f0f9fcf_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 275543,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ek/a38e15e7db7247a18e532eb8d69488ed/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-11-03',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL CROSSLAND 1.2 81KW TURBO S-S GS Driving School Double pedals',
'transmission': 'manual',
'trim': '1.2 81KW TURBO S-S GS Driving School Double pedals',
'vin': None,
'year': 2023}
2026-03-26 22:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985458%27 HTTP/1.1" 200 None
2026-03-26 22:52:13 [ayvens.be] INFO: Saving data for 1985458: {'created_time': 1774565533.000466, 'last_price_update_time': 1774565533.000474, 'auction_closing_time': 1774958400.0}
2026-03-26 22:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985458') HTTP/1.1" 204 0
2026-03-26 22:52:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2em/00e85a023c594781af503a6d61e2a9b9/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2em/00e85a023c594781af503a6d61e2a9b9/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2em%252F00e85a023c594781af503a6d61e2a9b9%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2em/00e85a023c594781af503a6d61e2a9b9/images/large/9.jpg not downloaded yet
2026-03-26 22:52:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c62550>
2026-03-26 22:52:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a8ba7fa2-c04d-5732-8472-419439b4e0fc/a8ba7fa2-c04d-5732-8472-419439b4e0fc_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2em%252F00e85a023c594781af503a6d61e2a9b9%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2em/00e85a023c594781af503a6d61e2a9b9/images/large/2.jpg saved to cache
2026-03-26 22:52:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item a8ba7fa2-c04d-5732-8472-419439b4e0fc
2026-03-26 22:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2em%252F00e85a023c594781af503a6d61e2a9b9%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2em/00e85a023c594781af503a6d61e2a9b9/images/large/10.jpg not downloaded yet
2026-03-26 22:52:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2em/00e85a023c594781af503a6d61e2a9b9/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2em/00e85a023c594781af503a6d61e2a9b9/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:13 [ayvens.be] INFO: Found listing with ID: 1985460
2026-03-26 22:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985460%27 HTTP/1.1" 200 None
2026-03-26 22:52:13 [ayvens.be] INFO: Scrape type for 1985460: 1
2026-03-26 22:52:13 [ayvens.be] INFO: Extracting data for car ID: 1985460
2026-03-26 22:52:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d50c448c-b647-572e-8107-86e944765fb8 with identifier: 1985460
2026-03-26 22:52:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d50c448c-b647-572e-8107-86e944765fb8 with scrape type 1
2026-03-26 22:52:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item d50c448c-b647-572e-8107-86e944765fb8
2026-03-26 22:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F9a8e2f3d703c434b9e33375616b80926%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/9a8e2f3d703c434b9e33375616b80926/images/large/1.jpg not downloaded yet
2026-03-26 22:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F9a8e2f3d703c434b9e33375616b80926%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/9a8e2f3d703c434b9e33375616b80926/images/large/2.jpg not downloaded yet
2026-03-26 22:52:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b740a3d0>
2026-03-26 22:52:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a8ba7fa2-c04d-5732-8472-419439b4e0fc/a8ba7fa2-c04d-5732-8472-419439b4e0fc_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2em%252F00e85a023c594781af503a6d61e2a9b9%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2em/00e85a023c594781af503a6d61e2a9b9/images/large/3.jpg saved to cache
2026-03-26 22:52:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item a8ba7fa2-c04d-5732-8472-419439b4e0fc
2026-03-26 22:52:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76a7e90>
2026-03-26 22:52:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a8ba7fa2-c04d-5732-8472-419439b4e0fc/a8ba7fa2-c04d-5732-8472-419439b4e0fc_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2em%252F00e85a023c594781af503a6d61e2a9b9%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2em/00e85a023c594781af503a6d61e2a9b9/images/large/4.jpg saved to cache
2026-03-26 22:52:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item a8ba7fa2-c04d-5732-8472-419439b4e0fc
2026-03-26 22:52:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2em/00e85a023c594781af503a6d61e2a9b9/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F9a8e2f3d703c434b9e33375616b80926%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/9a8e2f3d703c434b9e33375616b80926/images/large/3.jpg not downloaded yet
2026-03-26 22:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F9a8e2f3d703c434b9e33375616b80926%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/9a8e2f3d703c434b9e33375616b80926/images/large/4.jpg not downloaded yet
2026-03-26 22:52:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b78c1a10>
2026-03-26 22:52:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a8ba7fa2-c04d-5732-8472-419439b4e0fc/a8ba7fa2-c04d-5732-8472-419439b4e0fc_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2em%252F00e85a023c594781af503a6d61e2a9b9%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2em/00e85a023c594781af503a6d61e2a9b9/images/large/6.jpg saved to cache
2026-03-26 22:52:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item a8ba7fa2-c04d-5732-8472-419439b4e0fc
2026-03-26 22:52:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b777b690>
2026-03-26 22:52:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a8ba7fa2-c04d-5732-8472-419439b4e0fc/a8ba7fa2-c04d-5732-8472-419439b4e0fc_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2em%252F00e85a023c594781af503a6d61e2a9b9%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2em/00e85a023c594781af503a6d61e2a9b9/images/large/5.jpg saved to cache
2026-03-26 22:52:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item a8ba7fa2-c04d-5732-8472-419439b4e0fc
2026-03-26 22:52:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2em/00e85a023c594781af503a6d61e2a9b9/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F9a8e2f3d703c434b9e33375616b80926%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/9a8e2f3d703c434b9e33375616b80926/images/large/5.jpg not downloaded yet
2026-03-26 22:52:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2em/00e85a023c594781af503a6d61e2a9b9/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7b9b7d0>
2026-03-26 22:52:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a8ba7fa2-c04d-5732-8472-419439b4e0fc/a8ba7fa2-c04d-5732-8472-419439b4e0fc_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2em%252F00e85a023c594781af503a6d61e2a9b9%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2em/00e85a023c594781af503a6d61e2a9b9/images/large/7.jpg saved to cache
2026-03-26 22:52:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item a8ba7fa2-c04d-5732-8472-419439b4e0fc
2026-03-26 22:52:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2em/00e85a023c594781af503a6d61e2a9b9/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F9a8e2f3d703c434b9e33375616b80926%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/9a8e2f3d703c434b9e33375616b80926/images/large/6.jpg not downloaded yet
2026-03-26 22:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F9a8e2f3d703c434b9e33375616b80926%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/9a8e2f3d703c434b9e33375616b80926/images/large/7.jpg not downloaded yet
2026-03-26 22:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F9a8e2f3d703c434b9e33375616b80926%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/9a8e2f3d703c434b9e33375616b80926/images/large/8.jpg not downloaded yet
2026-03-26 22:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F9a8e2f3d703c434b9e33375616b80926%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/9a8e2f3d703c434b9e33375616b80926/images/large/9.jpg not downloaded yet
2026-03-26 22:52:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b740b7d0>
2026-03-26 22:52:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a8ba7fa2-c04d-5732-8472-419439b4e0fc/a8ba7fa2-c04d-5732-8472-419439b4e0fc_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2em%252F00e85a023c594781af503a6d61e2a9b9%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2em/00e85a023c594781af503a6d61e2a9b9/images/large/8.jpg saved to cache
2026-03-26 22:52:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item a8ba7fa2-c04d-5732-8472-419439b4e0fc
2026-03-26 22:52:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/9a8e2f3d703c434b9e33375616b80926/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/9a8e2f3d703c434b9e33375616b80926/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F9a8e2f3d703c434b9e33375616b80926%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/9a8e2f3d703c434b9e33375616b80926/images/large/10.jpg not downloaded yet
2026-03-26 22:52:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7406d10>
2026-03-26 22:52:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a8ba7fa2-c04d-5732-8472-419439b4e0fc/a8ba7fa2-c04d-5732-8472-419439b4e0fc_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2em%252F00e85a023c594781af503a6d61e2a9b9%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2em/00e85a023c594781af503a6d61e2a9b9/images/large/9.jpg saved to cache
2026-03-26 22:52:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item a8ba7fa2-c04d-5732-8472-419439b4e0fc
2026-03-26 22:52:13 [ayvens.be] INFO: Found listing with ID: 1985461
2026-03-26 22:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985461%27 HTTP/1.1" 200 None
2026-03-26 22:52:13 [ayvens.be] INFO: Scrape type for 1985461: 1
2026-03-26 22:52:13 [ayvens.be] INFO: Extracting data for car ID: 1985461
2026-03-26 22:52:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ba6157f0-92a1-5050-951a-f02475e00dae with identifier: 1985461
2026-03-26 22:52:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba6157f0-92a1-5050-951a-f02475e00dae with scrape type 1
2026-03-26 22:52:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item ba6157f0-92a1-5050-951a-f02475e00dae
2026-03-26 22:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dt%252Fbf0d8d7060a24f89be196182b5b98b59%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dt/bf0d8d7060a24f89be196182b5b98b59/images/large/1.jpg not downloaded yet
2026-03-26 22:52:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b792fc50>
2026-03-26 22:52:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a8ba7fa2-c04d-5732-8472-419439b4e0fc/a8ba7fa2-c04d-5732-8472-419439b4e0fc_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2em%252F00e85a023c594781af503a6d61e2a9b9%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2em/00e85a023c594781af503a6d61e2a9b9/images/large/10.jpg saved to cache
2026-03-26 22:52:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item a8ba7fa2-c04d-5732-8472-419439b4e0fc
2026-03-26 22:52:13 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a8ba7fa2-c04d-5732-8472-419439b4e0fc, skipping ID generation
2026-03-26 22:52:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a8ba7fa2-c04d-5732-8472-419439b4e0fc with scrape type 1
2026-03-26 22:52:13 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a8ba7fa2-c04d-5732-8472-419439b4e0fc sending to next pipeline
2026-03-26 22:52:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: a8ba7fa2-c04d-5732-8472-419439b4e0fc, identifier: 1985459
2026-03-26 22:52:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/9a8e2f3d703c434b9e33375616b80926/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dt%252Fbf0d8d7060a24f89be196182b5b98b59%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dt/bf0d8d7060a24f89be196182b5b98b59/images/large/2.jpg not downloaded yet
2026-03-26 22:52:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: a8ba7fa2-c04d-5732-8472-419439b4e0fc with identifier: 1985459
2026-03-26 22:52:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: a8ba7fa2-c04d-5732-8472-419439b4e0fc with identifier: 1985459
2026-03-26 22:52:14 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: a8ba7fa2-c04d-5732-8472-419439b4e0fc with identifier: 1985459 to the API
2026-03-26 22:52:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:52:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:52:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2em/00e85a023c594781af503a6d61e2a9b9/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'a8ba7fa2-c04d-5732-8472-419439b4e0fc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'OPEL',
'model': 'CROSSLAND',
'odometer': 35012,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 14,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8ba7fa2-c04d-5732-8472-419439b4e0fc/a8ba7fa2-c04d-5732-8472-419439b4e0fc_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 238410,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2em/00e85a023c594781af503a6d61e2a9b9/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8ba7fa2-c04d-5732-8472-419439b4e0fc/a8ba7fa2-c04d-5732-8472-419439b4e0fc_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 245172,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2em/00e85a023c594781af503a6d61e2a9b9/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8ba7fa2-c04d-5732-8472-419439b4e0fc/a8ba7fa2-c04d-5732-8472-419439b4e0fc_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 236301,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2em/00e85a023c594781af503a6d61e2a9b9/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8ba7fa2-c04d-5732-8472-419439b4e0fc/a8ba7fa2-c04d-5732-8472-419439b4e0fc_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 235530,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2em/00e85a023c594781af503a6d61e2a9b9/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8ba7fa2-c04d-5732-8472-419439b4e0fc/a8ba7fa2-c04d-5732-8472-419439b4e0fc_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 243841,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2em/00e85a023c594781af503a6d61e2a9b9/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8ba7fa2-c04d-5732-8472-419439b4e0fc/a8ba7fa2-c04d-5732-8472-419439b4e0fc_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 243789,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2em/00e85a023c594781af503a6d61e2a9b9/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8ba7fa2-c04d-5732-8472-419439b4e0fc/a8ba7fa2-c04d-5732-8472-419439b4e0fc_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 246359,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2em/00e85a023c594781af503a6d61e2a9b9/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8ba7fa2-c04d-5732-8472-419439b4e0fc/a8ba7fa2-c04d-5732-8472-419439b4e0fc_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 318592,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2em/00e85a023c594781af503a6d61e2a9b9/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8ba7fa2-c04d-5732-8472-419439b4e0fc/a8ba7fa2-c04d-5732-8472-419439b4e0fc_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 309068,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2em/00e85a023c594781af503a6d61e2a9b9/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8ba7fa2-c04d-5732-8472-419439b4e0fc/a8ba7fa2-c04d-5732-8472-419439b4e0fc_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 330286,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2em/00e85a023c594781af503a6d61e2a9b9/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-11-27',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL CROSSLAND 1.2 81KW TURBO S-S GS Driving School Double '
'pedals',
'transmission': 'manual',
'trim': '1.2 81KW TURBO S-S GS Driving School Double pedals',
'vin': None,
'year': 2023}
2026-03-26 22:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985459%27 HTTP/1.1" 200 None
2026-03-26 22:52:14 [ayvens.be] INFO: Saving data for 1985459: {'created_time': 1774565534.271781, 'last_price_update_time': 1774565534.27179, 'auction_closing_time': 1774958400.0}
2026-03-26 22:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985459') HTTP/1.1" 204 0
2026-03-26 22:52:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c75050>
2026-03-26 22:52:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d50c448c-b647-572e-8107-86e944765fb8/d50c448c-b647-572e-8107-86e944765fb8_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F9a8e2f3d703c434b9e33375616b80926%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/9a8e2f3d703c434b9e33375616b80926/images/large/2.jpg saved to cache
2026-03-26 22:52:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item d50c448c-b647-572e-8107-86e944765fb8
2026-03-26 22:52:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79f20d0>
2026-03-26 22:52:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d50c448c-b647-572e-8107-86e944765fb8/d50c448c-b647-572e-8107-86e944765fb8_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F9a8e2f3d703c434b9e33375616b80926%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/9a8e2f3d703c434b9e33375616b80926/images/large/1.jpg saved to cache
2026-03-26 22:52:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item d50c448c-b647-572e-8107-86e944765fb8
2026-03-26 22:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dt%252Fbf0d8d7060a24f89be196182b5b98b59%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dt/bf0d8d7060a24f89be196182b5b98b59/images/large/3.jpg not downloaded yet
2026-03-26 22:52:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd3b9150>
2026-03-26 22:52:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d50c448c-b647-572e-8107-86e944765fb8/d50c448c-b647-572e-8107-86e944765fb8_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F9a8e2f3d703c434b9e33375616b80926%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/9a8e2f3d703c434b9e33375616b80926/images/large/3.jpg saved to cache
2026-03-26 22:52:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item d50c448c-b647-572e-8107-86e944765fb8
2026-03-26 22:52:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/9a8e2f3d703c434b9e33375616b80926/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dt%252Fbf0d8d7060a24f89be196182b5b98b59%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dt/bf0d8d7060a24f89be196182b5b98b59/images/large/4.jpg not downloaded yet
2026-03-26 22:52:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/9a8e2f3d703c434b9e33375616b80926/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dt%252Fbf0d8d7060a24f89be196182b5b98b59%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dt/bf0d8d7060a24f89be196182b5b98b59/images/large/5.jpg not downloaded yet
2026-03-26 22:52:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/9a8e2f3d703c434b9e33375616b80926/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/9a8e2f3d703c434b9e33375616b80926/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/9a8e2f3d703c434b9e33375616b80926/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dt/bf0d8d7060a24f89be196182b5b98b59/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dt%252Fbf0d8d7060a24f89be196182b5b98b59%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dt/bf0d8d7060a24f89be196182b5b98b59/images/large/6.jpg not downloaded yet
2026-03-26 22:52:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/9a8e2f3d703c434b9e33375616b80926/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dt%252Fbf0d8d7060a24f89be196182b5b98b59%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dt/bf0d8d7060a24f89be196182b5b98b59/images/large/7.jpg not downloaded yet
2026-03-26 22:52:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/9a8e2f3d703c434b9e33375616b80926/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dt%252Fbf0d8d7060a24f89be196182b5b98b59%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dt/bf0d8d7060a24f89be196182b5b98b59/images/large/8.jpg not downloaded yet
2026-03-26 22:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dt%252Fbf0d8d7060a24f89be196182b5b98b59%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dt/bf0d8d7060a24f89be196182b5b98b59/images/large/9.jpg not downloaded yet
2026-03-26 22:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dt%252Fbf0d8d7060a24f89be196182b5b98b59%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dt/bf0d8d7060a24f89be196182b5b98b59/images/large/10.jpg not downloaded yet
2026-03-26 22:52:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dt/bf0d8d7060a24f89be196182b5b98b59/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7ccd850>
2026-03-26 22:52:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d50c448c-b647-572e-8107-86e944765fb8/d50c448c-b647-572e-8107-86e944765fb8_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F9a8e2f3d703c434b9e33375616b80926%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/9a8e2f3d703c434b9e33375616b80926/images/large/5.jpg saved to cache
2026-03-26 22:52:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item d50c448c-b647-572e-8107-86e944765fb8
2026-03-26 22:52:14 [ayvens.be] INFO: Found listing with ID: 1985462
2026-03-26 22:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985462%27 HTTP/1.1" 200 None
2026-03-26 22:52:14 [ayvens.be] INFO: Scrape type for 1985462: 1
2026-03-26 22:52:14 [ayvens.be] INFO: Extracting data for car ID: 1985462
2026-03-26 22:52:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 614090ff-627e-5a45-ad6b-0bc3cfa2266a with identifier: 1985462
2026-03-26 22:52:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 614090ff-627e-5a45-ad6b-0bc3cfa2266a with scrape type 1
2026-03-26 22:52:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 614090ff-627e-5a45-ad6b-0bc3cfa2266a
2026-03-26 22:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bx%252Fb638e1a170d846839afcd7e047bcc74d%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bx/b638e1a170d846839afcd7e047bcc74d/images/large/1.jpg not downloaded yet
2026-03-26 22:52:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dt/bf0d8d7060a24f89be196182b5b98b59/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7a81610>
2026-03-26 22:52:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d50c448c-b647-572e-8107-86e944765fb8/d50c448c-b647-572e-8107-86e944765fb8_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F9a8e2f3d703c434b9e33375616b80926%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/9a8e2f3d703c434b9e33375616b80926/images/large/4.jpg saved to cache
2026-03-26 22:52:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item d50c448c-b647-572e-8107-86e944765fb8
2026-03-26 22:52:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e4dd10>
2026-03-26 22:52:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d50c448c-b647-572e-8107-86e944765fb8/d50c448c-b647-572e-8107-86e944765fb8_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F9a8e2f3d703c434b9e33375616b80926%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/9a8e2f3d703c434b9e33375616b80926/images/large/6.jpg saved to cache
2026-03-26 22:52:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item d50c448c-b647-572e-8107-86e944765fb8
2026-03-26 22:52:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd3bb810>
2026-03-26 22:52:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d50c448c-b647-572e-8107-86e944765fb8/d50c448c-b647-572e-8107-86e944765fb8_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F9a8e2f3d703c434b9e33375616b80926%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/9a8e2f3d703c434b9e33375616b80926/images/large/7.jpg saved to cache
2026-03-26 22:52:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item d50c448c-b647-572e-8107-86e944765fb8
2026-03-26 22:52:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7483cd0>
2026-03-26 22:52:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d50c448c-b647-572e-8107-86e944765fb8/d50c448c-b647-572e-8107-86e944765fb8_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F9a8e2f3d703c434b9e33375616b80926%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/9a8e2f3d703c434b9e33375616b80926/images/large/9.jpg saved to cache
2026-03-26 22:52:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item d50c448c-b647-572e-8107-86e944765fb8
2026-03-26 22:52:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76a6c90>
2026-03-26 22:52:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ba6157f0-92a1-5050-951a-f02475e00dae/ba6157f0-92a1-5050-951a-f02475e00dae_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dt%252Fbf0d8d7060a24f89be196182b5b98b59%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dt/bf0d8d7060a24f89be196182b5b98b59/images/large/1.jpg saved to cache
2026-03-26 22:52:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item ba6157f0-92a1-5050-951a-f02475e00dae
2026-03-26 22:52:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dt/bf0d8d7060a24f89be196182b5b98b59/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bx%252Fb638e1a170d846839afcd7e047bcc74d%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bx/b638e1a170d846839afcd7e047bcc74d/images/large/2.jpg not downloaded yet
2026-03-26 22:52:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dt/bf0d8d7060a24f89be196182b5b98b59/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e12910>
2026-03-26 22:52:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d50c448c-b647-572e-8107-86e944765fb8/d50c448c-b647-572e-8107-86e944765fb8_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F9a8e2f3d703c434b9e33375616b80926%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/9a8e2f3d703c434b9e33375616b80926/images/large/8.jpg saved to cache
2026-03-26 22:52:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item d50c448c-b647-572e-8107-86e944765fb8
2026-03-26 22:52:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6d82750>
2026-03-26 22:52:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d50c448c-b647-572e-8107-86e944765fb8/d50c448c-b647-572e-8107-86e944765fb8_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F9a8e2f3d703c434b9e33375616b80926%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/9a8e2f3d703c434b9e33375616b80926/images/large/10.jpg saved to cache
2026-03-26 22:52:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item d50c448c-b647-572e-8107-86e944765fb8
2026-03-26 22:52:15 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d50c448c-b647-572e-8107-86e944765fb8, skipping ID generation
2026-03-26 22:52:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d50c448c-b647-572e-8107-86e944765fb8 with scrape type 1
2026-03-26 22:52:15 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d50c448c-b647-572e-8107-86e944765fb8 sending to next pipeline
2026-03-26 22:52:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: d50c448c-b647-572e-8107-86e944765fb8, identifier: 1985460
2026-03-26 22:52:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7b9bcd0>
2026-03-26 22:52:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ba6157f0-92a1-5050-951a-f02475e00dae/ba6157f0-92a1-5050-951a-f02475e00dae_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dt%252Fbf0d8d7060a24f89be196182b5b98b59%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dt/bf0d8d7060a24f89be196182b5b98b59/images/large/2.jpg saved to cache
2026-03-26 22:52:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item ba6157f0-92a1-5050-951a-f02475e00dae
2026-03-26 22:52:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dt/bf0d8d7060a24f89be196182b5b98b59/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dt/bf0d8d7060a24f89be196182b5b98b59/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bx%252Fb638e1a170d846839afcd7e047bcc74d%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bx/b638e1a170d846839afcd7e047bcc74d/images/large/3.jpg not downloaded yet
2026-03-26 22:52:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: d50c448c-b647-572e-8107-86e944765fb8 with identifier: 1985460
2026-03-26 22:52:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: d50c448c-b647-572e-8107-86e944765fb8 with identifier: 1985460
2026-03-26 22:52:15 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: d50c448c-b647-572e-8107-86e944765fb8 with identifier: 1985460 to the API
2026-03-26 22:52:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:52:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:52:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bs/9a8e2f3d703c434b9e33375616b80926/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.3L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'd50c448c-b647-572e-8107-86e944765fb8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'CLA - Klasse',
'odometer': 74123,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 16,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d50c448c-b647-572e-8107-86e944765fb8/d50c448c-b647-572e-8107-86e944765fb8_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 678715,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/9a8e2f3d703c434b9e33375616b80926/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d50c448c-b647-572e-8107-86e944765fb8/d50c448c-b647-572e-8107-86e944765fb8_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 674081,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/9a8e2f3d703c434b9e33375616b80926/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d50c448c-b647-572e-8107-86e944765fb8/d50c448c-b647-572e-8107-86e944765fb8_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 558288,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/9a8e2f3d703c434b9e33375616b80926/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d50c448c-b647-572e-8107-86e944765fb8/d50c448c-b647-572e-8107-86e944765fb8_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 609819,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/9a8e2f3d703c434b9e33375616b80926/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d50c448c-b647-572e-8107-86e944765fb8/d50c448c-b647-572e-8107-86e944765fb8_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 623868,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/9a8e2f3d703c434b9e33375616b80926/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d50c448c-b647-572e-8107-86e944765fb8/d50c448c-b647-572e-8107-86e944765fb8_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 667023,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/9a8e2f3d703c434b9e33375616b80926/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d50c448c-b647-572e-8107-86e944765fb8/d50c448c-b647-572e-8107-86e944765fb8_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 683523,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/9a8e2f3d703c434b9e33375616b80926/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d50c448c-b647-572e-8107-86e944765fb8/d50c448c-b647-572e-8107-86e944765fb8_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 675906,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/9a8e2f3d703c434b9e33375616b80926/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d50c448c-b647-572e-8107-86e944765fb8/d50c448c-b647-572e-8107-86e944765fb8_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 496670,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/9a8e2f3d703c434b9e33375616b80926/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d50c448c-b647-572e-8107-86e944765fb8/d50c448c-b647-572e-8107-86e944765fb8_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 677060,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/9a8e2f3d703c434b9e33375616b80926/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-04',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLA - Klasse 1.3 CLA 250 E BUSINESS SOLUTION DCT',
'transmission': 'automatic',
'trim': '1.3 CLA 250 E BUSINESS SOLUTION DCT',
'vin': None,
'year': 2022}
2026-03-26 22:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985460%27 HTTP/1.1" 200 None
2026-03-26 22:52:16 [ayvens.be] INFO: Saving data for 1985460: {'created_time': 1774565536.068034, 'last_price_update_time': 1774565536.068044, 'auction_closing_time': 1774958400.0}
2026-03-26 22:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985460') HTTP/1.1" 204 0
2026-03-26 22:52:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dt/bf0d8d7060a24f89be196182b5b98b59/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79dfb50>
2026-03-26 22:52:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ba6157f0-92a1-5050-951a-f02475e00dae/ba6157f0-92a1-5050-951a-f02475e00dae_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dt%252Fbf0d8d7060a24f89be196182b5b98b59%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dt/bf0d8d7060a24f89be196182b5b98b59/images/large/3.jpg saved to cache
2026-03-26 22:52:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item ba6157f0-92a1-5050-951a-f02475e00dae
2026-03-26 22:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bx%252Fb638e1a170d846839afcd7e047bcc74d%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bx/b638e1a170d846839afcd7e047bcc74d/images/large/4.jpg not downloaded yet
2026-03-26 22:52:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dt/bf0d8d7060a24f89be196182b5b98b59/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79dced0>
2026-03-26 22:52:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ba6157f0-92a1-5050-951a-f02475e00dae/ba6157f0-92a1-5050-951a-f02475e00dae_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dt%252Fbf0d8d7060a24f89be196182b5b98b59%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dt/bf0d8d7060a24f89be196182b5b98b59/images/large/4.jpg saved to cache
2026-03-26 22:52:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item ba6157f0-92a1-5050-951a-f02475e00dae
2026-03-26 22:52:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7745b90>
2026-03-26 22:52:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ba6157f0-92a1-5050-951a-f02475e00dae/ba6157f0-92a1-5050-951a-f02475e00dae_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dt%252Fbf0d8d7060a24f89be196182b5b98b59%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dt/bf0d8d7060a24f89be196182b5b98b59/images/large/5.jpg saved to cache
2026-03-26 22:52:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item ba6157f0-92a1-5050-951a-f02475e00dae
2026-03-26 22:52:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6dd8d10>
2026-03-26 22:52:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ba6157f0-92a1-5050-951a-f02475e00dae/ba6157f0-92a1-5050-951a-f02475e00dae_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dt%252Fbf0d8d7060a24f89be196182b5b98b59%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dt/bf0d8d7060a24f89be196182b5b98b59/images/large/7.jpg saved to cache
2026-03-26 22:52:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item ba6157f0-92a1-5050-951a-f02475e00dae
2026-03-26 22:52:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74dd710>
2026-03-26 22:52:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ba6157f0-92a1-5050-951a-f02475e00dae/ba6157f0-92a1-5050-951a-f02475e00dae_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dt%252Fbf0d8d7060a24f89be196182b5b98b59%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dt/bf0d8d7060a24f89be196182b5b98b59/images/large/6.jpg saved to cache
2026-03-26 22:52:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item ba6157f0-92a1-5050-951a-f02475e00dae
2026-03-26 22:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bx%252Fb638e1a170d846839afcd7e047bcc74d%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bx/b638e1a170d846839afcd7e047bcc74d/images/large/5.jpg not downloaded yet
2026-03-26 22:52:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bx/b638e1a170d846839afcd7e047bcc74d/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bx%252Fb638e1a170d846839afcd7e047bcc74d%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bx/b638e1a170d846839afcd7e047bcc74d/images/large/6.jpg not downloaded yet
2026-03-26 22:52:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dt/bf0d8d7060a24f89be196182b5b98b59/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e47690>
2026-03-26 22:52:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ba6157f0-92a1-5050-951a-f02475e00dae/ba6157f0-92a1-5050-951a-f02475e00dae_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dt%252Fbf0d8d7060a24f89be196182b5b98b59%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dt/bf0d8d7060a24f89be196182b5b98b59/images/large/8.jpg saved to cache
2026-03-26 22:52:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item ba6157f0-92a1-5050-951a-f02475e00dae
2026-03-26 22:52:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7cab190>
2026-03-26 22:52:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ba6157f0-92a1-5050-951a-f02475e00dae/ba6157f0-92a1-5050-951a-f02475e00dae_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dt%252Fbf0d8d7060a24f89be196182b5b98b59%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dt/bf0d8d7060a24f89be196182b5b98b59/images/large/9.jpg saved to cache
2026-03-26 22:52:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item ba6157f0-92a1-5050-951a-f02475e00dae
2026-03-26 22:52:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bx/b638e1a170d846839afcd7e047bcc74d/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bx%252Fb638e1a170d846839afcd7e047bcc74d%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bx/b638e1a170d846839afcd7e047bcc74d/images/large/7.jpg not downloaded yet
2026-03-26 22:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bx%252Fb638e1a170d846839afcd7e047bcc74d%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bx/b638e1a170d846839afcd7e047bcc74d/images/large/8.jpg not downloaded yet
2026-03-26 22:52:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b72eeed0>
2026-03-26 22:52:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_614090ff-627e-5a45-ad6b-0bc3cfa2266a/614090ff-627e-5a45-ad6b-0bc3cfa2266a_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bx%252Fb638e1a170d846839afcd7e047bcc74d%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bx/b638e1a170d846839afcd7e047bcc74d/images/large/1.jpg saved to cache
2026-03-26 22:52:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 614090ff-627e-5a45-ad6b-0bc3cfa2266a
2026-03-26 22:52:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cbe790>
2026-03-26 22:52:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ba6157f0-92a1-5050-951a-f02475e00dae/ba6157f0-92a1-5050-951a-f02475e00dae_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dt%252Fbf0d8d7060a24f89be196182b5b98b59%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dt/bf0d8d7060a24f89be196182b5b98b59/images/large/10.jpg saved to cache
2026-03-26 22:52:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item ba6157f0-92a1-5050-951a-f02475e00dae
2026-03-26 22:52:16 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ba6157f0-92a1-5050-951a-f02475e00dae, skipping ID generation
2026-03-26 22:52:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba6157f0-92a1-5050-951a-f02475e00dae with scrape type 1
2026-03-26 22:52:16 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ba6157f0-92a1-5050-951a-f02475e00dae sending to next pipeline
2026-03-26 22:52:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: ba6157f0-92a1-5050-951a-f02475e00dae, identifier: 1985461
2026-03-26 22:52:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bx/b638e1a170d846839afcd7e047bcc74d/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bx%252Fb638e1a170d846839afcd7e047bcc74d%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bx/b638e1a170d846839afcd7e047bcc74d/images/large/9.jpg not downloaded yet
2026-03-26 22:52:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: ba6157f0-92a1-5050-951a-f02475e00dae with identifier: 1985461
2026-03-26 22:52:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: ba6157f0-92a1-5050-951a-f02475e00dae with identifier: 1985461
2026-03-26 22:52:17 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: ba6157f0-92a1-5050-951a-f02475e00dae with identifier: 1985461 to the API
2026-03-26 22:52:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:52:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:52:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2dt/bf0d8d7060a24f89be196182b5b98b59/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'ba6157f0-92a1-5050-951a-f02475e00dae',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '1 SERIES HATCH',
'odometer': 78012,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 14,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ba6157f0-92a1-5050-951a-f02475e00dae/ba6157f0-92a1-5050-951a-f02475e00dae_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 230370,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dt/bf0d8d7060a24f89be196182b5b98b59/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ba6157f0-92a1-5050-951a-f02475e00dae/ba6157f0-92a1-5050-951a-f02475e00dae_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 219139,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dt/bf0d8d7060a24f89be196182b5b98b59/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ba6157f0-92a1-5050-951a-f02475e00dae/ba6157f0-92a1-5050-951a-f02475e00dae_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 254778,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dt/bf0d8d7060a24f89be196182b5b98b59/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ba6157f0-92a1-5050-951a-f02475e00dae/ba6157f0-92a1-5050-951a-f02475e00dae_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 246547,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dt/bf0d8d7060a24f89be196182b5b98b59/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ba6157f0-92a1-5050-951a-f02475e00dae/ba6157f0-92a1-5050-951a-f02475e00dae_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 320845,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dt/bf0d8d7060a24f89be196182b5b98b59/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ba6157f0-92a1-5050-951a-f02475e00dae/ba6157f0-92a1-5050-951a-f02475e00dae_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 322554,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dt/bf0d8d7060a24f89be196182b5b98b59/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ba6157f0-92a1-5050-951a-f02475e00dae/ba6157f0-92a1-5050-951a-f02475e00dae_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 302007,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dt/bf0d8d7060a24f89be196182b5b98b59/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ba6157f0-92a1-5050-951a-f02475e00dae/ba6157f0-92a1-5050-951a-f02475e00dae_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 314155,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dt/bf0d8d7060a24f89be196182b5b98b59/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ba6157f0-92a1-5050-951a-f02475e00dae/ba6157f0-92a1-5050-951a-f02475e00dae_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 356194,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dt/bf0d8d7060a24f89be196182b5b98b59/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ba6157f0-92a1-5050-951a-f02475e00dae/ba6157f0-92a1-5050-951a-f02475e00dae_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 383937,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dt/bf0d8d7060a24f89be196182b5b98b59/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-21',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 1 SERIES HATCH 1.5 116IA (80KW)',
'transmission': 'automatic',
'trim': '1.5 116IA (80KW)',
'vin': None,
'year': 2023}
2026-03-26 22:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985461%27 HTTP/1.1" 200 None
2026-03-26 22:52:17 [ayvens.be] INFO: Saving data for 1985461: {'created_time': 1774565537.363588, 'last_price_update_time': 1774565537.3636, 'auction_closing_time': 1774958400.0}
2026-03-26 22:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985461') HTTP/1.1" 204 0
2026-03-26 22:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bx%252Fb638e1a170d846839afcd7e047bcc74d%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bx/b638e1a170d846839afcd7e047bcc74d/images/large/10.jpg not downloaded yet
2026-03-26 22:52:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bx/b638e1a170d846839afcd7e047bcc74d/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7aa1f10>
2026-03-26 22:52:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_614090ff-627e-5a45-ad6b-0bc3cfa2266a/614090ff-627e-5a45-ad6b-0bc3cfa2266a_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bx%252Fb638e1a170d846839afcd7e047bcc74d%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bx/b638e1a170d846839afcd7e047bcc74d/images/large/2.jpg saved to cache
2026-03-26 22:52:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 614090ff-627e-5a45-ad6b-0bc3cfa2266a
2026-03-26 22:52:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7769390>
2026-03-26 22:52:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_614090ff-627e-5a45-ad6b-0bc3cfa2266a/614090ff-627e-5a45-ad6b-0bc3cfa2266a_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bx%252Fb638e1a170d846839afcd7e047bcc74d%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bx/b638e1a170d846839afcd7e047bcc74d/images/large/3.jpg saved to cache
2026-03-26 22:52:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 614090ff-627e-5a45-ad6b-0bc3cfa2266a
2026-03-26 22:52:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bx/b638e1a170d846839afcd7e047bcc74d/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bx/b638e1a170d846839afcd7e047bcc74d/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:17 [ayvens.be] INFO: Found listing with ID: 1985463
2026-03-26 22:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985463%27 HTTP/1.1" 200 None
2026-03-26 22:52:17 [ayvens.be] INFO: Scrape type for 1985463: 1
2026-03-26 22:52:17 [ayvens.be] INFO: Extracting data for car ID: 1985463
2026-03-26 22:52:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b2d27c44-c77c-505e-93df-2041e7ceec72 with identifier: 1985463
2026-03-26 22:52:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b2d27c44-c77c-505e-93df-2041e7ceec72 with scrape type 1
2026-03-26 22:52:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item b2d27c44-c77c-505e-93df-2041e7ceec72
2026-03-26 22:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cc%252Fddb219a40b0f45ba9743fafba7e10c9b%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cc/ddb219a40b0f45ba9743fafba7e10c9b/images/large/1.jpg not downloaded yet
2026-03-26 22:52:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bx/b638e1a170d846839afcd7e047bcc74d/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cc%252Fddb219a40b0f45ba9743fafba7e10c9b%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cc/ddb219a40b0f45ba9743fafba7e10c9b/images/large/2.jpg not downloaded yet
2026-03-26 22:52:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7b163d0>
2026-03-26 22:52:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_614090ff-627e-5a45-ad6b-0bc3cfa2266a/614090ff-627e-5a45-ad6b-0bc3cfa2266a_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bx%252Fb638e1a170d846839afcd7e047bcc74d%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bx/b638e1a170d846839afcd7e047bcc74d/images/large/4.jpg saved to cache
2026-03-26 22:52:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 614090ff-627e-5a45-ad6b-0bc3cfa2266a
2026-03-26 22:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cc%252Fddb219a40b0f45ba9743fafba7e10c9b%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cc/ddb219a40b0f45ba9743fafba7e10c9b/images/large/3.jpg not downloaded yet
2026-03-26 22:52:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bx/b638e1a170d846839afcd7e047bcc74d/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cc%252Fddb219a40b0f45ba9743fafba7e10c9b%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cc/ddb219a40b0f45ba9743fafba7e10c9b/images/large/4.jpg not downloaded yet
2026-03-26 22:52:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7449a10>
2026-03-26 22:52:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_614090ff-627e-5a45-ad6b-0bc3cfa2266a/614090ff-627e-5a45-ad6b-0bc3cfa2266a_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bx%252Fb638e1a170d846839afcd7e047bcc74d%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bx/b638e1a170d846839afcd7e047bcc74d/images/large/5.jpg saved to cache
2026-03-26 22:52:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 614090ff-627e-5a45-ad6b-0bc3cfa2266a
2026-03-26 22:52:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cbc650>
2026-03-26 22:52:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_614090ff-627e-5a45-ad6b-0bc3cfa2266a/614090ff-627e-5a45-ad6b-0bc3cfa2266a_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bx%252Fb638e1a170d846839afcd7e047bcc74d%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bx/b638e1a170d846839afcd7e047bcc74d/images/large/6.jpg saved to cache
2026-03-26 22:52:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 614090ff-627e-5a45-ad6b-0bc3cfa2266a
2026-03-26 22:52:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bx/b638e1a170d846839afcd7e047bcc74d/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cc%252Fddb219a40b0f45ba9743fafba7e10c9b%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cc/ddb219a40b0f45ba9743fafba7e10c9b/images/large/5.jpg not downloaded yet
2026-03-26 22:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cc%252Fddb219a40b0f45ba9743fafba7e10c9b%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cc/ddb219a40b0f45ba9743fafba7e10c9b/images/large/6.jpg not downloaded yet
2026-03-26 22:52:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bx/b638e1a170d846839afcd7e047bcc74d/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cc/ddb219a40b0f45ba9743fafba7e10c9b/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7491b10>
2026-03-26 22:52:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_614090ff-627e-5a45-ad6b-0bc3cfa2266a/614090ff-627e-5a45-ad6b-0bc3cfa2266a_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bx%252Fb638e1a170d846839afcd7e047bcc74d%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bx/b638e1a170d846839afcd7e047bcc74d/images/large/7.jpg saved to cache
2026-03-26 22:52:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 614090ff-627e-5a45-ad6b-0bc3cfa2266a
2026-03-26 22:52:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74b4d50>
2026-03-26 22:52:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_614090ff-627e-5a45-ad6b-0bc3cfa2266a/614090ff-627e-5a45-ad6b-0bc3cfa2266a_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bx%252Fb638e1a170d846839afcd7e047bcc74d%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bx/b638e1a170d846839afcd7e047bcc74d/images/large/8.jpg saved to cache
2026-03-26 22:52:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 614090ff-627e-5a45-ad6b-0bc3cfa2266a
2026-03-26 22:52:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cc/ddb219a40b0f45ba9743fafba7e10c9b/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cc%252Fddb219a40b0f45ba9743fafba7e10c9b%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cc/ddb219a40b0f45ba9743fafba7e10c9b/images/large/7.jpg not downloaded yet
2026-03-26 22:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cc%252Fddb219a40b0f45ba9743fafba7e10c9b%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cc/ddb219a40b0f45ba9743fafba7e10c9b/images/large/8.jpg not downloaded yet
2026-03-26 22:52:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cc/ddb219a40b0f45ba9743fafba7e10c9b/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76c7d10>
2026-03-26 22:52:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_614090ff-627e-5a45-ad6b-0bc3cfa2266a/614090ff-627e-5a45-ad6b-0bc3cfa2266a_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bx%252Fb638e1a170d846839afcd7e047bcc74d%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bx/b638e1a170d846839afcd7e047bcc74d/images/large/9.jpg saved to cache
2026-03-26 22:52:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 614090ff-627e-5a45-ad6b-0bc3cfa2266a
2026-03-26 22:52:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b745bad0>
2026-03-26 22:52:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_614090ff-627e-5a45-ad6b-0bc3cfa2266a/614090ff-627e-5a45-ad6b-0bc3cfa2266a_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:52:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bx%252Fb638e1a170d846839afcd7e047bcc74d%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bx/b638e1a170d846839afcd7e047bcc74d/images/large/10.jpg saved to cache
2026-03-26 22:52:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 614090ff-627e-5a45-ad6b-0bc3cfa2266a
2026-03-26 22:52:18 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 614090ff-627e-5a45-ad6b-0bc3cfa2266a, skipping ID generation
2026-03-26 22:52:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 614090ff-627e-5a45-ad6b-0bc3cfa2266a with scrape type 1
2026-03-26 22:52:18 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 614090ff-627e-5a45-ad6b-0bc3cfa2266a sending to next pipeline
2026-03-26 22:52:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 614090ff-627e-5a45-ad6b-0bc3cfa2266a, identifier: 1985462
2026-03-26 22:52:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7493590>
2026-03-26 22:52:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b2d27c44-c77c-505e-93df-2041e7ceec72/b2d27c44-c77c-505e-93df-2041e7ceec72_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:52:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cc%252Fddb219a40b0f45ba9743fafba7e10c9b%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cc/ddb219a40b0f45ba9743fafba7e10c9b/images/large/1.jpg saved to cache
2026-03-26 22:52:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item b2d27c44-c77c-505e-93df-2041e7ceec72
2026-03-26 22:52:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cc/ddb219a40b0f45ba9743fafba7e10c9b/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cc%252Fddb219a40b0f45ba9743fafba7e10c9b%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cc/ddb219a40b0f45ba9743fafba7e10c9b/images/large/9.jpg not downloaded yet
2026-03-26 22:52:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 614090ff-627e-5a45-ad6b-0bc3cfa2266a with identifier: 1985462
2026-03-26 22:52:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 614090ff-627e-5a45-ad6b-0bc3cfa2266a with identifier: 1985462
2026-03-26 22:52:18 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 614090ff-627e-5a45-ad6b-0bc3cfa2266a with identifier: 1985462 to the API
2026-03-26 22:52:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:52:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:52:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bx/b638e1a170d846839afcd7e047bcc74d/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '614090ff-627e-5a45-ad6b-0bc3cfa2266a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'SEAT',
'model': 'ARONA',
'odometer': 39857,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 14,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_614090ff-627e-5a45-ad6b-0bc3cfa2266a/614090ff-627e-5a45-ad6b-0bc3cfa2266a_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 208886,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bx/b638e1a170d846839afcd7e047bcc74d/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_614090ff-627e-5a45-ad6b-0bc3cfa2266a/614090ff-627e-5a45-ad6b-0bc3cfa2266a_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 205321,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bx/b638e1a170d846839afcd7e047bcc74d/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_614090ff-627e-5a45-ad6b-0bc3cfa2266a/614090ff-627e-5a45-ad6b-0bc3cfa2266a_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 232367,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bx/b638e1a170d846839afcd7e047bcc74d/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_614090ff-627e-5a45-ad6b-0bc3cfa2266a/614090ff-627e-5a45-ad6b-0bc3cfa2266a_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 239017,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bx/b638e1a170d846839afcd7e047bcc74d/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_614090ff-627e-5a45-ad6b-0bc3cfa2266a/614090ff-627e-5a45-ad6b-0bc3cfa2266a_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 244697,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bx/b638e1a170d846839afcd7e047bcc74d/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_614090ff-627e-5a45-ad6b-0bc3cfa2266a/614090ff-627e-5a45-ad6b-0bc3cfa2266a_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 234297,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bx/b638e1a170d846839afcd7e047bcc74d/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_614090ff-627e-5a45-ad6b-0bc3cfa2266a/614090ff-627e-5a45-ad6b-0bc3cfa2266a_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 262891,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bx/b638e1a170d846839afcd7e047bcc74d/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_614090ff-627e-5a45-ad6b-0bc3cfa2266a/614090ff-627e-5a45-ad6b-0bc3cfa2266a_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 225773,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bx/b638e1a170d846839afcd7e047bcc74d/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_614090ff-627e-5a45-ad6b-0bc3cfa2266a/614090ff-627e-5a45-ad6b-0bc3cfa2266a_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 206467,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bx/b638e1a170d846839afcd7e047bcc74d/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_614090ff-627e-5a45-ad6b-0bc3cfa2266a/614090ff-627e-5a45-ad6b-0bc3cfa2266a_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 351892,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bx/b638e1a170d846839afcd7e047bcc74d/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-27',
'seats_number': 5,
'seller_name': None,
'title': 'SEAT ARONA 1.0 TSI 70KW MOVE',
'transmission': 'manual',
'trim': '1.0 TSI 70KW MOVE',
'vin': None,
'year': 2022}
2026-03-26 22:52:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985462%27 HTTP/1.1" 200 None
2026-03-26 22:52:18 [ayvens.be] INFO: Saving data for 1985462: {'created_time': 1774565538.576166, 'last_price_update_time': 1774565538.576175, 'auction_closing_time': 1774958400.0}
2026-03-26 22:52:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985462') HTTP/1.1" 204 0
2026-03-26 22:52:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cc%252Fddb219a40b0f45ba9743fafba7e10c9b%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cc/ddb219a40b0f45ba9743fafba7e10c9b/images/large/10.jpg not downloaded yet
2026-03-26 22:52:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b727af90>
2026-03-26 22:52:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b2d27c44-c77c-505e-93df-2041e7ceec72/b2d27c44-c77c-505e-93df-2041e7ceec72_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:52:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cc%252Fddb219a40b0f45ba9743fafba7e10c9b%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cc/ddb219a40b0f45ba9743fafba7e10c9b/images/large/2.jpg saved to cache
2026-03-26 22:52:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item b2d27c44-c77c-505e-93df-2041e7ceec72
2026-03-26 22:52:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cc24d0>
2026-03-26 22:52:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b2d27c44-c77c-505e-93df-2041e7ceec72/b2d27c44-c77c-505e-93df-2041e7ceec72_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:52:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cc%252Fddb219a40b0f45ba9743fafba7e10c9b%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cc/ddb219a40b0f45ba9743fafba7e10c9b/images/large/3.jpg saved to cache
2026-03-26 22:52:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item b2d27c44-c77c-505e-93df-2041e7ceec72
2026-03-26 22:52:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7438490>
2026-03-26 22:52:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b2d27c44-c77c-505e-93df-2041e7ceec72/b2d27c44-c77c-505e-93df-2041e7ceec72_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:52:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cc%252Fddb219a40b0f45ba9743fafba7e10c9b%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cc/ddb219a40b0f45ba9743fafba7e10c9b/images/large/4.jpg saved to cache
2026-03-26 22:52:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item b2d27c44-c77c-505e-93df-2041e7ceec72
2026-03-26 22:52:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cc/ddb219a40b0f45ba9743fafba7e10c9b/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:18 [ayvens.be] INFO: Found listing with ID: 1985464
2026-03-26 22:52:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985464%27 HTTP/1.1" 200 None
2026-03-26 22:52:18 [ayvens.be] INFO: Scrape type for 1985464: 1
2026-03-26 22:52:18 [ayvens.be] INFO: Extracting data for car ID: 1985464
2026-03-26 22:52:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b0aec5da-22aa-5563-bf01-bf7b6c9c5160 with identifier: 1985464
2026-03-26 22:52:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b0aec5da-22aa-5563-bf01-bf7b6c9c5160 with scrape type 1
2026-03-26 22:52:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item b0aec5da-22aa-5563-bf01-bf7b6c9c5160
2026-03-26 22:52:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2be%252F534ecb4ceff24743b4b207924efc67c9%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2be/534ecb4ceff24743b4b207924efc67c9/images/large/1.jpg not downloaded yet
2026-03-26 22:52:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cc/ddb219a40b0f45ba9743fafba7e10c9b/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cc/ddb219a40b0f45ba9743fafba7e10c9b/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2be%252F534ecb4ceff24743b4b207924efc67c9%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2be/534ecb4ceff24743b4b207924efc67c9/images/large/2.jpg not downloaded yet
2026-03-26 22:52:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cc/ddb219a40b0f45ba9743fafba7e10c9b/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2be%252F534ecb4ceff24743b4b207924efc67c9%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2be/534ecb4ceff24743b4b207924efc67c9/images/large/3.jpg not downloaded yet
2026-03-26 22:52:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cc/ddb219a40b0f45ba9743fafba7e10c9b/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2be%252F534ecb4ceff24743b4b207924efc67c9%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2be/534ecb4ceff24743b4b207924efc67c9/images/large/4.jpg not downloaded yet
2026-03-26 22:52:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74b6590>
2026-03-26 22:52:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b2d27c44-c77c-505e-93df-2041e7ceec72/b2d27c44-c77c-505e-93df-2041e7ceec72_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:52:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cc%252Fddb219a40b0f45ba9743fafba7e10c9b%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cc/ddb219a40b0f45ba9743fafba7e10c9b/images/large/5.jpg saved to cache
2026-03-26 22:52:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item b2d27c44-c77c-505e-93df-2041e7ceec72
2026-03-26 22:52:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2be%252F534ecb4ceff24743b4b207924efc67c9%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2be/534ecb4ceff24743b4b207924efc67c9/images/large/5.jpg not downloaded yet
2026-03-26 22:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2be%252F534ecb4ceff24743b4b207924efc67c9%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2be/534ecb4ceff24743b4b207924efc67c9/images/large/6.jpg not downloaded yet
2026-03-26 22:52:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e3fe50>
2026-03-26 22:52:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b2d27c44-c77c-505e-93df-2041e7ceec72/b2d27c44-c77c-505e-93df-2041e7ceec72_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cc%252Fddb219a40b0f45ba9743fafba7e10c9b%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cc/ddb219a40b0f45ba9743fafba7e10c9b/images/large/6.jpg saved to cache
2026-03-26 22:52:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item b2d27c44-c77c-505e-93df-2041e7ceec72
2026-03-26 22:52:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b78c22d0>
2026-03-26 22:52:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b2d27c44-c77c-505e-93df-2041e7ceec72/b2d27c44-c77c-505e-93df-2041e7ceec72_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cc%252Fddb219a40b0f45ba9743fafba7e10c9b%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cc/ddb219a40b0f45ba9743fafba7e10c9b/images/large/7.jpg saved to cache
2026-03-26 22:52:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item b2d27c44-c77c-505e-93df-2041e7ceec72
2026-03-26 22:52:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e1fd50>
2026-03-26 22:52:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b2d27c44-c77c-505e-93df-2041e7ceec72/b2d27c44-c77c-505e-93df-2041e7ceec72_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cc%252Fddb219a40b0f45ba9743fafba7e10c9b%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cc/ddb219a40b0f45ba9743fafba7e10c9b/images/large/9.jpg saved to cache
2026-03-26 22:52:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item b2d27c44-c77c-505e-93df-2041e7ceec72
2026-03-26 22:52:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c76250>
2026-03-26 22:52:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b2d27c44-c77c-505e-93df-2041e7ceec72/b2d27c44-c77c-505e-93df-2041e7ceec72_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cc%252Fddb219a40b0f45ba9743fafba7e10c9b%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cc/ddb219a40b0f45ba9743fafba7e10c9b/images/large/8.jpg saved to cache
2026-03-26 22:52:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item b2d27c44-c77c-505e-93df-2041e7ceec72
2026-03-26 22:52:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cc/ddb219a40b0f45ba9743fafba7e10c9b/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2be%252F534ecb4ceff24743b4b207924efc67c9%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2be/534ecb4ceff24743b4b207924efc67c9/images/large/7.jpg not downloaded yet
2026-03-26 22:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2be%252F534ecb4ceff24743b4b207924efc67c9%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2be/534ecb4ceff24743b4b207924efc67c9/images/large/8.jpg not downloaded yet
2026-03-26 22:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2be%252F534ecb4ceff24743b4b207924efc67c9%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2be/534ecb4ceff24743b4b207924efc67c9/images/large/9.jpg not downloaded yet
2026-03-26 22:52:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2be/534ecb4ceff24743b4b207924efc67c9/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2be/534ecb4ceff24743b4b207924efc67c9/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2be%252F534ecb4ceff24743b4b207924efc67c9%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2be/534ecb4ceff24743b4b207924efc67c9/images/large/10.jpg not downloaded yet
2026-03-26 22:52:19 [ayvens.be] INFO: Found listing with ID: 1985465
2026-03-26 22:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985465%27 HTTP/1.1" 200 None
2026-03-26 22:52:19 [ayvens.be] INFO: Scrape type for 1985465: 1
2026-03-26 22:52:19 [ayvens.be] INFO: Extracting data for car ID: 1985465
2026-03-26 22:52:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a3efe363-6c49-5207-84ad-6fdd8285a0ba with identifier: 1985465
2026-03-26 22:52:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a3efe363-6c49-5207-84ad-6fdd8285a0ba with scrape type 1
2026-03-26 22:52:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item a3efe363-6c49-5207-84ad-6fdd8285a0ba
2026-03-26 22:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252Ffcadf66ab3454a0995a338f9677b7830%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/fcadf66ab3454a0995a338f9677b7830/images/large/1.jpg not downloaded yet
2026-03-26 22:52:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2be/534ecb4ceff24743b4b207924efc67c9/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2be/534ecb4ceff24743b4b207924efc67c9/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252Ffcadf66ab3454a0995a338f9677b7830%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/fcadf66ab3454a0995a338f9677b7830/images/large/2.jpg not downloaded yet
2026-03-26 22:52:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b78c1ed0>
2026-03-26 22:52:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b2d27c44-c77c-505e-93df-2041e7ceec72/b2d27c44-c77c-505e-93df-2041e7ceec72_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cc%252Fddb219a40b0f45ba9743fafba7e10c9b%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cc/ddb219a40b0f45ba9743fafba7e10c9b/images/large/10.jpg saved to cache
2026-03-26 22:52:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item b2d27c44-c77c-505e-93df-2041e7ceec72
2026-03-26 22:52:19 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b2d27c44-c77c-505e-93df-2041e7ceec72, skipping ID generation
2026-03-26 22:52:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b2d27c44-c77c-505e-93df-2041e7ceec72 with scrape type 1
2026-03-26 22:52:19 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b2d27c44-c77c-505e-93df-2041e7ceec72 sending to next pipeline
2026-03-26 22:52:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: b2d27c44-c77c-505e-93df-2041e7ceec72, identifier: 1985463
2026-03-26 22:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252Ffcadf66ab3454a0995a338f9677b7830%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/fcadf66ab3454a0995a338f9677b7830/images/large/3.jpg not downloaded yet
2026-03-26 22:52:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: b2d27c44-c77c-505e-93df-2041e7ceec72 with identifier: 1985463
2026-03-26 22:52:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: b2d27c44-c77c-505e-93df-2041e7ceec72 with identifier: 1985463
2026-03-26 22:52:19 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: b2d27c44-c77c-505e-93df-2041e7ceec72 with identifier: 1985463 to the API
2026-03-26 22:52:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:52:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:52:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2cc/ddb219a40b0f45ba9743fafba7e10c9b/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'b2d27c44-c77c-505e-93df-2041e7ceec72',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'SEAT',
'model': 'LEON',
'odometer': 61239,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 14,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b2d27c44-c77c-505e-93df-2041e7ceec72/b2d27c44-c77c-505e-93df-2041e7ceec72_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 200932,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cc/ddb219a40b0f45ba9743fafba7e10c9b/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b2d27c44-c77c-505e-93df-2041e7ceec72/b2d27c44-c77c-505e-93df-2041e7ceec72_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 222857,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cc/ddb219a40b0f45ba9743fafba7e10c9b/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b2d27c44-c77c-505e-93df-2041e7ceec72/b2d27c44-c77c-505e-93df-2041e7ceec72_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 226664,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cc/ddb219a40b0f45ba9743fafba7e10c9b/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b2d27c44-c77c-505e-93df-2041e7ceec72/b2d27c44-c77c-505e-93df-2041e7ceec72_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 240854,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cc/ddb219a40b0f45ba9743fafba7e10c9b/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b2d27c44-c77c-505e-93df-2041e7ceec72/b2d27c44-c77c-505e-93df-2041e7ceec72_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 295217,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cc/ddb219a40b0f45ba9743fafba7e10c9b/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b2d27c44-c77c-505e-93df-2041e7ceec72/b2d27c44-c77c-505e-93df-2041e7ceec72_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 278618,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cc/ddb219a40b0f45ba9743fafba7e10c9b/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b2d27c44-c77c-505e-93df-2041e7ceec72/b2d27c44-c77c-505e-93df-2041e7ceec72_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 255174,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cc/ddb219a40b0f45ba9743fafba7e10c9b/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b2d27c44-c77c-505e-93df-2041e7ceec72/b2d27c44-c77c-505e-93df-2041e7ceec72_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 269315,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cc/ddb219a40b0f45ba9743fafba7e10c9b/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b2d27c44-c77c-505e-93df-2041e7ceec72/b2d27c44-c77c-505e-93df-2041e7ceec72_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 184844,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cc/ddb219a40b0f45ba9743fafba7e10c9b/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b2d27c44-c77c-505e-93df-2041e7ceec72/b2d27c44-c77c-505e-93df-2041e7ceec72_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 250899,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cc/ddb219a40b0f45ba9743fafba7e10c9b/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-03',
'seats_number': 5,
'seller_name': None,
'title': 'SEAT LEON 1.0 ETSI 81KW S-S MOVE! DSG',
'transmission': 'automatic',
'trim': '1.0 ETSI 81KW S-S MOVE! DSG',
'vin': None,
'year': 2022}
2026-03-26 22:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985463%27 HTTP/1.1" 200 None
2026-03-26 22:52:20 [ayvens.be] INFO: Saving data for 1985463: {'created_time': 1774565540.065063, 'last_price_update_time': 1774565540.065072, 'auction_closing_time': 1774958400.0}
2026-03-26 22:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985463') HTTP/1.1" 204 0
2026-03-26 22:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252Ffcadf66ab3454a0995a338f9677b7830%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/fcadf66ab3454a0995a338f9677b7830/images/large/4.jpg not downloaded yet
2026-03-26 22:52:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2be/534ecb4ceff24743b4b207924efc67c9/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252Ffcadf66ab3454a0995a338f9677b7830%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/fcadf66ab3454a0995a338f9677b7830/images/large/5.jpg not downloaded yet
2026-03-26 22:52:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7592ad0>
2026-03-26 22:52:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b0aec5da-22aa-5563-bf01-bf7b6c9c5160/b0aec5da-22aa-5563-bf01-bf7b6c9c5160_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2be%252F534ecb4ceff24743b4b207924efc67c9%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2be/534ecb4ceff24743b4b207924efc67c9/images/large/2.jpg saved to cache
2026-03-26 22:52:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item b0aec5da-22aa-5563-bf01-bf7b6c9c5160
2026-03-26 22:52:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c76910>
2026-03-26 22:52:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b0aec5da-22aa-5563-bf01-bf7b6c9c5160/b0aec5da-22aa-5563-bf01-bf7b6c9c5160_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2be%252F534ecb4ceff24743b4b207924efc67c9%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2be/534ecb4ceff24743b4b207924efc67c9/images/large/1.jpg saved to cache
2026-03-26 22:52:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item b0aec5da-22aa-5563-bf01-bf7b6c9c5160
2026-03-26 22:52:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6da6e90>
2026-03-26 22:52:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b0aec5da-22aa-5563-bf01-bf7b6c9c5160/b0aec5da-22aa-5563-bf01-bf7b6c9c5160_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2be%252F534ecb4ceff24743b4b207924efc67c9%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2be/534ecb4ceff24743b4b207924efc67c9/images/large/4.jpg saved to cache
2026-03-26 22:52:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item b0aec5da-22aa-5563-bf01-bf7b6c9c5160
2026-03-26 22:52:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e1f690>
2026-03-26 22:52:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b0aec5da-22aa-5563-bf01-bf7b6c9c5160/b0aec5da-22aa-5563-bf01-bf7b6c9c5160_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2be%252F534ecb4ceff24743b4b207924efc67c9%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2be/534ecb4ceff24743b4b207924efc67c9/images/large/3.jpg saved to cache
2026-03-26 22:52:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item b0aec5da-22aa-5563-bf01-bf7b6c9c5160
2026-03-26 22:52:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2be/534ecb4ceff24743b4b207924efc67c9/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252Ffcadf66ab3454a0995a338f9677b7830%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/fcadf66ab3454a0995a338f9677b7830/images/large/6.jpg not downloaded yet
2026-03-26 22:52:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2be/534ecb4ceff24743b4b207924efc67c9/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2be/534ecb4ceff24743b4b207924efc67c9/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252Ffcadf66ab3454a0995a338f9677b7830%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/fcadf66ab3454a0995a338f9677b7830/images/large/7.jpg not downloaded yet
2026-03-26 22:52:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2be/534ecb4ceff24743b4b207924efc67c9/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2be/534ecb4ceff24743b4b207924efc67c9/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74af250>
2026-03-26 22:52:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b0aec5da-22aa-5563-bf01-bf7b6c9c5160/b0aec5da-22aa-5563-bf01-bf7b6c9c5160_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2be%252F534ecb4ceff24743b4b207924efc67c9%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2be/534ecb4ceff24743b4b207924efc67c9/images/large/5.jpg saved to cache
2026-03-26 22:52:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item b0aec5da-22aa-5563-bf01-bf7b6c9c5160
2026-03-26 22:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252Ffcadf66ab3454a0995a338f9677b7830%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/fcadf66ab3454a0995a338f9677b7830/images/large/8.jpg not downloaded yet
2026-03-26 22:52:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cr/fcadf66ab3454a0995a338f9677b7830/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252Ffcadf66ab3454a0995a338f9677b7830%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/fcadf66ab3454a0995a338f9677b7830/images/large/9.jpg not downloaded yet
2026-03-26 22:52:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7482c50>
2026-03-26 22:52:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b0aec5da-22aa-5563-bf01-bf7b6c9c5160/b0aec5da-22aa-5563-bf01-bf7b6c9c5160_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2be%252F534ecb4ceff24743b4b207924efc67c9%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2be/534ecb4ceff24743b4b207924efc67c9/images/large/6.jpg saved to cache
2026-03-26 22:52:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item b0aec5da-22aa-5563-bf01-bf7b6c9c5160
2026-03-26 22:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252Ffcadf66ab3454a0995a338f9677b7830%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/fcadf66ab3454a0995a338f9677b7830/images/large/10.jpg not downloaded yet
2026-03-26 22:52:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7876c50>
2026-03-26 22:52:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b0aec5da-22aa-5563-bf01-bf7b6c9c5160/b0aec5da-22aa-5563-bf01-bf7b6c9c5160_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2be%252F534ecb4ceff24743b4b207924efc67c9%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2be/534ecb4ceff24743b4b207924efc67c9/images/large/7.jpg saved to cache
2026-03-26 22:52:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item b0aec5da-22aa-5563-bf01-bf7b6c9c5160
2026-03-26 22:52:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7290090>
2026-03-26 22:52:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b0aec5da-22aa-5563-bf01-bf7b6c9c5160/b0aec5da-22aa-5563-bf01-bf7b6c9c5160_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2be%252F534ecb4ceff24743b4b207924efc67c9%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2be/534ecb4ceff24743b4b207924efc67c9/images/large/9.jpg saved to cache
2026-03-26 22:52:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item b0aec5da-22aa-5563-bf01-bf7b6c9c5160
2026-03-26 22:52:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b75a6c90>
2026-03-26 22:52:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b0aec5da-22aa-5563-bf01-bf7b6c9c5160/b0aec5da-22aa-5563-bf01-bf7b6c9c5160_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2be%252F534ecb4ceff24743b4b207924efc67c9%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2be/534ecb4ceff24743b4b207924efc67c9/images/large/8.jpg saved to cache
2026-03-26 22:52:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item b0aec5da-22aa-5563-bf01-bf7b6c9c5160
2026-03-26 22:52:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6da4510>
2026-03-26 22:52:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b0aec5da-22aa-5563-bf01-bf7b6c9c5160/b0aec5da-22aa-5563-bf01-bf7b6c9c5160_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2be%252F534ecb4ceff24743b4b207924efc67c9%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2be/534ecb4ceff24743b4b207924efc67c9/images/large/10.jpg saved to cache
2026-03-26 22:52:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item b0aec5da-22aa-5563-bf01-bf7b6c9c5160
2026-03-26 22:52:20 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b0aec5da-22aa-5563-bf01-bf7b6c9c5160, skipping ID generation
2026-03-26 22:52:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b0aec5da-22aa-5563-bf01-bf7b6c9c5160 with scrape type 1
2026-03-26 22:52:20 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b0aec5da-22aa-5563-bf01-bf7b6c9c5160 sending to next pipeline
2026-03-26 22:52:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: b0aec5da-22aa-5563-bf01-bf7b6c9c5160, identifier: 1985464
2026-03-26 22:52:21 [ayvens.be] INFO: Found listing with ID: 1985466
2026-03-26 22:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985466%27 HTTP/1.1" 200 None
2026-03-26 22:52:21 [ayvens.be] INFO: Scrape type for 1985466: 1
2026-03-26 22:52:21 [ayvens.be] INFO: Extracting data for car ID: 1985466
2026-03-26 22:52:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3a584356-5629-50b3-a6ac-7d347cf34300 with identifier: 1985466
2026-03-26 22:52:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3a584356-5629-50b3-a6ac-7d347cf34300 with scrape type 1
2026-03-26 22:52:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 3a584356-5629-50b3-a6ac-7d347cf34300
2026-03-26 22:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Feb72861554ad47099f75954485416c3b%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/eb72861554ad47099f75954485416c3b/images/large/1.jpg not downloaded yet
2026-03-26 22:52:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: b0aec5da-22aa-5563-bf01-bf7b6c9c5160 with identifier: 1985464
2026-03-26 22:52:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: b0aec5da-22aa-5563-bf01-bf7b6c9c5160 with identifier: 1985464
2026-03-26 22:52:21 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: b0aec5da-22aa-5563-bf01-bf7b6c9c5160 with identifier: 1985464 to the API
2026-03-26 22:52:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:52:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:52:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2be/534ecb4ceff24743b4b207924efc67c9/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'b0aec5da-22aa-5563-bf01-bf7b6c9c5160',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'VOLVO',
'model': 'XC40',
'odometer': 83978,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 16,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b0aec5da-22aa-5563-bf01-bf7b6c9c5160/b0aec5da-22aa-5563-bf01-bf7b6c9c5160_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 623358,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2be/534ecb4ceff24743b4b207924efc67c9/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b0aec5da-22aa-5563-bf01-bf7b6c9c5160/b0aec5da-22aa-5563-bf01-bf7b6c9c5160_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 638929,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2be/534ecb4ceff24743b4b207924efc67c9/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b0aec5da-22aa-5563-bf01-bf7b6c9c5160/b0aec5da-22aa-5563-bf01-bf7b6c9c5160_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 693059,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2be/534ecb4ceff24743b4b207924efc67c9/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b0aec5da-22aa-5563-bf01-bf7b6c9c5160/b0aec5da-22aa-5563-bf01-bf7b6c9c5160_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 655781,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2be/534ecb4ceff24743b4b207924efc67c9/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b0aec5da-22aa-5563-bf01-bf7b6c9c5160/b0aec5da-22aa-5563-bf01-bf7b6c9c5160_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 544556,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2be/534ecb4ceff24743b4b207924efc67c9/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b0aec5da-22aa-5563-bf01-bf7b6c9c5160/b0aec5da-22aa-5563-bf01-bf7b6c9c5160_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 547477,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2be/534ecb4ceff24743b4b207924efc67c9/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b0aec5da-22aa-5563-bf01-bf7b6c9c5160/b0aec5da-22aa-5563-bf01-bf7b6c9c5160_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 645655,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2be/534ecb4ceff24743b4b207924efc67c9/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b0aec5da-22aa-5563-bf01-bf7b6c9c5160/b0aec5da-22aa-5563-bf01-bf7b6c9c5160_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 648896,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2be/534ecb4ceff24743b4b207924efc67c9/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b0aec5da-22aa-5563-bf01-bf7b6c9c5160/b0aec5da-22aa-5563-bf01-bf7b6c9c5160_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 492962,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2be/534ecb4ceff24743b4b207924efc67c9/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b0aec5da-22aa-5563-bf01-bf7b6c9c5160/b0aec5da-22aa-5563-bf01-bf7b6c9c5160_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 546569,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2be/534ecb4ceff24743b4b207924efc67c9/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-27',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC40 1.5 T4 RECHARGE GEARTR. INSCRIPTION',
'transmission': 'automatic',
'trim': '1.5 T4 RECHARGE GEARTR. INSCRIPTION',
'vin': None,
'year': 2021}
2026-03-26 22:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985464%27 HTTP/1.1" 200 None
2026-03-26 22:52:21 [ayvens.be] INFO: Saving data for 1985464: {'created_time': 1774565541.448145, 'last_price_update_time': 1774565541.448157, 'auction_closing_time': 1774958400.0}
2026-03-26 22:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985464') HTTP/1.1" 204 0
2026-03-26 22:52:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cr/fcadf66ab3454a0995a338f9677b7830/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Feb72861554ad47099f75954485416c3b%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/eb72861554ad47099f75954485416c3b/images/large/2.jpg not downloaded yet
2026-03-26 22:52:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b78c1b50>
2026-03-26 22:52:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a3efe363-6c49-5207-84ad-6fdd8285a0ba/a3efe363-6c49-5207-84ad-6fdd8285a0ba_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252Ffcadf66ab3454a0995a338f9677b7830%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/fcadf66ab3454a0995a338f9677b7830/images/large/1.jpg saved to cache
2026-03-26 22:52:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item a3efe363-6c49-5207-84ad-6fdd8285a0ba
2026-03-26 22:52:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cr/fcadf66ab3454a0995a338f9677b7830/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Feb72861554ad47099f75954485416c3b%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/eb72861554ad47099f75954485416c3b/images/large/3.jpg not downloaded yet
2026-03-26 22:52:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cr/fcadf66ab3454a0995a338f9677b7830/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Feb72861554ad47099f75954485416c3b%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/eb72861554ad47099f75954485416c3b/images/large/4.jpg not downloaded yet
2026-03-26 22:52:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cr/fcadf66ab3454a0995a338f9677b7830/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b78c14d0>
2026-03-26 22:52:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a3efe363-6c49-5207-84ad-6fdd8285a0ba/a3efe363-6c49-5207-84ad-6fdd8285a0ba_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252Ffcadf66ab3454a0995a338f9677b7830%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/fcadf66ab3454a0995a338f9677b7830/images/large/2.jpg saved to cache
2026-03-26 22:52:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item a3efe363-6c49-5207-84ad-6fdd8285a0ba
2026-03-26 22:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Feb72861554ad47099f75954485416c3b%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/eb72861554ad47099f75954485416c3b/images/large/5.jpg not downloaded yet
2026-03-26 22:52:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cr/fcadf66ab3454a0995a338f9677b7830/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Feb72861554ad47099f75954485416c3b%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/eb72861554ad47099f75954485416c3b/images/large/6.jpg not downloaded yet
2026-03-26 22:52:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cr/fcadf66ab3454a0995a338f9677b7830/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Feb72861554ad47099f75954485416c3b%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/eb72861554ad47099f75954485416c3b/images/large/7.jpg not downloaded yet
2026-03-26 22:52:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79a3510>
2026-03-26 22:52:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a3efe363-6c49-5207-84ad-6fdd8285a0ba/a3efe363-6c49-5207-84ad-6fdd8285a0ba_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252Ffcadf66ab3454a0995a338f9677b7830%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/fcadf66ab3454a0995a338f9677b7830/images/large/3.jpg saved to cache
2026-03-26 22:52:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item a3efe363-6c49-5207-84ad-6fdd8285a0ba
2026-03-26 22:52:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b787e3d0>
2026-03-26 22:52:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a3efe363-6c49-5207-84ad-6fdd8285a0ba/a3efe363-6c49-5207-84ad-6fdd8285a0ba_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252Ffcadf66ab3454a0995a338f9677b7830%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/fcadf66ab3454a0995a338f9677b7830/images/large/4.jpg saved to cache
2026-03-26 22:52:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item a3efe363-6c49-5207-84ad-6fdd8285a0ba
2026-03-26 22:52:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cr/fcadf66ab3454a0995a338f9677b7830/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Feb72861554ad47099f75954485416c3b%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/eb72861554ad47099f75954485416c3b/images/large/8.jpg not downloaded yet
2026-03-26 22:52:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74363d0>
2026-03-26 22:52:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a3efe363-6c49-5207-84ad-6fdd8285a0ba/a3efe363-6c49-5207-84ad-6fdd8285a0ba_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252Ffcadf66ab3454a0995a338f9677b7830%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/fcadf66ab3454a0995a338f9677b7830/images/large/7.jpg saved to cache
2026-03-26 22:52:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item a3efe363-6c49-5207-84ad-6fdd8285a0ba
2026-03-26 22:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Feb72861554ad47099f75954485416c3b%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/eb72861554ad47099f75954485416c3b/images/large/9.jpg not downloaded yet
2026-03-26 22:52:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7caa0d0>
2026-03-26 22:52:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a3efe363-6c49-5207-84ad-6fdd8285a0ba/a3efe363-6c49-5207-84ad-6fdd8285a0ba_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252Ffcadf66ab3454a0995a338f9677b7830%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/fcadf66ab3454a0995a338f9677b7830/images/large/5.jpg saved to cache
2026-03-26 22:52:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item a3efe363-6c49-5207-84ad-6fdd8285a0ba
2026-03-26 22:52:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b728f310>
2026-03-26 22:52:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a3efe363-6c49-5207-84ad-6fdd8285a0ba/a3efe363-6c49-5207-84ad-6fdd8285a0ba_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252Ffcadf66ab3454a0995a338f9677b7830%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/fcadf66ab3454a0995a338f9677b7830/images/large/6.jpg saved to cache
2026-03-26 22:52:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item a3efe363-6c49-5207-84ad-6fdd8285a0ba
2026-03-26 22:52:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7426390>
2026-03-26 22:52:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a3efe363-6c49-5207-84ad-6fdd8285a0ba/a3efe363-6c49-5207-84ad-6fdd8285a0ba_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252Ffcadf66ab3454a0995a338f9677b7830%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/fcadf66ab3454a0995a338f9677b7830/images/large/8.jpg saved to cache
2026-03-26 22:52:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item a3efe363-6c49-5207-84ad-6fdd8285a0ba
2026-03-26 22:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Feb72861554ad47099f75954485416c3b%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/eb72861554ad47099f75954485416c3b/images/large/10.jpg not downloaded yet
2026-03-26 22:52:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cr/fcadf66ab3454a0995a338f9677b7830/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/eb72861554ad47099f75954485416c3b/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:22 [ayvens.be] INFO: Found listing with ID: 1985467
2026-03-26 22:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985467%27 HTTP/1.1" 200 None
2026-03-26 22:52:22 [ayvens.be] INFO: Scrape type for 1985467: 1
2026-03-26 22:52:22 [ayvens.be] INFO: Extracting data for car ID: 1985467
2026-03-26 22:52:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1633be65-fc75-5ecc-9ded-a75cce69d482 with identifier: 1985467
2026-03-26 22:52:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1633be65-fc75-5ecc-9ded-a75cce69d482 with scrape type 1
2026-03-26 22:52:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 1633be65-fc75-5ecc-9ded-a75cce69d482
2026-03-26 22:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F8ac74823cd474d8e8b79bbd2fbef175c%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/8ac74823cd474d8e8b79bbd2fbef175c/images/large/1.jpg not downloaded yet
2026-03-26 22:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F8ac74823cd474d8e8b79bbd2fbef175c%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/8ac74823cd474d8e8b79bbd2fbef175c/images/large/2.jpg not downloaded yet
2026-03-26 22:52:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/eb72861554ad47099f75954485416c3b/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/eb72861554ad47099f75954485416c3b/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F8ac74823cd474d8e8b79bbd2fbef175c%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/8ac74823cd474d8e8b79bbd2fbef175c/images/large/3.jpg not downloaded yet
2026-03-26 22:52:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cr/fcadf66ab3454a0995a338f9677b7830/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/eb72861554ad47099f75954485416c3b/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/eb72861554ad47099f75954485416c3b/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F8ac74823cd474d8e8b79bbd2fbef175c%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/8ac74823cd474d8e8b79bbd2fbef175c/images/large/4.jpg not downloaded yet
2026-03-26 22:52:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/eb72861554ad47099f75954485416c3b/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e11750>
2026-03-26 22:52:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a3efe363-6c49-5207-84ad-6fdd8285a0ba/a3efe363-6c49-5207-84ad-6fdd8285a0ba_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252Ffcadf66ab3454a0995a338f9677b7830%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/fcadf66ab3454a0995a338f9677b7830/images/large/9.jpg saved to cache
2026-03-26 22:52:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item a3efe363-6c49-5207-84ad-6fdd8285a0ba
2026-03-26 22:52:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7495e90>
2026-03-26 22:52:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3a584356-5629-50b3-a6ac-7d347cf34300/3a584356-5629-50b3-a6ac-7d347cf34300_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Feb72861554ad47099f75954485416c3b%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/eb72861554ad47099f75954485416c3b/images/large/1.jpg saved to cache
2026-03-26 22:52:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 3a584356-5629-50b3-a6ac-7d347cf34300
2026-03-26 22:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F8ac74823cd474d8e8b79bbd2fbef175c%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/8ac74823cd474d8e8b79bbd2fbef175c/images/large/5.jpg not downloaded yet
2026-03-26 22:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F8ac74823cd474d8e8b79bbd2fbef175c%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/8ac74823cd474d8e8b79bbd2fbef175c/images/large/6.jpg not downloaded yet
2026-03-26 22:52:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77d72d0>
2026-03-26 22:52:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3a584356-5629-50b3-a6ac-7d347cf34300/3a584356-5629-50b3-a6ac-7d347cf34300_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Feb72861554ad47099f75954485416c3b%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/eb72861554ad47099f75954485416c3b/images/large/2.jpg saved to cache
2026-03-26 22:52:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 3a584356-5629-50b3-a6ac-7d347cf34300
2026-03-26 22:52:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7b37390>
2026-03-26 22:52:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3a584356-5629-50b3-a6ac-7d347cf34300/3a584356-5629-50b3-a6ac-7d347cf34300_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Feb72861554ad47099f75954485416c3b%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/eb72861554ad47099f75954485416c3b/images/large/3.jpg saved to cache
2026-03-26 22:52:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 3a584356-5629-50b3-a6ac-7d347cf34300
2026-03-26 22:52:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7b373d0>
2026-03-26 22:52:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a3efe363-6c49-5207-84ad-6fdd8285a0ba/a3efe363-6c49-5207-84ad-6fdd8285a0ba_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252Ffcadf66ab3454a0995a338f9677b7830%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/fcadf66ab3454a0995a338f9677b7830/images/large/10.jpg saved to cache
2026-03-26 22:52:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item a3efe363-6c49-5207-84ad-6fdd8285a0ba
2026-03-26 22:52:23 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a3efe363-6c49-5207-84ad-6fdd8285a0ba, skipping ID generation
2026-03-26 22:52:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a3efe363-6c49-5207-84ad-6fdd8285a0ba with scrape type 1
2026-03-26 22:52:23 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a3efe363-6c49-5207-84ad-6fdd8285a0ba sending to next pipeline
2026-03-26 22:52:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: a3efe363-6c49-5207-84ad-6fdd8285a0ba, identifier: 1985465
2026-03-26 22:52:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd0affd0>
2026-03-26 22:52:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3a584356-5629-50b3-a6ac-7d347cf34300/3a584356-5629-50b3-a6ac-7d347cf34300_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Feb72861554ad47099f75954485416c3b%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/eb72861554ad47099f75954485416c3b/images/large/4.jpg saved to cache
2026-03-26 22:52:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 3a584356-5629-50b3-a6ac-7d347cf34300
2026-03-26 22:52:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b787e6d0>
2026-03-26 22:52:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3a584356-5629-50b3-a6ac-7d347cf34300/3a584356-5629-50b3-a6ac-7d347cf34300_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Feb72861554ad47099f75954485416c3b%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/eb72861554ad47099f75954485416c3b/images/large/5.jpg saved to cache
2026-03-26 22:52:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 3a584356-5629-50b3-a6ac-7d347cf34300
2026-03-26 22:52:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79a3450>
2026-03-26 22:52:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3a584356-5629-50b3-a6ac-7d347cf34300/3a584356-5629-50b3-a6ac-7d347cf34300_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Feb72861554ad47099f75954485416c3b%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/eb72861554ad47099f75954485416c3b/images/large/6.jpg saved to cache
2026-03-26 22:52:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 3a584356-5629-50b3-a6ac-7d347cf34300
2026-03-26 22:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F8ac74823cd474d8e8b79bbd2fbef175c%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/8ac74823cd474d8e8b79bbd2fbef175c/images/large/7.jpg not downloaded yet
2026-03-26 22:52:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: a3efe363-6c49-5207-84ad-6fdd8285a0ba with identifier: 1985465
2026-03-26 22:52:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: a3efe363-6c49-5207-84ad-6fdd8285a0ba with identifier: 1985465
2026-03-26 22:52:23 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: a3efe363-6c49-5207-84ad-6fdd8285a0ba with identifier: 1985465 to the API
2026-03-26 22:52:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:52:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:52:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2cr/fcadf66ab3454a0995a338f9677b7830/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': 'a3efe363-6c49-5207-84ad-6fdd8285a0ba',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '1 SERIES HATCH',
'odometer': 83798,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 21,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a3efe363-6c49-5207-84ad-6fdd8285a0ba/a3efe363-6c49-5207-84ad-6fdd8285a0ba_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 700316,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cr/fcadf66ab3454a0995a338f9677b7830/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a3efe363-6c49-5207-84ad-6fdd8285a0ba/a3efe363-6c49-5207-84ad-6fdd8285a0ba_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 726078,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cr/fcadf66ab3454a0995a338f9677b7830/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a3efe363-6c49-5207-84ad-6fdd8285a0ba/a3efe363-6c49-5207-84ad-6fdd8285a0ba_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 685690,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cr/fcadf66ab3454a0995a338f9677b7830/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a3efe363-6c49-5207-84ad-6fdd8285a0ba/a3efe363-6c49-5207-84ad-6fdd8285a0ba_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 730871,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cr/fcadf66ab3454a0995a338f9677b7830/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a3efe363-6c49-5207-84ad-6fdd8285a0ba/a3efe363-6c49-5207-84ad-6fdd8285a0ba_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 742727,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cr/fcadf66ab3454a0995a338f9677b7830/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a3efe363-6c49-5207-84ad-6fdd8285a0ba/a3efe363-6c49-5207-84ad-6fdd8285a0ba_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 778915,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cr/fcadf66ab3454a0995a338f9677b7830/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a3efe363-6c49-5207-84ad-6fdd8285a0ba/a3efe363-6c49-5207-84ad-6fdd8285a0ba_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 620992,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cr/fcadf66ab3454a0995a338f9677b7830/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a3efe363-6c49-5207-84ad-6fdd8285a0ba/a3efe363-6c49-5207-84ad-6fdd8285a0ba_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 810637,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cr/fcadf66ab3454a0995a338f9677b7830/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a3efe363-6c49-5207-84ad-6fdd8285a0ba/a3efe363-6c49-5207-84ad-6fdd8285a0ba_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 820470,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cr/fcadf66ab3454a0995a338f9677b7830/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a3efe363-6c49-5207-84ad-6fdd8285a0ba/a3efe363-6c49-5207-84ad-6fdd8285a0ba_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 757850,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cr/fcadf66ab3454a0995a338f9677b7830/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-28',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 1 SERIES HATCH 1.5 116D (85KW)',
'transmission': 'manual',
'trim': '1.5 116D (85KW)',
'vin': None,
'year': 2022}
2026-03-26 22:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985465%27 HTTP/1.1" 200 None
2026-03-26 22:52:23 [ayvens.be] INFO: Saving data for 1985465: {'created_time': 1774565543.920968, 'last_price_update_time': 1774565543.920979, 'auction_closing_time': 1774958400.0}
2026-03-26 22:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985465') HTTP/1.1" 204 0
2026-03-26 22:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F8ac74823cd474d8e8b79bbd2fbef175c%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/8ac74823cd474d8e8b79bbd2fbef175c/images/large/8.jpg not downloaded yet
2026-03-26 22:52:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/eb72861554ad47099f75954485416c3b/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/eb72861554ad47099f75954485416c3b/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F8ac74823cd474d8e8b79bbd2fbef175c%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/8ac74823cd474d8e8b79bbd2fbef175c/images/large/9.jpg not downloaded yet
2026-03-26 22:52:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/eb72861554ad47099f75954485416c3b/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F8ac74823cd474d8e8b79bbd2fbef175c%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/8ac74823cd474d8e8b79bbd2fbef175c/images/large/10.jpg not downloaded yet
2026-03-26 22:52:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/8ac74823cd474d8e8b79bbd2fbef175c/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/eb72861554ad47099f75954485416c3b/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:24 [ayvens.be] INFO: Found listing with ID: 1985468
2026-03-26 22:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985468%27 HTTP/1.1" 200 None
2026-03-26 22:52:24 [ayvens.be] INFO: Scrape type for 1985468: 1
2026-03-26 22:52:24 [ayvens.be] INFO: Extracting data for car ID: 1985468
2026-03-26 22:52:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 69645680-dd88-54d6-bb22-6e98fa48909c with identifier: 1985468
2026-03-26 22:52:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 69645680-dd88-54d6-bb22-6e98fa48909c with scrape type 1
2026-03-26 22:52:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 69645680-dd88-54d6-bb22-6e98fa48909c
2026-03-26 22:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ct%252F741de07effc9430f9f217f21e1cdc130%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ct/741de07effc9430f9f217f21e1cdc130/images/large/1.jpg not downloaded yet
2026-03-26 22:52:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/8ac74823cd474d8e8b79bbd2fbef175c/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ct%252F741de07effc9430f9f217f21e1cdc130%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ct/741de07effc9430f9f217f21e1cdc130/images/large/2.jpg not downloaded yet
2026-03-26 22:52:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/8ac74823cd474d8e8b79bbd2fbef175c/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ct%252F741de07effc9430f9f217f21e1cdc130%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ct/741de07effc9430f9f217f21e1cdc130/images/large/3.jpg not downloaded yet
2026-03-26 22:52:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/8ac74823cd474d8e8b79bbd2fbef175c/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ct%252F741de07effc9430f9f217f21e1cdc130%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ct/741de07effc9430f9f217f21e1cdc130/images/large/4.jpg not downloaded yet
2026-03-26 22:52:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76e0d10>
2026-03-26 22:52:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3a584356-5629-50b3-a6ac-7d347cf34300/3a584356-5629-50b3-a6ac-7d347cf34300_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Feb72861554ad47099f75954485416c3b%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/eb72861554ad47099f75954485416c3b/images/large/10.jpg saved to cache
2026-03-26 22:52:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 3a584356-5629-50b3-a6ac-7d347cf34300
2026-03-26 22:52:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76e0d90>
2026-03-26 22:52:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3a584356-5629-50b3-a6ac-7d347cf34300/3a584356-5629-50b3-a6ac-7d347cf34300_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Feb72861554ad47099f75954485416c3b%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/eb72861554ad47099f75954485416c3b/images/large/9.jpg saved to cache
2026-03-26 22:52:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 3a584356-5629-50b3-a6ac-7d347cf34300
2026-03-26 22:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ct%252F741de07effc9430f9f217f21e1cdc130%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ct/741de07effc9430f9f217f21e1cdc130/images/large/5.jpg not downloaded yet
2026-03-26 22:52:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b727cbd0>
2026-03-26 22:52:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3a584356-5629-50b3-a6ac-7d347cf34300/3a584356-5629-50b3-a6ac-7d347cf34300_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Feb72861554ad47099f75954485416c3b%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/eb72861554ad47099f75954485416c3b/images/large/7.jpg saved to cache
2026-03-26 22:52:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 3a584356-5629-50b3-a6ac-7d347cf34300
2026-03-26 22:52:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7a62550>
2026-03-26 22:52:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1633be65-fc75-5ecc-9ded-a75cce69d482/1633be65-fc75-5ecc-9ded-a75cce69d482_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F8ac74823cd474d8e8b79bbd2fbef175c%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/8ac74823cd474d8e8b79bbd2fbef175c/images/large/1.jpg saved to cache
2026-03-26 22:52:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 1633be65-fc75-5ecc-9ded-a75cce69d482
2026-03-26 22:52:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7a572d0>
2026-03-26 22:52:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3a584356-5629-50b3-a6ac-7d347cf34300/3a584356-5629-50b3-a6ac-7d347cf34300_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252Feb72861554ad47099f75954485416c3b%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/eb72861554ad47099f75954485416c3b/images/large/8.jpg saved to cache
2026-03-26 22:52:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 3a584356-5629-50b3-a6ac-7d347cf34300
2026-03-26 22:52:24 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3a584356-5629-50b3-a6ac-7d347cf34300, skipping ID generation
2026-03-26 22:52:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3a584356-5629-50b3-a6ac-7d347cf34300 with scrape type 1
2026-03-26 22:52:24 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3a584356-5629-50b3-a6ac-7d347cf34300 sending to next pipeline
2026-03-26 22:52:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 3a584356-5629-50b3-a6ac-7d347cf34300, identifier: 1985466
2026-03-26 22:52:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7ca8210>
2026-03-26 22:52:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1633be65-fc75-5ecc-9ded-a75cce69d482/1633be65-fc75-5ecc-9ded-a75cce69d482_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F8ac74823cd474d8e8b79bbd2fbef175c%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/8ac74823cd474d8e8b79bbd2fbef175c/images/large/5.jpg saved to cache
2026-03-26 22:52:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 1633be65-fc75-5ecc-9ded-a75cce69d482
2026-03-26 22:52:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c77350>
2026-03-26 22:52:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1633be65-fc75-5ecc-9ded-a75cce69d482/1633be65-fc75-5ecc-9ded-a75cce69d482_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F8ac74823cd474d8e8b79bbd2fbef175c%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/8ac74823cd474d8e8b79bbd2fbef175c/images/large/3.jpg saved to cache
2026-03-26 22:52:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 1633be65-fc75-5ecc-9ded-a75cce69d482
2026-03-26 22:52:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74a5b50>
2026-03-26 22:52:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1633be65-fc75-5ecc-9ded-a75cce69d482/1633be65-fc75-5ecc-9ded-a75cce69d482_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F8ac74823cd474d8e8b79bbd2fbef175c%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/8ac74823cd474d8e8b79bbd2fbef175c/images/large/4.jpg saved to cache
2026-03-26 22:52:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 1633be65-fc75-5ecc-9ded-a75cce69d482
2026-03-26 22:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ct%252F741de07effc9430f9f217f21e1cdc130%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ct/741de07effc9430f9f217f21e1cdc130/images/large/6.jpg not downloaded yet
2026-03-26 22:52:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 3a584356-5629-50b3-a6ac-7d347cf34300 with identifier: 1985466
2026-03-26 22:52:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 3a584356-5629-50b3-a6ac-7d347cf34300 with identifier: 1985466
2026-03-26 22:52:25 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 3a584356-5629-50b3-a6ac-7d347cf34300 with identifier: 1985466 to the API
2026-03-26 22:52:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:52:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:52:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bp/eb72861554ad47099f75954485416c3b/images/large/8.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '3a584356-5629-50b3-a6ac-7d347cf34300',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '3 SERIES TOURING',
'odometer': 94794,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 15,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3a584356-5629-50b3-a6ac-7d347cf34300/3a584356-5629-50b3-a6ac-7d347cf34300_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 710070,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/eb72861554ad47099f75954485416c3b/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3a584356-5629-50b3-a6ac-7d347cf34300/3a584356-5629-50b3-a6ac-7d347cf34300_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 728198,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/eb72861554ad47099f75954485416c3b/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3a584356-5629-50b3-a6ac-7d347cf34300/3a584356-5629-50b3-a6ac-7d347cf34300_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 698057,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/eb72861554ad47099f75954485416c3b/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3a584356-5629-50b3-a6ac-7d347cf34300/3a584356-5629-50b3-a6ac-7d347cf34300_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 760846,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/eb72861554ad47099f75954485416c3b/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3a584356-5629-50b3-a6ac-7d347cf34300/3a584356-5629-50b3-a6ac-7d347cf34300_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 549653,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/eb72861554ad47099f75954485416c3b/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3a584356-5629-50b3-a6ac-7d347cf34300/3a584356-5629-50b3-a6ac-7d347cf34300_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 585058,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/eb72861554ad47099f75954485416c3b/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3a584356-5629-50b3-a6ac-7d347cf34300/3a584356-5629-50b3-a6ac-7d347cf34300_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 632065,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/eb72861554ad47099f75954485416c3b/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3a584356-5629-50b3-a6ac-7d347cf34300/3a584356-5629-50b3-a6ac-7d347cf34300_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 739517,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/eb72861554ad47099f75954485416c3b/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3a584356-5629-50b3-a6ac-7d347cf34300/3a584356-5629-50b3-a6ac-7d347cf34300_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 471263,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/eb72861554ad47099f75954485416c3b/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3a584356-5629-50b3-a6ac-7d347cf34300/3a584356-5629-50b3-a6ac-7d347cf34300_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 437888,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/eb72861554ad47099f75954485416c3b/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 3 SERIES TOURING 2.0 330E (215KW) TOURING',
'transmission': 'automatic',
'trim': '2.0 330E (215KW) TOURING',
'vin': None,
'year': 2022}
2026-03-26 22:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985466%27 HTTP/1.1" 200 None
2026-03-26 22:52:25 [ayvens.be] INFO: Saving data for 1985466: {'created_time': 1774565545.318801, 'last_price_update_time': 1774565545.31881, 'auction_closing_time': 1774958400.0}
2026-03-26 22:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985466') HTTP/1.1" 204 0
2026-03-26 22:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ct%252F741de07effc9430f9f217f21e1cdc130%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ct/741de07effc9430f9f217f21e1cdc130/images/large/7.jpg not downloaded yet
2026-03-26 22:52:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/8ac74823cd474d8e8b79bbd2fbef175c/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/8ac74823cd474d8e8b79bbd2fbef175c/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ct%252F741de07effc9430f9f217f21e1cdc130%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ct/741de07effc9430f9f217f21e1cdc130/images/large/8.jpg not downloaded yet
2026-03-26 22:52:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/8ac74823cd474d8e8b79bbd2fbef175c/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/8ac74823cd474d8e8b79bbd2fbef175c/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ct%252F741de07effc9430f9f217f21e1cdc130%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ct/741de07effc9430f9f217f21e1cdc130/images/large/9.jpg not downloaded yet
2026-03-26 22:52:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/8ac74823cd474d8e8b79bbd2fbef175c/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ct/741de07effc9430f9f217f21e1cdc130/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/8ac74823cd474d8e8b79bbd2fbef175c/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ct%252F741de07effc9430f9f217f21e1cdc130%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ct/741de07effc9430f9f217f21e1cdc130/images/large/10.jpg not downloaded yet
2026-03-26 22:52:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ct/741de07effc9430f9f217f21e1cdc130/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:25 [ayvens.be] INFO: Found listing with ID: 1985469
2026-03-26 22:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985469%27 HTTP/1.1" 200 None
2026-03-26 22:52:25 [ayvens.be] INFO: Scrape type for 1985469: 1
2026-03-26 22:52:25 [ayvens.be] INFO: Extracting data for car ID: 1985469
2026-03-26 22:52:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8580ac67-a34c-5f62-8fe2-1d5c6cfeef19 with identifier: 1985469
2026-03-26 22:52:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8580ac67-a34c-5f62-8fe2-1d5c6cfeef19 with scrape type 1
2026-03-26 22:52:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 8580ac67-a34c-5f62-8fe2-1d5c6cfeef19
2026-03-26 22:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xv%252F7ebb6e60fd414249bf43cc98f43f9919%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xv/7ebb6e60fd414249bf43cc98f43f9919/images/large/1.jpg not downloaded yet
2026-03-26 22:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xv%252F7ebb6e60fd414249bf43cc98f43f9919%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xv/7ebb6e60fd414249bf43cc98f43f9919/images/large/2.jpg not downloaded yet
2026-03-26 22:52:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7437f90>
2026-03-26 22:52:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1633be65-fc75-5ecc-9ded-a75cce69d482/1633be65-fc75-5ecc-9ded-a75cce69d482_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F8ac74823cd474d8e8b79bbd2fbef175c%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/8ac74823cd474d8e8b79bbd2fbef175c/images/large/6.jpg saved to cache
2026-03-26 22:52:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 1633be65-fc75-5ecc-9ded-a75cce69d482
2026-03-26 22:52:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77d4fd0>
2026-03-26 22:52:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1633be65-fc75-5ecc-9ded-a75cce69d482/1633be65-fc75-5ecc-9ded-a75cce69d482_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F8ac74823cd474d8e8b79bbd2fbef175c%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/8ac74823cd474d8e8b79bbd2fbef175c/images/large/2.jpg saved to cache
2026-03-26 22:52:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 1633be65-fc75-5ecc-9ded-a75cce69d482
2026-03-26 22:52:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76c4c10>
2026-03-26 22:52:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1633be65-fc75-5ecc-9ded-a75cce69d482/1633be65-fc75-5ecc-9ded-a75cce69d482_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F8ac74823cd474d8e8b79bbd2fbef175c%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/8ac74823cd474d8e8b79bbd2fbef175c/images/large/10.jpg saved to cache
2026-03-26 22:52:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 1633be65-fc75-5ecc-9ded-a75cce69d482
2026-03-26 22:52:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e13550>
2026-03-26 22:52:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1633be65-fc75-5ecc-9ded-a75cce69d482/1633be65-fc75-5ecc-9ded-a75cce69d482_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F8ac74823cd474d8e8b79bbd2fbef175c%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/8ac74823cd474d8e8b79bbd2fbef175c/images/large/9.jpg saved to cache
2026-03-26 22:52:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 1633be65-fc75-5ecc-9ded-a75cce69d482
2026-03-26 22:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xv%252F7ebb6e60fd414249bf43cc98f43f9919%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xv/7ebb6e60fd414249bf43cc98f43f9919/images/large/3.jpg not downloaded yet
2026-03-26 22:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xv%252F7ebb6e60fd414249bf43cc98f43f9919%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xv/7ebb6e60fd414249bf43cc98f43f9919/images/large/4.jpg not downloaded yet
2026-03-26 22:52:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd234050>
2026-03-26 22:52:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1633be65-fc75-5ecc-9ded-a75cce69d482/1633be65-fc75-5ecc-9ded-a75cce69d482_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F8ac74823cd474d8e8b79bbd2fbef175c%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/8ac74823cd474d8e8b79bbd2fbef175c/images/large/8.jpg saved to cache
2026-03-26 22:52:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 1633be65-fc75-5ecc-9ded-a75cce69d482
2026-03-26 22:52:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77d7590>
2026-03-26 22:52:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_69645680-dd88-54d6-bb22-6e98fa48909c/69645680-dd88-54d6-bb22-6e98fa48909c_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ct%252F741de07effc9430f9f217f21e1cdc130%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ct/741de07effc9430f9f217f21e1cdc130/images/large/1.jpg saved to cache
2026-03-26 22:52:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 69645680-dd88-54d6-bb22-6e98fa48909c
2026-03-26 22:52:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74a4390>
2026-03-26 22:52:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1633be65-fc75-5ecc-9ded-a75cce69d482/1633be65-fc75-5ecc-9ded-a75cce69d482_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F8ac74823cd474d8e8b79bbd2fbef175c%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/8ac74823cd474d8e8b79bbd2fbef175c/images/large/7.jpg saved to cache
2026-03-26 22:52:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 1633be65-fc75-5ecc-9ded-a75cce69d482
2026-03-26 22:52:26 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1633be65-fc75-5ecc-9ded-a75cce69d482, skipping ID generation
2026-03-26 22:52:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1633be65-fc75-5ecc-9ded-a75cce69d482 with scrape type 1
2026-03-26 22:52:26 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1633be65-fc75-5ecc-9ded-a75cce69d482 sending to next pipeline
2026-03-26 22:52:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 1633be65-fc75-5ecc-9ded-a75cce69d482, identifier: 1985467
2026-03-26 22:52:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77cbdd0>
2026-03-26 22:52:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_69645680-dd88-54d6-bb22-6e98fa48909c/69645680-dd88-54d6-bb22-6e98fa48909c_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ct%252F741de07effc9430f9f217f21e1cdc130%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ct/741de07effc9430f9f217f21e1cdc130/images/large/2.jpg saved to cache
2026-03-26 22:52:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 69645680-dd88-54d6-bb22-6e98fa48909c
2026-03-26 22:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xv%252F7ebb6e60fd414249bf43cc98f43f9919%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xv/7ebb6e60fd414249bf43cc98f43f9919/images/large/5.jpg not downloaded yet
2026-03-26 22:52:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 1633be65-fc75-5ecc-9ded-a75cce69d482 with identifier: 1985467
2026-03-26 22:52:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 1633be65-fc75-5ecc-9ded-a75cce69d482 with identifier: 1985467
2026-03-26 22:52:26 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 1633be65-fc75-5ecc-9ded-a75cce69d482 with identifier: 1985467 to the API
2026-03-26 22:52:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:52:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:52:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bp/8ac74823cd474d8e8b79bbd2fbef175c/images/large/7.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.9L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': '1633be65-fc75-5ecc-9ded-a75cce69d482',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'GLC',
'odometer': 82439,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 16,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1633be65-fc75-5ecc-9ded-a75cce69d482/1633be65-fc75-5ecc-9ded-a75cce69d482_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 705953,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/8ac74823cd474d8e8b79bbd2fbef175c/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1633be65-fc75-5ecc-9ded-a75cce69d482/1633be65-fc75-5ecc-9ded-a75cce69d482_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 724257,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/8ac74823cd474d8e8b79bbd2fbef175c/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1633be65-fc75-5ecc-9ded-a75cce69d482/1633be65-fc75-5ecc-9ded-a75cce69d482_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 636385,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/8ac74823cd474d8e8b79bbd2fbef175c/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1633be65-fc75-5ecc-9ded-a75cce69d482/1633be65-fc75-5ecc-9ded-a75cce69d482_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 781973,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/8ac74823cd474d8e8b79bbd2fbef175c/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1633be65-fc75-5ecc-9ded-a75cce69d482/1633be65-fc75-5ecc-9ded-a75cce69d482_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 581384,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/8ac74823cd474d8e8b79bbd2fbef175c/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1633be65-fc75-5ecc-9ded-a75cce69d482/1633be65-fc75-5ecc-9ded-a75cce69d482_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 596466,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/8ac74823cd474d8e8b79bbd2fbef175c/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1633be65-fc75-5ecc-9ded-a75cce69d482/1633be65-fc75-5ecc-9ded-a75cce69d482_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 694674,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/8ac74823cd474d8e8b79bbd2fbef175c/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1633be65-fc75-5ecc-9ded-a75cce69d482/1633be65-fc75-5ecc-9ded-a75cce69d482_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 766306,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/8ac74823cd474d8e8b79bbd2fbef175c/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1633be65-fc75-5ecc-9ded-a75cce69d482/1633be65-fc75-5ecc-9ded-a75cce69d482_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 577488,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/8ac74823cd474d8e8b79bbd2fbef175c/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1633be65-fc75-5ecc-9ded-a75cce69d482/1633be65-fc75-5ecc-9ded-a75cce69d482_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 522342,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/8ac74823cd474d8e8b79bbd2fbef175c/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-07',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ GLC 2.0 GLC 300 DE 4MATIC 4WD BUS SOL AUTO',
'transmission': 'automatic',
'trim': '2.0 GLC 300 DE 4MATIC 4WD BUS SOL AUTO',
'vin': None,
'year': 2022}
2026-03-26 22:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985467%27 HTTP/1.1" 200 None
2026-03-26 22:52:26 [ayvens.be] INFO: Saving data for 1985467: {'created_time': 1774565546.581144, 'last_price_update_time': 1774565546.581153, 'auction_closing_time': 1774958400.0}
2026-03-26 22:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985467') HTTP/1.1" 204 0
2026-03-26 22:52:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ct/741de07effc9430f9f217f21e1cdc130/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xv%252F7ebb6e60fd414249bf43cc98f43f9919%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xv/7ebb6e60fd414249bf43cc98f43f9919/images/large/6.jpg not downloaded yet
2026-03-26 22:52:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ct/741de07effc9430f9f217f21e1cdc130/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ct/741de07effc9430f9f217f21e1cdc130/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ct/741de07effc9430f9f217f21e1cdc130/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ct/741de07effc9430f9f217f21e1cdc130/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ct/741de07effc9430f9f217f21e1cdc130/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xv%252F7ebb6e60fd414249bf43cc98f43f9919%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xv/7ebb6e60fd414249bf43cc98f43f9919/images/large/7.jpg not downloaded yet
2026-03-26 22:52:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ct/741de07effc9430f9f217f21e1cdc130/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xv%252F7ebb6e60fd414249bf43cc98f43f9919%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xv/7ebb6e60fd414249bf43cc98f43f9919/images/large/8.jpg not downloaded yet
2026-03-26 22:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xv%252F7ebb6e60fd414249bf43cc98f43f9919%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xv/7ebb6e60fd414249bf43cc98f43f9919/images/large/9.jpg not downloaded yet
2026-03-26 22:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xv%252F7ebb6e60fd414249bf43cc98f43f9919%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xv/7ebb6e60fd414249bf43cc98f43f9919/images/large/10.jpg not downloaded yet
2026-03-26 22:52:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xv/7ebb6e60fd414249bf43cc98f43f9919/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:26 [ayvens.be] INFO: Found listing with ID: 1985470
2026-03-26 22:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985470%27 HTTP/1.1" 200 None
2026-03-26 22:52:26 [ayvens.be] INFO: Scrape type for 1985470: 1
2026-03-26 22:52:26 [ayvens.be] INFO: Extracting data for car ID: 1985470
2026-03-26 22:52:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2b18b9c8-f038-5154-8774-01efdde72620 with identifier: 1985470
2026-03-26 22:52:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2b18b9c8-f038-5154-8774-01efdde72620 with scrape type 1
2026-03-26 22:52:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 2b18b9c8-f038-5154-8774-01efdde72620
2026-03-26 22:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2av%252F8b21b4ae115946169f7234e9283e3969%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2av/8b21b4ae115946169f7234e9283e3969/images/large/1.jpg not downloaded yet
2026-03-26 22:52:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7490d50>
2026-03-26 22:52:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_69645680-dd88-54d6-bb22-6e98fa48909c/69645680-dd88-54d6-bb22-6e98fa48909c_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ct%252F741de07effc9430f9f217f21e1cdc130%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ct/741de07effc9430f9f217f21e1cdc130/images/large/5.jpg saved to cache
2026-03-26 22:52:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 69645680-dd88-54d6-bb22-6e98fa48909c
2026-03-26 22:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2av%252F8b21b4ae115946169f7234e9283e3969%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2av/8b21b4ae115946169f7234e9283e3969/images/large/2.jpg not downloaded yet
2026-03-26 22:52:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5ca7a10>
2026-03-26 22:52:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_69645680-dd88-54d6-bb22-6e98fa48909c/69645680-dd88-54d6-bb22-6e98fa48909c_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ct%252F741de07effc9430f9f217f21e1cdc130%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ct/741de07effc9430f9f217f21e1cdc130/images/large/3.jpg saved to cache
2026-03-26 22:52:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 69645680-dd88-54d6-bb22-6e98fa48909c
2026-03-26 22:52:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e354d0>
2026-03-26 22:52:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_69645680-dd88-54d6-bb22-6e98fa48909c/69645680-dd88-54d6-bb22-6e98fa48909c_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ct%252F741de07effc9430f9f217f21e1cdc130%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ct/741de07effc9430f9f217f21e1cdc130/images/large/4.jpg saved to cache
2026-03-26 22:52:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 69645680-dd88-54d6-bb22-6e98fa48909c
2026-03-26 22:52:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e2a650>
2026-03-26 22:52:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_69645680-dd88-54d6-bb22-6e98fa48909c/69645680-dd88-54d6-bb22-6e98fa48909c_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ct%252F741de07effc9430f9f217f21e1cdc130%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ct/741de07effc9430f9f217f21e1cdc130/images/large/7.jpg saved to cache
2026-03-26 22:52:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 69645680-dd88-54d6-bb22-6e98fa48909c
2026-03-26 22:52:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7493790>
2026-03-26 22:52:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_69645680-dd88-54d6-bb22-6e98fa48909c/69645680-dd88-54d6-bb22-6e98fa48909c_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ct%252F741de07effc9430f9f217f21e1cdc130%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ct/741de07effc9430f9f217f21e1cdc130/images/large/9.jpg saved to cache
2026-03-26 22:52:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 69645680-dd88-54d6-bb22-6e98fa48909c
2026-03-26 22:52:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76cd390>
2026-03-26 22:52:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_69645680-dd88-54d6-bb22-6e98fa48909c/69645680-dd88-54d6-bb22-6e98fa48909c_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ct%252F741de07effc9430f9f217f21e1cdc130%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ct/741de07effc9430f9f217f21e1cdc130/images/large/6.jpg saved to cache
2026-03-26 22:52:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 69645680-dd88-54d6-bb22-6e98fa48909c
2026-03-26 22:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2av%252F8b21b4ae115946169f7234e9283e3969%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2av/8b21b4ae115946169f7234e9283e3969/images/large/3.jpg not downloaded yet
2026-03-26 22:52:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xv/7ebb6e60fd414249bf43cc98f43f9919/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2av%252F8b21b4ae115946169f7234e9283e3969%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2av/8b21b4ae115946169f7234e9283e3969/images/large/4.jpg not downloaded yet
2026-03-26 22:52:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b727d590>
2026-03-26 22:52:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_69645680-dd88-54d6-bb22-6e98fa48909c/69645680-dd88-54d6-bb22-6e98fa48909c_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ct%252F741de07effc9430f9f217f21e1cdc130%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ct/741de07effc9430f9f217f21e1cdc130/images/large/8.jpg saved to cache
2026-03-26 22:52:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 69645680-dd88-54d6-bb22-6e98fa48909c
2026-03-26 22:52:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7746710>
2026-03-26 22:52:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8580ac67-a34c-5f62-8fe2-1d5c6cfeef19/8580ac67-a34c-5f62-8fe2-1d5c6cfeef19_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xv%252F7ebb6e60fd414249bf43cc98f43f9919%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xv/7ebb6e60fd414249bf43cc98f43f9919/images/large/3.jpg saved to cache
2026-03-26 22:52:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 8580ac67-a34c-5f62-8fe2-1d5c6cfeef19
2026-03-26 22:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2av%252F8b21b4ae115946169f7234e9283e3969%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2av/8b21b4ae115946169f7234e9283e3969/images/large/5.jpg not downloaded yet
2026-03-26 22:52:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xv/7ebb6e60fd414249bf43cc98f43f9919/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ct/741de07effc9430f9f217f21e1cdc130/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xv/7ebb6e60fd414249bf43cc98f43f9919/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2av%252F8b21b4ae115946169f7234e9283e3969%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2av/8b21b4ae115946169f7234e9283e3969/images/large/6.jpg not downloaded yet
2026-03-26 22:52:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xv/7ebb6e60fd414249bf43cc98f43f9919/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7745d90>
2026-03-26 22:52:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8580ac67-a34c-5f62-8fe2-1d5c6cfeef19/8580ac67-a34c-5f62-8fe2-1d5c6cfeef19_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xv%252F7ebb6e60fd414249bf43cc98f43f9919%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xv/7ebb6e60fd414249bf43cc98f43f9919/images/large/2.jpg saved to cache
2026-03-26 22:52:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 8580ac67-a34c-5f62-8fe2-1d5c6cfeef19
2026-03-26 22:52:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xv/7ebb6e60fd414249bf43cc98f43f9919/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xv/7ebb6e60fd414249bf43cc98f43f9919/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2av%252F8b21b4ae115946169f7234e9283e3969%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2av/8b21b4ae115946169f7234e9283e3969/images/large/7.jpg not downloaded yet
2026-03-26 22:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2av%252F8b21b4ae115946169f7234e9283e3969%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2av/8b21b4ae115946169f7234e9283e3969/images/large/8.jpg not downloaded yet
2026-03-26 22:52:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xv/7ebb6e60fd414249bf43cc98f43f9919/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2av%252F8b21b4ae115946169f7234e9283e3969%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2av/8b21b4ae115946169f7234e9283e3969/images/large/9.jpg not downloaded yet
2026-03-26 22:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2av%252F8b21b4ae115946169f7234e9283e3969%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2av/8b21b4ae115946169f7234e9283e3969/images/large/10.jpg not downloaded yet
2026-03-26 22:52:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76c55d0>
2026-03-26 22:52:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8580ac67-a34c-5f62-8fe2-1d5c6cfeef19/8580ac67-a34c-5f62-8fe2-1d5c6cfeef19_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xv%252F7ebb6e60fd414249bf43cc98f43f9919%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xv/7ebb6e60fd414249bf43cc98f43f9919/images/large/1.jpg saved to cache
2026-03-26 22:52:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 8580ac67-a34c-5f62-8fe2-1d5c6cfeef19
2026-03-26 22:52:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7480c50>
2026-03-26 22:52:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_69645680-dd88-54d6-bb22-6e98fa48909c/69645680-dd88-54d6-bb22-6e98fa48909c_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ct%252F741de07effc9430f9f217f21e1cdc130%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ct/741de07effc9430f9f217f21e1cdc130/images/large/10.jpg saved to cache
2026-03-26 22:52:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 69645680-dd88-54d6-bb22-6e98fa48909c
2026-03-26 22:52:27 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 69645680-dd88-54d6-bb22-6e98fa48909c, skipping ID generation
2026-03-26 22:52:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 69645680-dd88-54d6-bb22-6e98fa48909c with scrape type 1
2026-03-26 22:52:27 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 69645680-dd88-54d6-bb22-6e98fa48909c sending to next pipeline
2026-03-26 22:52:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 69645680-dd88-54d6-bb22-6e98fa48909c, identifier: 1985468
2026-03-26 22:52:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77731d0>
2026-03-26 22:52:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8580ac67-a34c-5f62-8fe2-1d5c6cfeef19/8580ac67-a34c-5f62-8fe2-1d5c6cfeef19_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:52:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xv%252F7ebb6e60fd414249bf43cc98f43f9919%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xv/7ebb6e60fd414249bf43cc98f43f9919/images/large/5.jpg saved to cache
2026-03-26 22:52:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 8580ac67-a34c-5f62-8fe2-1d5c6cfeef19
2026-03-26 22:52:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 69645680-dd88-54d6-bb22-6e98fa48909c with identifier: 1985468
2026-03-26 22:52:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 69645680-dd88-54d6-bb22-6e98fa48909c with identifier: 1985468
2026-03-26 22:52:28 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 69645680-dd88-54d6-bb22-6e98fa48909c with identifier: 1985468 to the API
2026-03-26 22:52:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:52:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:52:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2ct/741de07effc9430f9f217f21e1cdc130/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '69645680-dd88-54d6-bb22-6e98fa48909c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '5 SERIES BERLINE',
'odometer': 98878,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 16,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_69645680-dd88-54d6-bb22-6e98fa48909c/69645680-dd88-54d6-bb22-6e98fa48909c_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 631455,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ct/741de07effc9430f9f217f21e1cdc130/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_69645680-dd88-54d6-bb22-6e98fa48909c/69645680-dd88-54d6-bb22-6e98fa48909c_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 623318,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ct/741de07effc9430f9f217f21e1cdc130/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_69645680-dd88-54d6-bb22-6e98fa48909c/69645680-dd88-54d6-bb22-6e98fa48909c_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 613373,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ct/741de07effc9430f9f217f21e1cdc130/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_69645680-dd88-54d6-bb22-6e98fa48909c/69645680-dd88-54d6-bb22-6e98fa48909c_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 655409,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ct/741de07effc9430f9f217f21e1cdc130/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_69645680-dd88-54d6-bb22-6e98fa48909c/69645680-dd88-54d6-bb22-6e98fa48909c_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 686226,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ct/741de07effc9430f9f217f21e1cdc130/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_69645680-dd88-54d6-bb22-6e98fa48909c/69645680-dd88-54d6-bb22-6e98fa48909c_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 593084,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ct/741de07effc9430f9f217f21e1cdc130/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_69645680-dd88-54d6-bb22-6e98fa48909c/69645680-dd88-54d6-bb22-6e98fa48909c_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 671228,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ct/741de07effc9430f9f217f21e1cdc130/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_69645680-dd88-54d6-bb22-6e98fa48909c/69645680-dd88-54d6-bb22-6e98fa48909c_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 681777,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ct/741de07effc9430f9f217f21e1cdc130/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_69645680-dd88-54d6-bb22-6e98fa48909c/69645680-dd88-54d6-bb22-6e98fa48909c_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 590764,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ct/741de07effc9430f9f217f21e1cdc130/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_69645680-dd88-54d6-bb22-6e98fa48909c/69645680-dd88-54d6-bb22-6e98fa48909c_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 579025,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ct/741de07effc9430f9f217f21e1cdc130/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-17',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 5 SERIES BERLINE 2.0 530E 200KW XDRIVE AUTO',
'transmission': 'automatic',
'trim': '2.0 530E 200KW XDRIVE AUTO',
'vin': None,
'year': 2022}
2026-03-26 22:52:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985468%27 HTTP/1.1" 200 None
2026-03-26 22:52:28 [ayvens.be] INFO: Saving data for 1985468: {'created_time': 1774565548.411986, 'last_price_update_time': 1774565548.411996, 'auction_closing_time': 1774958400.0}
2026-03-26 22:52:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985468') HTTP/1.1" 204 0
2026-03-26 22:52:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xv/7ebb6e60fd414249bf43cc98f43f9919/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:28 [ayvens.be] INFO: Found listing with ID: 1985471
2026-03-26 22:52:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985471%27 HTTP/1.1" 200 None
2026-03-26 22:52:28 [ayvens.be] INFO: Scrape type for 1985471: 1
2026-03-26 22:52:28 [ayvens.be] INFO: Extracting data for car ID: 1985471
2026-03-26 22:52:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 91c64d60-2a63-590b-be74-1f96dd9673c1 with identifier: 1985471
2026-03-26 22:52:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 91c64d60-2a63-590b-be74-1f96dd9673c1 with scrape type 1
2026-03-26 22:52:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 91c64d60-2a63-590b-be74-1f96dd9673c1
2026-03-26 22:52:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yr%252F5129fa050b474cbebc96b524edc7a837%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yr/5129fa050b474cbebc96b524edc7a837/images/large/1.jpg not downloaded yet
2026-03-26 22:52:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b788d050>
2026-03-26 22:52:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8580ac67-a34c-5f62-8fe2-1d5c6cfeef19/8580ac67-a34c-5f62-8fe2-1d5c6cfeef19_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:52:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xv%252F7ebb6e60fd414249bf43cc98f43f9919%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xv/7ebb6e60fd414249bf43cc98f43f9919/images/large/4.jpg saved to cache
2026-03-26 22:52:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 8580ac67-a34c-5f62-8fe2-1d5c6cfeef19
2026-03-26 22:52:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yr%252F5129fa050b474cbebc96b524edc7a837%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yr/5129fa050b474cbebc96b524edc7a837/images/large/2.jpg not downloaded yet
2026-03-26 22:52:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7495a50>
2026-03-26 22:52:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8580ac67-a34c-5f62-8fe2-1d5c6cfeef19/8580ac67-a34c-5f62-8fe2-1d5c6cfeef19_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:52:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xv%252F7ebb6e60fd414249bf43cc98f43f9919%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xv/7ebb6e60fd414249bf43cc98f43f9919/images/large/6.jpg saved to cache
2026-03-26 22:52:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 8580ac67-a34c-5f62-8fe2-1d5c6cfeef19
2026-03-26 22:52:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c74590>
2026-03-26 22:52:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8580ac67-a34c-5f62-8fe2-1d5c6cfeef19/8580ac67-a34c-5f62-8fe2-1d5c6cfeef19_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:52:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xv%252F7ebb6e60fd414249bf43cc98f43f9919%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xv/7ebb6e60fd414249bf43cc98f43f9919/images/large/7.jpg saved to cache
2026-03-26 22:52:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 8580ac67-a34c-5f62-8fe2-1d5c6cfeef19
2026-03-26 22:52:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76e0ad0>
2026-03-26 22:52:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8580ac67-a34c-5f62-8fe2-1d5c6cfeef19/8580ac67-a34c-5f62-8fe2-1d5c6cfeef19_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:52:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xv%252F7ebb6e60fd414249bf43cc98f43f9919%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xv/7ebb6e60fd414249bf43cc98f43f9919/images/large/8.jpg saved to cache
2026-03-26 22:52:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 8580ac67-a34c-5f62-8fe2-1d5c6cfeef19
2026-03-26 22:52:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74801d0>
2026-03-26 22:52:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8580ac67-a34c-5f62-8fe2-1d5c6cfeef19/8580ac67-a34c-5f62-8fe2-1d5c6cfeef19_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:52:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xv%252F7ebb6e60fd414249bf43cc98f43f9919%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xv/7ebb6e60fd414249bf43cc98f43f9919/images/large/9.jpg saved to cache
2026-03-26 22:52:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 8580ac67-a34c-5f62-8fe2-1d5c6cfeef19
2026-03-26 22:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yr%252F5129fa050b474cbebc96b524edc7a837%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yr/5129fa050b474cbebc96b524edc7a837/images/large/3.jpg not downloaded yet
2026-03-26 22:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yr%252F5129fa050b474cbebc96b524edc7a837%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yr/5129fa050b474cbebc96b524edc7a837/images/large/4.jpg not downloaded yet
2026-03-26 22:52:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2av/8b21b4ae115946169f7234e9283e3969/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2av/8b21b4ae115946169f7234e9283e3969/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xv/7ebb6e60fd414249bf43cc98f43f9919/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yr%252F5129fa050b474cbebc96b524edc7a837%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yr/5129fa050b474cbebc96b524edc7a837/images/large/5.jpg not downloaded yet
2026-03-26 22:52:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2av/8b21b4ae115946169f7234e9283e3969/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2av/8b21b4ae115946169f7234e9283e3969/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2av/8b21b4ae115946169f7234e9283e3969/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yr%252F5129fa050b474cbebc96b524edc7a837%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yr/5129fa050b474cbebc96b524edc7a837/images/large/6.jpg not downloaded yet
2026-03-26 22:52:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2av/8b21b4ae115946169f7234e9283e3969/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yr%252F5129fa050b474cbebc96b524edc7a837%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yr/5129fa050b474cbebc96b524edc7a837/images/large/7.jpg not downloaded yet
2026-03-26 22:52:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2av/8b21b4ae115946169f7234e9283e3969/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yr%252F5129fa050b474cbebc96b524edc7a837%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yr/5129fa050b474cbebc96b524edc7a837/images/large/8.jpg not downloaded yet
2026-03-26 22:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yr%252F5129fa050b474cbebc96b524edc7a837%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yr/5129fa050b474cbebc96b524edc7a837/images/large/9.jpg not downloaded yet
2026-03-26 22:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yr%252F5129fa050b474cbebc96b524edc7a837%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yr/5129fa050b474cbebc96b524edc7a837/images/large/10.jpg not downloaded yet
2026-03-26 22:52:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b741c750>
2026-03-26 22:52:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2b18b9c8-f038-5154-8774-01efdde72620/2b18b9c8-f038-5154-8774-01efdde72620_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2av%252F8b21b4ae115946169f7234e9283e3969%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2av/8b21b4ae115946169f7234e9283e3969/images/large/2.jpg saved to cache
2026-03-26 22:52:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 2b18b9c8-f038-5154-8774-01efdde72620
2026-03-26 22:52:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cc3dd0>
2026-03-26 22:52:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2b18b9c8-f038-5154-8774-01efdde72620/2b18b9c8-f038-5154-8774-01efdde72620_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2av%252F8b21b4ae115946169f7234e9283e3969%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2av/8b21b4ae115946169f7234e9283e3969/images/large/3.jpg saved to cache
2026-03-26 22:52:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 2b18b9c8-f038-5154-8774-01efdde72620
2026-03-26 22:52:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79a7e50>
2026-03-26 22:52:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8580ac67-a34c-5f62-8fe2-1d5c6cfeef19/8580ac67-a34c-5f62-8fe2-1d5c6cfeef19_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xv%252F7ebb6e60fd414249bf43cc98f43f9919%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xv/7ebb6e60fd414249bf43cc98f43f9919/images/large/10.jpg saved to cache
2026-03-26 22:52:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 8580ac67-a34c-5f62-8fe2-1d5c6cfeef19
2026-03-26 22:52:29 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8580ac67-a34c-5f62-8fe2-1d5c6cfeef19, skipping ID generation
2026-03-26 22:52:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8580ac67-a34c-5f62-8fe2-1d5c6cfeef19 with scrape type 1
2026-03-26 22:52:29 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8580ac67-a34c-5f62-8fe2-1d5c6cfeef19 sending to next pipeline
2026-03-26 22:52:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 8580ac67-a34c-5f62-8fe2-1d5c6cfeef19, identifier: 1985469
2026-03-26 22:52:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd758310>
2026-03-26 22:52:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2b18b9c8-f038-5154-8774-01efdde72620/2b18b9c8-f038-5154-8774-01efdde72620_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2av%252F8b21b4ae115946169f7234e9283e3969%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2av/8b21b4ae115946169f7234e9283e3969/images/large/1.jpg saved to cache
2026-03-26 22:52:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 2b18b9c8-f038-5154-8774-01efdde72620
2026-03-26 22:52:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c75950>
2026-03-26 22:52:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2b18b9c8-f038-5154-8774-01efdde72620/2b18b9c8-f038-5154-8774-01efdde72620_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2av%252F8b21b4ae115946169f7234e9283e3969%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2av/8b21b4ae115946169f7234e9283e3969/images/large/5.jpg saved to cache
2026-03-26 22:52:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 2b18b9c8-f038-5154-8774-01efdde72620
2026-03-26 22:52:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cc8a10>
2026-03-26 22:52:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2b18b9c8-f038-5154-8774-01efdde72620/2b18b9c8-f038-5154-8774-01efdde72620_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2av%252F8b21b4ae115946169f7234e9283e3969%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2av/8b21b4ae115946169f7234e9283e3969/images/large/6.jpg saved to cache
2026-03-26 22:52:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 2b18b9c8-f038-5154-8774-01efdde72620
2026-03-26 22:52:29 [ayvens.be] INFO: Found listing with ID: 1985472
2026-03-26 22:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985472%27 HTTP/1.1" 200 None
2026-03-26 22:52:29 [ayvens.be] INFO: Scrape type for 1985472: 1
2026-03-26 22:52:29 [ayvens.be] INFO: Extracting data for car ID: 1985472
2026-03-26 22:52:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a224006a-ecb1-5777-9c36-19cb2bd63777 with identifier: 1985472
2026-03-26 22:52:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a224006a-ecb1-5777-9c36-19cb2bd63777 with scrape type 1
2026-03-26 22:52:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item a224006a-ecb1-5777-9c36-19cb2bd63777
2026-03-26 22:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252F9e5251d346604508907ae4ac0fed94fd%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/9e5251d346604508907ae4ac0fed94fd/images/large/1.jpg not downloaded yet
2026-03-26 22:52:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 8580ac67-a34c-5f62-8fe2-1d5c6cfeef19 with identifier: 1985469
2026-03-26 22:52:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 8580ac67-a34c-5f62-8fe2-1d5c6cfeef19 with identifier: 1985469
2026-03-26 22:52:30 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 8580ac67-a34c-5f62-8fe2-1d5c6cfeef19 with identifier: 1985469 to the API
2026-03-26 22:52:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:52:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:52:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/1xv/7ebb6e60fd414249bf43cc98f43f9919/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '8580ac67-a34c-5f62-8fe2-1d5c6cfeef19',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'SKODA',
'model': 'KODIAQ',
'odometer': 150736,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 15,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8580ac67-a34c-5f62-8fe2-1d5c6cfeef19/8580ac67-a34c-5f62-8fe2-1d5c6cfeef19_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 724805,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xv/7ebb6e60fd414249bf43cc98f43f9919/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8580ac67-a34c-5f62-8fe2-1d5c6cfeef19/8580ac67-a34c-5f62-8fe2-1d5c6cfeef19_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 721653,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xv/7ebb6e60fd414249bf43cc98f43f9919/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8580ac67-a34c-5f62-8fe2-1d5c6cfeef19/8580ac67-a34c-5f62-8fe2-1d5c6cfeef19_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 681649,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xv/7ebb6e60fd414249bf43cc98f43f9919/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8580ac67-a34c-5f62-8fe2-1d5c6cfeef19/8580ac67-a34c-5f62-8fe2-1d5c6cfeef19_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 754974,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xv/7ebb6e60fd414249bf43cc98f43f9919/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8580ac67-a34c-5f62-8fe2-1d5c6cfeef19/8580ac67-a34c-5f62-8fe2-1d5c6cfeef19_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 551487,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xv/7ebb6e60fd414249bf43cc98f43f9919/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8580ac67-a34c-5f62-8fe2-1d5c6cfeef19/8580ac67-a34c-5f62-8fe2-1d5c6cfeef19_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 652479,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xv/7ebb6e60fd414249bf43cc98f43f9919/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8580ac67-a34c-5f62-8fe2-1d5c6cfeef19/8580ac67-a34c-5f62-8fe2-1d5c6cfeef19_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 678577,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xv/7ebb6e60fd414249bf43cc98f43f9919/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8580ac67-a34c-5f62-8fe2-1d5c6cfeef19/8580ac67-a34c-5f62-8fe2-1d5c6cfeef19_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 741684,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xv/7ebb6e60fd414249bf43cc98f43f9919/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8580ac67-a34c-5f62-8fe2-1d5c6cfeef19/8580ac67-a34c-5f62-8fe2-1d5c6cfeef19_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 553297,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xv/7ebb6e60fd414249bf43cc98f43f9919/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8580ac67-a34c-5f62-8fe2-1d5c6cfeef19/8580ac67-a34c-5f62-8fe2-1d5c6cfeef19_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 655079,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xv/7ebb6e60fd414249bf43cc98f43f9919/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-06-04',
'seats_number': 7,
'seller_name': None,
'title': 'SKODA KODIAQ 1.5 TSI ACT Ambition',
'transmission': 'manual',
'trim': '1.5 TSI ACT Ambition',
'vin': None,
'year': 2020}
2026-03-26 22:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985469%27 HTTP/1.1" 200 None
2026-03-26 22:52:30 [ayvens.be] INFO: Saving data for 1985469: {'created_time': 1774565550.267904, 'last_price_update_time': 1774565550.267918, 'auction_closing_time': 1774958400.0}
2026-03-26 22:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985469') HTTP/1.1" 204 0
2026-03-26 22:52:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd0af850>
2026-03-26 22:52:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2b18b9c8-f038-5154-8774-01efdde72620/2b18b9c8-f038-5154-8774-01efdde72620_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2av%252F8b21b4ae115946169f7234e9283e3969%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2av/8b21b4ae115946169f7234e9283e3969/images/large/4.jpg saved to cache
2026-03-26 22:52:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 2b18b9c8-f038-5154-8774-01efdde72620
2026-03-26 22:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252F9e5251d346604508907ae4ac0fed94fd%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/9e5251d346604508907ae4ac0fed94fd/images/large/2.jpg not downloaded yet
2026-03-26 22:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252F9e5251d346604508907ae4ac0fed94fd%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/9e5251d346604508907ae4ac0fed94fd/images/large/3.jpg not downloaded yet
2026-03-26 22:52:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd0c5590>
2026-03-26 22:52:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2b18b9c8-f038-5154-8774-01efdde72620/2b18b9c8-f038-5154-8774-01efdde72620_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2av%252F8b21b4ae115946169f7234e9283e3969%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2av/8b21b4ae115946169f7234e9283e3969/images/large/7.jpg saved to cache
2026-03-26 22:52:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 2b18b9c8-f038-5154-8774-01efdde72620
2026-03-26 22:52:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2av/8b21b4ae115946169f7234e9283e3969/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2av/8b21b4ae115946169f7234e9283e3969/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2av/8b21b4ae115946169f7234e9283e3969/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252F9e5251d346604508907ae4ac0fed94fd%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/9e5251d346604508907ae4ac0fed94fd/images/large/4.jpg not downloaded yet
2026-03-26 22:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252F9e5251d346604508907ae4ac0fed94fd%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/9e5251d346604508907ae4ac0fed94fd/images/large/5.jpg not downloaded yet
2026-03-26 22:52:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yr/5129fa050b474cbebc96b524edc7a837/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yr/5129fa050b474cbebc96b524edc7a837/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yr/5129fa050b474cbebc96b524edc7a837/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252F9e5251d346604508907ae4ac0fed94fd%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/9e5251d346604508907ae4ac0fed94fd/images/large/6.jpg not downloaded yet
2026-03-26 22:52:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yr/5129fa050b474cbebc96b524edc7a837/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252F9e5251d346604508907ae4ac0fed94fd%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/9e5251d346604508907ae4ac0fed94fd/images/large/7.jpg not downloaded yet
2026-03-26 22:52:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yr/5129fa050b474cbebc96b524edc7a837/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252F9e5251d346604508907ae4ac0fed94fd%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/9e5251d346604508907ae4ac0fed94fd/images/large/8.jpg not downloaded yet
2026-03-26 22:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252F9e5251d346604508907ae4ac0fed94fd%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/9e5251d346604508907ae4ac0fed94fd/images/large/9.jpg not downloaded yet
2026-03-26 22:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252F9e5251d346604508907ae4ac0fed94fd%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/9e5251d346604508907ae4ac0fed94fd/images/large/10.jpg not downloaded yet
2026-03-26 22:52:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74a4090>
2026-03-26 22:52:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2b18b9c8-f038-5154-8774-01efdde72620/2b18b9c8-f038-5154-8774-01efdde72620_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2av%252F8b21b4ae115946169f7234e9283e3969%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2av/8b21b4ae115946169f7234e9283e3969/images/large/9.jpg saved to cache
2026-03-26 22:52:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 2b18b9c8-f038-5154-8774-01efdde72620
2026-03-26 22:52:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74bf410>
2026-03-26 22:52:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2b18b9c8-f038-5154-8774-01efdde72620/2b18b9c8-f038-5154-8774-01efdde72620_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2av%252F8b21b4ae115946169f7234e9283e3969%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2av/8b21b4ae115946169f7234e9283e3969/images/large/10.jpg saved to cache
2026-03-26 22:52:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 2b18b9c8-f038-5154-8774-01efdde72620
2026-03-26 22:52:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7727e10>
2026-03-26 22:52:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2b18b9c8-f038-5154-8774-01efdde72620/2b18b9c8-f038-5154-8774-01efdde72620_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2av%252F8b21b4ae115946169f7234e9283e3969%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2av/8b21b4ae115946169f7234e9283e3969/images/large/8.jpg saved to cache
2026-03-26 22:52:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 2b18b9c8-f038-5154-8774-01efdde72620
2026-03-26 22:52:30 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2b18b9c8-f038-5154-8774-01efdde72620, skipping ID generation
2026-03-26 22:52:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2b18b9c8-f038-5154-8774-01efdde72620 with scrape type 1
2026-03-26 22:52:30 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2b18b9c8-f038-5154-8774-01efdde72620 sending to next pipeline
2026-03-26 22:52:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 2b18b9c8-f038-5154-8774-01efdde72620, identifier: 1985470
2026-03-26 22:52:31 [ayvens.be] INFO: Found listing with ID: 1985473
2026-03-26 22:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985473%27 HTTP/1.1" 200 None
2026-03-26 22:52:31 [ayvens.be] INFO: Scrape type for 1985473: 1
2026-03-26 22:52:31 [ayvens.be] INFO: Extracting data for car ID: 1985473
2026-03-26 22:52:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b8a785fe-b5d0-56fa-83f9-4fab89d7a362 with identifier: 1985473
2026-03-26 22:52:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b8a785fe-b5d0-56fa-83f9-4fab89d7a362 with scrape type 1
2026-03-26 22:52:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item b8a785fe-b5d0-56fa-83f9-4fab89d7a362
2026-03-26 22:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dt%252F3c4b2c13fccd42cdb17d16df63331abf%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dt/3c4b2c13fccd42cdb17d16df63331abf/images/large/1.jpg not downloaded yet
2026-03-26 22:52:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 2b18b9c8-f038-5154-8774-01efdde72620 with identifier: 1985470
2026-03-26 22:52:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 2b18b9c8-f038-5154-8774-01efdde72620 with identifier: 1985470
2026-03-26 22:52:31 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 2b18b9c8-f038-5154-8774-01efdde72620 with identifier: 1985470 to the API
2026-03-26 22:52:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:52:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:52:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2av/8b21b4ae115946169f7234e9283e3969/images/large/8.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '2b18b9c8-f038-5154-8774-01efdde72620',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'A3',
'odometer': 52411,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 16,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2b18b9c8-f038-5154-8774-01efdde72620/2b18b9c8-f038-5154-8774-01efdde72620_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 653593,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2av/8b21b4ae115946169f7234e9283e3969/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2b18b9c8-f038-5154-8774-01efdde72620/2b18b9c8-f038-5154-8774-01efdde72620_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 666626,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2av/8b21b4ae115946169f7234e9283e3969/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2b18b9c8-f038-5154-8774-01efdde72620/2b18b9c8-f038-5154-8774-01efdde72620_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 651336,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2av/8b21b4ae115946169f7234e9283e3969/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2b18b9c8-f038-5154-8774-01efdde72620/2b18b9c8-f038-5154-8774-01efdde72620_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 726434,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2av/8b21b4ae115946169f7234e9283e3969/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2b18b9c8-f038-5154-8774-01efdde72620/2b18b9c8-f038-5154-8774-01efdde72620_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 603229,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2av/8b21b4ae115946169f7234e9283e3969/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2b18b9c8-f038-5154-8774-01efdde72620/2b18b9c8-f038-5154-8774-01efdde72620_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 609092,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2av/8b21b4ae115946169f7234e9283e3969/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2b18b9c8-f038-5154-8774-01efdde72620/2b18b9c8-f038-5154-8774-01efdde72620_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 664476,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2av/8b21b4ae115946169f7234e9283e3969/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2b18b9c8-f038-5154-8774-01efdde72620/2b18b9c8-f038-5154-8774-01efdde72620_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 675903,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2av/8b21b4ae115946169f7234e9283e3969/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2b18b9c8-f038-5154-8774-01efdde72620/2b18b9c8-f038-5154-8774-01efdde72620_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 567731,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2av/8b21b4ae115946169f7234e9283e3969/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2b18b9c8-f038-5154-8774-01efdde72620/2b18b9c8-f038-5154-8774-01efdde72620_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 475314,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2av/8b21b4ae115946169f7234e9283e3969/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-03',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A3 1.4 40 TFSI E S TRON. ADVANCED SPORTBACK',
'transmission': 'automatic',
'trim': '1.4 40 TFSI E S TRON. ADVANCED SPORTBACK',
'vin': None,
'year': 2021}
2026-03-26 22:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985470%27 HTTP/1.1" 200 None
2026-03-26 22:52:31 [ayvens.be] INFO: Saving data for 1985470: {'created_time': 1774565551.692874, 'last_price_update_time': 1774565551.692883, 'auction_closing_time': 1774958400.0}
2026-03-26 22:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985470') HTTP/1.1" 204 0
2026-03-26 22:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dt%252F3c4b2c13fccd42cdb17d16df63331abf%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dt/3c4b2c13fccd42cdb17d16df63331abf/images/large/2.jpg not downloaded yet
2026-03-26 22:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dt%252F3c4b2c13fccd42cdb17d16df63331abf%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dt/3c4b2c13fccd42cdb17d16df63331abf/images/large/3.jpg not downloaded yet
2026-03-26 22:52:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cc3250>
2026-03-26 22:52:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_91c64d60-2a63-590b-be74-1f96dd9673c1/91c64d60-2a63-590b-be74-1f96dd9673c1_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yr%252F5129fa050b474cbebc96b524edc7a837%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yr/5129fa050b474cbebc96b524edc7a837/images/large/1.jpg saved to cache
2026-03-26 22:52:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 91c64d60-2a63-590b-be74-1f96dd9673c1
2026-03-26 22:52:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b78c1610>
2026-03-26 22:52:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_91c64d60-2a63-590b-be74-1f96dd9673c1/91c64d60-2a63-590b-be74-1f96dd9673c1_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yr%252F5129fa050b474cbebc96b524edc7a837%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yr/5129fa050b474cbebc96b524edc7a837/images/large/2.jpg saved to cache
2026-03-26 22:52:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 91c64d60-2a63-590b-be74-1f96dd9673c1
2026-03-26 22:52:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6da43d0>
2026-03-26 22:52:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_91c64d60-2a63-590b-be74-1f96dd9673c1/91c64d60-2a63-590b-be74-1f96dd9673c1_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yr%252F5129fa050b474cbebc96b524edc7a837%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yr/5129fa050b474cbebc96b524edc7a837/images/large/3.jpg saved to cache
2026-03-26 22:52:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 91c64d60-2a63-590b-be74-1f96dd9673c1
2026-03-26 22:52:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b78c3550>
2026-03-26 22:52:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_91c64d60-2a63-590b-be74-1f96dd9673c1/91c64d60-2a63-590b-be74-1f96dd9673c1_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yr%252F5129fa050b474cbebc96b524edc7a837%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yr/5129fa050b474cbebc96b524edc7a837/images/large/4.jpg saved to cache
2026-03-26 22:52:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 91c64d60-2a63-590b-be74-1f96dd9673c1
2026-03-26 22:52:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7aa3b10>
2026-03-26 22:52:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_91c64d60-2a63-590b-be74-1f96dd9673c1/91c64d60-2a63-590b-be74-1f96dd9673c1_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yr%252F5129fa050b474cbebc96b524edc7a837%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yr/5129fa050b474cbebc96b524edc7a837/images/large/5.jpg saved to cache
2026-03-26 22:52:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 91c64d60-2a63-590b-be74-1f96dd9673c1
2026-03-26 22:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dt%252F3c4b2c13fccd42cdb17d16df63331abf%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dt/3c4b2c13fccd42cdb17d16df63331abf/images/large/4.jpg not downloaded yet
2026-03-26 22:52:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yr/5129fa050b474cbebc96b524edc7a837/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yr/5129fa050b474cbebc96b524edc7a837/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bg/9e5251d346604508907ae4ac0fed94fd/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dt%252F3c4b2c13fccd42cdb17d16df63331abf%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dt/3c4b2c13fccd42cdb17d16df63331abf/images/large/5.jpg not downloaded yet
2026-03-26 22:52:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bg/9e5251d346604508907ae4ac0fed94fd/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yr/5129fa050b474cbebc96b524edc7a837/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bg/9e5251d346604508907ae4ac0fed94fd/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dt%252F3c4b2c13fccd42cdb17d16df63331abf%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dt/3c4b2c13fccd42cdb17d16df63331abf/images/large/6.jpg not downloaded yet
2026-03-26 22:52:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yr/5129fa050b474cbebc96b524edc7a837/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1yr/5129fa050b474cbebc96b524edc7a837/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dt%252F3c4b2c13fccd42cdb17d16df63331abf%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dt/3c4b2c13fccd42cdb17d16df63331abf/images/large/7.jpg not downloaded yet
2026-03-26 22:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dt%252F3c4b2c13fccd42cdb17d16df63331abf%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dt/3c4b2c13fccd42cdb17d16df63331abf/images/large/8.jpg not downloaded yet
2026-03-26 22:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dt%252F3c4b2c13fccd42cdb17d16df63331abf%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dt/3c4b2c13fccd42cdb17d16df63331abf/images/large/9.jpg not downloaded yet
2026-03-26 22:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dt%252F3c4b2c13fccd42cdb17d16df63331abf%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dt/3c4b2c13fccd42cdb17d16df63331abf/images/large/10.jpg not downloaded yet
2026-03-26 22:52:32 [ayvens.be] INFO: Found listing with ID: 1985474
2026-03-26 22:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985474%27 HTTP/1.1" 200 None
2026-03-26 22:52:32 [ayvens.be] INFO: Scrape type for 1985474: 1
2026-03-26 22:52:32 [ayvens.be] INFO: Extracting data for car ID: 1985474
2026-03-26 22:52:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4cda1ee7-067d-5b55-a37f-ab40174ad128 with identifier: 1985474
2026-03-26 22:52:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4cda1ee7-067d-5b55-a37f-ab40174ad128 with scrape type 1
2026-03-26 22:52:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 4cda1ee7-067d-5b55-a37f-ab40174ad128
2026-03-26 22:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2an%252Ff019120b026b4e6ea3ffa7186350d10f%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2an/f019120b026b4e6ea3ffa7186350d10f/images/large/1.jpg not downloaded yet
2026-03-26 22:52:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b78a9b50>
2026-03-26 22:52:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_91c64d60-2a63-590b-be74-1f96dd9673c1/91c64d60-2a63-590b-be74-1f96dd9673c1_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yr%252F5129fa050b474cbebc96b524edc7a837%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yr/5129fa050b474cbebc96b524edc7a837/images/large/8.jpg saved to cache
2026-03-26 22:52:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 91c64d60-2a63-590b-be74-1f96dd9673c1
2026-03-26 22:52:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6df1e50>
2026-03-26 22:52:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_91c64d60-2a63-590b-be74-1f96dd9673c1/91c64d60-2a63-590b-be74-1f96dd9673c1_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yr%252F5129fa050b474cbebc96b524edc7a837%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yr/5129fa050b474cbebc96b524edc7a837/images/large/6.jpg saved to cache
2026-03-26 22:52:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 91c64d60-2a63-590b-be74-1f96dd9673c1
2026-03-26 22:52:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b741e290>
2026-03-26 22:52:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a224006a-ecb1-5777-9c36-19cb2bd63777/a224006a-ecb1-5777-9c36-19cb2bd63777_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252F9e5251d346604508907ae4ac0fed94fd%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/9e5251d346604508907ae4ac0fed94fd/images/large/1.jpg saved to cache
2026-03-26 22:52:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item a224006a-ecb1-5777-9c36-19cb2bd63777
2026-03-26 22:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2an%252Ff019120b026b4e6ea3ffa7186350d10f%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2an/f019120b026b4e6ea3ffa7186350d10f/images/large/2.jpg not downloaded yet
2026-03-26 22:52:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77bd290>
2026-03-26 22:52:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a224006a-ecb1-5777-9c36-19cb2bd63777/a224006a-ecb1-5777-9c36-19cb2bd63777_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252F9e5251d346604508907ae4ac0fed94fd%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/9e5251d346604508907ae4ac0fed94fd/images/large/3.jpg saved to cache
2026-03-26 22:52:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item a224006a-ecb1-5777-9c36-19cb2bd63777
2026-03-26 22:52:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cbc190>
2026-03-26 22:52:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_91c64d60-2a63-590b-be74-1f96dd9673c1/91c64d60-2a63-590b-be74-1f96dd9673c1_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yr%252F5129fa050b474cbebc96b524edc7a837%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yr/5129fa050b474cbebc96b524edc7a837/images/large/7.jpg saved to cache
2026-03-26 22:52:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 91c64d60-2a63-590b-be74-1f96dd9673c1
2026-03-26 22:52:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7ca9690>
2026-03-26 22:52:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a224006a-ecb1-5777-9c36-19cb2bd63777/a224006a-ecb1-5777-9c36-19cb2bd63777_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252F9e5251d346604508907ae4ac0fed94fd%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/9e5251d346604508907ae4ac0fed94fd/images/large/2.jpg saved to cache
2026-03-26 22:52:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item a224006a-ecb1-5777-9c36-19cb2bd63777
2026-03-26 22:52:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6dd8090>
2026-03-26 22:52:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_91c64d60-2a63-590b-be74-1f96dd9673c1/91c64d60-2a63-590b-be74-1f96dd9673c1_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yr%252F5129fa050b474cbebc96b524edc7a837%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yr/5129fa050b474cbebc96b524edc7a837/images/large/9.jpg saved to cache
2026-03-26 22:52:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 91c64d60-2a63-590b-be74-1f96dd9673c1
2026-03-26 22:52:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74de3d0>
2026-03-26 22:52:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_91c64d60-2a63-590b-be74-1f96dd9673c1/91c64d60-2a63-590b-be74-1f96dd9673c1_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1yr%252F5129fa050b474cbebc96b524edc7a837%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1yr/5129fa050b474cbebc96b524edc7a837/images/large/10.jpg saved to cache
2026-03-26 22:52:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 91c64d60-2a63-590b-be74-1f96dd9673c1
2026-03-26 22:52:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 91c64d60-2a63-590b-be74-1f96dd9673c1, skipping ID generation
2026-03-26 22:52:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 91c64d60-2a63-590b-be74-1f96dd9673c1 with scrape type 1
2026-03-26 22:52:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 91c64d60-2a63-590b-be74-1f96dd9673c1 sending to next pipeline
2026-03-26 22:52:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 91c64d60-2a63-590b-be74-1f96dd9673c1, identifier: 1985471
2026-03-26 22:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2an%252Ff019120b026b4e6ea3ffa7186350d10f%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2an/f019120b026b4e6ea3ffa7186350d10f/images/large/3.jpg not downloaded yet
2026-03-26 22:52:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 91c64d60-2a63-590b-be74-1f96dd9673c1 with identifier: 1985471
2026-03-26 22:52:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 91c64d60-2a63-590b-be74-1f96dd9673c1 with identifier: 1985471
2026-03-26 22:52:33 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 91c64d60-2a63-590b-be74-1f96dd9673c1 with identifier: 1985471 to the API
2026-03-26 22:52:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:52:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:52:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/1yr/5129fa050b474cbebc96b524edc7a837/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '91c64d60-2a63-590b-be74-1f96dd9673c1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'X1',
'odometer': 117173,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 22,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_91c64d60-2a63-590b-be74-1f96dd9673c1/91c64d60-2a63-590b-be74-1f96dd9673c1_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 767130,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yr/5129fa050b474cbebc96b524edc7a837/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_91c64d60-2a63-590b-be74-1f96dd9673c1/91c64d60-2a63-590b-be74-1f96dd9673c1_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 709191,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yr/5129fa050b474cbebc96b524edc7a837/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_91c64d60-2a63-590b-be74-1f96dd9673c1/91c64d60-2a63-590b-be74-1f96dd9673c1_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 726103,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yr/5129fa050b474cbebc96b524edc7a837/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_91c64d60-2a63-590b-be74-1f96dd9673c1/91c64d60-2a63-590b-be74-1f96dd9673c1_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 796770,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yr/5129fa050b474cbebc96b524edc7a837/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_91c64d60-2a63-590b-be74-1f96dd9673c1/91c64d60-2a63-590b-be74-1f96dd9673c1_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 799814,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yr/5129fa050b474cbebc96b524edc7a837/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_91c64d60-2a63-590b-be74-1f96dd9673c1/91c64d60-2a63-590b-be74-1f96dd9673c1_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 758637,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yr/5129fa050b474cbebc96b524edc7a837/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_91c64d60-2a63-590b-be74-1f96dd9673c1/91c64d60-2a63-590b-be74-1f96dd9673c1_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 559100,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yr/5129fa050b474cbebc96b524edc7a837/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_91c64d60-2a63-590b-be74-1f96dd9673c1/91c64d60-2a63-590b-be74-1f96dd9673c1_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 709166,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yr/5129fa050b474cbebc96b524edc7a837/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_91c64d60-2a63-590b-be74-1f96dd9673c1/91c64d60-2a63-590b-be74-1f96dd9673c1_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 694381,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yr/5129fa050b474cbebc96b524edc7a837/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_91c64d60-2a63-590b-be74-1f96dd9673c1/91c64d60-2a63-590b-be74-1f96dd9673c1_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 710690,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1yr/5129fa050b474cbebc96b524edc7a837/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-18',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 1.5 XDRIVE25E PHEV 162KW)',
'transmission': 'automatic',
'trim': '1.5 XDRIVE25E PHEV 162KW)',
'vin': None,
'year': 2020}
2026-03-26 22:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985471%27 HTTP/1.1" 200 None
2026-03-26 22:52:33 [ayvens.be] INFO: Saving data for 1985471: {'created_time': 1774565553.566298, 'last_price_update_time': 1774565553.566308, 'auction_closing_time': 1774958400.0}
2026-03-26 22:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985471') HTTP/1.1" 204 0
2026-03-26 22:52:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bg/9e5251d346604508907ae4ac0fed94fd/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2an%252Ff019120b026b4e6ea3ffa7186350d10f%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2an/f019120b026b4e6ea3ffa7186350d10f/images/large/4.jpg not downloaded yet
2026-03-26 22:52:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bg/9e5251d346604508907ae4ac0fed94fd/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2an%252Ff019120b026b4e6ea3ffa7186350d10f%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2an/f019120b026b4e6ea3ffa7186350d10f/images/large/5.jpg not downloaded yet
2026-03-26 22:52:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bg/9e5251d346604508907ae4ac0fed94fd/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bg/9e5251d346604508907ae4ac0fed94fd/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dt/3c4b2c13fccd42cdb17d16df63331abf/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bg/9e5251d346604508907ae4ac0fed94fd/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2an%252Ff019120b026b4e6ea3ffa7186350d10f%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2an/f019120b026b4e6ea3ffa7186350d10f/images/large/6.jpg not downloaded yet
2026-03-26 22:52:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bg/9e5251d346604508907ae4ac0fed94fd/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bg/9e5251d346604508907ae4ac0fed94fd/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2an%252Ff019120b026b4e6ea3ffa7186350d10f%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2an/f019120b026b4e6ea3ffa7186350d10f/images/large/7.jpg not downloaded yet
2026-03-26 22:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2an%252Ff019120b026b4e6ea3ffa7186350d10f%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2an/f019120b026b4e6ea3ffa7186350d10f/images/large/8.jpg not downloaded yet
2026-03-26 22:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2an%252Ff019120b026b4e6ea3ffa7186350d10f%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2an/f019120b026b4e6ea3ffa7186350d10f/images/large/9.jpg not downloaded yet
2026-03-26 22:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2an%252Ff019120b026b4e6ea3ffa7186350d10f%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2an/f019120b026b4e6ea3ffa7186350d10f/images/large/10.jpg not downloaded yet
2026-03-26 22:52:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77ae950>
2026-03-26 22:52:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a224006a-ecb1-5777-9c36-19cb2bd63777/a224006a-ecb1-5777-9c36-19cb2bd63777_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252F9e5251d346604508907ae4ac0fed94fd%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/9e5251d346604508907ae4ac0fed94fd/images/large/6.jpg saved to cache
2026-03-26 22:52:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item a224006a-ecb1-5777-9c36-19cb2bd63777
2026-03-26 22:52:33 [ayvens.be] INFO: Found listing with ID: 1985475
2026-03-26 22:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985475%27 HTTP/1.1" 200 None
2026-03-26 22:52:33 [ayvens.be] INFO: Scrape type for 1985475: 1
2026-03-26 22:52:33 [ayvens.be] INFO: Extracting data for car ID: 1985475
2026-03-26 22:52:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ac3f7c41-dc83-5791-8842-4fd94dd6637f with identifier: 1985475
2026-03-26 22:52:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ac3f7c41-dc83-5791-8842-4fd94dd6637f with scrape type 1
2026-03-26 22:52:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item ac3f7c41-dc83-5791-8842-4fd94dd6637f
2026-03-26 22:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252Fdc28e12a24ac4ea6b0de2fcd429b5861%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/dc28e12a24ac4ea6b0de2fcd429b5861/images/large/1.jpg not downloaded yet
2026-03-26 22:52:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79a6ed0>
2026-03-26 22:52:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a224006a-ecb1-5777-9c36-19cb2bd63777/a224006a-ecb1-5777-9c36-19cb2bd63777_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252F9e5251d346604508907ae4ac0fed94fd%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/9e5251d346604508907ae4ac0fed94fd/images/large/9.jpg saved to cache
2026-03-26 22:52:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item a224006a-ecb1-5777-9c36-19cb2bd63777
2026-03-26 22:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252Fdc28e12a24ac4ea6b0de2fcd429b5861%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/dc28e12a24ac4ea6b0de2fcd429b5861/images/large/2.jpg not downloaded yet
2026-03-26 22:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252Fdc28e12a24ac4ea6b0de2fcd429b5861%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/dc28e12a24ac4ea6b0de2fcd429b5861/images/large/3.jpg not downloaded yet
2026-03-26 22:52:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b75a7210>
2026-03-26 22:52:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a224006a-ecb1-5777-9c36-19cb2bd63777/a224006a-ecb1-5777-9c36-19cb2bd63777_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:52:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252F9e5251d346604508907ae4ac0fed94fd%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/9e5251d346604508907ae4ac0fed94fd/images/large/7.jpg saved to cache
2026-03-26 22:52:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item a224006a-ecb1-5777-9c36-19cb2bd63777
2026-03-26 22:52:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7875890>
2026-03-26 22:52:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a224006a-ecb1-5777-9c36-19cb2bd63777/a224006a-ecb1-5777-9c36-19cb2bd63777_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:52:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252F9e5251d346604508907ae4ac0fed94fd%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/9e5251d346604508907ae4ac0fed94fd/images/large/4.jpg saved to cache
2026-03-26 22:52:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item a224006a-ecb1-5777-9c36-19cb2bd63777
2026-03-26 22:52:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b75a6090>
2026-03-26 22:52:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b8a785fe-b5d0-56fa-83f9-4fab89d7a362/b8a785fe-b5d0-56fa-83f9-4fab89d7a362_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:52:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dt%252F3c4b2c13fccd42cdb17d16df63331abf%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dt/3c4b2c13fccd42cdb17d16df63331abf/images/large/1.jpg saved to cache
2026-03-26 22:52:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item b8a785fe-b5d0-56fa-83f9-4fab89d7a362
2026-03-26 22:52:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cbf590>
2026-03-26 22:52:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a224006a-ecb1-5777-9c36-19cb2bd63777/a224006a-ecb1-5777-9c36-19cb2bd63777_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:52:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252F9e5251d346604508907ae4ac0fed94fd%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/9e5251d346604508907ae4ac0fed94fd/images/large/10.jpg saved to cache
2026-03-26 22:52:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item a224006a-ecb1-5777-9c36-19cb2bd63777
2026-03-26 22:52:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77bd310>
2026-03-26 22:52:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a224006a-ecb1-5777-9c36-19cb2bd63777/a224006a-ecb1-5777-9c36-19cb2bd63777_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:52:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252F9e5251d346604508907ae4ac0fed94fd%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/9e5251d346604508907ae4ac0fed94fd/images/large/8.jpg saved to cache
2026-03-26 22:52:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item a224006a-ecb1-5777-9c36-19cb2bd63777
2026-03-26 22:52:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7875290>
2026-03-26 22:52:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a224006a-ecb1-5777-9c36-19cb2bd63777/a224006a-ecb1-5777-9c36-19cb2bd63777_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:52:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bg%252F9e5251d346604508907ae4ac0fed94fd%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bg/9e5251d346604508907ae4ac0fed94fd/images/large/5.jpg saved to cache
2026-03-26 22:52:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item a224006a-ecb1-5777-9c36-19cb2bd63777
2026-03-26 22:52:34 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a224006a-ecb1-5777-9c36-19cb2bd63777, skipping ID generation
2026-03-26 22:52:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a224006a-ecb1-5777-9c36-19cb2bd63777 with scrape type 1
2026-03-26 22:52:34 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a224006a-ecb1-5777-9c36-19cb2bd63777 sending to next pipeline
2026-03-26 22:52:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: a224006a-ecb1-5777-9c36-19cb2bd63777, identifier: 1985472
2026-03-26 22:52:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: a224006a-ecb1-5777-9c36-19cb2bd63777 with identifier: 1985472
2026-03-26 22:52:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: a224006a-ecb1-5777-9c36-19cb2bd63777 with identifier: 1985472
2026-03-26 22:52:34 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: a224006a-ecb1-5777-9c36-19cb2bd63777 with identifier: 1985472 to the API
2026-03-26 22:52:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:52:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:52:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bg/9e5251d346604508907ae4ac0fed94fd/images/large/5.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'electric',
'id': 'a224006a-ecb1-5777-9c36-19cb2bd63777',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'IX3',
'odometer': 80986,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 17,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a224006a-ecb1-5777-9c36-19cb2bd63777/a224006a-ecb1-5777-9c36-19cb2bd63777_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 667302,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bg/9e5251d346604508907ae4ac0fed94fd/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a224006a-ecb1-5777-9c36-19cb2bd63777/a224006a-ecb1-5777-9c36-19cb2bd63777_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 706864,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bg/9e5251d346604508907ae4ac0fed94fd/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a224006a-ecb1-5777-9c36-19cb2bd63777/a224006a-ecb1-5777-9c36-19cb2bd63777_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 622218,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bg/9e5251d346604508907ae4ac0fed94fd/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a224006a-ecb1-5777-9c36-19cb2bd63777/a224006a-ecb1-5777-9c36-19cb2bd63777_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 748320,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bg/9e5251d346604508907ae4ac0fed94fd/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a224006a-ecb1-5777-9c36-19cb2bd63777/a224006a-ecb1-5777-9c36-19cb2bd63777_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 585500,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bg/9e5251d346604508907ae4ac0fed94fd/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a224006a-ecb1-5777-9c36-19cb2bd63777/a224006a-ecb1-5777-9c36-19cb2bd63777_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 594016,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bg/9e5251d346604508907ae4ac0fed94fd/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a224006a-ecb1-5777-9c36-19cb2bd63777/a224006a-ecb1-5777-9c36-19cb2bd63777_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 630831,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bg/9e5251d346604508907ae4ac0fed94fd/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a224006a-ecb1-5777-9c36-19cb2bd63777/a224006a-ecb1-5777-9c36-19cb2bd63777_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 735001,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bg/9e5251d346604508907ae4ac0fed94fd/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a224006a-ecb1-5777-9c36-19cb2bd63777/a224006a-ecb1-5777-9c36-19cb2bd63777_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 557647,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bg/9e5251d346604508907ae4ac0fed94fd/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a224006a-ecb1-5777-9c36-19cb2bd63777/a224006a-ecb1-5777-9c36-19cb2bd63777_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 491316,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bg/9e5251d346604508907ae4ac0fed94fd/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-12',
'seats_number': 5,
'seller_name': None,
'title': 'BMW IX3 80KWH AUTO',
'transmission': 'automatic',
'trim': '80KWH AUTO',
'vin': None,
'year': 2021}
2026-03-26 22:52:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985472%27 HTTP/1.1" 200 None
2026-03-26 22:52:34 [ayvens.be] INFO: Saving data for 1985472: {'created_time': 1774565554.968583, 'last_price_update_time': 1774565554.968594, 'auction_closing_time': 1774958400.0}
2026-03-26 22:52:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985472') HTTP/1.1" 204 0
2026-03-26 22:52:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252Fdc28e12a24ac4ea6b0de2fcd429b5861%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/dc28e12a24ac4ea6b0de2fcd429b5861/images/large/4.jpg not downloaded yet
2026-03-26 22:52:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dt/3c4b2c13fccd42cdb17d16df63331abf/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dt/3c4b2c13fccd42cdb17d16df63331abf/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2an/f019120b026b4e6ea3ffa7186350d10f/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2an/f019120b026b4e6ea3ffa7186350d10f/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252Fdc28e12a24ac4ea6b0de2fcd429b5861%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/dc28e12a24ac4ea6b0de2fcd429b5861/images/large/5.jpg not downloaded yet
2026-03-26 22:52:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dt/3c4b2c13fccd42cdb17d16df63331abf/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dt/3c4b2c13fccd42cdb17d16df63331abf/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dt/3c4b2c13fccd42cdb17d16df63331abf/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252Fdc28e12a24ac4ea6b0de2fcd429b5861%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/dc28e12a24ac4ea6b0de2fcd429b5861/images/large/6.jpg not downloaded yet
2026-03-26 22:52:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dt/3c4b2c13fccd42cdb17d16df63331abf/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252Fdc28e12a24ac4ea6b0de2fcd429b5861%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/dc28e12a24ac4ea6b0de2fcd429b5861/images/large/7.jpg not downloaded yet
2026-03-26 22:52:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252Fdc28e12a24ac4ea6b0de2fcd429b5861%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/dc28e12a24ac4ea6b0de2fcd429b5861/images/large/8.jpg not downloaded yet
2026-03-26 22:52:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252Fdc28e12a24ac4ea6b0de2fcd429b5861%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/dc28e12a24ac4ea6b0de2fcd429b5861/images/large/9.jpg not downloaded yet
2026-03-26 22:52:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252Fdc28e12a24ac4ea6b0de2fcd429b5861%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/dc28e12a24ac4ea6b0de2fcd429b5861/images/large/10.jpg not downloaded yet
2026-03-26 22:52:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6df3c90>
2026-03-26 22:52:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b8a785fe-b5d0-56fa-83f9-4fab89d7a362/b8a785fe-b5d0-56fa-83f9-4fab89d7a362_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:52:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dt%252F3c4b2c13fccd42cdb17d16df63331abf%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dt/3c4b2c13fccd42cdb17d16df63331abf/images/large/4.jpg saved to cache
2026-03-26 22:52:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item b8a785fe-b5d0-56fa-83f9-4fab89d7a362
2026-03-26 22:52:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b776b650>
2026-03-26 22:52:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b8a785fe-b5d0-56fa-83f9-4fab89d7a362/b8a785fe-b5d0-56fa-83f9-4fab89d7a362_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:52:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dt%252F3c4b2c13fccd42cdb17d16df63331abf%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dt/3c4b2c13fccd42cdb17d16df63331abf/images/large/10.jpg saved to cache
2026-03-26 22:52:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item b8a785fe-b5d0-56fa-83f9-4fab89d7a362
2026-03-26 22:52:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b787ea90>
2026-03-26 22:52:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4cda1ee7-067d-5b55-a37f-ab40174ad128/4cda1ee7-067d-5b55-a37f-ab40174ad128_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:52:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2an%252Ff019120b026b4e6ea3ffa7186350d10f%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2an/f019120b026b4e6ea3ffa7186350d10f/images/large/1.jpg saved to cache
2026-03-26 22:52:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 4cda1ee7-067d-5b55-a37f-ab40174ad128
2026-03-26 22:52:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b787c910>
2026-03-26 22:52:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4cda1ee7-067d-5b55-a37f-ab40174ad128/4cda1ee7-067d-5b55-a37f-ab40174ad128_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:52:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2an%252Ff019120b026b4e6ea3ffa7186350d10f%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2an/f019120b026b4e6ea3ffa7186350d10f/images/large/2.jpg saved to cache
2026-03-26 22:52:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 4cda1ee7-067d-5b55-a37f-ab40174ad128
2026-03-26 22:52:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2an/f019120b026b4e6ea3ffa7186350d10f/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bj/dc28e12a24ac4ea6b0de2fcd429b5861/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:35 [ayvens.be] INFO: Found listing with ID: 1985476
2026-03-26 22:52:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985476%27 HTTP/1.1" 200 None
2026-03-26 22:52:35 [ayvens.be] INFO: Scrape type for 1985476: 1
2026-03-26 22:52:35 [ayvens.be] INFO: Extracting data for car ID: 1985476
2026-03-26 22:52:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 923415d3-d6d4-571e-8e07-9b822810782d with identifier: 1985476
2026-03-26 22:52:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 923415d3-d6d4-571e-8e07-9b822810782d with scrape type 1
2026-03-26 22:52:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 923415d3-d6d4-571e-8e07-9b822810782d
2026-03-26 22:52:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252F59810485b3be46d8b831ad3ec04bf736%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/59810485b3be46d8b831ad3ec04bf736/images/large/1.jpg not downloaded yet
2026-03-26 22:52:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2an/f019120b026b4e6ea3ffa7186350d10f/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252F59810485b3be46d8b831ad3ec04bf736%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/59810485b3be46d8b831ad3ec04bf736/images/large/2.jpg not downloaded yet
2026-03-26 22:52:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cc9390>
2026-03-26 22:52:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b8a785fe-b5d0-56fa-83f9-4fab89d7a362/b8a785fe-b5d0-56fa-83f9-4fab89d7a362_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:52:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dt%252F3c4b2c13fccd42cdb17d16df63331abf%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dt/3c4b2c13fccd42cdb17d16df63331abf/images/large/3.jpg saved to cache
2026-03-26 22:52:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item b8a785fe-b5d0-56fa-83f9-4fab89d7a362
2026-03-26 22:52:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74aca10>
2026-03-26 22:52:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b8a785fe-b5d0-56fa-83f9-4fab89d7a362/b8a785fe-b5d0-56fa-83f9-4fab89d7a362_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:52:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dt%252F3c4b2c13fccd42cdb17d16df63331abf%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dt/3c4b2c13fccd42cdb17d16df63331abf/images/large/2.jpg saved to cache
2026-03-26 22:52:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item b8a785fe-b5d0-56fa-83f9-4fab89d7a362
2026-03-26 22:52:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7ccf2d0>
2026-03-26 22:52:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b8a785fe-b5d0-56fa-83f9-4fab89d7a362/b8a785fe-b5d0-56fa-83f9-4fab89d7a362_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:52:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dt%252F3c4b2c13fccd42cdb17d16df63331abf%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dt/3c4b2c13fccd42cdb17d16df63331abf/images/large/9.jpg saved to cache
2026-03-26 22:52:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item b8a785fe-b5d0-56fa-83f9-4fab89d7a362
2026-03-26 22:52:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7772d50>
2026-03-26 22:52:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b8a785fe-b5d0-56fa-83f9-4fab89d7a362/b8a785fe-b5d0-56fa-83f9-4fab89d7a362_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:52:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dt%252F3c4b2c13fccd42cdb17d16df63331abf%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dt/3c4b2c13fccd42cdb17d16df63331abf/images/large/8.jpg saved to cache
2026-03-26 22:52:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item b8a785fe-b5d0-56fa-83f9-4fab89d7a362
2026-03-26 22:52:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252F59810485b3be46d8b831ad3ec04bf736%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/59810485b3be46d8b831ad3ec04bf736/images/large/3.jpg not downloaded yet
2026-03-26 22:52:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2an/f019120b026b4e6ea3ffa7186350d10f/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2an/f019120b026b4e6ea3ffa7186350d10f/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2an/f019120b026b4e6ea3ffa7186350d10f/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2an/f019120b026b4e6ea3ffa7186350d10f/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252F59810485b3be46d8b831ad3ec04bf736%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/59810485b3be46d8b831ad3ec04bf736/images/large/4.jpg not downloaded yet
2026-03-26 22:52:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76ee610>
2026-03-26 22:52:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4cda1ee7-067d-5b55-a37f-ab40174ad128/4cda1ee7-067d-5b55-a37f-ab40174ad128_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:52:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2an%252Ff019120b026b4e6ea3ffa7186350d10f%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2an/f019120b026b4e6ea3ffa7186350d10f/images/large/3.jpg saved to cache
2026-03-26 22:52:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 4cda1ee7-067d-5b55-a37f-ab40174ad128
2026-03-26 22:52:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74ad910>
2026-03-26 22:52:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ac3f7c41-dc83-5791-8842-4fd94dd6637f/ac3f7c41-dc83-5791-8842-4fd94dd6637f_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:52:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252Fdc28e12a24ac4ea6b0de2fcd429b5861%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/dc28e12a24ac4ea6b0de2fcd429b5861/images/large/1.jpg saved to cache
2026-03-26 22:52:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item ac3f7c41-dc83-5791-8842-4fd94dd6637f
2026-03-26 22:52:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b787f9d0>
2026-03-26 22:52:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4cda1ee7-067d-5b55-a37f-ab40174ad128/4cda1ee7-067d-5b55-a37f-ab40174ad128_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2an%252Ff019120b026b4e6ea3ffa7186350d10f%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2an/f019120b026b4e6ea3ffa7186350d10f/images/large/9.jpg saved to cache
2026-03-26 22:52:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 4cda1ee7-067d-5b55-a37f-ab40174ad128
2026-03-26 22:52:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2an/f019120b026b4e6ea3ffa7186350d10f/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252F59810485b3be46d8b831ad3ec04bf736%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/59810485b3be46d8b831ad3ec04bf736/images/large/5.jpg not downloaded yet
2026-03-26 22:52:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bj/dc28e12a24ac4ea6b0de2fcd429b5861/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252F59810485b3be46d8b831ad3ec04bf736%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/59810485b3be46d8b831ad3ec04bf736/images/large/6.jpg not downloaded yet
2026-03-26 22:52:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bj/dc28e12a24ac4ea6b0de2fcd429b5861/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252F59810485b3be46d8b831ad3ec04bf736%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/59810485b3be46d8b831ad3ec04bf736/images/large/7.jpg not downloaded yet
2026-03-26 22:52:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77bc190>
2026-03-26 22:52:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4cda1ee7-067d-5b55-a37f-ab40174ad128/4cda1ee7-067d-5b55-a37f-ab40174ad128_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2an%252Ff019120b026b4e6ea3ffa7186350d10f%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2an/f019120b026b4e6ea3ffa7186350d10f/images/large/7.jpg saved to cache
2026-03-26 22:52:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 4cda1ee7-067d-5b55-a37f-ab40174ad128
2026-03-26 22:52:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7414d10>
2026-03-26 22:52:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4cda1ee7-067d-5b55-a37f-ab40174ad128/4cda1ee7-067d-5b55-a37f-ab40174ad128_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2an%252Ff019120b026b4e6ea3ffa7186350d10f%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2an/f019120b026b4e6ea3ffa7186350d10f/images/large/10.jpg saved to cache
2026-03-26 22:52:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 4cda1ee7-067d-5b55-a37f-ab40174ad128
2026-03-26 22:52:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e1d110>
2026-03-26 22:52:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4cda1ee7-067d-5b55-a37f-ab40174ad128/4cda1ee7-067d-5b55-a37f-ab40174ad128_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2an%252Ff019120b026b4e6ea3ffa7186350d10f%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2an/f019120b026b4e6ea3ffa7186350d10f/images/large/8.jpg saved to cache
2026-03-26 22:52:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 4cda1ee7-067d-5b55-a37f-ab40174ad128
2026-03-26 22:52:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7a61490>
2026-03-26 22:52:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4cda1ee7-067d-5b55-a37f-ab40174ad128/4cda1ee7-067d-5b55-a37f-ab40174ad128_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2an%252Ff019120b026b4e6ea3ffa7186350d10f%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2an/f019120b026b4e6ea3ffa7186350d10f/images/large/6.jpg saved to cache
2026-03-26 22:52:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 4cda1ee7-067d-5b55-a37f-ab40174ad128
2026-03-26 22:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252F59810485b3be46d8b831ad3ec04bf736%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/59810485b3be46d8b831ad3ec04bf736/images/large/8.jpg not downloaded yet
2026-03-26 22:52:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2an/f019120b026b4e6ea3ffa7186350d10f/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bj/dc28e12a24ac4ea6b0de2fcd429b5861/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252F59810485b3be46d8b831ad3ec04bf736%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/59810485b3be46d8b831ad3ec04bf736/images/large/9.jpg not downloaded yet
2026-03-26 22:52:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cr/59810485b3be46d8b831ad3ec04bf736/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79a6710>
2026-03-26 22:52:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4cda1ee7-067d-5b55-a37f-ab40174ad128/4cda1ee7-067d-5b55-a37f-ab40174ad128_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2an%252Ff019120b026b4e6ea3ffa7186350d10f%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2an/f019120b026b4e6ea3ffa7186350d10f/images/large/4.jpg saved to cache
2026-03-26 22:52:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 4cda1ee7-067d-5b55-a37f-ab40174ad128
2026-03-26 22:52:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7a63010>
2026-03-26 22:52:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ac3f7c41-dc83-5791-8842-4fd94dd6637f/ac3f7c41-dc83-5791-8842-4fd94dd6637f_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252Fdc28e12a24ac4ea6b0de2fcd429b5861%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/dc28e12a24ac4ea6b0de2fcd429b5861/images/large/3.jpg saved to cache
2026-03-26 22:52:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item ac3f7c41-dc83-5791-8842-4fd94dd6637f
2026-03-26 22:52:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b740a950>
2026-03-26 22:52:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ac3f7c41-dc83-5791-8842-4fd94dd6637f/ac3f7c41-dc83-5791-8842-4fd94dd6637f_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252Fdc28e12a24ac4ea6b0de2fcd429b5861%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/dc28e12a24ac4ea6b0de2fcd429b5861/images/large/4.jpg saved to cache
2026-03-26 22:52:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item ac3f7c41-dc83-5791-8842-4fd94dd6637f
2026-03-26 22:52:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bj/dc28e12a24ac4ea6b0de2fcd429b5861/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252F59810485b3be46d8b831ad3ec04bf736%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/59810485b3be46d8b831ad3ec04bf736/images/large/10.jpg not downloaded yet
2026-03-26 22:52:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bj/dc28e12a24ac4ea6b0de2fcd429b5861/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bj/dc28e12a24ac4ea6b0de2fcd429b5861/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:36 [ayvens.be] INFO: Found listing with ID: 1985477
2026-03-26 22:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985477%27 HTTP/1.1" 200 None
2026-03-26 22:52:36 [ayvens.be] INFO: Scrape type for 1985477: 1
2026-03-26 22:52:36 [ayvens.be] INFO: Extracting data for car ID: 1985477
2026-03-26 22:52:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a2e04f41-d376-5af6-88b1-4d1b9319a3f0 with identifier: 1985477
2026-03-26 22:52:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a2e04f41-d376-5af6-88b1-4d1b9319a3f0 with scrape type 1
2026-03-26 22:52:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item a2e04f41-d376-5af6-88b1-4d1b9319a3f0
2026-03-26 22:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252Feabe18af1525459a99d1e32d05f4b9ca%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/eabe18af1525459a99d1e32d05f4b9ca/images/large/1.jpg not downloaded yet
2026-03-26 22:52:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cr/59810485b3be46d8b831ad3ec04bf736/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252Feabe18af1525459a99d1e32d05f4b9ca%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/eabe18af1525459a99d1e32d05f4b9ca/images/large/2.jpg not downloaded yet
2026-03-26 22:52:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cbe810>
2026-03-26 22:52:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4cda1ee7-067d-5b55-a37f-ab40174ad128/4cda1ee7-067d-5b55-a37f-ab40174ad128_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:52:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2an%252Ff019120b026b4e6ea3ffa7186350d10f%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2an/f019120b026b4e6ea3ffa7186350d10f/images/large/5.jpg saved to cache
2026-03-26 22:52:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 4cda1ee7-067d-5b55-a37f-ab40174ad128
2026-03-26 22:52:37 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4cda1ee7-067d-5b55-a37f-ab40174ad128, skipping ID generation
2026-03-26 22:52:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4cda1ee7-067d-5b55-a37f-ab40174ad128 with scrape type 1
2026-03-26 22:52:37 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4cda1ee7-067d-5b55-a37f-ab40174ad128 sending to next pipeline
2026-03-26 22:52:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 4cda1ee7-067d-5b55-a37f-ab40174ad128, identifier: 1985474
2026-03-26 22:52:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76e34d0>
2026-03-26 22:52:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ac3f7c41-dc83-5791-8842-4fd94dd6637f/ac3f7c41-dc83-5791-8842-4fd94dd6637f_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:52:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252Fdc28e12a24ac4ea6b0de2fcd429b5861%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/dc28e12a24ac4ea6b0de2fcd429b5861/images/large/2.jpg saved to cache
2026-03-26 22:52:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item ac3f7c41-dc83-5791-8842-4fd94dd6637f
2026-03-26 22:52:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b727d610>
2026-03-26 22:52:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_923415d3-d6d4-571e-8e07-9b822810782d/923415d3-d6d4-571e-8e07-9b822810782d_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:52:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252F59810485b3be46d8b831ad3ec04bf736%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/59810485b3be46d8b831ad3ec04bf736/images/large/1.jpg saved to cache
2026-03-26 22:52:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 923415d3-d6d4-571e-8e07-9b822810782d
2026-03-26 22:52:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dt/3c4b2c13fccd42cdb17d16df63331abf/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bj/dc28e12a24ac4ea6b0de2fcd429b5861/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 4cda1ee7-067d-5b55-a37f-ab40174ad128 with identifier: 1985474
2026-03-26 22:52:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 4cda1ee7-067d-5b55-a37f-ab40174ad128 with identifier: 1985474
2026-03-26 22:52:37 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 4cda1ee7-067d-5b55-a37f-ab40174ad128 with identifier: 1985474 to the API
2026-03-26 22:52:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:52:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:52:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2an/f019120b026b4e6ea3ffa7186350d10f/images/large/5.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '4cda1ee7-067d-5b55-a37f-ab40174ad128',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'X3',
'odometer': 175265,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 15,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4cda1ee7-067d-5b55-a37f-ab40174ad128/4cda1ee7-067d-5b55-a37f-ab40174ad128_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 523196,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2an/f019120b026b4e6ea3ffa7186350d10f/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4cda1ee7-067d-5b55-a37f-ab40174ad128/4cda1ee7-067d-5b55-a37f-ab40174ad128_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 438300,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2an/f019120b026b4e6ea3ffa7186350d10f/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4cda1ee7-067d-5b55-a37f-ab40174ad128/4cda1ee7-067d-5b55-a37f-ab40174ad128_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 485406,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2an/f019120b026b4e6ea3ffa7186350d10f/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4cda1ee7-067d-5b55-a37f-ab40174ad128/4cda1ee7-067d-5b55-a37f-ab40174ad128_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 501195,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2an/f019120b026b4e6ea3ffa7186350d10f/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4cda1ee7-067d-5b55-a37f-ab40174ad128/4cda1ee7-067d-5b55-a37f-ab40174ad128_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 402390,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2an/f019120b026b4e6ea3ffa7186350d10f/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4cda1ee7-067d-5b55-a37f-ab40174ad128/4cda1ee7-067d-5b55-a37f-ab40174ad128_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 342585,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2an/f019120b026b4e6ea3ffa7186350d10f/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4cda1ee7-067d-5b55-a37f-ab40174ad128/4cda1ee7-067d-5b55-a37f-ab40174ad128_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 391481,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2an/f019120b026b4e6ea3ffa7186350d10f/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4cda1ee7-067d-5b55-a37f-ab40174ad128/4cda1ee7-067d-5b55-a37f-ab40174ad128_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 360215,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2an/f019120b026b4e6ea3ffa7186350d10f/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4cda1ee7-067d-5b55-a37f-ab40174ad128/4cda1ee7-067d-5b55-a37f-ab40174ad128_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 292995,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2an/f019120b026b4e6ea3ffa7186350d10f/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4cda1ee7-067d-5b55-a37f-ab40174ad128/4cda1ee7-067d-5b55-a37f-ab40174ad128_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 327301,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2an/f019120b026b4e6ea3ffa7186350d10f/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-20',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X3 2.0 XDRIVE30E (120KW) AUTO',
'transmission': 'automatic',
'trim': '2.0 XDRIVE30E (120KW) AUTO',
'vin': None,
'year': 2021}
2026-03-26 22:52:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985474%27 HTTP/1.1" 200 None
2026-03-26 22:52:37 [ayvens.be] INFO: Saving data for 1985474: {'created_time': 1774565557.772481, 'last_price_update_time': 1774565557.772491, 'auction_closing_time': 1774958400.0}
2026-03-26 22:52:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985474') HTTP/1.1" 204 0
2026-03-26 22:52:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bj/dc28e12a24ac4ea6b0de2fcd429b5861/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252Feabe18af1525459a99d1e32d05f4b9ca%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/eabe18af1525459a99d1e32d05f4b9ca/images/large/3.jpg not downloaded yet
2026-03-26 22:52:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bj/dc28e12a24ac4ea6b0de2fcd429b5861/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b75a5c90>
2026-03-26 22:52:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ac3f7c41-dc83-5791-8842-4fd94dd6637f/ac3f7c41-dc83-5791-8842-4fd94dd6637f_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:52:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252Fdc28e12a24ac4ea6b0de2fcd429b5861%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/dc28e12a24ac4ea6b0de2fcd429b5861/images/large/10.jpg saved to cache
2026-03-26 22:52:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item ac3f7c41-dc83-5791-8842-4fd94dd6637f
2026-03-26 22:52:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7ce9d90>
2026-03-26 22:52:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ac3f7c41-dc83-5791-8842-4fd94dd6637f/ac3f7c41-dc83-5791-8842-4fd94dd6637f_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:52:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252Fdc28e12a24ac4ea6b0de2fcd429b5861%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/dc28e12a24ac4ea6b0de2fcd429b5861/images/large/9.jpg saved to cache
2026-03-26 22:52:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item ac3f7c41-dc83-5791-8842-4fd94dd6637f
2026-03-26 22:52:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7745890>
2026-03-26 22:52:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ac3f7c41-dc83-5791-8842-4fd94dd6637f/ac3f7c41-dc83-5791-8842-4fd94dd6637f_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:52:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252Fdc28e12a24ac4ea6b0de2fcd429b5861%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/dc28e12a24ac4ea6b0de2fcd429b5861/images/large/8.jpg saved to cache
2026-03-26 22:52:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item ac3f7c41-dc83-5791-8842-4fd94dd6637f
2026-03-26 22:52:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7ccf0d0>
2026-03-26 22:52:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_923415d3-d6d4-571e-8e07-9b822810782d/923415d3-d6d4-571e-8e07-9b822810782d_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:52:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252F59810485b3be46d8b831ad3ec04bf736%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/59810485b3be46d8b831ad3ec04bf736/images/large/2.jpg saved to cache
2026-03-26 22:52:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 923415d3-d6d4-571e-8e07-9b822810782d
2026-03-26 22:52:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cr/59810485b3be46d8b831ad3ec04bf736/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252Feabe18af1525459a99d1e32d05f4b9ca%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/eabe18af1525459a99d1e32d05f4b9ca/images/large/4.jpg not downloaded yet
2026-03-26 22:52:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6decfd0>
2026-03-26 22:52:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b8a785fe-b5d0-56fa-83f9-4fab89d7a362/b8a785fe-b5d0-56fa-83f9-4fab89d7a362_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:52:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dt%252F3c4b2c13fccd42cdb17d16df63331abf%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dt/3c4b2c13fccd42cdb17d16df63331abf/images/large/7.jpg saved to cache
2026-03-26 22:52:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item b8a785fe-b5d0-56fa-83f9-4fab89d7a362
2026-03-26 22:52:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7982950>
2026-03-26 22:52:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ac3f7c41-dc83-5791-8842-4fd94dd6637f/ac3f7c41-dc83-5791-8842-4fd94dd6637f_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:52:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252Fdc28e12a24ac4ea6b0de2fcd429b5861%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/dc28e12a24ac4ea6b0de2fcd429b5861/images/large/7.jpg saved to cache
2026-03-26 22:52:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item ac3f7c41-dc83-5791-8842-4fd94dd6637f
2026-03-26 22:52:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cr/59810485b3be46d8b831ad3ec04bf736/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252Feabe18af1525459a99d1e32d05f4b9ca%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/eabe18af1525459a99d1e32d05f4b9ca/images/large/5.jpg not downloaded yet
2026-03-26 22:52:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7290e10>
2026-03-26 22:52:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ac3f7c41-dc83-5791-8842-4fd94dd6637f/ac3f7c41-dc83-5791-8842-4fd94dd6637f_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:52:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252Fdc28e12a24ac4ea6b0de2fcd429b5861%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/dc28e12a24ac4ea6b0de2fcd429b5861/images/large/6.jpg saved to cache
2026-03-26 22:52:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item ac3f7c41-dc83-5791-8842-4fd94dd6637f
2026-03-26 22:52:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b78c3310>
2026-03-26 22:52:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ac3f7c41-dc83-5791-8842-4fd94dd6637f/ac3f7c41-dc83-5791-8842-4fd94dd6637f_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:52:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252Fdc28e12a24ac4ea6b0de2fcd429b5861%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/dc28e12a24ac4ea6b0de2fcd429b5861/images/large/5.jpg saved to cache
2026-03-26 22:52:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item ac3f7c41-dc83-5791-8842-4fd94dd6637f
2026-03-26 22:52:38 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ac3f7c41-dc83-5791-8842-4fd94dd6637f, skipping ID generation
2026-03-26 22:52:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ac3f7c41-dc83-5791-8842-4fd94dd6637f with scrape type 1
2026-03-26 22:52:38 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ac3f7c41-dc83-5791-8842-4fd94dd6637f sending to next pipeline
2026-03-26 22:52:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: ac3f7c41-dc83-5791-8842-4fd94dd6637f, identifier: 1985475
2026-03-26 22:52:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cr/59810485b3be46d8b831ad3ec04bf736/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: ac3f7c41-dc83-5791-8842-4fd94dd6637f with identifier: 1985475
2026-03-26 22:52:38 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 22:52:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-26 22:52:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: ac3f7c41-dc83-5791-8842-4fd94dd6637f with identifier: 1985475
2026-03-26 22:52:38 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: ac3f7c41-dc83-5791-8842-4fd94dd6637f with identifier: 1985475 to the API
2026-03-26 22:52:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:52:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:52:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bj/dc28e12a24ac4ea6b0de2fcd429b5861/images/large/5.jpg>
{'auction_title': '',
'c_o_2_emission_value': 116,
'color': 'COSMOSZWART',
'currency': 'EUR',
'doors_number': 4,
'engine': '1.9L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': 'ac3f7c41-dc83-5791-8842-4fd94dd6637f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'A-CLASS LIMOUSINE',
'odometer': 120855,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 14,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ac3f7c41-dc83-5791-8842-4fd94dd6637f/ac3f7c41-dc83-5791-8842-4fd94dd6637f_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 430652,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bj/dc28e12a24ac4ea6b0de2fcd429b5861/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ac3f7c41-dc83-5791-8842-4fd94dd6637f/ac3f7c41-dc83-5791-8842-4fd94dd6637f_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 412464,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bj/dc28e12a24ac4ea6b0de2fcd429b5861/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ac3f7c41-dc83-5791-8842-4fd94dd6637f/ac3f7c41-dc83-5791-8842-4fd94dd6637f_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 421192,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bj/dc28e12a24ac4ea6b0de2fcd429b5861/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ac3f7c41-dc83-5791-8842-4fd94dd6637f/ac3f7c41-dc83-5791-8842-4fd94dd6637f_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 524738,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bj/dc28e12a24ac4ea6b0de2fcd429b5861/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ac3f7c41-dc83-5791-8842-4fd94dd6637f/ac3f7c41-dc83-5791-8842-4fd94dd6637f_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 236363,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bj/dc28e12a24ac4ea6b0de2fcd429b5861/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ac3f7c41-dc83-5791-8842-4fd94dd6637f/ac3f7c41-dc83-5791-8842-4fd94dd6637f_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 364356,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bj/dc28e12a24ac4ea6b0de2fcd429b5861/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ac3f7c41-dc83-5791-8842-4fd94dd6637f/ac3f7c41-dc83-5791-8842-4fd94dd6637f_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 405992,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bj/dc28e12a24ac4ea6b0de2fcd429b5861/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ac3f7c41-dc83-5791-8842-4fd94dd6637f/ac3f7c41-dc83-5791-8842-4fd94dd6637f_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 405510,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bj/dc28e12a24ac4ea6b0de2fcd429b5861/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ac3f7c41-dc83-5791-8842-4fd94dd6637f/ac3f7c41-dc83-5791-8842-4fd94dd6637f_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 373754,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bj/dc28e12a24ac4ea6b0de2fcd429b5861/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ac3f7c41-dc83-5791-8842-4fd94dd6637f/ac3f7c41-dc83-5791-8842-4fd94dd6637f_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 425687,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bj/dc28e12a24ac4ea6b0de2fcd429b5861/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-02',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ A-CLASS LIMOUSINE 2.0 A 180 D BUSINESS SOLUTION DCT',
'transmission': 'automatic',
'trim': '2.0 A 180 D BUSINESS SOLUTION DCT',
'vin': None,
'year': 2021}
2026-03-26 22:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985475%27 HTTP/1.1" 200 None
2026-03-26 22:52:39 [ayvens.be] INFO: Saving data for 1985475: {'created_time': 1774565559.062894, 'last_price_update_time': 1774565559.062904, 'auction_closing_time': 1774958400.0}
2026-03-26 22:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985475') HTTP/1.1" 204 0
2026-03-26 22:52:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dt/3c4b2c13fccd42cdb17d16df63331abf/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252Feabe18af1525459a99d1e32d05f4b9ca%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/eabe18af1525459a99d1e32d05f4b9ca/images/large/6.jpg not downloaded yet
2026-03-26 22:52:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7427950>
2026-03-26 22:52:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_923415d3-d6d4-571e-8e07-9b822810782d/923415d3-d6d4-571e-8e07-9b822810782d_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252F59810485b3be46d8b831ad3ec04bf736%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/59810485b3be46d8b831ad3ec04bf736/images/large/3.jpg saved to cache
2026-03-26 22:52:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 923415d3-d6d4-571e-8e07-9b822810782d
2026-03-26 22:52:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cr/59810485b3be46d8b831ad3ec04bf736/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cr/59810485b3be46d8b831ad3ec04bf736/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252Feabe18af1525459a99d1e32d05f4b9ca%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/eabe18af1525459a99d1e32d05f4b9ca/images/large/7.jpg not downloaded yet
2026-03-26 22:52:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b788ef90>
2026-03-26 22:52:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_923415d3-d6d4-571e-8e07-9b822810782d/923415d3-d6d4-571e-8e07-9b822810782d_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252F59810485b3be46d8b831ad3ec04bf736%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/59810485b3be46d8b831ad3ec04bf736/images/large/4.jpg saved to cache
2026-03-26 22:52:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 923415d3-d6d4-571e-8e07-9b822810782d
2026-03-26 22:52:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b782f650>
2026-03-26 22:52:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_923415d3-d6d4-571e-8e07-9b822810782d/923415d3-d6d4-571e-8e07-9b822810782d_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252F59810485b3be46d8b831ad3ec04bf736%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/59810485b3be46d8b831ad3ec04bf736/images/large/5.jpg saved to cache
2026-03-26 22:52:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 923415d3-d6d4-571e-8e07-9b822810782d
2026-03-26 22:52:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cr/59810485b3be46d8b831ad3ec04bf736/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cr/59810485b3be46d8b831ad3ec04bf736/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252Feabe18af1525459a99d1e32d05f4b9ca%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/eabe18af1525459a99d1e32d05f4b9ca/images/large/8.jpg not downloaded yet
2026-03-26 22:52:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cr/59810485b3be46d8b831ad3ec04bf736/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252Feabe18af1525459a99d1e32d05f4b9ca%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/eabe18af1525459a99d1e32d05f4b9ca/images/large/9.jpg not downloaded yet
2026-03-26 22:52:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7771950>
2026-03-26 22:52:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b8a785fe-b5d0-56fa-83f9-4fab89d7a362/b8a785fe-b5d0-56fa-83f9-4fab89d7a362_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dt%252F3c4b2c13fccd42cdb17d16df63331abf%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dt/3c4b2c13fccd42cdb17d16df63331abf/images/large/6.jpg saved to cache
2026-03-26 22:52:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item b8a785fe-b5d0-56fa-83f9-4fab89d7a362
2026-03-26 22:52:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7980cd0>
2026-03-26 22:52:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_923415d3-d6d4-571e-8e07-9b822810782d/923415d3-d6d4-571e-8e07-9b822810782d_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252F59810485b3be46d8b831ad3ec04bf736%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/59810485b3be46d8b831ad3ec04bf736/images/large/7.jpg saved to cache
2026-03-26 22:52:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 923415d3-d6d4-571e-8e07-9b822810782d
2026-03-26 22:52:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6df3090>
2026-03-26 22:52:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_923415d3-d6d4-571e-8e07-9b822810782d/923415d3-d6d4-571e-8e07-9b822810782d_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252F59810485b3be46d8b831ad3ec04bf736%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/59810485b3be46d8b831ad3ec04bf736/images/large/6.jpg saved to cache
2026-03-26 22:52:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 923415d3-d6d4-571e-8e07-9b822810782d
2026-03-26 22:52:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dt/3c4b2c13fccd42cdb17d16df63331abf/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252Feabe18af1525459a99d1e32d05f4b9ca%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/eabe18af1525459a99d1e32d05f4b9ca/images/large/10.jpg not downloaded yet
2026-03-26 22:52:39 [ayvens.be] INFO: Found listing with ID: 1985478
2026-03-26 22:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985478%27 HTTP/1.1" 200 None
2026-03-26 22:52:39 [ayvens.be] INFO: Scrape type for 1985478: 1
2026-03-26 22:52:39 [ayvens.be] INFO: Extracting data for car ID: 1985478
2026-03-26 22:52:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 70e48b0d-73c6-561d-946b-a94fc8b7222f with identifier: 1985478
2026-03-26 22:52:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70e48b0d-73c6-561d-946b-a94fc8b7222f with scrape type 1
2026-03-26 22:52:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 70e48b0d-73c6-561d-946b-a94fc8b7222f
2026-03-26 22:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252F005eb4c39fc74bef99fee218cd289d4e%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/005eb4c39fc74bef99fee218cd289d4e/images/large/1.jpg not downloaded yet
2026-03-26 22:52:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b787c850>
2026-03-26 22:52:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_923415d3-d6d4-571e-8e07-9b822810782d/923415d3-d6d4-571e-8e07-9b822810782d_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252F59810485b3be46d8b831ad3ec04bf736%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/59810485b3be46d8b831ad3ec04bf736/images/large/9.jpg saved to cache
2026-03-26 22:52:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 923415d3-d6d4-571e-8e07-9b822810782d
2026-03-26 22:52:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7a60410>
2026-03-26 22:52:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_923415d3-d6d4-571e-8e07-9b822810782d/923415d3-d6d4-571e-8e07-9b822810782d_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252F59810485b3be46d8b831ad3ec04bf736%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/59810485b3be46d8b831ad3ec04bf736/images/large/8.jpg saved to cache
2026-03-26 22:52:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 923415d3-d6d4-571e-8e07-9b822810782d
2026-03-26 22:52:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b728ea10>
2026-03-26 22:52:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_923415d3-d6d4-571e-8e07-9b822810782d/923415d3-d6d4-571e-8e07-9b822810782d_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252F59810485b3be46d8b831ad3ec04bf736%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/59810485b3be46d8b831ad3ec04bf736/images/large/10.jpg saved to cache
2026-03-26 22:52:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 923415d3-d6d4-571e-8e07-9b822810782d
2026-03-26 22:52:39 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 923415d3-d6d4-571e-8e07-9b822810782d, skipping ID generation
2026-03-26 22:52:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 923415d3-d6d4-571e-8e07-9b822810782d with scrape type 1
2026-03-26 22:52:39 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 923415d3-d6d4-571e-8e07-9b822810782d sending to next pipeline
2026-03-26 22:52:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 923415d3-d6d4-571e-8e07-9b822810782d, identifier: 1985476
2026-03-26 22:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252F005eb4c39fc74bef99fee218cd289d4e%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/005eb4c39fc74bef99fee218cd289d4e/images/large/2.jpg not downloaded yet
2026-03-26 22:52:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 923415d3-d6d4-571e-8e07-9b822810782d with identifier: 1985476
2026-03-26 22:52:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 923415d3-d6d4-571e-8e07-9b822810782d with identifier: 1985476
2026-03-26 22:52:40 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 923415d3-d6d4-571e-8e07-9b822810782d with identifier: 1985476 to the API
2026-03-26 22:52:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:52:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:52:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2cr/59810485b3be46d8b831ad3ec04bf736/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': 121,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 4,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': '923415d3-d6d4-571e-8e07-9b822810782d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '2 SERIES GRAN COUPE',
'odometer': 118063,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 15,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_923415d3-d6d4-571e-8e07-9b822810782d/923415d3-d6d4-571e-8e07-9b822810782d_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 240293,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cr/59810485b3be46d8b831ad3ec04bf736/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_923415d3-d6d4-571e-8e07-9b822810782d/923415d3-d6d4-571e-8e07-9b822810782d_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 230544,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cr/59810485b3be46d8b831ad3ec04bf736/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_923415d3-d6d4-571e-8e07-9b822810782d/923415d3-d6d4-571e-8e07-9b822810782d_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 270629,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cr/59810485b3be46d8b831ad3ec04bf736/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_923415d3-d6d4-571e-8e07-9b822810782d/923415d3-d6d4-571e-8e07-9b822810782d_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 283956,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cr/59810485b3be46d8b831ad3ec04bf736/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_923415d3-d6d4-571e-8e07-9b822810782d/923415d3-d6d4-571e-8e07-9b822810782d_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 309771,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cr/59810485b3be46d8b831ad3ec04bf736/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_923415d3-d6d4-571e-8e07-9b822810782d/923415d3-d6d4-571e-8e07-9b822810782d_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 310916,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cr/59810485b3be46d8b831ad3ec04bf736/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_923415d3-d6d4-571e-8e07-9b822810782d/923415d3-d6d4-571e-8e07-9b822810782d_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 294856,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cr/59810485b3be46d8b831ad3ec04bf736/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_923415d3-d6d4-571e-8e07-9b822810782d/923415d3-d6d4-571e-8e07-9b822810782d_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 334168,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cr/59810485b3be46d8b831ad3ec04bf736/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_923415d3-d6d4-571e-8e07-9b822810782d/923415d3-d6d4-571e-8e07-9b822810782d_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 353801,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cr/59810485b3be46d8b831ad3ec04bf736/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_923415d3-d6d4-571e-8e07-9b822810782d/923415d3-d6d4-571e-8e07-9b822810782d_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 362732,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cr/59810485b3be46d8b831ad3ec04bf736/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-28',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 2 SERIES GRAN COUPE 1.5 216DA GRAN COUPE',
'transmission': 'automatic',
'trim': '1.5 216DA GRAN COUPE',
'vin': None,
'year': 2022}
2026-03-26 22:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985476%27 HTTP/1.1" 200 None
2026-03-26 22:52:40 [ayvens.be] INFO: Saving data for 1985476: {'created_time': 1774565560.346578, 'last_price_update_time': 1774565560.346588, 'auction_closing_time': 1774958400.0}
2026-03-26 22:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985476') HTTP/1.1" 204 0
2026-03-26 22:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252F005eb4c39fc74bef99fee218cd289d4e%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/005eb4c39fc74bef99fee218cd289d4e/images/large/3.jpg not downloaded yet
2026-03-26 22:52:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bl/eabe18af1525459a99d1e32d05f4b9ca/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bl/eabe18af1525459a99d1e32d05f4b9ca/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bl/eabe18af1525459a99d1e32d05f4b9ca/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252F005eb4c39fc74bef99fee218cd289d4e%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/005eb4c39fc74bef99fee218cd289d4e/images/large/4.jpg not downloaded yet
2026-03-26 22:52:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7924510>
2026-03-26 22:52:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b8a785fe-b5d0-56fa-83f9-4fab89d7a362/b8a785fe-b5d0-56fa-83f9-4fab89d7a362_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dt%252F3c4b2c13fccd42cdb17d16df63331abf%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dt/3c4b2c13fccd42cdb17d16df63331abf/images/large/5.jpg saved to cache
2026-03-26 22:52:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item b8a785fe-b5d0-56fa-83f9-4fab89d7a362
2026-03-26 22:52:40 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b8a785fe-b5d0-56fa-83f9-4fab89d7a362, skipping ID generation
2026-03-26 22:52:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b8a785fe-b5d0-56fa-83f9-4fab89d7a362 with scrape type 1
2026-03-26 22:52:40 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b8a785fe-b5d0-56fa-83f9-4fab89d7a362 sending to next pipeline
2026-03-26 22:52:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: b8a785fe-b5d0-56fa-83f9-4fab89d7a362, identifier: 1985473
2026-03-26 22:52:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bl/eabe18af1525459a99d1e32d05f4b9ca/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: b8a785fe-b5d0-56fa-83f9-4fab89d7a362 with identifier: 1985473
2026-03-26 22:52:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: b8a785fe-b5d0-56fa-83f9-4fab89d7a362 with identifier: 1985473
2026-03-26 22:52:40 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: b8a785fe-b5d0-56fa-83f9-4fab89d7a362 with identifier: 1985473 to the API
2026-03-26 22:52:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:52:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:52:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2dt/3c4b2c13fccd42cdb17d16df63331abf/images/large/5.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'b8a785fe-b5d0-56fa-83f9-4fab89d7a362',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'GOLF VIII',
'odometer': 83009,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 17,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b8a785fe-b5d0-56fa-83f9-4fab89d7a362/b8a785fe-b5d0-56fa-83f9-4fab89d7a362_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 769929,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dt/3c4b2c13fccd42cdb17d16df63331abf/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b8a785fe-b5d0-56fa-83f9-4fab89d7a362/b8a785fe-b5d0-56fa-83f9-4fab89d7a362_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 757211,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dt/3c4b2c13fccd42cdb17d16df63331abf/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b8a785fe-b5d0-56fa-83f9-4fab89d7a362/b8a785fe-b5d0-56fa-83f9-4fab89d7a362_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 692422,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dt/3c4b2c13fccd42cdb17d16df63331abf/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b8a785fe-b5d0-56fa-83f9-4fab89d7a362/b8a785fe-b5d0-56fa-83f9-4fab89d7a362_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 807021,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dt/3c4b2c13fccd42cdb17d16df63331abf/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b8a785fe-b5d0-56fa-83f9-4fab89d7a362/b8a785fe-b5d0-56fa-83f9-4fab89d7a362_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 594441,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dt/3c4b2c13fccd42cdb17d16df63331abf/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b8a785fe-b5d0-56fa-83f9-4fab89d7a362/b8a785fe-b5d0-56fa-83f9-4fab89d7a362_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 556212,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dt/3c4b2c13fccd42cdb17d16df63331abf/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b8a785fe-b5d0-56fa-83f9-4fab89d7a362/b8a785fe-b5d0-56fa-83f9-4fab89d7a362_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 614449,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dt/3c4b2c13fccd42cdb17d16df63331abf/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b8a785fe-b5d0-56fa-83f9-4fab89d7a362/b8a785fe-b5d0-56fa-83f9-4fab89d7a362_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 802120,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dt/3c4b2c13fccd42cdb17d16df63331abf/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b8a785fe-b5d0-56fa-83f9-4fab89d7a362/b8a785fe-b5d0-56fa-83f9-4fab89d7a362_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 605604,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dt/3c4b2c13fccd42cdb17d16df63331abf/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b8a785fe-b5d0-56fa-83f9-4fab89d7a362/b8a785fe-b5d0-56fa-83f9-4fab89d7a362_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 497101,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dt/3c4b2c13fccd42cdb17d16df63331abf/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-20',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN GOLF VIII 1.4 EHYBRID STYLE BUSINESS DSG',
'transmission': 'automatic',
'trim': '1.4 EHYBRID STYLE BUSINESS DSG',
'vin': None,
'year': 2023}
2026-03-26 22:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985473%27 HTTP/1.1" 200 None
2026-03-26 22:52:40 [ayvens.be] INFO: Saving data for 1985473: {'created_time': 1774565560.845004, 'last_price_update_time': 1774565560.845015, 'auction_closing_time': 1774958400.0}
2026-03-26 22:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985473') HTTP/1.1" 204 0
2026-03-26 22:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252F005eb4c39fc74bef99fee218cd289d4e%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/005eb4c39fc74bef99fee218cd289d4e/images/large/5.jpg not downloaded yet
2026-03-26 22:52:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bl/eabe18af1525459a99d1e32d05f4b9ca/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bl/eabe18af1525459a99d1e32d05f4b9ca/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252F005eb4c39fc74bef99fee218cd289d4e%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/005eb4c39fc74bef99fee218cd289d4e/images/large/6.jpg not downloaded yet
2026-03-26 22:52:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79f9f50>
2026-03-26 22:52:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a2e04f41-d376-5af6-88b1-4d1b9319a3f0/a2e04f41-d376-5af6-88b1-4d1b9319a3f0_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252Feabe18af1525459a99d1e32d05f4b9ca%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/eabe18af1525459a99d1e32d05f4b9ca/images/large/3.jpg saved to cache
2026-03-26 22:52:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item a2e04f41-d376-5af6-88b1-4d1b9319a3f0
2026-03-26 22:52:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79f1b50>
2026-03-26 22:52:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a2e04f41-d376-5af6-88b1-4d1b9319a3f0/a2e04f41-d376-5af6-88b1-4d1b9319a3f0_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252Feabe18af1525459a99d1e32d05f4b9ca%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/eabe18af1525459a99d1e32d05f4b9ca/images/large/2.jpg saved to cache
2026-03-26 22:52:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item a2e04f41-d376-5af6-88b1-4d1b9319a3f0
2026-03-26 22:52:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7747c90>
2026-03-26 22:52:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a2e04f41-d376-5af6-88b1-4d1b9319a3f0/a2e04f41-d376-5af6-88b1-4d1b9319a3f0_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252Feabe18af1525459a99d1e32d05f4b9ca%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/eabe18af1525459a99d1e32d05f4b9ca/images/large/1.jpg saved to cache
2026-03-26 22:52:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item a2e04f41-d376-5af6-88b1-4d1b9319a3f0
2026-03-26 22:52:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7584190>
2026-03-26 22:52:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a2e04f41-d376-5af6-88b1-4d1b9319a3f0/a2e04f41-d376-5af6-88b1-4d1b9319a3f0_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252Feabe18af1525459a99d1e32d05f4b9ca%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/eabe18af1525459a99d1e32d05f4b9ca/images/large/4.jpg saved to cache
2026-03-26 22:52:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item a2e04f41-d376-5af6-88b1-4d1b9319a3f0
2026-03-26 22:52:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bl/eabe18af1525459a99d1e32d05f4b9ca/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252F005eb4c39fc74bef99fee218cd289d4e%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/005eb4c39fc74bef99fee218cd289d4e/images/large/7.jpg not downloaded yet
2026-03-26 22:52:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76ed910>
2026-03-26 22:52:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a2e04f41-d376-5af6-88b1-4d1b9319a3f0/a2e04f41-d376-5af6-88b1-4d1b9319a3f0_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252Feabe18af1525459a99d1e32d05f4b9ca%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/eabe18af1525459a99d1e32d05f4b9ca/images/large/5.jpg saved to cache
2026-03-26 22:52:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item a2e04f41-d376-5af6-88b1-4d1b9319a3f0
2026-03-26 22:52:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b75a6890>
2026-03-26 22:52:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a2e04f41-d376-5af6-88b1-4d1b9319a3f0/a2e04f41-d376-5af6-88b1-4d1b9319a3f0_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252Feabe18af1525459a99d1e32d05f4b9ca%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/eabe18af1525459a99d1e32d05f4b9ca/images/large/6.jpg saved to cache
2026-03-26 22:52:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item a2e04f41-d376-5af6-88b1-4d1b9319a3f0
2026-03-26 22:52:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bj/005eb4c39fc74bef99fee218cd289d4e/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252F005eb4c39fc74bef99fee218cd289d4e%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/005eb4c39fc74bef99fee218cd289d4e/images/large/8.jpg not downloaded yet
2026-03-26 22:52:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bl/eabe18af1525459a99d1e32d05f4b9ca/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252F005eb4c39fc74bef99fee218cd289d4e%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/005eb4c39fc74bef99fee218cd289d4e/images/large/9.jpg not downloaded yet
2026-03-26 22:52:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7cce490>
2026-03-26 22:52:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a2e04f41-d376-5af6-88b1-4d1b9319a3f0/a2e04f41-d376-5af6-88b1-4d1b9319a3f0_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252Feabe18af1525459a99d1e32d05f4b9ca%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/eabe18af1525459a99d1e32d05f4b9ca/images/large/7.jpg saved to cache
2026-03-26 22:52:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item a2e04f41-d376-5af6-88b1-4d1b9319a3f0
2026-03-26 22:52:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bj/005eb4c39fc74bef99fee218cd289d4e/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252F005eb4c39fc74bef99fee218cd289d4e%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/005eb4c39fc74bef99fee218cd289d4e/images/large/10.jpg not downloaded yet
2026-03-26 22:52:41 [ayvens.be] INFO: Found listing with ID: 1985479
2026-03-26 22:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985479%27 HTTP/1.1" 200 None
2026-03-26 22:52:41 [ayvens.be] INFO: Scrape type for 1985479: 1
2026-03-26 22:52:41 [ayvens.be] INFO: Extracting data for car ID: 1985479
2026-03-26 22:52:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e1ff5f81-8d7f-5e22-b9cb-10ba9b5a2877 with identifier: 1985479
2026-03-26 22:52:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e1ff5f81-8d7f-5e22-b9cb-10ba9b5a2877 with scrape type 1
2026-03-26 22:52:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item e1ff5f81-8d7f-5e22-b9cb-10ba9b5a2877
2026-03-26 22:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bb%252F0a48022c8c7d4946bf226871d2adb535%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bb/0a48022c8c7d4946bf226871d2adb535/images/large/1.jpg not downloaded yet
2026-03-26 22:52:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bj/005eb4c39fc74bef99fee218cd289d4e/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77475d0>
2026-03-26 22:52:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_70e48b0d-73c6-561d-946b-a94fc8b7222f/70e48b0d-73c6-561d-946b-a94fc8b7222f_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252F005eb4c39fc74bef99fee218cd289d4e%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/005eb4c39fc74bef99fee218cd289d4e/images/large/1.jpg saved to cache
2026-03-26 22:52:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 70e48b0d-73c6-561d-946b-a94fc8b7222f
2026-03-26 22:52:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e4d890>
2026-03-26 22:52:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a2e04f41-d376-5af6-88b1-4d1b9319a3f0/a2e04f41-d376-5af6-88b1-4d1b9319a3f0_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252Feabe18af1525459a99d1e32d05f4b9ca%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/eabe18af1525459a99d1e32d05f4b9ca/images/large/8.jpg saved to cache
2026-03-26 22:52:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item a2e04f41-d376-5af6-88b1-4d1b9319a3f0
2026-03-26 22:52:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bl/eabe18af1525459a99d1e32d05f4b9ca/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bl/eabe18af1525459a99d1e32d05f4b9ca/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bj/005eb4c39fc74bef99fee218cd289d4e/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bb%252F0a48022c8c7d4946bf226871d2adb535%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bb/0a48022c8c7d4946bf226871d2adb535/images/large/2.jpg not downloaded yet
2026-03-26 22:52:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bj/005eb4c39fc74bef99fee218cd289d4e/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bj/005eb4c39fc74bef99fee218cd289d4e/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bb%252F0a48022c8c7d4946bf226871d2adb535%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bb/0a48022c8c7d4946bf226871d2adb535/images/large/3.jpg not downloaded yet
2026-03-26 22:52:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bj/005eb4c39fc74bef99fee218cd289d4e/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76c6650>
2026-03-26 22:52:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_70e48b0d-73c6-561d-946b-a94fc8b7222f/70e48b0d-73c6-561d-946b-a94fc8b7222f_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:52:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252F005eb4c39fc74bef99fee218cd289d4e%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/005eb4c39fc74bef99fee218cd289d4e/images/large/2.jpg saved to cache
2026-03-26 22:52:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 70e48b0d-73c6-561d-946b-a94fc8b7222f
2026-03-26 22:52:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7425390>
2026-03-26 22:52:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_70e48b0d-73c6-561d-946b-a94fc8b7222f/70e48b0d-73c6-561d-946b-a94fc8b7222f_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:52:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252F005eb4c39fc74bef99fee218cd289d4e%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/005eb4c39fc74bef99fee218cd289d4e/images/large/3.jpg saved to cache
2026-03-26 22:52:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 70e48b0d-73c6-561d-946b-a94fc8b7222f
2026-03-26 22:52:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bb%252F0a48022c8c7d4946bf226871d2adb535%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bb/0a48022c8c7d4946bf226871d2adb535/images/large/4.jpg not downloaded yet
2026-03-26 22:52:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bj/005eb4c39fc74bef99fee218cd289d4e/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bb%252F0a48022c8c7d4946bf226871d2adb535%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bb/0a48022c8c7d4946bf226871d2adb535/images/large/5.jpg not downloaded yet
2026-03-26 22:52:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7a55d90>
2026-03-26 22:52:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a2e04f41-d376-5af6-88b1-4d1b9319a3f0/a2e04f41-d376-5af6-88b1-4d1b9319a3f0_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:52:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252Feabe18af1525459a99d1e32d05f4b9ca%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/eabe18af1525459a99d1e32d05f4b9ca/images/large/9.jpg saved to cache
2026-03-26 22:52:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item a2e04f41-d376-5af6-88b1-4d1b9319a3f0
2026-03-26 22:52:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74bd850>
2026-03-26 22:52:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a2e04f41-d376-5af6-88b1-4d1b9319a3f0/a2e04f41-d376-5af6-88b1-4d1b9319a3f0_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:52:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252Feabe18af1525459a99d1e32d05f4b9ca%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/eabe18af1525459a99d1e32d05f4b9ca/images/large/10.jpg saved to cache
2026-03-26 22:52:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item a2e04f41-d376-5af6-88b1-4d1b9319a3f0
2026-03-26 22:52:42 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a2e04f41-d376-5af6-88b1-4d1b9319a3f0, skipping ID generation
2026-03-26 22:52:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a2e04f41-d376-5af6-88b1-4d1b9319a3f0 with scrape type 1
2026-03-26 22:52:42 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a2e04f41-d376-5af6-88b1-4d1b9319a3f0 sending to next pipeline
2026-03-26 22:52:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: a2e04f41-d376-5af6-88b1-4d1b9319a3f0, identifier: 1985477
2026-03-26 22:52:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7927510>
2026-03-26 22:52:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_70e48b0d-73c6-561d-946b-a94fc8b7222f/70e48b0d-73c6-561d-946b-a94fc8b7222f_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:52:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252F005eb4c39fc74bef99fee218cd289d4e%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/005eb4c39fc74bef99fee218cd289d4e/images/large/4.jpg saved to cache
2026-03-26 22:52:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 70e48b0d-73c6-561d-946b-a94fc8b7222f
2026-03-26 22:52:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b78c3e90>
2026-03-26 22:52:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_70e48b0d-73c6-561d-946b-a94fc8b7222f/70e48b0d-73c6-561d-946b-a94fc8b7222f_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:52:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252F005eb4c39fc74bef99fee218cd289d4e%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/005eb4c39fc74bef99fee218cd289d4e/images/large/5.jpg saved to cache
2026-03-26 22:52:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 70e48b0d-73c6-561d-946b-a94fc8b7222f
2026-03-26 22:52:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74af850>
2026-03-26 22:52:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_70e48b0d-73c6-561d-946b-a94fc8b7222f/70e48b0d-73c6-561d-946b-a94fc8b7222f_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252F005eb4c39fc74bef99fee218cd289d4e%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/005eb4c39fc74bef99fee218cd289d4e/images/large/7.jpg saved to cache
2026-03-26 22:52:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 70e48b0d-73c6-561d-946b-a94fc8b7222f
2026-03-26 22:52:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7980ad0>
2026-03-26 22:52:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_70e48b0d-73c6-561d-946b-a94fc8b7222f/70e48b0d-73c6-561d-946b-a94fc8b7222f_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252F005eb4c39fc74bef99fee218cd289d4e%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/005eb4c39fc74bef99fee218cd289d4e/images/large/6.jpg saved to cache
2026-03-26 22:52:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 70e48b0d-73c6-561d-946b-a94fc8b7222f
2026-03-26 22:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bb%252F0a48022c8c7d4946bf226871d2adb535%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bb/0a48022c8c7d4946bf226871d2adb535/images/large/6.jpg not downloaded yet
2026-03-26 22:52:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: a2e04f41-d376-5af6-88b1-4d1b9319a3f0 with identifier: 1985477
2026-03-26 22:52:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: a2e04f41-d376-5af6-88b1-4d1b9319a3f0 with identifier: 1985477
2026-03-26 22:52:43 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: a2e04f41-d376-5af6-88b1-4d1b9319a3f0 with identifier: 1985477 to the API
2026-03-26 22:52:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:52:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:52:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bl/eabe18af1525459a99d1e32d05f4b9ca/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'a2e04f41-d376-5af6-88b1-4d1b9319a3f0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '3 SERIES TOURING',
'odometer': 78299,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 21,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a2e04f41-d376-5af6-88b1-4d1b9319a3f0/a2e04f41-d376-5af6-88b1-4d1b9319a3f0_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 751831,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bl/eabe18af1525459a99d1e32d05f4b9ca/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a2e04f41-d376-5af6-88b1-4d1b9319a3f0/a2e04f41-d376-5af6-88b1-4d1b9319a3f0_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 759526,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bl/eabe18af1525459a99d1e32d05f4b9ca/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a2e04f41-d376-5af6-88b1-4d1b9319a3f0/a2e04f41-d376-5af6-88b1-4d1b9319a3f0_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 760508,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bl/eabe18af1525459a99d1e32d05f4b9ca/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a2e04f41-d376-5af6-88b1-4d1b9319a3f0/a2e04f41-d376-5af6-88b1-4d1b9319a3f0_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 804269,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bl/eabe18af1525459a99d1e32d05f4b9ca/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a2e04f41-d376-5af6-88b1-4d1b9319a3f0/a2e04f41-d376-5af6-88b1-4d1b9319a3f0_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 759891,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bl/eabe18af1525459a99d1e32d05f4b9ca/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a2e04f41-d376-5af6-88b1-4d1b9319a3f0/a2e04f41-d376-5af6-88b1-4d1b9319a3f0_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 811900,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bl/eabe18af1525459a99d1e32d05f4b9ca/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a2e04f41-d376-5af6-88b1-4d1b9319a3f0/a2e04f41-d376-5af6-88b1-4d1b9319a3f0_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 705439,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bl/eabe18af1525459a99d1e32d05f4b9ca/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a2e04f41-d376-5af6-88b1-4d1b9319a3f0/a2e04f41-d376-5af6-88b1-4d1b9319a3f0_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 892821,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bl/eabe18af1525459a99d1e32d05f4b9ca/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a2e04f41-d376-5af6-88b1-4d1b9319a3f0/a2e04f41-d376-5af6-88b1-4d1b9319a3f0_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 864674,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bl/eabe18af1525459a99d1e32d05f4b9ca/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a2e04f41-d376-5af6-88b1-4d1b9319a3f0/a2e04f41-d376-5af6-88b1-4d1b9319a3f0_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 855760,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bl/eabe18af1525459a99d1e32d05f4b9ca/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-29',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 3 SERIES TOURING 2.0 320E TOURING',
'transmission': 'automatic',
'trim': '2.0 320E TOURING',
'vin': None,
'year': 2021}
2026-03-26 22:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985477%27 HTTP/1.1" 200 None
2026-03-26 22:52:43 [ayvens.be] INFO: Saving data for 1985477: {'created_time': 1774565563.543636, 'last_price_update_time': 1774565563.543646, 'auction_closing_time': 1774958400.0}
2026-03-26 22:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985477') HTTP/1.1" 204 0
2026-03-26 22:52:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bj/005eb4c39fc74bef99fee218cd289d4e/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bb%252F0a48022c8c7d4946bf226871d2adb535%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bb/0a48022c8c7d4946bf226871d2adb535/images/large/7.jpg not downloaded yet
2026-03-26 22:52:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76ecf50>
2026-03-26 22:52:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_70e48b0d-73c6-561d-946b-a94fc8b7222f/70e48b0d-73c6-561d-946b-a94fc8b7222f_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252F005eb4c39fc74bef99fee218cd289d4e%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/005eb4c39fc74bef99fee218cd289d4e/images/large/8.jpg saved to cache
2026-03-26 22:52:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 70e48b0d-73c6-561d-946b-a94fc8b7222f
2026-03-26 22:52:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bb/0a48022c8c7d4946bf226871d2adb535/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bb%252F0a48022c8c7d4946bf226871d2adb535%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bb/0a48022c8c7d4946bf226871d2adb535/images/large/8.jpg not downloaded yet
2026-03-26 22:52:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bj/005eb4c39fc74bef99fee218cd289d4e/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bb%252F0a48022c8c7d4946bf226871d2adb535%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bb/0a48022c8c7d4946bf226871d2adb535/images/large/9.jpg not downloaded yet
2026-03-26 22:52:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd8d3190>
2026-03-26 22:52:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_70e48b0d-73c6-561d-946b-a94fc8b7222f/70e48b0d-73c6-561d-946b-a94fc8b7222f_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252F005eb4c39fc74bef99fee218cd289d4e%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/005eb4c39fc74bef99fee218cd289d4e/images/large/9.jpg saved to cache
2026-03-26 22:52:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 70e48b0d-73c6-561d-946b-a94fc8b7222f
2026-03-26 22:52:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bb/0a48022c8c7d4946bf226871d2adb535/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bb/0a48022c8c7d4946bf226871d2adb535/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bb%252F0a48022c8c7d4946bf226871d2adb535%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bb/0a48022c8c7d4946bf226871d2adb535/images/large/10.jpg not downloaded yet
2026-03-26 22:52:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bb/0a48022c8c7d4946bf226871d2adb535/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:43 [ayvens.be] INFO: Found listing with ID: 1985480
2026-03-26 22:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985480%27 HTTP/1.1" 200 None
2026-03-26 22:52:43 [ayvens.be] INFO: Scrape type for 1985480: 1
2026-03-26 22:52:43 [ayvens.be] INFO: Extracting data for car ID: 1985480
2026-03-26 22:52:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6fbcad31-cd3d-5d96-a553-22221415efe3 with identifier: 1985480
2026-03-26 22:52:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6fbcad31-cd3d-5d96-a553-22221415efe3 with scrape type 1
2026-03-26 22:52:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 6fbcad31-cd3d-5d96-a553-22221415efe3
2026-03-26 22:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F88961cd752654ecba98e1c9e72604247%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/88961cd752654ecba98e1c9e72604247/images/large/1.jpg not downloaded yet
2026-03-26 22:52:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b777ae10>
2026-03-26 22:52:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e1ff5f81-8d7f-5e22-b9cb-10ba9b5a2877/e1ff5f81-8d7f-5e22-b9cb-10ba9b5a2877_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bb%252F0a48022c8c7d4946bf226871d2adb535%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bb/0a48022c8c7d4946bf226871d2adb535/images/large/1.jpg saved to cache
2026-03-26 22:52:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item e1ff5f81-8d7f-5e22-b9cb-10ba9b5a2877
2026-03-26 22:52:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7458150>
2026-03-26 22:52:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_70e48b0d-73c6-561d-946b-a94fc8b7222f/70e48b0d-73c6-561d-946b-a94fc8b7222f_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252F005eb4c39fc74bef99fee218cd289d4e%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/005eb4c39fc74bef99fee218cd289d4e/images/large/10.jpg saved to cache
2026-03-26 22:52:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 70e48b0d-73c6-561d-946b-a94fc8b7222f
2026-03-26 22:52:44 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 70e48b0d-73c6-561d-946b-a94fc8b7222f, skipping ID generation
2026-03-26 22:52:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70e48b0d-73c6-561d-946b-a94fc8b7222f with scrape type 1
2026-03-26 22:52:44 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 70e48b0d-73c6-561d-946b-a94fc8b7222f sending to next pipeline
2026-03-26 22:52:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 70e48b0d-73c6-561d-946b-a94fc8b7222f, identifier: 1985478
2026-03-26 22:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F88961cd752654ecba98e1c9e72604247%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/88961cd752654ecba98e1c9e72604247/images/large/2.jpg not downloaded yet
2026-03-26 22:52:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 70e48b0d-73c6-561d-946b-a94fc8b7222f with identifier: 1985478
2026-03-26 22:52:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 70e48b0d-73c6-561d-946b-a94fc8b7222f with identifier: 1985478
2026-03-26 22:52:44 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 70e48b0d-73c6-561d-946b-a94fc8b7222f with identifier: 1985478 to the API
2026-03-26 22:52:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:52:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:52:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bj/005eb4c39fc74bef99fee218cd289d4e/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.3L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '70e48b0d-73c6-561d-946b-a94fc8b7222f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'CLA - Klasse',
'odometer': 49781,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 14,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_70e48b0d-73c6-561d-946b-a94fc8b7222f/70e48b0d-73c6-561d-946b-a94fc8b7222f_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 368825,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bj/005eb4c39fc74bef99fee218cd289d4e/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_70e48b0d-73c6-561d-946b-a94fc8b7222f/70e48b0d-73c6-561d-946b-a94fc8b7222f_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 455019,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bj/005eb4c39fc74bef99fee218cd289d4e/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_70e48b0d-73c6-561d-946b-a94fc8b7222f/70e48b0d-73c6-561d-946b-a94fc8b7222f_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 429665,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bj/005eb4c39fc74bef99fee218cd289d4e/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_70e48b0d-73c6-561d-946b-a94fc8b7222f/70e48b0d-73c6-561d-946b-a94fc8b7222f_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 461775,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bj/005eb4c39fc74bef99fee218cd289d4e/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_70e48b0d-73c6-561d-946b-a94fc8b7222f/70e48b0d-73c6-561d-946b-a94fc8b7222f_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 337864,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bj/005eb4c39fc74bef99fee218cd289d4e/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_70e48b0d-73c6-561d-946b-a94fc8b7222f/70e48b0d-73c6-561d-946b-a94fc8b7222f_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 234516,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bj/005eb4c39fc74bef99fee218cd289d4e/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_70e48b0d-73c6-561d-946b-a94fc8b7222f/70e48b0d-73c6-561d-946b-a94fc8b7222f_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 420647,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bj/005eb4c39fc74bef99fee218cd289d4e/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_70e48b0d-73c6-561d-946b-a94fc8b7222f/70e48b0d-73c6-561d-946b-a94fc8b7222f_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 384675,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bj/005eb4c39fc74bef99fee218cd289d4e/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_70e48b0d-73c6-561d-946b-a94fc8b7222f/70e48b0d-73c6-561d-946b-a94fc8b7222f_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 363875,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bj/005eb4c39fc74bef99fee218cd289d4e/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_70e48b0d-73c6-561d-946b-a94fc8b7222f/70e48b0d-73c6-561d-946b-a94fc8b7222f_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 542804,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bj/005eb4c39fc74bef99fee218cd289d4e/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-03',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLA - Klasse 1.3 CLA 180 BUSINESS SOLUTION',
'transmission': 'manual',
'trim': '1.3 CLA 180 BUSINESS SOLUTION',
'vin': None,
'year': 2021}
2026-03-26 22:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985478%27 HTTP/1.1" 200 None
2026-03-26 22:52:44 [ayvens.be] INFO: Saving data for 1985478: {'created_time': 1774565564.484065, 'last_price_update_time': 1774565564.484074, 'auction_closing_time': 1774958400.0}
2026-03-26 22:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985478') HTTP/1.1" 204 0
2026-03-26 22:52:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bb/0a48022c8c7d4946bf226871d2adb535/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F88961cd752654ecba98e1c9e72604247%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/88961cd752654ecba98e1c9e72604247/images/large/3.jpg not downloaded yet
2026-03-26 22:52:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bb/0a48022c8c7d4946bf226871d2adb535/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bb/0a48022c8c7d4946bf226871d2adb535/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bb/0a48022c8c7d4946bf226871d2adb535/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cbd290>
2026-03-26 22:52:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e1ff5f81-8d7f-5e22-b9cb-10ba9b5a2877/e1ff5f81-8d7f-5e22-b9cb-10ba9b5a2877_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bb%252F0a48022c8c7d4946bf226871d2adb535%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bb/0a48022c8c7d4946bf226871d2adb535/images/large/3.jpg saved to cache
2026-03-26 22:52:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item e1ff5f81-8d7f-5e22-b9cb-10ba9b5a2877
2026-03-26 22:52:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79261d0>
2026-03-26 22:52:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e1ff5f81-8d7f-5e22-b9cb-10ba9b5a2877/e1ff5f81-8d7f-5e22-b9cb-10ba9b5a2877_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bb%252F0a48022c8c7d4946bf226871d2adb535%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bb/0a48022c8c7d4946bf226871d2adb535/images/large/2.jpg saved to cache
2026-03-26 22:52:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item e1ff5f81-8d7f-5e22-b9cb-10ba9b5a2877
2026-03-26 22:52:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7492b10>
2026-03-26 22:52:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e1ff5f81-8d7f-5e22-b9cb-10ba9b5a2877/e1ff5f81-8d7f-5e22-b9cb-10ba9b5a2877_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bb%252F0a48022c8c7d4946bf226871d2adb535%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bb/0a48022c8c7d4946bf226871d2adb535/images/large/4.jpg saved to cache
2026-03-26 22:52:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item e1ff5f81-8d7f-5e22-b9cb-10ba9b5a2877
2026-03-26 22:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F88961cd752654ecba98e1c9e72604247%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/88961cd752654ecba98e1c9e72604247/images/large/4.jpg not downloaded yet
2026-03-26 22:52:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bb/0a48022c8c7d4946bf226871d2adb535/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F88961cd752654ecba98e1c9e72604247%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/88961cd752654ecba98e1c9e72604247/images/large/5.jpg not downloaded yet
2026-03-26 22:52:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e28350>
2026-03-26 22:52:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e1ff5f81-8d7f-5e22-b9cb-10ba9b5a2877/e1ff5f81-8d7f-5e22-b9cb-10ba9b5a2877_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bb%252F0a48022c8c7d4946bf226871d2adb535%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bb/0a48022c8c7d4946bf226871d2adb535/images/large/5.jpg saved to cache
2026-03-26 22:52:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item e1ff5f81-8d7f-5e22-b9cb-10ba9b5a2877
2026-03-26 22:52:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c96990>
2026-03-26 22:52:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e1ff5f81-8d7f-5e22-b9cb-10ba9b5a2877/e1ff5f81-8d7f-5e22-b9cb-10ba9b5a2877_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bb%252F0a48022c8c7d4946bf226871d2adb535%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bb/0a48022c8c7d4946bf226871d2adb535/images/large/7.jpg saved to cache
2026-03-26 22:52:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item e1ff5f81-8d7f-5e22-b9cb-10ba9b5a2877
2026-03-26 22:52:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7770410>
2026-03-26 22:52:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e1ff5f81-8d7f-5e22-b9cb-10ba9b5a2877/e1ff5f81-8d7f-5e22-b9cb-10ba9b5a2877_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bb%252F0a48022c8c7d4946bf226871d2adb535%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bb/0a48022c8c7d4946bf226871d2adb535/images/large/6.jpg saved to cache
2026-03-26 22:52:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item e1ff5f81-8d7f-5e22-b9cb-10ba9b5a2877
2026-03-26 22:52:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6dd89d0>
2026-03-26 22:52:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e1ff5f81-8d7f-5e22-b9cb-10ba9b5a2877/e1ff5f81-8d7f-5e22-b9cb-10ba9b5a2877_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bb%252F0a48022c8c7d4946bf226871d2adb535%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bb/0a48022c8c7d4946bf226871d2adb535/images/large/9.jpg saved to cache
2026-03-26 22:52:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item e1ff5f81-8d7f-5e22-b9cb-10ba9b5a2877
2026-03-26 22:52:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/88961cd752654ecba98e1c9e72604247/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F88961cd752654ecba98e1c9e72604247%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/88961cd752654ecba98e1c9e72604247/images/large/6.jpg not downloaded yet
2026-03-26 22:52:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bb/0a48022c8c7d4946bf226871d2adb535/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7439510>
2026-03-26 22:52:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e1ff5f81-8d7f-5e22-b9cb-10ba9b5a2877/e1ff5f81-8d7f-5e22-b9cb-10ba9b5a2877_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bb%252F0a48022c8c7d4946bf226871d2adb535%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bb/0a48022c8c7d4946bf226871d2adb535/images/large/8.jpg saved to cache
2026-03-26 22:52:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item e1ff5f81-8d7f-5e22-b9cb-10ba9b5a2877
2026-03-26 22:52:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/88961cd752654ecba98e1c9e72604247/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F88961cd752654ecba98e1c9e72604247%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/88961cd752654ecba98e1c9e72604247/images/large/7.jpg not downloaded yet
2026-03-26 22:52:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/88961cd752654ecba98e1c9e72604247/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F88961cd752654ecba98e1c9e72604247%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/88961cd752654ecba98e1c9e72604247/images/large/8.jpg not downloaded yet
2026-03-26 22:52:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd5b1790>
2026-03-26 22:52:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6fbcad31-cd3d-5d96-a553-22221415efe3/6fbcad31-cd3d-5d96-a553-22221415efe3_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F88961cd752654ecba98e1c9e72604247%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/88961cd752654ecba98e1c9e72604247/images/large/1.jpg saved to cache
2026-03-26 22:52:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 6fbcad31-cd3d-5d96-a553-22221415efe3
2026-03-26 22:52:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76cfd10>
2026-03-26 22:52:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e1ff5f81-8d7f-5e22-b9cb-10ba9b5a2877/e1ff5f81-8d7f-5e22-b9cb-10ba9b5a2877_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bb%252F0a48022c8c7d4946bf226871d2adb535%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bb/0a48022c8c7d4946bf226871d2adb535/images/large/10.jpg saved to cache
2026-03-26 22:52:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item e1ff5f81-8d7f-5e22-b9cb-10ba9b5a2877
2026-03-26 22:52:45 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e1ff5f81-8d7f-5e22-b9cb-10ba9b5a2877, skipping ID generation
2026-03-26 22:52:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e1ff5f81-8d7f-5e22-b9cb-10ba9b5a2877 with scrape type 1
2026-03-26 22:52:45 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e1ff5f81-8d7f-5e22-b9cb-10ba9b5a2877 sending to next pipeline
2026-03-26 22:52:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: e1ff5f81-8d7f-5e22-b9cb-10ba9b5a2877, identifier: 1985479
2026-03-26 22:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F88961cd752654ecba98e1c9e72604247%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/88961cd752654ecba98e1c9e72604247/images/large/9.jpg not downloaded yet
2026-03-26 22:52:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: e1ff5f81-8d7f-5e22-b9cb-10ba9b5a2877 with identifier: 1985479
2026-03-26 22:52:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: e1ff5f81-8d7f-5e22-b9cb-10ba9b5a2877 with identifier: 1985479
2026-03-26 22:52:45 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: e1ff5f81-8d7f-5e22-b9cb-10ba9b5a2877 with identifier: 1985479 to the API
2026-03-26 22:52:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:52:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:52:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bb/0a48022c8c7d4946bf226871d2adb535/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '2.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'e1ff5f81-8d7f-5e22-b9cb-10ba9b5a2877',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'FORD',
'model': 'KUGA',
'odometer': 116744,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 14,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e1ff5f81-8d7f-5e22-b9cb-10ba9b5a2877/e1ff5f81-8d7f-5e22-b9cb-10ba9b5a2877_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 517962,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bb/0a48022c8c7d4946bf226871d2adb535/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e1ff5f81-8d7f-5e22-b9cb-10ba9b5a2877/e1ff5f81-8d7f-5e22-b9cb-10ba9b5a2877_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 501103,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bb/0a48022c8c7d4946bf226871d2adb535/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e1ff5f81-8d7f-5e22-b9cb-10ba9b5a2877/e1ff5f81-8d7f-5e22-b9cb-10ba9b5a2877_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 493955,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bb/0a48022c8c7d4946bf226871d2adb535/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e1ff5f81-8d7f-5e22-b9cb-10ba9b5a2877/e1ff5f81-8d7f-5e22-b9cb-10ba9b5a2877_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 495630,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bb/0a48022c8c7d4946bf226871d2adb535/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e1ff5f81-8d7f-5e22-b9cb-10ba9b5a2877/e1ff5f81-8d7f-5e22-b9cb-10ba9b5a2877_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 351041,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bb/0a48022c8c7d4946bf226871d2adb535/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e1ff5f81-8d7f-5e22-b9cb-10ba9b5a2877/e1ff5f81-8d7f-5e22-b9cb-10ba9b5a2877_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 338611,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bb/0a48022c8c7d4946bf226871d2adb535/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e1ff5f81-8d7f-5e22-b9cb-10ba9b5a2877/e1ff5f81-8d7f-5e22-b9cb-10ba9b5a2877_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 436530,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bb/0a48022c8c7d4946bf226871d2adb535/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e1ff5f81-8d7f-5e22-b9cb-10ba9b5a2877/e1ff5f81-8d7f-5e22-b9cb-10ba9b5a2877_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 354957,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bb/0a48022c8c7d4946bf226871d2adb535/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e1ff5f81-8d7f-5e22-b9cb-10ba9b5a2877/e1ff5f81-8d7f-5e22-b9cb-10ba9b5a2877_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 215948,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bb/0a48022c8c7d4946bf226871d2adb535/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e1ff5f81-8d7f-5e22-b9cb-10ba9b5a2877/e1ff5f81-8d7f-5e22-b9cb-10ba9b5a2877_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 312770,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bb/0a48022c8c7d4946bf226871d2adb535/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-23',
'seats_number': 5,
'seller_name': None,
'title': 'FORD KUGA 2.5I PHEV 165KW TITANIUM AUTO',
'transmission': 'automatic',
'trim': '2.5I PHEV 165KW TITANIUM AUTO',
'vin': None,
'year': 2021}
2026-03-26 22:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985479%27 HTTP/1.1" 200 None
2026-03-26 22:52:46 [ayvens.be] INFO: Saving data for 1985479: {'created_time': 1774565566.033916, 'last_price_update_time': 1774565566.033927, 'auction_closing_time': 1774958400.0}
2026-03-26 22:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985479') HTTP/1.1" 204 0
2026-03-26 22:52:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/88961cd752654ecba98e1c9e72604247/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e2ab90>
2026-03-26 22:52:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6fbcad31-cd3d-5d96-a553-22221415efe3/6fbcad31-cd3d-5d96-a553-22221415efe3_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F88961cd752654ecba98e1c9e72604247%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/88961cd752654ecba98e1c9e72604247/images/large/2.jpg saved to cache
2026-03-26 22:52:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 6fbcad31-cd3d-5d96-a553-22221415efe3
2026-03-26 22:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F88961cd752654ecba98e1c9e72604247%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/88961cd752654ecba98e1c9e72604247/images/large/10.jpg not downloaded yet
2026-03-26 22:52:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b728c310>
2026-03-26 22:52:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6fbcad31-cd3d-5d96-a553-22221415efe3/6fbcad31-cd3d-5d96-a553-22221415efe3_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F88961cd752654ecba98e1c9e72604247%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/88961cd752654ecba98e1c9e72604247/images/large/3.jpg saved to cache
2026-03-26 22:52:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 6fbcad31-cd3d-5d96-a553-22221415efe3
2026-03-26 22:52:46 [ayvens.be] INFO: Found listing with ID: 1985481
2026-03-26 22:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985481%27 HTTP/1.1" 200 None
2026-03-26 22:52:46 [ayvens.be] INFO: Scrape type for 1985481: 1
2026-03-26 22:52:46 [ayvens.be] INFO: Extracting data for car ID: 1985481
2026-03-26 22:52:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 09858042-af1c-5045-843b-0c8ae2be13f9 with identifier: 1985481
2026-03-26 22:52:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 09858042-af1c-5045-843b-0c8ae2be13f9 with scrape type 1
2026-03-26 22:52:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 09858042-af1c-5045-843b-0c8ae2be13f9
2026-03-26 22:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252F2b7bbbb9ef5c42f2a90b6bb90a12b88b%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/2b7bbbb9ef5c42f2a90b6bb90a12b88b/images/large/1.jpg not downloaded yet
2026-03-26 22:52:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/88961cd752654ecba98e1c9e72604247/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/88961cd752654ecba98e1c9e72604247/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/88961cd752654ecba98e1c9e72604247/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252F2b7bbbb9ef5c42f2a90b6bb90a12b88b%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/2b7bbbb9ef5c42f2a90b6bb90a12b88b/images/large/2.jpg not downloaded yet
2026-03-26 22:52:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e3f390>
2026-03-26 22:52:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6fbcad31-cd3d-5d96-a553-22221415efe3/6fbcad31-cd3d-5d96-a553-22221415efe3_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F88961cd752654ecba98e1c9e72604247%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/88961cd752654ecba98e1c9e72604247/images/large/4.jpg saved to cache
2026-03-26 22:52:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 6fbcad31-cd3d-5d96-a553-22221415efe3
2026-03-26 22:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252F2b7bbbb9ef5c42f2a90b6bb90a12b88b%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/2b7bbbb9ef5c42f2a90b6bb90a12b88b/images/large/3.jpg not downloaded yet
2026-03-26 22:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252F2b7bbbb9ef5c42f2a90b6bb90a12b88b%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/2b7bbbb9ef5c42f2a90b6bb90a12b88b/images/large/4.jpg not downloaded yet
2026-03-26 22:52:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e2b310>
2026-03-26 22:52:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6fbcad31-cd3d-5d96-a553-22221415efe3/6fbcad31-cd3d-5d96-a553-22221415efe3_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F88961cd752654ecba98e1c9e72604247%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/88961cd752654ecba98e1c9e72604247/images/large/5.jpg saved to cache
2026-03-26 22:52:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 6fbcad31-cd3d-5d96-a553-22221415efe3
2026-03-26 22:52:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6df1410>
2026-03-26 22:52:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6fbcad31-cd3d-5d96-a553-22221415efe3/6fbcad31-cd3d-5d96-a553-22221415efe3_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F88961cd752654ecba98e1c9e72604247%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/88961cd752654ecba98e1c9e72604247/images/large/6.jpg saved to cache
2026-03-26 22:52:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 6fbcad31-cd3d-5d96-a553-22221415efe3
2026-03-26 22:52:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7a80510>
2026-03-26 22:52:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6fbcad31-cd3d-5d96-a553-22221415efe3/6fbcad31-cd3d-5d96-a553-22221415efe3_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F88961cd752654ecba98e1c9e72604247%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/88961cd752654ecba98e1c9e72604247/images/large/7.jpg saved to cache
2026-03-26 22:52:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 6fbcad31-cd3d-5d96-a553-22221415efe3
2026-03-26 22:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252F2b7bbbb9ef5c42f2a90b6bb90a12b88b%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/2b7bbbb9ef5c42f2a90b6bb90a12b88b/images/large/5.jpg not downloaded yet
2026-03-26 22:52:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/88961cd752654ecba98e1c9e72604247/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/88961cd752654ecba98e1c9e72604247/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252F2b7bbbb9ef5c42f2a90b6bb90a12b88b%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/2b7bbbb9ef5c42f2a90b6bb90a12b88b/images/large/6.jpg not downloaded yet
2026-03-26 22:52:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/88961cd752654ecba98e1c9e72604247/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252F2b7bbbb9ef5c42f2a90b6bb90a12b88b%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/2b7bbbb9ef5c42f2a90b6bb90a12b88b/images/large/7.jpg not downloaded yet
2026-03-26 22:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252F2b7bbbb9ef5c42f2a90b6bb90a12b88b%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/2b7bbbb9ef5c42f2a90b6bb90a12b88b/images/large/8.jpg not downloaded yet
2026-03-26 22:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252F2b7bbbb9ef5c42f2a90b6bb90a12b88b%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/2b7bbbb9ef5c42f2a90b6bb90a12b88b/images/large/9.jpg not downloaded yet
2026-03-26 22:52:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bn/2b7bbbb9ef5c42f2a90b6bb90a12b88b/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bn/2b7bbbb9ef5c42f2a90b6bb90a12b88b/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252F2b7bbbb9ef5c42f2a90b6bb90a12b88b%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/2b7bbbb9ef5c42f2a90b6bb90a12b88b/images/large/10.jpg not downloaded yet
2026-03-26 22:52:46 [ayvens.be] INFO: Found listing with ID: 1985482
2026-03-26 22:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985482%27 HTTP/1.1" 200 None
2026-03-26 22:52:46 [ayvens.be] INFO: Scrape type for 1985482: 1
2026-03-26 22:52:46 [ayvens.be] INFO: Extracting data for car ID: 1985482
2026-03-26 22:52:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0dfdf38a-a3e5-5784-828a-f0c31612ee66 with identifier: 1985482
2026-03-26 22:52:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0dfdf38a-a3e5-5784-828a-f0c31612ee66 with scrape type 1
2026-03-26 22:52:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 0dfdf38a-a3e5-5784-828a-f0c31612ee66
2026-03-26 22:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bv%252F98a3d0896c414479a3560e8a9660542e%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bv/98a3d0896c414479a3560e8a9660542e/images/large/1.jpg not downloaded yet
2026-03-26 22:52:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c5d850>
2026-03-26 22:52:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6fbcad31-cd3d-5d96-a553-22221415efe3/6fbcad31-cd3d-5d96-a553-22221415efe3_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F88961cd752654ecba98e1c9e72604247%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/88961cd752654ecba98e1c9e72604247/images/large/8.jpg saved to cache
2026-03-26 22:52:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 6fbcad31-cd3d-5d96-a553-22221415efe3
2026-03-26 22:52:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7aa1590>
2026-03-26 22:52:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6fbcad31-cd3d-5d96-a553-22221415efe3/6fbcad31-cd3d-5d96-a553-22221415efe3_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F88961cd752654ecba98e1c9e72604247%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/88961cd752654ecba98e1c9e72604247/images/large/10.jpg saved to cache
2026-03-26 22:52:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 6fbcad31-cd3d-5d96-a553-22221415efe3
2026-03-26 22:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bv%252F98a3d0896c414479a3560e8a9660542e%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bv/98a3d0896c414479a3560e8a9660542e/images/large/2.jpg not downloaded yet
2026-03-26 22:52:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bn/2b7bbbb9ef5c42f2a90b6bb90a12b88b/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bv%252F98a3d0896c414479a3560e8a9660542e%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bv/98a3d0896c414479a3560e8a9660542e/images/large/3.jpg not downloaded yet
2026-03-26 22:52:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7404b50>
2026-03-26 22:52:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6fbcad31-cd3d-5d96-a553-22221415efe3/6fbcad31-cd3d-5d96-a553-22221415efe3_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252F88961cd752654ecba98e1c9e72604247%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/88961cd752654ecba98e1c9e72604247/images/large/9.jpg saved to cache
2026-03-26 22:52:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 6fbcad31-cd3d-5d96-a553-22221415efe3
2026-03-26 22:52:47 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6fbcad31-cd3d-5d96-a553-22221415efe3, skipping ID generation
2026-03-26 22:52:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6fbcad31-cd3d-5d96-a553-22221415efe3 with scrape type 1
2026-03-26 22:52:47 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6fbcad31-cd3d-5d96-a553-22221415efe3 sending to next pipeline
2026-03-26 22:52:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 6fbcad31-cd3d-5d96-a553-22221415efe3, identifier: 1985480
2026-03-26 22:52:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80be148490>
2026-03-26 22:52:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_09858042-af1c-5045-843b-0c8ae2be13f9/09858042-af1c-5045-843b-0c8ae2be13f9_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252F2b7bbbb9ef5c42f2a90b6bb90a12b88b%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/2b7bbbb9ef5c42f2a90b6bb90a12b88b/images/large/1.jpg saved to cache
2026-03-26 22:52:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 09858042-af1c-5045-843b-0c8ae2be13f9
2026-03-26 22:52:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b743abd0>
2026-03-26 22:52:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_09858042-af1c-5045-843b-0c8ae2be13f9/09858042-af1c-5045-843b-0c8ae2be13f9_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252F2b7bbbb9ef5c42f2a90b6bb90a12b88b%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/2b7bbbb9ef5c42f2a90b6bb90a12b88b/images/large/2.jpg saved to cache
2026-03-26 22:52:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 09858042-af1c-5045-843b-0c8ae2be13f9
2026-03-26 22:52:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 6fbcad31-cd3d-5d96-a553-22221415efe3 with identifier: 1985480
2026-03-26 22:52:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 6fbcad31-cd3d-5d96-a553-22221415efe3 with identifier: 1985480
2026-03-26 22:52:47 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 6fbcad31-cd3d-5d96-a553-22221415efe3 with identifier: 1985480 to the API
2026-03-26 22:52:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:52:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:52:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bh/88961cd752654ecba98e1c9e72604247/images/large/9.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '6fbcad31-cd3d-5d96-a553-22221415efe3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'HYUNDAI',
'model': 'Santa Fe',
'odometer': 122389,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 17,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6fbcad31-cd3d-5d96-a553-22221415efe3/6fbcad31-cd3d-5d96-a553-22221415efe3_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 253883,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/88961cd752654ecba98e1c9e72604247/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6fbcad31-cd3d-5d96-a553-22221415efe3/6fbcad31-cd3d-5d96-a553-22221415efe3_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 244922,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/88961cd752654ecba98e1c9e72604247/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6fbcad31-cd3d-5d96-a553-22221415efe3/6fbcad31-cd3d-5d96-a553-22221415efe3_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 273191,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/88961cd752654ecba98e1c9e72604247/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6fbcad31-cd3d-5d96-a553-22221415efe3/6fbcad31-cd3d-5d96-a553-22221415efe3_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 280027,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/88961cd752654ecba98e1c9e72604247/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6fbcad31-cd3d-5d96-a553-22221415efe3/6fbcad31-cd3d-5d96-a553-22221415efe3_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 352013,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/88961cd752654ecba98e1c9e72604247/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6fbcad31-cd3d-5d96-a553-22221415efe3/6fbcad31-cd3d-5d96-a553-22221415efe3_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 326264,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/88961cd752654ecba98e1c9e72604247/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6fbcad31-cd3d-5d96-a553-22221415efe3/6fbcad31-cd3d-5d96-a553-22221415efe3_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 322019,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/88961cd752654ecba98e1c9e72604247/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6fbcad31-cd3d-5d96-a553-22221415efe3/6fbcad31-cd3d-5d96-a553-22221415efe3_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 399354,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/88961cd752654ecba98e1c9e72604247/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6fbcad31-cd3d-5d96-a553-22221415efe3/6fbcad31-cd3d-5d96-a553-22221415efe3_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 332472,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/88961cd752654ecba98e1c9e72604247/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6fbcad31-cd3d-5d96-a553-22221415efe3/6fbcad31-cd3d-5d96-a553-22221415efe3_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 290103,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/88961cd752654ecba98e1c9e72604247/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-02',
'seats_number': 5,
'seller_name': None,
'title': 'HYUNDAI Santa Fe 1.6 T-GDI PHEV 4WD SHINE AUTO',
'transmission': 'automatic',
'trim': '1.6 T-GDI PHEV 4WD SHINE AUTO',
'vin': None,
'year': 2021}
2026-03-26 22:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985480%27 HTTP/1.1" 200 None
2026-03-26 22:52:47 [ayvens.be] INFO: Saving data for 1985480: {'created_time': 1774565567.878744, 'last_price_update_time': 1774565567.878755, 'auction_closing_time': 1774958400.0}
2026-03-26 22:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985480') HTTP/1.1" 204 0
2026-03-26 22:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bv%252F98a3d0896c414479a3560e8a9660542e%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bv/98a3d0896c414479a3560e8a9660542e/images/large/4.jpg not downloaded yet
2026-03-26 22:52:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bn/2b7bbbb9ef5c42f2a90b6bb90a12b88b/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bn/2b7bbbb9ef5c42f2a90b6bb90a12b88b/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bv%252F98a3d0896c414479a3560e8a9660542e%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bv/98a3d0896c414479a3560e8a9660542e/images/large/5.jpg not downloaded yet
2026-03-26 22:52:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c77b90>
2026-03-26 22:52:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_09858042-af1c-5045-843b-0c8ae2be13f9/09858042-af1c-5045-843b-0c8ae2be13f9_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:52:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252F2b7bbbb9ef5c42f2a90b6bb90a12b88b%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/2b7bbbb9ef5c42f2a90b6bb90a12b88b/images/large/3.jpg saved to cache
2026-03-26 22:52:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 09858042-af1c-5045-843b-0c8ae2be13f9
2026-03-26 22:52:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bv%252F98a3d0896c414479a3560e8a9660542e%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bv/98a3d0896c414479a3560e8a9660542e/images/large/6.jpg not downloaded yet
2026-03-26 22:52:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bn/2b7bbbb9ef5c42f2a90b6bb90a12b88b/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bv%252F98a3d0896c414479a3560e8a9660542e%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bv/98a3d0896c414479a3560e8a9660542e/images/large/7.jpg not downloaded yet
2026-03-26 22:52:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c95d10>
2026-03-26 22:52:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_09858042-af1c-5045-843b-0c8ae2be13f9/09858042-af1c-5045-843b-0c8ae2be13f9_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:52:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252F2b7bbbb9ef5c42f2a90b6bb90a12b88b%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/2b7bbbb9ef5c42f2a90b6bb90a12b88b/images/large/5.jpg saved to cache
2026-03-26 22:52:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 09858042-af1c-5045-843b-0c8ae2be13f9
2026-03-26 22:52:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74b5d90>
2026-03-26 22:52:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_09858042-af1c-5045-843b-0c8ae2be13f9/09858042-af1c-5045-843b-0c8ae2be13f9_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:52:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252F2b7bbbb9ef5c42f2a90b6bb90a12b88b%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/2b7bbbb9ef5c42f2a90b6bb90a12b88b/images/large/4.jpg saved to cache
2026-03-26 22:52:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 09858042-af1c-5045-843b-0c8ae2be13f9
2026-03-26 22:52:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bn/2b7bbbb9ef5c42f2a90b6bb90a12b88b/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bv%252F98a3d0896c414479a3560e8a9660542e%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bv/98a3d0896c414479a3560e8a9660542e/images/large/8.jpg not downloaded yet
2026-03-26 22:52:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bn/2b7bbbb9ef5c42f2a90b6bb90a12b88b/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bn/2b7bbbb9ef5c42f2a90b6bb90a12b88b/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bv/98a3d0896c414479a3560e8a9660542e/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bv%252F98a3d0896c414479a3560e8a9660542e%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bv/98a3d0896c414479a3560e8a9660542e/images/large/9.jpg not downloaded yet
2026-03-26 22:52:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79106d0>
2026-03-26 22:52:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_09858042-af1c-5045-843b-0c8ae2be13f9/09858042-af1c-5045-843b-0c8ae2be13f9_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:52:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252F2b7bbbb9ef5c42f2a90b6bb90a12b88b%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/2b7bbbb9ef5c42f2a90b6bb90a12b88b/images/large/7.jpg saved to cache
2026-03-26 22:52:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 09858042-af1c-5045-843b-0c8ae2be13f9
2026-03-26 22:52:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bn/2b7bbbb9ef5c42f2a90b6bb90a12b88b/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bv%252F98a3d0896c414479a3560e8a9660542e%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bv/98a3d0896c414479a3560e8a9660542e/images/large/10.jpg not downloaded yet
2026-03-26 22:52:48 [ayvens.be] INFO: Found listing with ID: 1985483
2026-03-26 22:52:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985483%27 HTTP/1.1" 200 None
2026-03-26 22:52:48 [ayvens.be] INFO: Scrape type for 1985483: 1
2026-03-26 22:52:48 [ayvens.be] INFO: Extracting data for car ID: 1985483
2026-03-26 22:52:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 84ff5c32-098b-5760-9181-7ea2e0123afc with identifier: 1985483
2026-03-26 22:52:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 84ff5c32-098b-5760-9181-7ea2e0123afc with scrape type 1
2026-03-26 22:52:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 84ff5c32-098b-5760-9181-7ea2e0123afc
2026-03-26 22:52:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2br%252Ffc5d988092cf4f208194e5eec46dfa76%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2br/fc5d988092cf4f208194e5eec46dfa76/images/large/1.jpg not downloaded yet
2026-03-26 22:52:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e1c150>
2026-03-26 22:52:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_09858042-af1c-5045-843b-0c8ae2be13f9/09858042-af1c-5045-843b-0c8ae2be13f9_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:52:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252F2b7bbbb9ef5c42f2a90b6bb90a12b88b%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/2b7bbbb9ef5c42f2a90b6bb90a12b88b/images/large/6.jpg saved to cache
2026-03-26 22:52:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 09858042-af1c-5045-843b-0c8ae2be13f9
2026-03-26 22:52:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bv/98a3d0896c414479a3560e8a9660542e/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2br%252Ffc5d988092cf4f208194e5eec46dfa76%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2br/fc5d988092cf4f208194e5eec46dfa76/images/large/2.jpg not downloaded yet
2026-03-26 22:52:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79d4d10>
2026-03-26 22:52:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_09858042-af1c-5045-843b-0c8ae2be13f9/09858042-af1c-5045-843b-0c8ae2be13f9_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:52:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252F2b7bbbb9ef5c42f2a90b6bb90a12b88b%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/2b7bbbb9ef5c42f2a90b6bb90a12b88b/images/large/8.jpg saved to cache
2026-03-26 22:52:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 09858042-af1c-5045-843b-0c8ae2be13f9
2026-03-26 22:52:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b728e090>
2026-03-26 22:52:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_09858042-af1c-5045-843b-0c8ae2be13f9/09858042-af1c-5045-843b-0c8ae2be13f9_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:52:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252F2b7bbbb9ef5c42f2a90b6bb90a12b88b%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/2b7bbbb9ef5c42f2a90b6bb90a12b88b/images/large/9.jpg saved to cache
2026-03-26 22:52:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 09858042-af1c-5045-843b-0c8ae2be13f9
2026-03-26 22:52:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76e2bd0>
2026-03-26 22:52:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0dfdf38a-a3e5-5784-828a-f0c31612ee66/0dfdf38a-a3e5-5784-828a-f0c31612ee66_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:52:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bv%252F98a3d0896c414479a3560e8a9660542e%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bv/98a3d0896c414479a3560e8a9660542e/images/large/1.jpg saved to cache
2026-03-26 22:52:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 0dfdf38a-a3e5-5784-828a-f0c31612ee66
2026-03-26 22:52:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bv/98a3d0896c414479a3560e8a9660542e/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2br%252Ffc5d988092cf4f208194e5eec46dfa76%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2br/fc5d988092cf4f208194e5eec46dfa76/images/large/3.jpg not downloaded yet
2026-03-26 22:52:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd857150>
2026-03-26 22:52:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_09858042-af1c-5045-843b-0c8ae2be13f9/09858042-af1c-5045-843b-0c8ae2be13f9_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:52:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252F2b7bbbb9ef5c42f2a90b6bb90a12b88b%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/2b7bbbb9ef5c42f2a90b6bb90a12b88b/images/large/10.jpg saved to cache
2026-03-26 22:52:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 09858042-af1c-5045-843b-0c8ae2be13f9
2026-03-26 22:52:48 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 09858042-af1c-5045-843b-0c8ae2be13f9, skipping ID generation
2026-03-26 22:52:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 09858042-af1c-5045-843b-0c8ae2be13f9 with scrape type 1
2026-03-26 22:52:48 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 09858042-af1c-5045-843b-0c8ae2be13f9 sending to next pipeline
2026-03-26 22:52:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 09858042-af1c-5045-843b-0c8ae2be13f9, identifier: 1985481
2026-03-26 22:52:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e36890>
2026-03-26 22:52:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0dfdf38a-a3e5-5784-828a-f0c31612ee66/0dfdf38a-a3e5-5784-828a-f0c31612ee66_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:52:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bv%252F98a3d0896c414479a3560e8a9660542e%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bv/98a3d0896c414479a3560e8a9660542e/images/large/3.jpg saved to cache
2026-03-26 22:52:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 0dfdf38a-a3e5-5784-828a-f0c31612ee66
2026-03-26 22:52:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2br%252Ffc5d988092cf4f208194e5eec46dfa76%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2br/fc5d988092cf4f208194e5eec46dfa76/images/large/4.jpg not downloaded yet
2026-03-26 22:52:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 09858042-af1c-5045-843b-0c8ae2be13f9 with identifier: 1985481
2026-03-26 22:52:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 09858042-af1c-5045-843b-0c8ae2be13f9 with identifier: 1985481
2026-03-26 22:52:49 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 09858042-af1c-5045-843b-0c8ae2be13f9 with identifier: 1985481 to the API
2026-03-26 22:52:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:52:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:52:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bn/2b7bbbb9ef5c42f2a90b6bb90a12b88b/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 4,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': '09858042-af1c-5045-843b-0c8ae2be13f9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '2-serie',
'odometer': 112080,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 21,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_09858042-af1c-5045-843b-0c8ae2be13f9/09858042-af1c-5045-843b-0c8ae2be13f9_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 701953,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bn/2b7bbbb9ef5c42f2a90b6bb90a12b88b/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_09858042-af1c-5045-843b-0c8ae2be13f9/09858042-af1c-5045-843b-0c8ae2be13f9_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 671965,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bn/2b7bbbb9ef5c42f2a90b6bb90a12b88b/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_09858042-af1c-5045-843b-0c8ae2be13f9/09858042-af1c-5045-843b-0c8ae2be13f9_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 664881,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bn/2b7bbbb9ef5c42f2a90b6bb90a12b88b/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_09858042-af1c-5045-843b-0c8ae2be13f9/09858042-af1c-5045-843b-0c8ae2be13f9_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 721425,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bn/2b7bbbb9ef5c42f2a90b6bb90a12b88b/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_09858042-af1c-5045-843b-0c8ae2be13f9/09858042-af1c-5045-843b-0c8ae2be13f9_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 692818,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bn/2b7bbbb9ef5c42f2a90b6bb90a12b88b/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_09858042-af1c-5045-843b-0c8ae2be13f9/09858042-af1c-5045-843b-0c8ae2be13f9_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 750189,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bn/2b7bbbb9ef5c42f2a90b6bb90a12b88b/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_09858042-af1c-5045-843b-0c8ae2be13f9/09858042-af1c-5045-843b-0c8ae2be13f9_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 631709,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bn/2b7bbbb9ef5c42f2a90b6bb90a12b88b/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_09858042-af1c-5045-843b-0c8ae2be13f9/09858042-af1c-5045-843b-0c8ae2be13f9_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 889230,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bn/2b7bbbb9ef5c42f2a90b6bb90a12b88b/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_09858042-af1c-5045-843b-0c8ae2be13f9/09858042-af1c-5045-843b-0c8ae2be13f9_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 861385,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bn/2b7bbbb9ef5c42f2a90b6bb90a12b88b/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_09858042-af1c-5045-843b-0c8ae2be13f9/09858042-af1c-5045-843b-0c8ae2be13f9_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 826463,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bn/2b7bbbb9ef5c42f2a90b6bb90a12b88b/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-25',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 2-serie 1.5 216DA GRAN COUPE',
'transmission': 'automatic',
'trim': '1.5 216DA GRAN COUPE',
'vin': None,
'year': 2022}
2026-03-26 22:52:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985481%27 HTTP/1.1" 200 None
2026-03-26 22:52:49 [ayvens.be] INFO: Saving data for 1985481: {'created_time': 1774565569.450281, 'last_price_update_time': 1774565569.450291, 'auction_closing_time': 1774958400.0}
2026-03-26 22:52:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985481') HTTP/1.1" 204 0
2026-03-26 22:52:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bv/98a3d0896c414479a3560e8a9660542e/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2br%252Ffc5d988092cf4f208194e5eec46dfa76%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2br/fc5d988092cf4f208194e5eec46dfa76/images/large/5.jpg not downloaded yet
2026-03-26 22:52:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b745aad0>
2026-03-26 22:52:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0dfdf38a-a3e5-5784-828a-f0c31612ee66/0dfdf38a-a3e5-5784-828a-f0c31612ee66_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:52:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bv%252F98a3d0896c414479a3560e8a9660542e%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bv/98a3d0896c414479a3560e8a9660542e/images/large/2.jpg saved to cache
2026-03-26 22:52:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 0dfdf38a-a3e5-5784-828a-f0c31612ee66
2026-03-26 22:52:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bv/98a3d0896c414479a3560e8a9660542e/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bv/98a3d0896c414479a3560e8a9660542e/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2br%252Ffc5d988092cf4f208194e5eec46dfa76%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2br/fc5d988092cf4f208194e5eec46dfa76/images/large/6.jpg not downloaded yet
2026-03-26 22:52:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bv/98a3d0896c414479a3560e8a9660542e/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bv/98a3d0896c414479a3560e8a9660542e/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bv/98a3d0896c414479a3560e8a9660542e/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2br%252Ffc5d988092cf4f208194e5eec46dfa76%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2br/fc5d988092cf4f208194e5eec46dfa76/images/large/7.jpg not downloaded yet
2026-03-26 22:52:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c69710>
2026-03-26 22:52:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0dfdf38a-a3e5-5784-828a-f0c31612ee66/0dfdf38a-a3e5-5784-828a-f0c31612ee66_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:52:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bv%252F98a3d0896c414479a3560e8a9660542e%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bv/98a3d0896c414479a3560e8a9660542e/images/large/6.jpg saved to cache
2026-03-26 22:52:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 0dfdf38a-a3e5-5784-828a-f0c31612ee66
2026-03-26 22:52:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2br%252Ffc5d988092cf4f208194e5eec46dfa76%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2br/fc5d988092cf4f208194e5eec46dfa76/images/large/8.jpg not downloaded yet
2026-03-26 22:52:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bv/98a3d0896c414479a3560e8a9660542e/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2br%252Ffc5d988092cf4f208194e5eec46dfa76%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2br/fc5d988092cf4f208194e5eec46dfa76/images/large/9.jpg not downloaded yet
2026-03-26 22:52:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2br/fc5d988092cf4f208194e5eec46dfa76/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74a4710>
2026-03-26 22:52:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0dfdf38a-a3e5-5784-828a-f0c31612ee66/0dfdf38a-a3e5-5784-828a-f0c31612ee66_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:52:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bv%252F98a3d0896c414479a3560e8a9660542e%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bv/98a3d0896c414479a3560e8a9660542e/images/large/5.jpg saved to cache
2026-03-26 22:52:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 0dfdf38a-a3e5-5784-828a-f0c31612ee66
2026-03-26 22:52:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e4cd50>
2026-03-26 22:52:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0dfdf38a-a3e5-5784-828a-f0c31612ee66/0dfdf38a-a3e5-5784-828a-f0c31612ee66_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:52:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bv%252F98a3d0896c414479a3560e8a9660542e%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bv/98a3d0896c414479a3560e8a9660542e/images/large/9.jpg saved to cache
2026-03-26 22:52:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 0dfdf38a-a3e5-5784-828a-f0c31612ee66
2026-03-26 22:52:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7744f50>
2026-03-26 22:52:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0dfdf38a-a3e5-5784-828a-f0c31612ee66/0dfdf38a-a3e5-5784-828a-f0c31612ee66_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:52:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bv%252F98a3d0896c414479a3560e8a9660542e%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bv/98a3d0896c414479a3560e8a9660542e/images/large/4.jpg saved to cache
2026-03-26 22:52:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 0dfdf38a-a3e5-5784-828a-f0c31612ee66
2026-03-26 22:52:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7424e90>
2026-03-26 22:52:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0dfdf38a-a3e5-5784-828a-f0c31612ee66/0dfdf38a-a3e5-5784-828a-f0c31612ee66_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:52:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bv%252F98a3d0896c414479a3560e8a9660542e%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bv/98a3d0896c414479a3560e8a9660542e/images/large/7.jpg saved to cache
2026-03-26 22:52:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 0dfdf38a-a3e5-5784-828a-f0c31612ee66
2026-03-26 22:52:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7494e10>
2026-03-26 22:52:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0dfdf38a-a3e5-5784-828a-f0c31612ee66/0dfdf38a-a3e5-5784-828a-f0c31612ee66_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:52:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bv%252F98a3d0896c414479a3560e8a9660542e%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bv/98a3d0896c414479a3560e8a9660542e/images/large/8.jpg saved to cache
2026-03-26 22:52:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 0dfdf38a-a3e5-5784-828a-f0c31612ee66
2026-03-26 22:52:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2br%252Ffc5d988092cf4f208194e5eec46dfa76%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2br/fc5d988092cf4f208194e5eec46dfa76/images/large/10.jpg not downloaded yet
2026-03-26 22:52:50 [ayvens.be] INFO: Found listing with ID: 1985484
2026-03-26 22:52:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985484%27 HTTP/1.1" 200 None
2026-03-26 22:52:50 [ayvens.be] INFO: Scrape type for 1985484: 1
2026-03-26 22:52:50 [ayvens.be] INFO: Extracting data for car ID: 1985484
2026-03-26 22:52:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8e32f3c2-1201-53f9-a2fc-ea44d56970a7 with identifier: 1985484
2026-03-26 22:52:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8e32f3c2-1201-53f9-a2fc-ea44d56970a7 with scrape type 1
2026-03-26 22:52:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 8e32f3c2-1201-53f9-a2fc-ea44d56970a7
2026-03-26 22:52:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dd%252Fdb3c6a90630e4108ad535982af3c3536%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dd/db3c6a90630e4108ad535982af3c3536/images/large/1.jpg not downloaded yet
2026-03-26 22:52:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6df11d0>
2026-03-26 22:52:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0dfdf38a-a3e5-5784-828a-f0c31612ee66/0dfdf38a-a3e5-5784-828a-f0c31612ee66_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:52:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bv%252F98a3d0896c414479a3560e8a9660542e%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bv/98a3d0896c414479a3560e8a9660542e/images/large/10.jpg saved to cache
2026-03-26 22:52:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 0dfdf38a-a3e5-5784-828a-f0c31612ee66
2026-03-26 22:52:50 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0dfdf38a-a3e5-5784-828a-f0c31612ee66, skipping ID generation
2026-03-26 22:52:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0dfdf38a-a3e5-5784-828a-f0c31612ee66 with scrape type 1
2026-03-26 22:52:50 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0dfdf38a-a3e5-5784-828a-f0c31612ee66 sending to next pipeline
2026-03-26 22:52:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 0dfdf38a-a3e5-5784-828a-f0c31612ee66, identifier: 1985482
2026-03-26 22:52:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7ae9410>
2026-03-26 22:52:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_84ff5c32-098b-5760-9181-7ea2e0123afc/84ff5c32-098b-5760-9181-7ea2e0123afc_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:52:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2br%252Ffc5d988092cf4f208194e5eec46dfa76%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2br/fc5d988092cf4f208194e5eec46dfa76/images/large/1.jpg saved to cache
2026-03-26 22:52:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 84ff5c32-098b-5760-9181-7ea2e0123afc
2026-03-26 22:52:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 0dfdf38a-a3e5-5784-828a-f0c31612ee66 with identifier: 1985482
2026-03-26 22:52:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 0dfdf38a-a3e5-5784-828a-f0c31612ee66 with identifier: 1985482
2026-03-26 22:52:50 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 0dfdf38a-a3e5-5784-828a-f0c31612ee66 with identifier: 1985482 to the API
2026-03-26 22:52:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:52:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:52:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bv/98a3d0896c414479a3560e8a9660542e/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '0dfdf38a-a3e5-5784-828a-f0c31612ee66',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'X2',
'odometer': 42466,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 15,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0dfdf38a-a3e5-5784-828a-f0c31612ee66/0dfdf38a-a3e5-5784-828a-f0c31612ee66_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 525395,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bv/98a3d0896c414479a3560e8a9660542e/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0dfdf38a-a3e5-5784-828a-f0c31612ee66/0dfdf38a-a3e5-5784-828a-f0c31612ee66_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 611361,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bv/98a3d0896c414479a3560e8a9660542e/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0dfdf38a-a3e5-5784-828a-f0c31612ee66/0dfdf38a-a3e5-5784-828a-f0c31612ee66_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 571701,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bv/98a3d0896c414479a3560e8a9660542e/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0dfdf38a-a3e5-5784-828a-f0c31612ee66/0dfdf38a-a3e5-5784-828a-f0c31612ee66_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 662801,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bv/98a3d0896c414479a3560e8a9660542e/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0dfdf38a-a3e5-5784-828a-f0c31612ee66/0dfdf38a-a3e5-5784-828a-f0c31612ee66_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 627043,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bv/98a3d0896c414479a3560e8a9660542e/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0dfdf38a-a3e5-5784-828a-f0c31612ee66/0dfdf38a-a3e5-5784-828a-f0c31612ee66_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 523425,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bv/98a3d0896c414479a3560e8a9660542e/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0dfdf38a-a3e5-5784-828a-f0c31612ee66/0dfdf38a-a3e5-5784-828a-f0c31612ee66_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 606794,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bv/98a3d0896c414479a3560e8a9660542e/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0dfdf38a-a3e5-5784-828a-f0c31612ee66/0dfdf38a-a3e5-5784-828a-f0c31612ee66_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 681944,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bv/98a3d0896c414479a3560e8a9660542e/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0dfdf38a-a3e5-5784-828a-f0c31612ee66/0dfdf38a-a3e5-5784-828a-f0c31612ee66_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 560114,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bv/98a3d0896c414479a3560e8a9660542e/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0dfdf38a-a3e5-5784-828a-f0c31612ee66/0dfdf38a-a3e5-5784-828a-f0c31612ee66_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 529329,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bv/98a3d0896c414479a3560e8a9660542e/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-04',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X2 1.5 XDRIVE25E PHEV 162KW)',
'transmission': 'automatic',
'trim': '1.5 XDRIVE25E PHEV 162KW)',
'vin': None,
'year': 2022}
2026-03-26 22:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985482%27 HTTP/1.1" 200 None
2026-03-26 22:52:51 [ayvens.be] INFO: Saving data for 1985482: {'created_time': 1774565571.1105, 'last_price_update_time': 1774565571.11051, 'auction_closing_time': 1774958400.0}
2026-03-26 22:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985482') HTTP/1.1" 204 0
2026-03-26 22:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dd%252Fdb3c6a90630e4108ad535982af3c3536%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dd/db3c6a90630e4108ad535982af3c3536/images/large/2.jpg not downloaded yet
2026-03-26 22:52:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2br/fc5d988092cf4f208194e5eec46dfa76/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dd%252Fdb3c6a90630e4108ad535982af3c3536%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dd/db3c6a90630e4108ad535982af3c3536/images/large/3.jpg not downloaded yet
2026-03-26 22:52:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2br/fc5d988092cf4f208194e5eec46dfa76/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dd%252Fdb3c6a90630e4108ad535982af3c3536%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dd/db3c6a90630e4108ad535982af3c3536/images/large/4.jpg not downloaded yet
2026-03-26 22:52:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2br/fc5d988092cf4f208194e5eec46dfa76/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2br/fc5d988092cf4f208194e5eec46dfa76/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2br/fc5d988092cf4f208194e5eec46dfa76/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2br/fc5d988092cf4f208194e5eec46dfa76/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dd%252Fdb3c6a90630e4108ad535982af3c3536%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dd/db3c6a90630e4108ad535982af3c3536/images/large/5.jpg not downloaded yet
2026-03-26 22:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dd%252Fdb3c6a90630e4108ad535982af3c3536%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dd/db3c6a90630e4108ad535982af3c3536/images/large/6.jpg not downloaded yet
2026-03-26 22:52:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2br/fc5d988092cf4f208194e5eec46dfa76/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2br/fc5d988092cf4f208194e5eec46dfa76/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dd%252Fdb3c6a90630e4108ad535982af3c3536%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dd/db3c6a90630e4108ad535982af3c3536/images/large/7.jpg not downloaded yet
2026-03-26 22:52:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77c9290>
2026-03-26 22:52:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_84ff5c32-098b-5760-9181-7ea2e0123afc/84ff5c32-098b-5760-9181-7ea2e0123afc_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2br%252Ffc5d988092cf4f208194e5eec46dfa76%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2br/fc5d988092cf4f208194e5eec46dfa76/images/large/2.jpg saved to cache
2026-03-26 22:52:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 84ff5c32-098b-5760-9181-7ea2e0123afc
2026-03-26 22:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dd%252Fdb3c6a90630e4108ad535982af3c3536%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dd/db3c6a90630e4108ad535982af3c3536/images/large/8.jpg not downloaded yet
2026-03-26 22:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dd%252Fdb3c6a90630e4108ad535982af3c3536%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dd/db3c6a90630e4108ad535982af3c3536/images/large/9.jpg not downloaded yet
2026-03-26 22:52:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e2bb50>
2026-03-26 22:52:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_84ff5c32-098b-5760-9181-7ea2e0123afc/84ff5c32-098b-5760-9181-7ea2e0123afc_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2br%252Ffc5d988092cf4f208194e5eec46dfa76%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2br/fc5d988092cf4f208194e5eec46dfa76/images/large/5.jpg saved to cache
2026-03-26 22:52:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 84ff5c32-098b-5760-9181-7ea2e0123afc
2026-03-26 22:52:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7aa1650>
2026-03-26 22:52:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_84ff5c32-098b-5760-9181-7ea2e0123afc/84ff5c32-098b-5760-9181-7ea2e0123afc_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2br%252Ffc5d988092cf4f208194e5eec46dfa76%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2br/fc5d988092cf4f208194e5eec46dfa76/images/large/3.jpg saved to cache
2026-03-26 22:52:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 84ff5c32-098b-5760-9181-7ea2e0123afc
2026-03-26 22:52:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76e0a90>
2026-03-26 22:52:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_84ff5c32-098b-5760-9181-7ea2e0123afc/84ff5c32-098b-5760-9181-7ea2e0123afc_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2br%252Ffc5d988092cf4f208194e5eec46dfa76%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2br/fc5d988092cf4f208194e5eec46dfa76/images/large/4.jpg saved to cache
2026-03-26 22:52:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 84ff5c32-098b-5760-9181-7ea2e0123afc
2026-03-26 22:52:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74be450>
2026-03-26 22:52:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_84ff5c32-098b-5760-9181-7ea2e0123afc/84ff5c32-098b-5760-9181-7ea2e0123afc_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2br%252Ffc5d988092cf4f208194e5eec46dfa76%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2br/fc5d988092cf4f208194e5eec46dfa76/images/large/6.jpg saved to cache
2026-03-26 22:52:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 84ff5c32-098b-5760-9181-7ea2e0123afc
2026-03-26 22:52:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7aa2910>
2026-03-26 22:52:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_84ff5c32-098b-5760-9181-7ea2e0123afc/84ff5c32-098b-5760-9181-7ea2e0123afc_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2br%252Ffc5d988092cf4f208194e5eec46dfa76%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2br/fc5d988092cf4f208194e5eec46dfa76/images/large/7.jpg saved to cache
2026-03-26 22:52:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 84ff5c32-098b-5760-9181-7ea2e0123afc
2026-03-26 22:52:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dd/db3c6a90630e4108ad535982af3c3536/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dd%252Fdb3c6a90630e4108ad535982af3c3536%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dd/db3c6a90630e4108ad535982af3c3536/images/large/10.jpg not downloaded yet
2026-03-26 22:52:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74bfdd0>
2026-03-26 22:52:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_84ff5c32-098b-5760-9181-7ea2e0123afc/84ff5c32-098b-5760-9181-7ea2e0123afc_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2br%252Ffc5d988092cf4f208194e5eec46dfa76%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2br/fc5d988092cf4f208194e5eec46dfa76/images/large/9.jpg saved to cache
2026-03-26 22:52:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 84ff5c32-098b-5760-9181-7ea2e0123afc
2026-03-26 22:52:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7747610>
2026-03-26 22:52:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_84ff5c32-098b-5760-9181-7ea2e0123afc/84ff5c32-098b-5760-9181-7ea2e0123afc_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2br%252Ffc5d988092cf4f208194e5eec46dfa76%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2br/fc5d988092cf4f208194e5eec46dfa76/images/large/8.jpg saved to cache
2026-03-26 22:52:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 84ff5c32-098b-5760-9181-7ea2e0123afc
2026-03-26 22:52:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dd/db3c6a90630e4108ad535982af3c3536/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dd/db3c6a90630e4108ad535982af3c3536/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dd/db3c6a90630e4108ad535982af3c3536/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:52 [ayvens.be] INFO: Found listing with ID: 1985485
2026-03-26 22:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985485%27 HTTP/1.1" 200 None
2026-03-26 22:52:52 [ayvens.be] INFO: Scrape type for 1985485: 1
2026-03-26 22:52:52 [ayvens.be] INFO: Extracting data for car ID: 1985485
2026-03-26 22:52:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b4861b22-3a31-5b05-984b-5666753bb4c0 with identifier: 1985485
2026-03-26 22:52:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b4861b22-3a31-5b05-984b-5666753bb4c0 with scrape type 1
2026-03-26 22:52:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item b4861b22-3a31-5b05-984b-5666753bb4c0
2026-03-26 22:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cq%252Fb44b14985ff4413580b2eb5860c73c1e%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cq/b44b14985ff4413580b2eb5860c73c1e/images/large/1.jpg not downloaded yet
2026-03-26 22:52:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dd/db3c6a90630e4108ad535982af3c3536/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2br/fc5d988092cf4f208194e5eec46dfa76/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cq%252Fb44b14985ff4413580b2eb5860c73c1e%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cq/b44b14985ff4413580b2eb5860c73c1e/images/large/2.jpg not downloaded yet
2026-03-26 22:52:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74df850>
2026-03-26 22:52:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8e32f3c2-1201-53f9-a2fc-ea44d56970a7/8e32f3c2-1201-53f9-a2fc-ea44d56970a7_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dd%252Fdb3c6a90630e4108ad535982af3c3536%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dd/db3c6a90630e4108ad535982af3c3536/images/large/1.jpg saved to cache
2026-03-26 22:52:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 8e32f3c2-1201-53f9-a2fc-ea44d56970a7
2026-03-26 22:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cq%252Fb44b14985ff4413580b2eb5860c73c1e%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cq/b44b14985ff4413580b2eb5860c73c1e/images/large/3.jpg not downloaded yet
2026-03-26 22:52:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dd/db3c6a90630e4108ad535982af3c3536/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dd/db3c6a90630e4108ad535982af3c3536/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b787cb50>
2026-03-26 22:52:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8e32f3c2-1201-53f9-a2fc-ea44d56970a7/8e32f3c2-1201-53f9-a2fc-ea44d56970a7_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dd%252Fdb3c6a90630e4108ad535982af3c3536%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dd/db3c6a90630e4108ad535982af3c3536/images/large/4.jpg saved to cache
2026-03-26 22:52:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 8e32f3c2-1201-53f9-a2fc-ea44d56970a7
2026-03-26 22:52:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74ae710>
2026-03-26 22:52:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8e32f3c2-1201-53f9-a2fc-ea44d56970a7/8e32f3c2-1201-53f9-a2fc-ea44d56970a7_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dd%252Fdb3c6a90630e4108ad535982af3c3536%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dd/db3c6a90630e4108ad535982af3c3536/images/large/3.jpg saved to cache
2026-03-26 22:52:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 8e32f3c2-1201-53f9-a2fc-ea44d56970a7
2026-03-26 22:52:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7304450>
2026-03-26 22:52:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8e32f3c2-1201-53f9-a2fc-ea44d56970a7/8e32f3c2-1201-53f9-a2fc-ea44d56970a7_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dd%252Fdb3c6a90630e4108ad535982af3c3536%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dd/db3c6a90630e4108ad535982af3c3536/images/large/2.jpg saved to cache
2026-03-26 22:52:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 8e32f3c2-1201-53f9-a2fc-ea44d56970a7
2026-03-26 22:52:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7ca9010>
2026-03-26 22:52:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8e32f3c2-1201-53f9-a2fc-ea44d56970a7/8e32f3c2-1201-53f9-a2fc-ea44d56970a7_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dd%252Fdb3c6a90630e4108ad535982af3c3536%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dd/db3c6a90630e4108ad535982af3c3536/images/large/5.jpg saved to cache
2026-03-26 22:52:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 8e32f3c2-1201-53f9-a2fc-ea44d56970a7
2026-03-26 22:52:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dd/db3c6a90630e4108ad535982af3c3536/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cq%252Fb44b14985ff4413580b2eb5860c73c1e%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cq/b44b14985ff4413580b2eb5860c73c1e/images/large/4.jpg not downloaded yet
2026-03-26 22:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cq%252Fb44b14985ff4413580b2eb5860c73c1e%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cq/b44b14985ff4413580b2eb5860c73c1e/images/large/5.jpg not downloaded yet
2026-03-26 22:52:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c81250>
2026-03-26 22:52:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_84ff5c32-098b-5760-9181-7ea2e0123afc/84ff5c32-098b-5760-9181-7ea2e0123afc_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2br%252Ffc5d988092cf4f208194e5eec46dfa76%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2br/fc5d988092cf4f208194e5eec46dfa76/images/large/10.jpg saved to cache
2026-03-26 22:52:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 84ff5c32-098b-5760-9181-7ea2e0123afc
2026-03-26 22:52:52 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 84ff5c32-098b-5760-9181-7ea2e0123afc, skipping ID generation
2026-03-26 22:52:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 84ff5c32-098b-5760-9181-7ea2e0123afc with scrape type 1
2026-03-26 22:52:52 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 84ff5c32-098b-5760-9181-7ea2e0123afc sending to next pipeline
2026-03-26 22:52:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 84ff5c32-098b-5760-9181-7ea2e0123afc, identifier: 1985483
2026-03-26 22:52:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76e2fd0>
2026-03-26 22:52:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8e32f3c2-1201-53f9-a2fc-ea44d56970a7/8e32f3c2-1201-53f9-a2fc-ea44d56970a7_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dd%252Fdb3c6a90630e4108ad535982af3c3536%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dd/db3c6a90630e4108ad535982af3c3536/images/large/7.jpg saved to cache
2026-03-26 22:52:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 8e32f3c2-1201-53f9-a2fc-ea44d56970a7
2026-03-26 22:52:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7746e50>
2026-03-26 22:52:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8e32f3c2-1201-53f9-a2fc-ea44d56970a7/8e32f3c2-1201-53f9-a2fc-ea44d56970a7_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dd%252Fdb3c6a90630e4108ad535982af3c3536%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dd/db3c6a90630e4108ad535982af3c3536/images/large/6.jpg saved to cache
2026-03-26 22:52:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 8e32f3c2-1201-53f9-a2fc-ea44d56970a7
2026-03-26 22:52:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 84ff5c32-098b-5760-9181-7ea2e0123afc with identifier: 1985483
2026-03-26 22:52:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 84ff5c32-098b-5760-9181-7ea2e0123afc with identifier: 1985483
2026-03-26 22:52:53 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 84ff5c32-098b-5760-9181-7ea2e0123afc with identifier: 1985483 to the API
2026-03-26 22:52:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:52:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:52:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2br/fc5d988092cf4f208194e5eec46dfa76/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'electric',
'id': '84ff5c32-098b-5760-9181-7ea2e0123afc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'EQB',
'odometer': 49153,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 16,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_84ff5c32-098b-5760-9181-7ea2e0123afc/84ff5c32-098b-5760-9181-7ea2e0123afc_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 718556,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2br/fc5d988092cf4f208194e5eec46dfa76/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_84ff5c32-098b-5760-9181-7ea2e0123afc/84ff5c32-098b-5760-9181-7ea2e0123afc_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 694177,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2br/fc5d988092cf4f208194e5eec46dfa76/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_84ff5c32-098b-5760-9181-7ea2e0123afc/84ff5c32-098b-5760-9181-7ea2e0123afc_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 710669,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2br/fc5d988092cf4f208194e5eec46dfa76/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_84ff5c32-098b-5760-9181-7ea2e0123afc/84ff5c32-098b-5760-9181-7ea2e0123afc_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 779336,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2br/fc5d988092cf4f208194e5eec46dfa76/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_84ff5c32-098b-5760-9181-7ea2e0123afc/84ff5c32-098b-5760-9181-7ea2e0123afc_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 636617,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2br/fc5d988092cf4f208194e5eec46dfa76/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_84ff5c32-098b-5760-9181-7ea2e0123afc/84ff5c32-098b-5760-9181-7ea2e0123afc_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 596591,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2br/fc5d988092cf4f208194e5eec46dfa76/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_84ff5c32-098b-5760-9181-7ea2e0123afc/84ff5c32-098b-5760-9181-7ea2e0123afc_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 628341,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2br/fc5d988092cf4f208194e5eec46dfa76/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_84ff5c32-098b-5760-9181-7ea2e0123afc/84ff5c32-098b-5760-9181-7ea2e0123afc_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 716417,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2br/fc5d988092cf4f208194e5eec46dfa76/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_84ff5c32-098b-5760-9181-7ea2e0123afc/84ff5c32-098b-5760-9181-7ea2e0123afc_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 632251,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2br/fc5d988092cf4f208194e5eec46dfa76/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_84ff5c32-098b-5760-9181-7ea2e0123afc/84ff5c32-098b-5760-9181-7ea2e0123afc_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 676438,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2br/fc5d988092cf4f208194e5eec46dfa76/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ EQB BEV 67KWH EQB 300 AMG LINE AUTO 4M',
'transmission': 'automatic',
'trim': 'BEV 67KWH EQB 300 AMG LINE AUTO 4M',
'vin': None,
'year': 2022}
2026-03-26 22:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985483%27 HTTP/1.1" 200 None
2026-03-26 22:52:53 [ayvens.be] INFO: Saving data for 1985483: {'created_time': 1774565573.333968, 'last_price_update_time': 1774565573.333977, 'auction_closing_time': 1774958400.0}
2026-03-26 22:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985483') HTTP/1.1" 204 0
2026-03-26 22:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cq%252Fb44b14985ff4413580b2eb5860c73c1e%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cq/b44b14985ff4413580b2eb5860c73c1e/images/large/6.jpg not downloaded yet
2026-03-26 22:52:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74973d0>
2026-03-26 22:52:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8e32f3c2-1201-53f9-a2fc-ea44d56970a7/8e32f3c2-1201-53f9-a2fc-ea44d56970a7_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dd%252Fdb3c6a90630e4108ad535982af3c3536%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dd/db3c6a90630e4108ad535982af3c3536/images/large/8.jpg saved to cache
2026-03-26 22:52:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 8e32f3c2-1201-53f9-a2fc-ea44d56970a7
2026-03-26 22:52:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dd/db3c6a90630e4108ad535982af3c3536/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2dd/db3c6a90630e4108ad535982af3c3536/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cq%252Fb44b14985ff4413580b2eb5860c73c1e%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cq/b44b14985ff4413580b2eb5860c73c1e/images/large/7.jpg not downloaded yet
2026-03-26 22:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cq%252Fb44b14985ff4413580b2eb5860c73c1e%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cq/b44b14985ff4413580b2eb5860c73c1e/images/large/8.jpg not downloaded yet
2026-03-26 22:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cq%252Fb44b14985ff4413580b2eb5860c73c1e%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cq/b44b14985ff4413580b2eb5860c73c1e/images/large/9.jpg not downloaded yet
2026-03-26 22:52:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cq/b44b14985ff4413580b2eb5860c73c1e/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cq%252Fb44b14985ff4413580b2eb5860c73c1e%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cq/b44b14985ff4413580b2eb5860c73c1e/images/large/10.jpg not downloaded yet
2026-03-26 22:52:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6df2f50>
2026-03-26 22:52:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8e32f3c2-1201-53f9-a2fc-ea44d56970a7/8e32f3c2-1201-53f9-a2fc-ea44d56970a7_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dd%252Fdb3c6a90630e4108ad535982af3c3536%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dd/db3c6a90630e4108ad535982af3c3536/images/large/10.jpg saved to cache
2026-03-26 22:52:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 8e32f3c2-1201-53f9-a2fc-ea44d56970a7
2026-03-26 22:52:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76e2050>
2026-03-26 22:52:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8e32f3c2-1201-53f9-a2fc-ea44d56970a7/8e32f3c2-1201-53f9-a2fc-ea44d56970a7_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2dd%252Fdb3c6a90630e4108ad535982af3c3536%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2dd/db3c6a90630e4108ad535982af3c3536/images/large/9.jpg saved to cache
2026-03-26 22:52:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 8e32f3c2-1201-53f9-a2fc-ea44d56970a7
2026-03-26 22:52:53 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8e32f3c2-1201-53f9-a2fc-ea44d56970a7, skipping ID generation
2026-03-26 22:52:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8e32f3c2-1201-53f9-a2fc-ea44d56970a7 with scrape type 1
2026-03-26 22:52:53 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8e32f3c2-1201-53f9-a2fc-ea44d56970a7 sending to next pipeline
2026-03-26 22:52:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 8e32f3c2-1201-53f9-a2fc-ea44d56970a7, identifier: 1985484
2026-03-26 22:52:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cq/b44b14985ff4413580b2eb5860c73c1e/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cq/b44b14985ff4413580b2eb5860c73c1e/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:53 [ayvens.be] INFO: Found listing with ID: 1985486
2026-03-26 22:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985486%27 HTTP/1.1" 200 None
2026-03-26 22:52:53 [ayvens.be] INFO: Scrape type for 1985486: 1
2026-03-26 22:52:53 [ayvens.be] INFO: Extracting data for car ID: 1985486
2026-03-26 22:52:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6cd00884-726f-5fb7-acaa-5d76390baede with identifier: 1985486
2026-03-26 22:52:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6cd00884-726f-5fb7-acaa-5d76390baede with scrape type 1
2026-03-26 22:52:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 6cd00884-726f-5fb7-acaa-5d76390baede
2026-03-26 22:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Faffc69b0eeb945769e0066a16ac53816%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/affc69b0eeb945769e0066a16ac53816/images/large/1.jpg not downloaded yet
2026-03-26 22:52:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 8e32f3c2-1201-53f9-a2fc-ea44d56970a7 with identifier: 1985484
2026-03-26 22:52:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 8e32f3c2-1201-53f9-a2fc-ea44d56970a7 with identifier: 1985484
2026-03-26 22:52:53 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 8e32f3c2-1201-53f9-a2fc-ea44d56970a7 with identifier: 1985484 to the API
2026-03-26 22:52:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:52:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:52:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2dd/db3c6a90630e4108ad535982af3c3536/images/large/9.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.9L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': '8e32f3c2-1201-53f9-a2fc-ea44d56970a7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'GLB',
'odometer': 91408,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 15,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8e32f3c2-1201-53f9-a2fc-ea44d56970a7/8e32f3c2-1201-53f9-a2fc-ea44d56970a7_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 253239,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dd/db3c6a90630e4108ad535982af3c3536/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8e32f3c2-1201-53f9-a2fc-ea44d56970a7/8e32f3c2-1201-53f9-a2fc-ea44d56970a7_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 254855,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dd/db3c6a90630e4108ad535982af3c3536/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8e32f3c2-1201-53f9-a2fc-ea44d56970a7/8e32f3c2-1201-53f9-a2fc-ea44d56970a7_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 266816,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dd/db3c6a90630e4108ad535982af3c3536/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8e32f3c2-1201-53f9-a2fc-ea44d56970a7/8e32f3c2-1201-53f9-a2fc-ea44d56970a7_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 268514,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dd/db3c6a90630e4108ad535982af3c3536/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8e32f3c2-1201-53f9-a2fc-ea44d56970a7/8e32f3c2-1201-53f9-a2fc-ea44d56970a7_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 328319,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dd/db3c6a90630e4108ad535982af3c3536/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8e32f3c2-1201-53f9-a2fc-ea44d56970a7/8e32f3c2-1201-53f9-a2fc-ea44d56970a7_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 319734,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dd/db3c6a90630e4108ad535982af3c3536/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8e32f3c2-1201-53f9-a2fc-ea44d56970a7/8e32f3c2-1201-53f9-a2fc-ea44d56970a7_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 317291,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dd/db3c6a90630e4108ad535982af3c3536/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8e32f3c2-1201-53f9-a2fc-ea44d56970a7/8e32f3c2-1201-53f9-a2fc-ea44d56970a7_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 350720,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dd/db3c6a90630e4108ad535982af3c3536/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8e32f3c2-1201-53f9-a2fc-ea44d56970a7/8e32f3c2-1201-53f9-a2fc-ea44d56970a7_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 370768,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dd/db3c6a90630e4108ad535982af3c3536/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8e32f3c2-1201-53f9-a2fc-ea44d56970a7/8e32f3c2-1201-53f9-a2fc-ea44d56970a7_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 375892,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2dd/db3c6a90630e4108ad535982af3c3536/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-10',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ GLB 2.0 GLB 180 D BUSINESS SOLUTION',
'transmission': 'automatic',
'trim': '2.0 GLB 180 D BUSINESS SOLUTION',
'vin': None,
'year': 2023}
2026-03-26 22:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985484%27 HTTP/1.1" 200 None
2026-03-26 22:52:54 [ayvens.be] INFO: Saving data for 1985484: {'created_time': 1774565574.142203, 'last_price_update_time': 1774565574.142214, 'auction_closing_time': 1774958400.0}
2026-03-26 22:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985484') HTTP/1.1" 204 0
2026-03-26 22:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Faffc69b0eeb945769e0066a16ac53816%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/affc69b0eeb945769e0066a16ac53816/images/large/2.jpg not downloaded yet
2026-03-26 22:52:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cq/b44b14985ff4413580b2eb5860c73c1e/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e47850>
2026-03-26 22:52:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b4861b22-3a31-5b05-984b-5666753bb4c0/b4861b22-3a31-5b05-984b-5666753bb4c0_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cq%252Fb44b14985ff4413580b2eb5860c73c1e%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cq/b44b14985ff4413580b2eb5860c73c1e/images/large/1.jpg saved to cache
2026-03-26 22:52:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item b4861b22-3a31-5b05-984b-5666753bb4c0
2026-03-26 22:52:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7443150>
2026-03-26 22:52:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b4861b22-3a31-5b05-984b-5666753bb4c0/b4861b22-3a31-5b05-984b-5666753bb4c0_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cq%252Fb44b14985ff4413580b2eb5860c73c1e%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cq/b44b14985ff4413580b2eb5860c73c1e/images/large/3.jpg saved to cache
2026-03-26 22:52:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item b4861b22-3a31-5b05-984b-5666753bb4c0
2026-03-26 22:52:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7b34fd0>
2026-03-26 22:52:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b4861b22-3a31-5b05-984b-5666753bb4c0/b4861b22-3a31-5b05-984b-5666753bb4c0_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cq%252Fb44b14985ff4413580b2eb5860c73c1e%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cq/b44b14985ff4413580b2eb5860c73c1e/images/large/2.jpg saved to cache
2026-03-26 22:52:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item b4861b22-3a31-5b05-984b-5666753bb4c0
2026-03-26 22:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Faffc69b0eeb945769e0066a16ac53816%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/affc69b0eeb945769e0066a16ac53816/images/large/3.jpg not downloaded yet
2026-03-26 22:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Faffc69b0eeb945769e0066a16ac53816%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/affc69b0eeb945769e0066a16ac53816/images/large/4.jpg not downloaded yet
2026-03-26 22:52:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cq/b44b14985ff4413580b2eb5860c73c1e/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Faffc69b0eeb945769e0066a16ac53816%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/affc69b0eeb945769e0066a16ac53816/images/large/5.jpg not downloaded yet
2026-03-26 22:52:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b782f310>
2026-03-26 22:52:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b4861b22-3a31-5b05-984b-5666753bb4c0/b4861b22-3a31-5b05-984b-5666753bb4c0_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cq%252Fb44b14985ff4413580b2eb5860c73c1e%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cq/b44b14985ff4413580b2eb5860c73c1e/images/large/4.jpg saved to cache
2026-03-26 22:52:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item b4861b22-3a31-5b05-984b-5666753bb4c0
2026-03-26 22:52:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cq/b44b14985ff4413580b2eb5860c73c1e/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cq/b44b14985ff4413580b2eb5860c73c1e/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cq/b44b14985ff4413580b2eb5860c73c1e/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Faffc69b0eeb945769e0066a16ac53816%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/affc69b0eeb945769e0066a16ac53816/images/large/6.jpg not downloaded yet
2026-03-26 22:52:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cq/b44b14985ff4413580b2eb5860c73c1e/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cq/b44b14985ff4413580b2eb5860c73c1e/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Faffc69b0eeb945769e0066a16ac53816%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/affc69b0eeb945769e0066a16ac53816/images/large/7.jpg not downloaded yet
2026-03-26 22:52:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c83690>
2026-03-26 22:52:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b4861b22-3a31-5b05-984b-5666753bb4c0/b4861b22-3a31-5b05-984b-5666753bb4c0_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cq%252Fb44b14985ff4413580b2eb5860c73c1e%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cq/b44b14985ff4413580b2eb5860c73c1e/images/large/6.jpg saved to cache
2026-03-26 22:52:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item b4861b22-3a31-5b05-984b-5666753bb4c0
2026-03-26 22:52:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/affc69b0eeb945769e0066a16ac53816/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Faffc69b0eeb945769e0066a16ac53816%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/affc69b0eeb945769e0066a16ac53816/images/large/8.jpg not downloaded yet
2026-03-26 22:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Faffc69b0eeb945769e0066a16ac53816%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/affc69b0eeb945769e0066a16ac53816/images/large/9.jpg not downloaded yet
2026-03-26 22:52:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7406690>
2026-03-26 22:52:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b4861b22-3a31-5b05-984b-5666753bb4c0/b4861b22-3a31-5b05-984b-5666753bb4c0_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cq%252Fb44b14985ff4413580b2eb5860c73c1e%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cq/b44b14985ff4413580b2eb5860c73c1e/images/large/7.jpg saved to cache
2026-03-26 22:52:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item b4861b22-3a31-5b05-984b-5666753bb4c0
2026-03-26 22:52:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77685d0>
2026-03-26 22:52:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b4861b22-3a31-5b05-984b-5666753bb4c0/b4861b22-3a31-5b05-984b-5666753bb4c0_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cq%252Fb44b14985ff4413580b2eb5860c73c1e%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cq/b44b14985ff4413580b2eb5860c73c1e/images/large/5.jpg saved to cache
2026-03-26 22:52:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item b4861b22-3a31-5b05-984b-5666753bb4c0
2026-03-26 22:52:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7773ad0>
2026-03-26 22:52:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b4861b22-3a31-5b05-984b-5666753bb4c0/b4861b22-3a31-5b05-984b-5666753bb4c0_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cq%252Fb44b14985ff4413580b2eb5860c73c1e%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cq/b44b14985ff4413580b2eb5860c73c1e/images/large/9.jpg saved to cache
2026-03-26 22:52:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item b4861b22-3a31-5b05-984b-5666753bb4c0
2026-03-26 22:52:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6da7790>
2026-03-26 22:52:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b4861b22-3a31-5b05-984b-5666753bb4c0/b4861b22-3a31-5b05-984b-5666753bb4c0_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cq%252Fb44b14985ff4413580b2eb5860c73c1e%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cq/b44b14985ff4413580b2eb5860c73c1e/images/large/8.jpg saved to cache
2026-03-26 22:52:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item b4861b22-3a31-5b05-984b-5666753bb4c0
2026-03-26 22:52:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7ccc290>
2026-03-26 22:52:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b4861b22-3a31-5b05-984b-5666753bb4c0/b4861b22-3a31-5b05-984b-5666753bb4c0_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cq%252Fb44b14985ff4413580b2eb5860c73c1e%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cq/b44b14985ff4413580b2eb5860c73c1e/images/large/10.jpg saved to cache
2026-03-26 22:52:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item b4861b22-3a31-5b05-984b-5666753bb4c0
2026-03-26 22:52:55 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b4861b22-3a31-5b05-984b-5666753bb4c0, skipping ID generation
2026-03-26 22:52:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b4861b22-3a31-5b05-984b-5666753bb4c0 with scrape type 1
2026-03-26 22:52:55 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b4861b22-3a31-5b05-984b-5666753bb4c0 sending to next pipeline
2026-03-26 22:52:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: b4861b22-3a31-5b05-984b-5666753bb4c0, identifier: 1985485
2026-03-26 22:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Faffc69b0eeb945769e0066a16ac53816%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/affc69b0eeb945769e0066a16ac53816/images/large/10.jpg not downloaded yet
2026-03-26 22:52:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: b4861b22-3a31-5b05-984b-5666753bb4c0 with identifier: 1985485
2026-03-26 22:52:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: b4861b22-3a31-5b05-984b-5666753bb4c0 with identifier: 1985485
2026-03-26 22:52:55 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: b4861b22-3a31-5b05-984b-5666753bb4c0 with identifier: 1985485 to the API
2026-03-26 22:52:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:52:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:52:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2cq/b44b14985ff4413580b2eb5860c73c1e/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': 'b4861b22-3a31-5b05-984b-5666753bb4c0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '1 SERIES HATCH',
'odometer': 65837,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 14,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b4861b22-3a31-5b05-984b-5666753bb4c0/b4861b22-3a31-5b05-984b-5666753bb4c0_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 706131,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cq/b44b14985ff4413580b2eb5860c73c1e/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b4861b22-3a31-5b05-984b-5666753bb4c0/b4861b22-3a31-5b05-984b-5666753bb4c0_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 695859,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cq/b44b14985ff4413580b2eb5860c73c1e/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b4861b22-3a31-5b05-984b-5666753bb4c0/b4861b22-3a31-5b05-984b-5666753bb4c0_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 667139,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cq/b44b14985ff4413580b2eb5860c73c1e/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b4861b22-3a31-5b05-984b-5666753bb4c0/b4861b22-3a31-5b05-984b-5666753bb4c0_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 716105,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cq/b44b14985ff4413580b2eb5860c73c1e/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b4861b22-3a31-5b05-984b-5666753bb4c0/b4861b22-3a31-5b05-984b-5666753bb4c0_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 582177,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cq/b44b14985ff4413580b2eb5860c73c1e/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b4861b22-3a31-5b05-984b-5666753bb4c0/b4861b22-3a31-5b05-984b-5666753bb4c0_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 601611,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cq/b44b14985ff4413580b2eb5860c73c1e/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b4861b22-3a31-5b05-984b-5666753bb4c0/b4861b22-3a31-5b05-984b-5666753bb4c0_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 610926,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cq/b44b14985ff4413580b2eb5860c73c1e/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b4861b22-3a31-5b05-984b-5666753bb4c0/b4861b22-3a31-5b05-984b-5666753bb4c0_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 716439,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cq/b44b14985ff4413580b2eb5860c73c1e/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b4861b22-3a31-5b05-984b-5666753bb4c0/b4861b22-3a31-5b05-984b-5666753bb4c0_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 522759,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cq/b44b14985ff4413580b2eb5860c73c1e/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b4861b22-3a31-5b05-984b-5666753bb4c0/b4861b22-3a31-5b05-984b-5666753bb4c0_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 459189,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cq/b44b14985ff4413580b2eb5860c73c1e/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-18',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 1 SERIES HATCH 1.5 116D (85KW)',
'transmission': 'manual',
'trim': '1.5 116D (85KW)',
'vin': None,
'year': 2022}
2026-03-26 22:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985485%27 HTTP/1.1" 200 None
2026-03-26 22:52:55 [ayvens.be] INFO: Saving data for 1985485: {'created_time': 1774565575.659829, 'last_price_update_time': 1774565575.659843, 'auction_closing_time': 1774958400.0}
2026-03-26 22:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985485') HTTP/1.1" 204 0
2026-03-26 22:52:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/affc69b0eeb945769e0066a16ac53816/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/affc69b0eeb945769e0066a16ac53816/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/affc69b0eeb945769e0066a16ac53816/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/affc69b0eeb945769e0066a16ac53816/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77ac750>
2026-03-26 22:52:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6cd00884-726f-5fb7-acaa-5d76390baede/6cd00884-726f-5fb7-acaa-5d76390baede_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Faffc69b0eeb945769e0066a16ac53816%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/affc69b0eeb945769e0066a16ac53816/images/large/1.jpg saved to cache
2026-03-26 22:52:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 6cd00884-726f-5fb7-acaa-5d76390baede
2026-03-26 22:52:55 [ayvens.be] INFO: Found listing with ID: 1985487
2026-03-26 22:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985487%27 HTTP/1.1" 200 None
2026-03-26 22:52:55 [ayvens.be] INFO: Scrape type for 1985487: 1
2026-03-26 22:52:55 [ayvens.be] INFO: Extracting data for car ID: 1985487
2026-03-26 22:52:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 58b59445-e654-592a-ad8a-689c6e0c1bad with identifier: 1985487
2026-03-26 22:52:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 58b59445-e654-592a-ad8a-689c6e0c1bad with scrape type 1
2026-03-26 22:52:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 58b59445-e654-592a-ad8a-689c6e0c1bad
2026-03-26 22:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252Fee66c3123bd64c20ba6a6d39b66c468b%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/ee66c3123bd64c20ba6a6d39b66c468b/images/large/1.jpg not downloaded yet
2026-03-26 22:52:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/affc69b0eeb945769e0066a16ac53816/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/affc69b0eeb945769e0066a16ac53816/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252Fee66c3123bd64c20ba6a6d39b66c468b%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/ee66c3123bd64c20ba6a6d39b66c468b/images/large/2.jpg not downloaded yet
2026-03-26 22:52:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e3ef10>
2026-03-26 22:52:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6cd00884-726f-5fb7-acaa-5d76390baede/6cd00884-726f-5fb7-acaa-5d76390baede_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Faffc69b0eeb945769e0066a16ac53816%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/affc69b0eeb945769e0066a16ac53816/images/large/2.jpg saved to cache
2026-03-26 22:52:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 6cd00884-726f-5fb7-acaa-5d76390baede
2026-03-26 22:52:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cc2290>
2026-03-26 22:52:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6cd00884-726f-5fb7-acaa-5d76390baede/6cd00884-726f-5fb7-acaa-5d76390baede_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Faffc69b0eeb945769e0066a16ac53816%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/affc69b0eeb945769e0066a16ac53816/images/large/4.jpg saved to cache
2026-03-26 22:52:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 6cd00884-726f-5fb7-acaa-5d76390baede
2026-03-26 22:52:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd0cfad0>
2026-03-26 22:52:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6cd00884-726f-5fb7-acaa-5d76390baede/6cd00884-726f-5fb7-acaa-5d76390baede_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:52:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Faffc69b0eeb945769e0066a16ac53816%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/affc69b0eeb945769e0066a16ac53816/images/large/5.jpg saved to cache
2026-03-26 22:52:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 6cd00884-726f-5fb7-acaa-5d76390baede
2026-03-26 22:52:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7a56210>
2026-03-26 22:52:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6cd00884-726f-5fb7-acaa-5d76390baede/6cd00884-726f-5fb7-acaa-5d76390baede_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:52:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Faffc69b0eeb945769e0066a16ac53816%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/affc69b0eeb945769e0066a16ac53816/images/large/3.jpg saved to cache
2026-03-26 22:52:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 6cd00884-726f-5fb7-acaa-5d76390baede
2026-03-26 22:52:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252Fee66c3123bd64c20ba6a6d39b66c468b%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/ee66c3123bd64c20ba6a6d39b66c468b/images/large/3.jpg not downloaded yet
2026-03-26 22:52:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/affc69b0eeb945769e0066a16ac53816/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252Fee66c3123bd64c20ba6a6d39b66c468b%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/ee66c3123bd64c20ba6a6d39b66c468b/images/large/4.jpg not downloaded yet
2026-03-26 22:52:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b72efb50>
2026-03-26 22:52:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6cd00884-726f-5fb7-acaa-5d76390baede/6cd00884-726f-5fb7-acaa-5d76390baede_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:52:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Faffc69b0eeb945769e0066a16ac53816%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/affc69b0eeb945769e0066a16ac53816/images/large/6.jpg saved to cache
2026-03-26 22:52:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 6cd00884-726f-5fb7-acaa-5d76390baede
2026-03-26 22:52:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b75a4f10>
2026-03-26 22:52:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6cd00884-726f-5fb7-acaa-5d76390baede/6cd00884-726f-5fb7-acaa-5d76390baede_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:52:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Faffc69b0eeb945769e0066a16ac53816%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/affc69b0eeb945769e0066a16ac53816/images/large/7.jpg saved to cache
2026-03-26 22:52:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 6cd00884-726f-5fb7-acaa-5d76390baede
2026-03-26 22:52:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252Fee66c3123bd64c20ba6a6d39b66c468b%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/ee66c3123bd64c20ba6a6d39b66c468b/images/large/5.jpg not downloaded yet
2026-03-26 22:52:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/affc69b0eeb945769e0066a16ac53816/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/affc69b0eeb945769e0066a16ac53816/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252Fee66c3123bd64c20ba6a6d39b66c468b%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/ee66c3123bd64c20ba6a6d39b66c468b/images/large/6.jpg not downloaded yet
2026-03-26 22:52:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74e7790>
2026-03-26 22:52:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6cd00884-726f-5fb7-acaa-5d76390baede/6cd00884-726f-5fb7-acaa-5d76390baede_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:52:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Faffc69b0eeb945769e0066a16ac53816%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/affc69b0eeb945769e0066a16ac53816/images/large/8.jpg saved to cache
2026-03-26 22:52:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 6cd00884-726f-5fb7-acaa-5d76390baede
2026-03-26 22:52:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252Fee66c3123bd64c20ba6a6d39b66c468b%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/ee66c3123bd64c20ba6a6d39b66c468b/images/large/7.jpg not downloaded yet
2026-03-26 22:52:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252Fee66c3123bd64c20ba6a6d39b66c468b%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/ee66c3123bd64c20ba6a6d39b66c468b/images/large/8.jpg not downloaded yet
2026-03-26 22:52:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7cab410>
2026-03-26 22:52:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6cd00884-726f-5fb7-acaa-5d76390baede/6cd00884-726f-5fb7-acaa-5d76390baede_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:52:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Faffc69b0eeb945769e0066a16ac53816%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/affc69b0eeb945769e0066a16ac53816/images/large/10.jpg saved to cache
2026-03-26 22:52:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 6cd00884-726f-5fb7-acaa-5d76390baede
2026-03-26 22:52:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b72ed390>
2026-03-26 22:52:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6cd00884-726f-5fb7-acaa-5d76390baede/6cd00884-726f-5fb7-acaa-5d76390baede_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:52:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252Faffc69b0eeb945769e0066a16ac53816%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/affc69b0eeb945769e0066a16ac53816/images/large/9.jpg saved to cache
2026-03-26 22:52:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 6cd00884-726f-5fb7-acaa-5d76390baede
2026-03-26 22:52:56 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6cd00884-726f-5fb7-acaa-5d76390baede, skipping ID generation
2026-03-26 22:52:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6cd00884-726f-5fb7-acaa-5d76390baede with scrape type 1
2026-03-26 22:52:56 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6cd00884-726f-5fb7-acaa-5d76390baede sending to next pipeline
2026-03-26 22:52:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 6cd00884-726f-5fb7-acaa-5d76390baede, identifier: 1985486
2026-03-26 22:52:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 6cd00884-726f-5fb7-acaa-5d76390baede with identifier: 1985486
2026-03-26 22:52:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 6cd00884-726f-5fb7-acaa-5d76390baede with identifier: 1985486
2026-03-26 22:52:56 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 6cd00884-726f-5fb7-acaa-5d76390baede with identifier: 1985486 to the API
2026-03-26 22:52:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:52:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:52:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bs/affc69b0eeb945769e0066a16ac53816/images/large/9.jpg>
{'auction_title': '',
'c_o_2_emission_value': 41,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '6cd00884-726f-5fb7-acaa-5d76390baede',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'VOLVO',
'model': 'XC40',
'odometer': 131568,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 15,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6cd00884-726f-5fb7-acaa-5d76390baede/6cd00884-726f-5fb7-acaa-5d76390baede_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 267661,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/affc69b0eeb945769e0066a16ac53816/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6cd00884-726f-5fb7-acaa-5d76390baede/6cd00884-726f-5fb7-acaa-5d76390baede_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 268679,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/affc69b0eeb945769e0066a16ac53816/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6cd00884-726f-5fb7-acaa-5d76390baede/6cd00884-726f-5fb7-acaa-5d76390baede_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 281181,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/affc69b0eeb945769e0066a16ac53816/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6cd00884-726f-5fb7-acaa-5d76390baede/6cd00884-726f-5fb7-acaa-5d76390baede_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 273639,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/affc69b0eeb945769e0066a16ac53816/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6cd00884-726f-5fb7-acaa-5d76390baede/6cd00884-726f-5fb7-acaa-5d76390baede_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 276645,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/affc69b0eeb945769e0066a16ac53816/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6cd00884-726f-5fb7-acaa-5d76390baede/6cd00884-726f-5fb7-acaa-5d76390baede_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 241869,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/affc69b0eeb945769e0066a16ac53816/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6cd00884-726f-5fb7-acaa-5d76390baede/6cd00884-726f-5fb7-acaa-5d76390baede_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 318664,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/affc69b0eeb945769e0066a16ac53816/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6cd00884-726f-5fb7-acaa-5d76390baede/6cd00884-726f-5fb7-acaa-5d76390baede_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 343408,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/affc69b0eeb945769e0066a16ac53816/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6cd00884-726f-5fb7-acaa-5d76390baede/6cd00884-726f-5fb7-acaa-5d76390baede_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 345336,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/affc69b0eeb945769e0066a16ac53816/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6cd00884-726f-5fb7-acaa-5d76390baede/6cd00884-726f-5fb7-acaa-5d76390baede_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 282394,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/affc69b0eeb945769e0066a16ac53816/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-09',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC40 1.5 T4 PHEV INSCRIPTION EXPR. DCT',
'transmission': 'automatic',
'trim': '1.5 T4 PHEV INSCRIPTION EXPR. DCT',
'vin': None,
'year': 2022}
2026-03-26 22:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985486%27 HTTP/1.1" 200 None
2026-03-26 22:52:57 [ayvens.be] INFO: Saving data for 1985486: {'created_time': 1774565577.055165, 'last_price_update_time': 1774565577.055176, 'auction_closing_time': 1774958400.0}
2026-03-26 22:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985486') HTTP/1.1" 204 0
2026-03-26 22:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252Fee66c3123bd64c20ba6a6d39b66c468b%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/ee66c3123bd64c20ba6a6d39b66c468b/images/large/9.jpg not downloaded yet
2026-03-26 22:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252Fee66c3123bd64c20ba6a6d39b66c468b%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/ee66c3123bd64c20ba6a6d39b66c468b/images/large/10.jpg not downloaded yet
2026-03-26 22:52:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bn/ee66c3123bd64c20ba6a6d39b66c468b/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bn/ee66c3123bd64c20ba6a6d39b66c468b/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:57 [ayvens.be] INFO: Found listing with ID: 1985488
2026-03-26 22:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985488%27 HTTP/1.1" 200 None
2026-03-26 22:52:57 [ayvens.be] INFO: Scrape type for 1985488: 1
2026-03-26 22:52:57 [ayvens.be] INFO: Extracting data for car ID: 1985488
2026-03-26 22:52:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1c9b0a89-eb14-5060-bb05-ef2d70ce6924 with identifier: 1985488
2026-03-26 22:52:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1c9b0a89-eb14-5060-bb05-ef2d70ce6924 with scrape type 1
2026-03-26 22:52:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 1c9b0a89-eb14-5060-bb05-ef2d70ce6924
2026-03-26 22:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ec%252F8e806e5e4b724913a3b5ddf4513ab132%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ec/8e806e5e4b724913a3b5ddf4513ab132/images/large/1.jpg not downloaded yet
2026-03-26 22:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ec%252F8e806e5e4b724913a3b5ddf4513ab132%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ec/8e806e5e4b724913a3b5ddf4513ab132/images/large/2.jpg not downloaded yet
2026-03-26 22:52:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bn/ee66c3123bd64c20ba6a6d39b66c468b/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ec%252F8e806e5e4b724913a3b5ddf4513ab132%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ec/8e806e5e4b724913a3b5ddf4513ab132/images/large/3.jpg not downloaded yet
2026-03-26 22:52:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bn/ee66c3123bd64c20ba6a6d39b66c468b/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bn/ee66c3123bd64c20ba6a6d39b66c468b/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bn/ee66c3123bd64c20ba6a6d39b66c468b/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ec%252F8e806e5e4b724913a3b5ddf4513ab132%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ec/8e806e5e4b724913a3b5ddf4513ab132/images/large/4.jpg not downloaded yet
2026-03-26 22:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ec%252F8e806e5e4b724913a3b5ddf4513ab132%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ec/8e806e5e4b724913a3b5ddf4513ab132/images/large/5.jpg not downloaded yet
2026-03-26 22:52:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76ce210>
2026-03-26 22:52:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_58b59445-e654-592a-ad8a-689c6e0c1bad/58b59445-e654-592a-ad8a-689c6e0c1bad_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252Fee66c3123bd64c20ba6a6d39b66c468b%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/ee66c3123bd64c20ba6a6d39b66c468b/images/large/1.jpg saved to cache
2026-03-26 22:52:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 58b59445-e654-592a-ad8a-689c6e0c1bad
2026-03-26 22:52:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b75a4890>
2026-03-26 22:52:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_58b59445-e654-592a-ad8a-689c6e0c1bad/58b59445-e654-592a-ad8a-689c6e0c1bad_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252Fee66c3123bd64c20ba6a6d39b66c468b%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/ee66c3123bd64c20ba6a6d39b66c468b/images/large/2.jpg saved to cache
2026-03-26 22:52:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 58b59445-e654-592a-ad8a-689c6e0c1bad
2026-03-26 22:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ec%252F8e806e5e4b724913a3b5ddf4513ab132%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ec/8e806e5e4b724913a3b5ddf4513ab132/images/large/6.jpg not downloaded yet
2026-03-26 22:52:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bn/ee66c3123bd64c20ba6a6d39b66c468b/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ec%252F8e806e5e4b724913a3b5ddf4513ab132%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ec/8e806e5e4b724913a3b5ddf4513ab132/images/large/7.jpg not downloaded yet
2026-03-26 22:52:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b792ed10>
2026-03-26 22:52:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_58b59445-e654-592a-ad8a-689c6e0c1bad/58b59445-e654-592a-ad8a-689c6e0c1bad_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252Fee66c3123bd64c20ba6a6d39b66c468b%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/ee66c3123bd64c20ba6a6d39b66c468b/images/large/3.jpg saved to cache
2026-03-26 22:52:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 58b59445-e654-592a-ad8a-689c6e0c1bad
2026-03-26 22:52:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7b36050>
2026-03-26 22:52:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_58b59445-e654-592a-ad8a-689c6e0c1bad/58b59445-e654-592a-ad8a-689c6e0c1bad_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252Fee66c3123bd64c20ba6a6d39b66c468b%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/ee66c3123bd64c20ba6a6d39b66c468b/images/large/4.jpg saved to cache
2026-03-26 22:52:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 58b59445-e654-592a-ad8a-689c6e0c1bad
2026-03-26 22:52:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79a4b10>
2026-03-26 22:52:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_58b59445-e654-592a-ad8a-689c6e0c1bad/58b59445-e654-592a-ad8a-689c6e0c1bad_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252Fee66c3123bd64c20ba6a6d39b66c468b%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/ee66c3123bd64c20ba6a6d39b66c468b/images/large/6.jpg saved to cache
2026-03-26 22:52:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 58b59445-e654-592a-ad8a-689c6e0c1bad
2026-03-26 22:52:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76cc250>
2026-03-26 22:52:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_58b59445-e654-592a-ad8a-689c6e0c1bad/58b59445-e654-592a-ad8a-689c6e0c1bad_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:52:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252Fee66c3123bd64c20ba6a6d39b66c468b%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/ee66c3123bd64c20ba6a6d39b66c468b/images/large/5.jpg saved to cache
2026-03-26 22:52:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 58b59445-e654-592a-ad8a-689c6e0c1bad
2026-03-26 22:52:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bn/ee66c3123bd64c20ba6a6d39b66c468b/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ec%252F8e806e5e4b724913a3b5ddf4513ab132%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ec/8e806e5e4b724913a3b5ddf4513ab132/images/large/8.jpg not downloaded yet
2026-03-26 22:52:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bn/ee66c3123bd64c20ba6a6d39b66c468b/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ec%252F8e806e5e4b724913a3b5ddf4513ab132%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ec/8e806e5e4b724913a3b5ddf4513ab132/images/large/9.jpg not downloaded yet
2026-03-26 22:52:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7980a10>
2026-03-26 22:52:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_58b59445-e654-592a-ad8a-689c6e0c1bad/58b59445-e654-592a-ad8a-689c6e0c1bad_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:52:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252Fee66c3123bd64c20ba6a6d39b66c468b%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/ee66c3123bd64c20ba6a6d39b66c468b/images/large/9.jpg saved to cache
2026-03-26 22:52:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 58b59445-e654-592a-ad8a-689c6e0c1bad
2026-03-26 22:52:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bn/ee66c3123bd64c20ba6a6d39b66c468b/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ec%252F8e806e5e4b724913a3b5ddf4513ab132%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ec/8e806e5e4b724913a3b5ddf4513ab132/images/large/10.jpg not downloaded yet
2026-03-26 22:52:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ec/8e806e5e4b724913a3b5ddf4513ab132/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ec/8e806e5e4b724913a3b5ddf4513ab132/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ec/8e806e5e4b724913a3b5ddf4513ab132/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:58 [ayvens.be] INFO: Found listing with ID: 1985489
2026-03-26 22:52:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985489%27 HTTP/1.1" 200 None
2026-03-26 22:52:58 [ayvens.be] INFO: Scrape type for 1985489: 1
2026-03-26 22:52:58 [ayvens.be] INFO: Extracting data for car ID: 1985489
2026-03-26 22:52:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 651317bf-da71-5928-93a9-8df683ca4d4f with identifier: 1985489
2026-03-26 22:52:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 651317bf-da71-5928-93a9-8df683ca4d4f with scrape type 1
2026-03-26 22:52:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 651317bf-da71-5928-93a9-8df683ca4d4f
2026-03-26 22:52:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cp%252Ffc5ee4b155a54f0dba86b6664c25cade%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cp/fc5ee4b155a54f0dba86b6664c25cade/images/large/1.jpg not downloaded yet
2026-03-26 22:52:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7497510>
2026-03-26 22:52:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_58b59445-e654-592a-ad8a-689c6e0c1bad/58b59445-e654-592a-ad8a-689c6e0c1bad_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:52:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252Fee66c3123bd64c20ba6a6d39b66c468b%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/ee66c3123bd64c20ba6a6d39b66c468b/images/large/7.jpg saved to cache
2026-03-26 22:52:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 58b59445-e654-592a-ad8a-689c6e0c1bad
2026-03-26 22:52:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7570a90>
2026-03-26 22:52:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_58b59445-e654-592a-ad8a-689c6e0c1bad/58b59445-e654-592a-ad8a-689c6e0c1bad_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:52:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252Fee66c3123bd64c20ba6a6d39b66c468b%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/ee66c3123bd64c20ba6a6d39b66c468b/images/large/8.jpg saved to cache
2026-03-26 22:52:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 58b59445-e654-592a-ad8a-689c6e0c1bad
2026-03-26 22:52:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cp%252Ffc5ee4b155a54f0dba86b6664c25cade%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cp/fc5ee4b155a54f0dba86b6664c25cade/images/large/2.jpg not downloaded yet
2026-03-26 22:52:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ec/8e806e5e4b724913a3b5ddf4513ab132/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cp%252Ffc5ee4b155a54f0dba86b6664c25cade%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cp/fc5ee4b155a54f0dba86b6664c25cade/images/large/3.jpg not downloaded yet
2026-03-26 22:52:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ec/8e806e5e4b724913a3b5ddf4513ab132/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cbe7d0>
2026-03-26 22:52:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_58b59445-e654-592a-ad8a-689c6e0c1bad/58b59445-e654-592a-ad8a-689c6e0c1bad_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:52:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bn%252Fee66c3123bd64c20ba6a6d39b66c468b%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bn/ee66c3123bd64c20ba6a6d39b66c468b/images/large/10.jpg saved to cache
2026-03-26 22:52:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 58b59445-e654-592a-ad8a-689c6e0c1bad
2026-03-26 22:52:58 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 58b59445-e654-592a-ad8a-689c6e0c1bad, skipping ID generation
2026-03-26 22:52:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 58b59445-e654-592a-ad8a-689c6e0c1bad with scrape type 1
2026-03-26 22:52:58 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 58b59445-e654-592a-ad8a-689c6e0c1bad sending to next pipeline
2026-03-26 22:52:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 58b59445-e654-592a-ad8a-689c6e0c1bad, identifier: 1985487
2026-03-26 22:52:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd0c5610>
2026-03-26 22:52:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1c9b0a89-eb14-5060-bb05-ef2d70ce6924/1c9b0a89-eb14-5060-bb05-ef2d70ce6924_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ec%252F8e806e5e4b724913a3b5ddf4513ab132%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ec/8e806e5e4b724913a3b5ddf4513ab132/images/large/1.jpg saved to cache
2026-03-26 22:52:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 1c9b0a89-eb14-5060-bb05-ef2d70ce6924
2026-03-26 22:52:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74bed10>
2026-03-26 22:52:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1c9b0a89-eb14-5060-bb05-ef2d70ce6924/1c9b0a89-eb14-5060-bb05-ef2d70ce6924_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ec%252F8e806e5e4b724913a3b5ddf4513ab132%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ec/8e806e5e4b724913a3b5ddf4513ab132/images/large/2.jpg saved to cache
2026-03-26 22:52:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 1c9b0a89-eb14-5060-bb05-ef2d70ce6924
2026-03-26 22:52:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7779890>
2026-03-26 22:52:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1c9b0a89-eb14-5060-bb05-ef2d70ce6924/1c9b0a89-eb14-5060-bb05-ef2d70ce6924_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ec%252F8e806e5e4b724913a3b5ddf4513ab132%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ec/8e806e5e4b724913a3b5ddf4513ab132/images/large/3.jpg saved to cache
2026-03-26 22:52:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 1c9b0a89-eb14-5060-bb05-ef2d70ce6924
2026-03-26 22:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cp%252Ffc5ee4b155a54f0dba86b6664c25cade%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cp/fc5ee4b155a54f0dba86b6664c25cade/images/large/4.jpg not downloaded yet
2026-03-26 22:52:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 58b59445-e654-592a-ad8a-689c6e0c1bad with identifier: 1985487
2026-03-26 22:52:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 58b59445-e654-592a-ad8a-689c6e0c1bad with identifier: 1985487
2026-03-26 22:52:59 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 58b59445-e654-592a-ad8a-689c6e0c1bad with identifier: 1985487 to the API
2026-03-26 22:52:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:52:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:52:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bn/ee66c3123bd64c20ba6a6d39b66c468b/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '58b59445-e654-592a-ad8a-689c6e0c1bad',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'X1',
'odometer': 101820,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 17,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_58b59445-e654-592a-ad8a-689c6e0c1bad/58b59445-e654-592a-ad8a-689c6e0c1bad_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 711828,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bn/ee66c3123bd64c20ba6a6d39b66c468b/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_58b59445-e654-592a-ad8a-689c6e0c1bad/58b59445-e654-592a-ad8a-689c6e0c1bad_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 674671,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bn/ee66c3123bd64c20ba6a6d39b66c468b/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_58b59445-e654-592a-ad8a-689c6e0c1bad/58b59445-e654-592a-ad8a-689c6e0c1bad_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 711588,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bn/ee66c3123bd64c20ba6a6d39b66c468b/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_58b59445-e654-592a-ad8a-689c6e0c1bad/58b59445-e654-592a-ad8a-689c6e0c1bad_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 689972,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bn/ee66c3123bd64c20ba6a6d39b66c468b/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_58b59445-e654-592a-ad8a-689c6e0c1bad/58b59445-e654-592a-ad8a-689c6e0c1bad_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 710931,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bn/ee66c3123bd64c20ba6a6d39b66c468b/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_58b59445-e654-592a-ad8a-689c6e0c1bad/58b59445-e654-592a-ad8a-689c6e0c1bad_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 633706,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bn/ee66c3123bd64c20ba6a6d39b66c468b/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_58b59445-e654-592a-ad8a-689c6e0c1bad/58b59445-e654-592a-ad8a-689c6e0c1bad_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 735055,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bn/ee66c3123bd64c20ba6a6d39b66c468b/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_58b59445-e654-592a-ad8a-689c6e0c1bad/58b59445-e654-592a-ad8a-689c6e0c1bad_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 746859,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bn/ee66c3123bd64c20ba6a6d39b66c468b/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_58b59445-e654-592a-ad8a-689c6e0c1bad/58b59445-e654-592a-ad8a-689c6e0c1bad_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 604506,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bn/ee66c3123bd64c20ba6a6d39b66c468b/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_58b59445-e654-592a-ad8a-689c6e0c1bad/58b59445-e654-592a-ad8a-689c6e0c1bad_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 599255,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bn/ee66c3123bd64c20ba6a6d39b66c468b/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-28',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 1.5 XDRIVE25E (162KW)',
'transmission': 'automatic',
'trim': '1.5 XDRIVE25E (162KW)',
'vin': None,
'year': 2022}
2026-03-26 22:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985487%27 HTTP/1.1" 200 None
2026-03-26 22:52:59 [ayvens.be] INFO: Saving data for 1985487: {'created_time': 1774565579.613135, 'last_price_update_time': 1774565579.613145, 'auction_closing_time': 1774958400.0}
2026-03-26 22:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985487') HTTP/1.1" 204 0
2026-03-26 22:52:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ec/8e806e5e4b724913a3b5ddf4513ab132/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cp%252Ffc5ee4b155a54f0dba86b6664c25cade%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cp/fc5ee4b155a54f0dba86b6664c25cade/images/large/5.jpg not downloaded yet
2026-03-26 22:52:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80cad48350>
2026-03-26 22:52:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1c9b0a89-eb14-5060-bb05-ef2d70ce6924/1c9b0a89-eb14-5060-bb05-ef2d70ce6924_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ec%252F8e806e5e4b724913a3b5ddf4513ab132%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ec/8e806e5e4b724913a3b5ddf4513ab132/images/large/4.jpg saved to cache
2026-03-26 22:52:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 1c9b0a89-eb14-5060-bb05-ef2d70ce6924
2026-03-26 22:52:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7745bd0>
2026-03-26 22:52:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1c9b0a89-eb14-5060-bb05-ef2d70ce6924/1c9b0a89-eb14-5060-bb05-ef2d70ce6924_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ec%252F8e806e5e4b724913a3b5ddf4513ab132%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ec/8e806e5e4b724913a3b5ddf4513ab132/images/large/5.jpg saved to cache
2026-03-26 22:52:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 1c9b0a89-eb14-5060-bb05-ef2d70ce6924
2026-03-26 22:52:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ec/8e806e5e4b724913a3b5ddf4513ab132/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cp%252Ffc5ee4b155a54f0dba86b6664c25cade%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cp/fc5ee4b155a54f0dba86b6664c25cade/images/large/6.jpg not downloaded yet
2026-03-26 22:52:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ec/8e806e5e4b724913a3b5ddf4513ab132/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ec/8e806e5e4b724913a3b5ddf4513ab132/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cp%252Ffc5ee4b155a54f0dba86b6664c25cade%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cp/fc5ee4b155a54f0dba86b6664c25cade/images/large/7.jpg not downloaded yet
2026-03-26 22:52:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74dc690>
2026-03-26 22:52:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1c9b0a89-eb14-5060-bb05-ef2d70ce6924/1c9b0a89-eb14-5060-bb05-ef2d70ce6924_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ec%252F8e806e5e4b724913a3b5ddf4513ab132%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:52:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ec/8e806e5e4b724913a3b5ddf4513ab132/images/large/6.jpg saved to cache
2026-03-26 22:52:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 1c9b0a89-eb14-5060-bb05-ef2d70ce6924
2026-03-26 22:52:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ec/8e806e5e4b724913a3b5ddf4513ab132/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cp%252Ffc5ee4b155a54f0dba86b6664c25cade%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cp/fc5ee4b155a54f0dba86b6664c25cade/images/large/8.jpg not downloaded yet
2026-03-26 22:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cp%252Ffc5ee4b155a54f0dba86b6664c25cade%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:52:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cp/fc5ee4b155a54f0dba86b6664c25cade/images/large/9.jpg not downloaded yet
2026-03-26 22:52:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:52:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b792d850>
2026-03-26 22:52:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:52:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:52:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:52:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1c9b0a89-eb14-5060-bb05-ef2d70ce6924/1c9b0a89-eb14-5060-bb05-ef2d70ce6924_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ec%252F8e806e5e4b724913a3b5ddf4513ab132%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ec/8e806e5e4b724913a3b5ddf4513ab132/images/large/9.jpg saved to cache
2026-03-26 22:53:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 1c9b0a89-eb14-5060-bb05-ef2d70ce6924
2026-03-26 22:53:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b75a53d0>
2026-03-26 22:53:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1c9b0a89-eb14-5060-bb05-ef2d70ce6924/1c9b0a89-eb14-5060-bb05-ef2d70ce6924_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ec%252F8e806e5e4b724913a3b5ddf4513ab132%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ec/8e806e5e4b724913a3b5ddf4513ab132/images/large/7.jpg saved to cache
2026-03-26 22:53:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 1c9b0a89-eb14-5060-bb05-ef2d70ce6924
2026-03-26 22:53:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7591210>
2026-03-26 22:53:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1c9b0a89-eb14-5060-bb05-ef2d70ce6924/1c9b0a89-eb14-5060-bb05-ef2d70ce6924_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ec%252F8e806e5e4b724913a3b5ddf4513ab132%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ec/8e806e5e4b724913a3b5ddf4513ab132/images/large/8.jpg saved to cache
2026-03-26 22:53:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 1c9b0a89-eb14-5060-bb05-ef2d70ce6924
2026-03-26 22:53:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cp/fc5ee4b155a54f0dba86b6664c25cade/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cp/fc5ee4b155a54f0dba86b6664c25cade/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cp%252Ffc5ee4b155a54f0dba86b6664c25cade%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cp/fc5ee4b155a54f0dba86b6664c25cade/images/large/10.jpg not downloaded yet
2026-03-26 22:53:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7458d10>
2026-03-26 22:53:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1c9b0a89-eb14-5060-bb05-ef2d70ce6924/1c9b0a89-eb14-5060-bb05-ef2d70ce6924_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ec%252F8e806e5e4b724913a3b5ddf4513ab132%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ec/8e806e5e4b724913a3b5ddf4513ab132/images/large/10.jpg saved to cache
2026-03-26 22:53:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 1c9b0a89-eb14-5060-bb05-ef2d70ce6924
2026-03-26 22:53:00 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1c9b0a89-eb14-5060-bb05-ef2d70ce6924, skipping ID generation
2026-03-26 22:53:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1c9b0a89-eb14-5060-bb05-ef2d70ce6924 with scrape type 1
2026-03-26 22:53:00 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1c9b0a89-eb14-5060-bb05-ef2d70ce6924 sending to next pipeline
2026-03-26 22:53:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 1c9b0a89-eb14-5060-bb05-ef2d70ce6924, identifier: 1985488
2026-03-26 22:53:00 [ayvens.be] INFO: Found listing with ID: 1985490
2026-03-26 22:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985490%27 HTTP/1.1" 200 None
2026-03-26 22:53:00 [ayvens.be] INFO: Scrape type for 1985490: 1
2026-03-26 22:53:00 [ayvens.be] INFO: Extracting data for car ID: 1985490
2026-03-26 22:53:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b5a211d9-f255-57a9-bd89-c1a1a699cf54 with identifier: 1985490
2026-03-26 22:53:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b5a211d9-f255-57a9-bd89-c1a1a699cf54 with scrape type 1
2026-03-26 22:53:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item b5a211d9-f255-57a9-bd89-c1a1a699cf54
2026-03-26 22:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wj%252F8ee1253420374506b55607b65139a6d9%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wj/8ee1253420374506b55607b65139a6d9/images/large/1.jpg not downloaded yet
2026-03-26 22:53:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 1c9b0a89-eb14-5060-bb05-ef2d70ce6924 with identifier: 1985488
2026-03-26 22:53:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 1c9b0a89-eb14-5060-bb05-ef2d70ce6924 with identifier: 1985488
2026-03-26 22:53:00 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 1c9b0a89-eb14-5060-bb05-ef2d70ce6924 with identifier: 1985488 to the API
2026-03-26 22:53:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:53:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:53:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2ec/8e806e5e4b724913a3b5ddf4513ab132/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'electric',
'id': '1c9b0a89-eb14-5060-bb05-ef2d70ce6924',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '208',
'odometer': 84469,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 17,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1c9b0a89-eb14-5060-bb05-ef2d70ce6924/1c9b0a89-eb14-5060-bb05-ef2d70ce6924_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 592966,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ec/8e806e5e4b724913a3b5ddf4513ab132/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1c9b0a89-eb14-5060-bb05-ef2d70ce6924/1c9b0a89-eb14-5060-bb05-ef2d70ce6924_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 550958,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ec/8e806e5e4b724913a3b5ddf4513ab132/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1c9b0a89-eb14-5060-bb05-ef2d70ce6924/1c9b0a89-eb14-5060-bb05-ef2d70ce6924_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 588563,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ec/8e806e5e4b724913a3b5ddf4513ab132/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1c9b0a89-eb14-5060-bb05-ef2d70ce6924/1c9b0a89-eb14-5060-bb05-ef2d70ce6924_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 625592,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ec/8e806e5e4b724913a3b5ddf4513ab132/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1c9b0a89-eb14-5060-bb05-ef2d70ce6924/1c9b0a89-eb14-5060-bb05-ef2d70ce6924_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 535048,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ec/8e806e5e4b724913a3b5ddf4513ab132/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1c9b0a89-eb14-5060-bb05-ef2d70ce6924/1c9b0a89-eb14-5060-bb05-ef2d70ce6924_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 524408,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ec/8e806e5e4b724913a3b5ddf4513ab132/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1c9b0a89-eb14-5060-bb05-ef2d70ce6924/1c9b0a89-eb14-5060-bb05-ef2d70ce6924_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 626662,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ec/8e806e5e4b724913a3b5ddf4513ab132/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1c9b0a89-eb14-5060-bb05-ef2d70ce6924/1c9b0a89-eb14-5060-bb05-ef2d70ce6924_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 646974,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ec/8e806e5e4b724913a3b5ddf4513ab132/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1c9b0a89-eb14-5060-bb05-ef2d70ce6924/1c9b0a89-eb14-5060-bb05-ef2d70ce6924_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 499208,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ec/8e806e5e4b724913a3b5ddf4513ab132/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1c9b0a89-eb14-5060-bb05-ef2d70ce6924/1c9b0a89-eb14-5060-bb05-ef2d70ce6924_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 523919,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ec/8e806e5e4b724913a3b5ddf4513ab132/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-08-28',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 208 BEV 50KWH ELECTR. E-208 AUTO ALLURE PACK',
'transmission': 'automatic',
'trim': 'BEV 50KWH ELECTR. E-208 AUTO ALLURE PACK',
'vin': None,
'year': 2023}
2026-03-26 22:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985488%27 HTTP/1.1" 200 None
2026-03-26 22:53:00 [ayvens.be] INFO: Saving data for 1985488: {'created_time': 1774565580.722873, 'last_price_update_time': 1774565580.722881, 'auction_closing_time': 1774958400.0}
2026-03-26 22:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985488') HTTP/1.1" 204 0
2026-03-26 22:53:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cp/fc5ee4b155a54f0dba86b6664c25cade/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wj%252F8ee1253420374506b55607b65139a6d9%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wj/8ee1253420374506b55607b65139a6d9/images/large/2.jpg not downloaded yet
2026-03-26 22:53:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd3d7ad0>
2026-03-26 22:53:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_651317bf-da71-5928-93a9-8df683ca4d4f/651317bf-da71-5928-93a9-8df683ca4d4f_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cp%252Ffc5ee4b155a54f0dba86b6664c25cade%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cp/fc5ee4b155a54f0dba86b6664c25cade/images/large/1.jpg saved to cache
2026-03-26 22:53:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 651317bf-da71-5928-93a9-8df683ca4d4f
2026-03-26 22:53:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7593250>
2026-03-26 22:53:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_651317bf-da71-5928-93a9-8df683ca4d4f/651317bf-da71-5928-93a9-8df683ca4d4f_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cp%252Ffc5ee4b155a54f0dba86b6664c25cade%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cp/fc5ee4b155a54f0dba86b6664c25cade/images/large/2.jpg saved to cache
2026-03-26 22:53:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 651317bf-da71-5928-93a9-8df683ca4d4f
2026-03-26 22:53:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cp/fc5ee4b155a54f0dba86b6664c25cade/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wj%252F8ee1253420374506b55607b65139a6d9%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wj/8ee1253420374506b55607b65139a6d9/images/large/3.jpg not downloaded yet
2026-03-26 22:53:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cp/fc5ee4b155a54f0dba86b6664c25cade/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wj%252F8ee1253420374506b55607b65139a6d9%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wj/8ee1253420374506b55607b65139a6d9/images/large/4.jpg not downloaded yet
2026-03-26 22:53:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cbdf90>
2026-03-26 22:53:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_651317bf-da71-5928-93a9-8df683ca4d4f/651317bf-da71-5928-93a9-8df683ca4d4f_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cp%252Ffc5ee4b155a54f0dba86b6664c25cade%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cp/fc5ee4b155a54f0dba86b6664c25cade/images/large/3.jpg saved to cache
2026-03-26 22:53:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 651317bf-da71-5928-93a9-8df683ca4d4f
2026-03-26 22:53:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cp/fc5ee4b155a54f0dba86b6664c25cade/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wj%252F8ee1253420374506b55607b65139a6d9%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wj/8ee1253420374506b55607b65139a6d9/images/large/5.jpg not downloaded yet
2026-03-26 22:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wj%252F8ee1253420374506b55607b65139a6d9%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wj/8ee1253420374506b55607b65139a6d9/images/large/6.jpg not downloaded yet
2026-03-26 22:53:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cp/fc5ee4b155a54f0dba86b6664c25cade/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cp/fc5ee4b155a54f0dba86b6664c25cade/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wj%252F8ee1253420374506b55607b65139a6d9%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wj/8ee1253420374506b55607b65139a6d9/images/large/7.jpg not downloaded yet
2026-03-26 22:53:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7592c90>
2026-03-26 22:53:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_651317bf-da71-5928-93a9-8df683ca4d4f/651317bf-da71-5928-93a9-8df683ca4d4f_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cp%252Ffc5ee4b155a54f0dba86b6664c25cade%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cp/fc5ee4b155a54f0dba86b6664c25cade/images/large/4.jpg saved to cache
2026-03-26 22:53:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 651317bf-da71-5928-93a9-8df683ca4d4f
2026-03-26 22:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wj%252F8ee1253420374506b55607b65139a6d9%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wj/8ee1253420374506b55607b65139a6d9/images/large/8.jpg not downloaded yet
2026-03-26 22:53:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cp/fc5ee4b155a54f0dba86b6664c25cade/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cbc250>
2026-03-26 22:53:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_651317bf-da71-5928-93a9-8df683ca4d4f/651317bf-da71-5928-93a9-8df683ca4d4f_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cp%252Ffc5ee4b155a54f0dba86b6664c25cade%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cp/fc5ee4b155a54f0dba86b6664c25cade/images/large/5.jpg saved to cache
2026-03-26 22:53:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 651317bf-da71-5928-93a9-8df683ca4d4f
2026-03-26 22:53:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7744590>
2026-03-26 22:53:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_651317bf-da71-5928-93a9-8df683ca4d4f/651317bf-da71-5928-93a9-8df683ca4d4f_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cp%252Ffc5ee4b155a54f0dba86b6664c25cade%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cp/fc5ee4b155a54f0dba86b6664c25cade/images/large/7.jpg saved to cache
2026-03-26 22:53:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 651317bf-da71-5928-93a9-8df683ca4d4f
2026-03-26 22:53:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7425d10>
2026-03-26 22:53:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_651317bf-da71-5928-93a9-8df683ca4d4f/651317bf-da71-5928-93a9-8df683ca4d4f_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cp%252Ffc5ee4b155a54f0dba86b6664c25cade%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cp/fc5ee4b155a54f0dba86b6664c25cade/images/large/6.jpg saved to cache
2026-03-26 22:53:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 651317bf-da71-5928-93a9-8df683ca4d4f
2026-03-26 22:53:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7778050>
2026-03-26 22:53:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_651317bf-da71-5928-93a9-8df683ca4d4f/651317bf-da71-5928-93a9-8df683ca4d4f_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cp%252Ffc5ee4b155a54f0dba86b6664c25cade%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cp/fc5ee4b155a54f0dba86b6664c25cade/images/large/8.jpg saved to cache
2026-03-26 22:53:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 651317bf-da71-5928-93a9-8df683ca4d4f
2026-03-26 22:53:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cp/fc5ee4b155a54f0dba86b6664c25cade/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wj%252F8ee1253420374506b55607b65139a6d9%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wj/8ee1253420374506b55607b65139a6d9/images/large/9.jpg not downloaded yet
2026-03-26 22:53:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1wj/8ee1253420374506b55607b65139a6d9/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wj%252F8ee1253420374506b55607b65139a6d9%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wj/8ee1253420374506b55607b65139a6d9/images/large/10.jpg not downloaded yet
2026-03-26 22:53:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7425c90>
2026-03-26 22:53:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_651317bf-da71-5928-93a9-8df683ca4d4f/651317bf-da71-5928-93a9-8df683ca4d4f_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cp%252Ffc5ee4b155a54f0dba86b6664c25cade%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cp/fc5ee4b155a54f0dba86b6664c25cade/images/large/10.jpg saved to cache
2026-03-26 22:53:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 651317bf-da71-5928-93a9-8df683ca4d4f
2026-03-26 22:53:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1wj/8ee1253420374506b55607b65139a6d9/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:01 [ayvens.be] INFO: Found listing with ID: 1985491
2026-03-26 22:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985491%27 HTTP/1.1" 200 None
2026-03-26 22:53:01 [ayvens.be] INFO: Scrape type for 1985491: 1
2026-03-26 22:53:01 [ayvens.be] INFO: Extracting data for car ID: 1985491
2026-03-26 22:53:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 81b859eb-2d0f-5da7-8500-172f1eebee15 with identifier: 1985491
2026-03-26 22:53:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 81b859eb-2d0f-5da7-8500-172f1eebee15 with scrape type 1
2026-03-26 22:53:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 81b859eb-2d0f-5da7-8500-172f1eebee15
2026-03-26 22:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bu%252F823f50971f074fe392b69ac5aa9fc084%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bu/823f50971f074fe392b69ac5aa9fc084/images/large/1.jpg not downloaded yet
2026-03-26 22:53:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7aa3b90>
2026-03-26 22:53:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_651317bf-da71-5928-93a9-8df683ca4d4f/651317bf-da71-5928-93a9-8df683ca4d4f_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cp%252Ffc5ee4b155a54f0dba86b6664c25cade%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cp/fc5ee4b155a54f0dba86b6664c25cade/images/large/9.jpg saved to cache
2026-03-26 22:53:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 651317bf-da71-5928-93a9-8df683ca4d4f
2026-03-26 22:53:01 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 651317bf-da71-5928-93a9-8df683ca4d4f, skipping ID generation
2026-03-26 22:53:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 651317bf-da71-5928-93a9-8df683ca4d4f with scrape type 1
2026-03-26 22:53:01 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 651317bf-da71-5928-93a9-8df683ca4d4f sending to next pipeline
2026-03-26 22:53:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 651317bf-da71-5928-93a9-8df683ca4d4f, identifier: 1985489
2026-03-26 22:53:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1wj/8ee1253420374506b55607b65139a6d9/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bu%252F823f50971f074fe392b69ac5aa9fc084%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bu/823f50971f074fe392b69ac5aa9fc084/images/large/2.jpg not downloaded yet
2026-03-26 22:53:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 651317bf-da71-5928-93a9-8df683ca4d4f with identifier: 1985489
2026-03-26 22:53:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 651317bf-da71-5928-93a9-8df683ca4d4f with identifier: 1985489
2026-03-26 22:53:02 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 651317bf-da71-5928-93a9-8df683ca4d4f with identifier: 1985489 to the API
2026-03-26 22:53:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:53:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:53:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2cp/fc5ee4b155a54f0dba86b6664c25cade/images/large/9.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '651317bf-da71-5928-93a9-8df683ca4d4f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'SKODA',
'model': 'SUPERB COMBI',
'odometer': 157154,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 22,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_651317bf-da71-5928-93a9-8df683ca4d4f/651317bf-da71-5928-93a9-8df683ca4d4f_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 704430,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cp/fc5ee4b155a54f0dba86b6664c25cade/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_651317bf-da71-5928-93a9-8df683ca4d4f/651317bf-da71-5928-93a9-8df683ca4d4f_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 692375,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cp/fc5ee4b155a54f0dba86b6664c25cade/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_651317bf-da71-5928-93a9-8df683ca4d4f/651317bf-da71-5928-93a9-8df683ca4d4f_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 690412,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cp/fc5ee4b155a54f0dba86b6664c25cade/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_651317bf-da71-5928-93a9-8df683ca4d4f/651317bf-da71-5928-93a9-8df683ca4d4f_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 694944,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cp/fc5ee4b155a54f0dba86b6664c25cade/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_651317bf-da71-5928-93a9-8df683ca4d4f/651317bf-da71-5928-93a9-8df683ca4d4f_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 694551,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cp/fc5ee4b155a54f0dba86b6664c25cade/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_651317bf-da71-5928-93a9-8df683ca4d4f/651317bf-da71-5928-93a9-8df683ca4d4f_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 716132,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cp/fc5ee4b155a54f0dba86b6664c25cade/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_651317bf-da71-5928-93a9-8df683ca4d4f/651317bf-da71-5928-93a9-8df683ca4d4f_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 664396,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cp/fc5ee4b155a54f0dba86b6664c25cade/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_651317bf-da71-5928-93a9-8df683ca4d4f/651317bf-da71-5928-93a9-8df683ca4d4f_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 737042,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cp/fc5ee4b155a54f0dba86b6664c25cade/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_651317bf-da71-5928-93a9-8df683ca4d4f/651317bf-da71-5928-93a9-8df683ca4d4f_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 745954,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cp/fc5ee4b155a54f0dba86b6664c25cade/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_651317bf-da71-5928-93a9-8df683ca4d4f/651317bf-da71-5928-93a9-8df683ca4d4f_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 709698,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cp/fc5ee4b155a54f0dba86b6664c25cade/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-11',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA SUPERB COMBI 1.5 TSI ACT 110KW DSG7 CLEVER+',
'transmission': 'automatic',
'trim': '1.5 TSI ACT 110KW DSG7 CLEVER+',
'vin': None,
'year': 2022}
2026-03-26 22:53:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985489%27 HTTP/1.1" 200 None
2026-03-26 22:53:02 [ayvens.be] INFO: Saving data for 1985489: {'created_time': 1774565582.455503, 'last_price_update_time': 1774565582.455512, 'auction_closing_time': 1774958400.0}
2026-03-26 22:53:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985489') HTTP/1.1" 204 0
2026-03-26 22:53:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1wj/8ee1253420374506b55607b65139a6d9/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74b5490>
2026-03-26 22:53:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b5a211d9-f255-57a9-bd89-c1a1a699cf54/b5a211d9-f255-57a9-bd89-c1a1a699cf54_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:53:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wj%252F8ee1253420374506b55607b65139a6d9%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wj/8ee1253420374506b55607b65139a6d9/images/large/2.jpg saved to cache
2026-03-26 22:53:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item b5a211d9-f255-57a9-bd89-c1a1a699cf54
2026-03-26 22:53:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1wj/8ee1253420374506b55607b65139a6d9/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bu%252F823f50971f074fe392b69ac5aa9fc084%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bu/823f50971f074fe392b69ac5aa9fc084/images/large/3.jpg not downloaded yet
2026-03-26 22:53:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5ca4bd0>
2026-03-26 22:53:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b5a211d9-f255-57a9-bd89-c1a1a699cf54/b5a211d9-f255-57a9-bd89-c1a1a699cf54_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:53:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wj%252F8ee1253420374506b55607b65139a6d9%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wj/8ee1253420374506b55607b65139a6d9/images/large/1.jpg saved to cache
2026-03-26 22:53:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item b5a211d9-f255-57a9-bd89-c1a1a699cf54
2026-03-26 22:53:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76c4190>
2026-03-26 22:53:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b5a211d9-f255-57a9-bd89-c1a1a699cf54/b5a211d9-f255-57a9-bd89-c1a1a699cf54_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:53:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wj%252F8ee1253420374506b55607b65139a6d9%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wj/8ee1253420374506b55607b65139a6d9/images/large/4.jpg saved to cache
2026-03-26 22:53:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item b5a211d9-f255-57a9-bd89-c1a1a699cf54
2026-03-26 22:53:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1wj/8ee1253420374506b55607b65139a6d9/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bu%252F823f50971f074fe392b69ac5aa9fc084%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bu/823f50971f074fe392b69ac5aa9fc084/images/large/4.jpg not downloaded yet
2026-03-26 22:53:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1wj/8ee1253420374506b55607b65139a6d9/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1wj/8ee1253420374506b55607b65139a6d9/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bu%252F823f50971f074fe392b69ac5aa9fc084%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bu/823f50971f074fe392b69ac5aa9fc084/images/large/5.jpg not downloaded yet
2026-03-26 22:53:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7495010>
2026-03-26 22:53:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b5a211d9-f255-57a9-bd89-c1a1a699cf54/b5a211d9-f255-57a9-bd89-c1a1a699cf54_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:53:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wj%252F8ee1253420374506b55607b65139a6d9%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wj/8ee1253420374506b55607b65139a6d9/images/large/3.jpg saved to cache
2026-03-26 22:53:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item b5a211d9-f255-57a9-bd89-c1a1a699cf54
2026-03-26 22:53:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7913410>
2026-03-26 22:53:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b5a211d9-f255-57a9-bd89-c1a1a699cf54/b5a211d9-f255-57a9-bd89-c1a1a699cf54_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:53:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wj%252F8ee1253420374506b55607b65139a6d9%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wj/8ee1253420374506b55607b65139a6d9/images/large/5.jpg saved to cache
2026-03-26 22:53:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item b5a211d9-f255-57a9-bd89-c1a1a699cf54
2026-03-26 22:53:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1wj/8ee1253420374506b55607b65139a6d9/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bu%252F823f50971f074fe392b69ac5aa9fc084%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bu/823f50971f074fe392b69ac5aa9fc084/images/large/6.jpg not downloaded yet
2026-03-26 22:53:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bu%252F823f50971f074fe392b69ac5aa9fc084%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bu/823f50971f074fe392b69ac5aa9fc084/images/large/7.jpg not downloaded yet
2026-03-26 22:53:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74254d0>
2026-03-26 22:53:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b5a211d9-f255-57a9-bd89-c1a1a699cf54/b5a211d9-f255-57a9-bd89-c1a1a699cf54_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:53:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wj%252F8ee1253420374506b55607b65139a6d9%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wj/8ee1253420374506b55607b65139a6d9/images/large/6.jpg saved to cache
2026-03-26 22:53:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item b5a211d9-f255-57a9-bd89-c1a1a699cf54
2026-03-26 22:53:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74e5290>
2026-03-26 22:53:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b5a211d9-f255-57a9-bd89-c1a1a699cf54/b5a211d9-f255-57a9-bd89-c1a1a699cf54_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:53:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wj%252F8ee1253420374506b55607b65139a6d9%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wj/8ee1253420374506b55607b65139a6d9/images/large/7.jpg saved to cache
2026-03-26 22:53:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item b5a211d9-f255-57a9-bd89-c1a1a699cf54
2026-03-26 22:53:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7aa0d90>
2026-03-26 22:53:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b5a211d9-f255-57a9-bd89-c1a1a699cf54/b5a211d9-f255-57a9-bd89-c1a1a699cf54_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:53:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wj%252F8ee1253420374506b55607b65139a6d9%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wj/8ee1253420374506b55607b65139a6d9/images/large/8.jpg saved to cache
2026-03-26 22:53:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item b5a211d9-f255-57a9-bd89-c1a1a699cf54
2026-03-26 22:53:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1wj/8ee1253420374506b55607b65139a6d9/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bu%252F823f50971f074fe392b69ac5aa9fc084%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bu/823f50971f074fe392b69ac5aa9fc084/images/large/8.jpg not downloaded yet
2026-03-26 22:53:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7747d50>
2026-03-26 22:53:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b5a211d9-f255-57a9-bd89-c1a1a699cf54/b5a211d9-f255-57a9-bd89-c1a1a699cf54_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:53:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wj%252F8ee1253420374506b55607b65139a6d9%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wj/8ee1253420374506b55607b65139a6d9/images/large/9.jpg saved to cache
2026-03-26 22:53:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item b5a211d9-f255-57a9-bd89-c1a1a699cf54
2026-03-26 22:53:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bu%252F823f50971f074fe392b69ac5aa9fc084%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bu/823f50971f074fe392b69ac5aa9fc084/images/large/9.jpg not downloaded yet
2026-03-26 22:53:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bu/823f50971f074fe392b69ac5aa9fc084/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bu%252F823f50971f074fe392b69ac5aa9fc084%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bu/823f50971f074fe392b69ac5aa9fc084/images/large/10.jpg not downloaded yet
2026-03-26 22:53:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7a553d0>
2026-03-26 22:53:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b5a211d9-f255-57a9-bd89-c1a1a699cf54/b5a211d9-f255-57a9-bd89-c1a1a699cf54_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:53:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1wj%252F8ee1253420374506b55607b65139a6d9%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1wj/8ee1253420374506b55607b65139a6d9/images/large/10.jpg saved to cache
2026-03-26 22:53:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item b5a211d9-f255-57a9-bd89-c1a1a699cf54
2026-03-26 22:53:03 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b5a211d9-f255-57a9-bd89-c1a1a699cf54, skipping ID generation
2026-03-26 22:53:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b5a211d9-f255-57a9-bd89-c1a1a699cf54 with scrape type 1
2026-03-26 22:53:03 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b5a211d9-f255-57a9-bd89-c1a1a699cf54 sending to next pipeline
2026-03-26 22:53:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: b5a211d9-f255-57a9-bd89-c1a1a699cf54, identifier: 1985490
2026-03-26 22:53:03 [ayvens.be] INFO: Found listing with ID: 1985492
2026-03-26 22:53:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985492%27 HTTP/1.1" 200 None
2026-03-26 22:53:03 [ayvens.be] INFO: Scrape type for 1985492: 1
2026-03-26 22:53:03 [ayvens.be] INFO: Extracting data for car ID: 1985492
2026-03-26 22:53:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 47fff314-ef4f-5e31-bb30-6e5d411dc9a2 with identifier: 1985492
2026-03-26 22:53:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 47fff314-ef4f-5e31-bb30-6e5d411dc9a2 with scrape type 1
2026-03-26 22:53:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 47fff314-ef4f-5e31-bb30-6e5d411dc9a2
2026-03-26 22:53:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xj%252F7e9011ce113144a5ab44cd5ad049c9cc%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xj/7e9011ce113144a5ab44cd5ad049c9cc/images/large/1.jpg not downloaded yet
2026-03-26 22:53:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: b5a211d9-f255-57a9-bd89-c1a1a699cf54 with identifier: 1985490
2026-03-26 22:53:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: b5a211d9-f255-57a9-bd89-c1a1a699cf54 with identifier: 1985490
2026-03-26 22:53:03 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: b5a211d9-f255-57a9-bd89-c1a1a699cf54 with identifier: 1985490 to the API
2026-03-26 22:53:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:53:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:53:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/1wj/8ee1253420374506b55607b65139a6d9/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': 'b5a211d9-f255-57a9-bd89-c1a1a699cf54',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'TRANSPORTER 1400 FOU SWB DSL -',
'odometer': 178778,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 15,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b5a211d9-f255-57a9-bd89-c1a1a699cf54/b5a211d9-f255-57a9-bd89-c1a1a699cf54_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 582413,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1wj/8ee1253420374506b55607b65139a6d9/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b5a211d9-f255-57a9-bd89-c1a1a699cf54/b5a211d9-f255-57a9-bd89-c1a1a699cf54_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 509393,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1wj/8ee1253420374506b55607b65139a6d9/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b5a211d9-f255-57a9-bd89-c1a1a699cf54/b5a211d9-f255-57a9-bd89-c1a1a699cf54_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 618286,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1wj/8ee1253420374506b55607b65139a6d9/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b5a211d9-f255-57a9-bd89-c1a1a699cf54/b5a211d9-f255-57a9-bd89-c1a1a699cf54_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 532118,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1wj/8ee1253420374506b55607b65139a6d9/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b5a211d9-f255-57a9-bd89-c1a1a699cf54/b5a211d9-f255-57a9-bd89-c1a1a699cf54_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 492734,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1wj/8ee1253420374506b55607b65139a6d9/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b5a211d9-f255-57a9-bd89-c1a1a699cf54/b5a211d9-f255-57a9-bd89-c1a1a699cf54_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 589802,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1wj/8ee1253420374506b55607b65139a6d9/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b5a211d9-f255-57a9-bd89-c1a1a699cf54/b5a211d9-f255-57a9-bd89-c1a1a699cf54_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 506780,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1wj/8ee1253420374506b55607b65139a6d9/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b5a211d9-f255-57a9-bd89-c1a1a699cf54/b5a211d9-f255-57a9-bd89-c1a1a699cf54_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 565845,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1wj/8ee1253420374506b55607b65139a6d9/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b5a211d9-f255-57a9-bd89-c1a1a699cf54/b5a211d9-f255-57a9-bd89-c1a1a699cf54_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 536397,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1wj/8ee1253420374506b55607b65139a6d9/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b5a211d9-f255-57a9-bd89-c1a1a699cf54/b5a211d9-f255-57a9-bd89-c1a1a699cf54_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 604441,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1wj/8ee1253420374506b55607b65139a6d9/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-06-18',
'seats_number': 3,
'seller_name': None,
'title': 'VOLKSWAGEN TRANSPORTER 1400 FOU SWB DSL - 2.0 TDi SCR BMT STOCK',
'transmission': 'manual',
'trim': '2.0 TDi SCR BMT STOCK',
'vin': None,
'year': 2019}
2026-03-26 22:53:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985490%27 HTTP/1.1" 200 None
2026-03-26 22:53:03 [ayvens.be] INFO: Saving data for 1985490: {'created_time': 1774565583.960699, 'last_price_update_time': 1774565583.960708, 'auction_closing_time': 1774958400.0}
2026-03-26 22:53:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985490') HTTP/1.1" 204 0
2026-03-26 22:53:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bu/823f50971f074fe392b69ac5aa9fc084/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bu/823f50971f074fe392b69ac5aa9fc084/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xj%252F7e9011ce113144a5ab44cd5ad049c9cc%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xj/7e9011ce113144a5ab44cd5ad049c9cc/images/large/2.jpg not downloaded yet
2026-03-26 22:53:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7aa1cd0>
2026-03-26 22:53:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_81b859eb-2d0f-5da7-8500-172f1eebee15/81b859eb-2d0f-5da7-8500-172f1eebee15_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bu%252F823f50971f074fe392b69ac5aa9fc084%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bu/823f50971f074fe392b69ac5aa9fc084/images/large/1.jpg saved to cache
2026-03-26 22:53:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 81b859eb-2d0f-5da7-8500-172f1eebee15
2026-03-26 22:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xj%252F7e9011ce113144a5ab44cd5ad049c9cc%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xj/7e9011ce113144a5ab44cd5ad049c9cc/images/large/3.jpg not downloaded yet
2026-03-26 22:53:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bu/823f50971f074fe392b69ac5aa9fc084/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bu/823f50971f074fe392b69ac5aa9fc084/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7aeacd0>
2026-03-26 22:53:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_81b859eb-2d0f-5da7-8500-172f1eebee15/81b859eb-2d0f-5da7-8500-172f1eebee15_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bu%252F823f50971f074fe392b69ac5aa9fc084%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bu/823f50971f074fe392b69ac5aa9fc084/images/large/2.jpg saved to cache
2026-03-26 22:53:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 81b859eb-2d0f-5da7-8500-172f1eebee15
2026-03-26 22:53:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76a7c10>
2026-03-26 22:53:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_81b859eb-2d0f-5da7-8500-172f1eebee15/81b859eb-2d0f-5da7-8500-172f1eebee15_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bu%252F823f50971f074fe392b69ac5aa9fc084%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bu/823f50971f074fe392b69ac5aa9fc084/images/large/3.jpg saved to cache
2026-03-26 22:53:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 81b859eb-2d0f-5da7-8500-172f1eebee15
2026-03-26 22:53:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bu/823f50971f074fe392b69ac5aa9fc084/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xj%252F7e9011ce113144a5ab44cd5ad049c9cc%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xj/7e9011ce113144a5ab44cd5ad049c9cc/images/large/4.jpg not downloaded yet
2026-03-26 22:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xj%252F7e9011ce113144a5ab44cd5ad049c9cc%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xj/7e9011ce113144a5ab44cd5ad049c9cc/images/large/5.jpg not downloaded yet
2026-03-26 22:53:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b746ca90>
2026-03-26 22:53:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_81b859eb-2d0f-5da7-8500-172f1eebee15/81b859eb-2d0f-5da7-8500-172f1eebee15_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bu%252F823f50971f074fe392b69ac5aa9fc084%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bu/823f50971f074fe392b69ac5aa9fc084/images/large/4.jpg saved to cache
2026-03-26 22:53:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 81b859eb-2d0f-5da7-8500-172f1eebee15
2026-03-26 22:53:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7426b90>
2026-03-26 22:53:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_81b859eb-2d0f-5da7-8500-172f1eebee15/81b859eb-2d0f-5da7-8500-172f1eebee15_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bu%252F823f50971f074fe392b69ac5aa9fc084%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bu/823f50971f074fe392b69ac5aa9fc084/images/large/5.jpg saved to cache
2026-03-26 22:53:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 81b859eb-2d0f-5da7-8500-172f1eebee15
2026-03-26 22:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xj%252F7e9011ce113144a5ab44cd5ad049c9cc%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xj/7e9011ce113144a5ab44cd5ad049c9cc/images/large/6.jpg not downloaded yet
2026-03-26 22:53:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bu/823f50971f074fe392b69ac5aa9fc084/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bu/823f50971f074fe392b69ac5aa9fc084/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bu/823f50971f074fe392b69ac5aa9fc084/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xj%252F7e9011ce113144a5ab44cd5ad049c9cc%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xj/7e9011ce113144a5ab44cd5ad049c9cc/images/large/7.jpg not downloaded yet
2026-03-26 22:53:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7910d90>
2026-03-26 22:53:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_81b859eb-2d0f-5da7-8500-172f1eebee15/81b859eb-2d0f-5da7-8500-172f1eebee15_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bu%252F823f50971f074fe392b69ac5aa9fc084%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bu/823f50971f074fe392b69ac5aa9fc084/images/large/6.jpg saved to cache
2026-03-26 22:53:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 81b859eb-2d0f-5da7-8500-172f1eebee15
2026-03-26 22:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xj%252F7e9011ce113144a5ab44cd5ad049c9cc%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xj/7e9011ce113144a5ab44cd5ad049c9cc/images/large/8.jpg not downloaded yet
2026-03-26 22:53:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bu/823f50971f074fe392b69ac5aa9fc084/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xj/7e9011ce113144a5ab44cd5ad049c9cc/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xj%252F7e9011ce113144a5ab44cd5ad049c9cc%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xj/7e9011ce113144a5ab44cd5ad049c9cc/images/large/9.jpg not downloaded yet
2026-03-26 22:53:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7913f90>
2026-03-26 22:53:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_81b859eb-2d0f-5da7-8500-172f1eebee15/81b859eb-2d0f-5da7-8500-172f1eebee15_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bu%252F823f50971f074fe392b69ac5aa9fc084%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bu/823f50971f074fe392b69ac5aa9fc084/images/large/8.jpg saved to cache
2026-03-26 22:53:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 81b859eb-2d0f-5da7-8500-172f1eebee15
2026-03-26 22:53:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b788cad0>
2026-03-26 22:53:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_81b859eb-2d0f-5da7-8500-172f1eebee15/81b859eb-2d0f-5da7-8500-172f1eebee15_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bu%252F823f50971f074fe392b69ac5aa9fc084%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bu/823f50971f074fe392b69ac5aa9fc084/images/large/9.jpg saved to cache
2026-03-26 22:53:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 81b859eb-2d0f-5da7-8500-172f1eebee15
2026-03-26 22:53:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77aec90>
2026-03-26 22:53:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_81b859eb-2d0f-5da7-8500-172f1eebee15/81b859eb-2d0f-5da7-8500-172f1eebee15_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bu%252F823f50971f074fe392b69ac5aa9fc084%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bu/823f50971f074fe392b69ac5aa9fc084/images/large/7.jpg saved to cache
2026-03-26 22:53:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 81b859eb-2d0f-5da7-8500-172f1eebee15
2026-03-26 22:53:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xj/7e9011ce113144a5ab44cd5ad049c9cc/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xj%252F7e9011ce113144a5ab44cd5ad049c9cc%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xj/7e9011ce113144a5ab44cd5ad049c9cc/images/large/10.jpg not downloaded yet
2026-03-26 22:53:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xj/7e9011ce113144a5ab44cd5ad049c9cc/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:04 [ayvens.be] INFO: Found listing with ID: 1985493
2026-03-26 22:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985493%27 HTTP/1.1" 200 None
2026-03-26 22:53:04 [ayvens.be] INFO: Scrape type for 1985493: 1
2026-03-26 22:53:04 [ayvens.be] INFO: Extracting data for car ID: 1985493
2026-03-26 22:53:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 896ab42b-530f-5fb1-81d6-cb9f62e346c9 with identifier: 1985493
2026-03-26 22:53:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 896ab42b-530f-5fb1-81d6-cb9f62e346c9 with scrape type 1
2026-03-26 22:53:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 896ab42b-530f-5fb1-81d6-cb9f62e346c9
2026-03-26 22:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F224d188996624d3e96cc0c5ff79157d5%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/224d188996624d3e96cc0c5ff79157d5/images/large/1.jpg not downloaded yet
2026-03-26 22:53:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xj/7e9011ce113144a5ab44cd5ad049c9cc/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xj/7e9011ce113144a5ab44cd5ad049c9cc/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd0cfed0>
2026-03-26 22:53:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_81b859eb-2d0f-5da7-8500-172f1eebee15/81b859eb-2d0f-5da7-8500-172f1eebee15_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:53:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bu%252F823f50971f074fe392b69ac5aa9fc084%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bu/823f50971f074fe392b69ac5aa9fc084/images/large/10.jpg saved to cache
2026-03-26 22:53:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 81b859eb-2d0f-5da7-8500-172f1eebee15
2026-03-26 22:53:05 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 81b859eb-2d0f-5da7-8500-172f1eebee15, skipping ID generation
2026-03-26 22:53:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 81b859eb-2d0f-5da7-8500-172f1eebee15 with scrape type 1
2026-03-26 22:53:05 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 81b859eb-2d0f-5da7-8500-172f1eebee15 sending to next pipeline
2026-03-26 22:53:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 81b859eb-2d0f-5da7-8500-172f1eebee15, identifier: 1985491
2026-03-26 22:53:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6d83b50>
2026-03-26 22:53:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_47fff314-ef4f-5e31-bb30-6e5d411dc9a2/47fff314-ef4f-5e31-bb30-6e5d411dc9a2_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:53:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xj%252F7e9011ce113144a5ab44cd5ad049c9cc%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xj/7e9011ce113144a5ab44cd5ad049c9cc/images/large/1.jpg saved to cache
2026-03-26 22:53:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 47fff314-ef4f-5e31-bb30-6e5d411dc9a2
2026-03-26 22:53:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F224d188996624d3e96cc0c5ff79157d5%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/224d188996624d3e96cc0c5ff79157d5/images/large/2.jpg not downloaded yet
2026-03-26 22:53:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 81b859eb-2d0f-5da7-8500-172f1eebee15 with identifier: 1985491
2026-03-26 22:53:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 81b859eb-2d0f-5da7-8500-172f1eebee15 with identifier: 1985491
2026-03-26 22:53:05 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 81b859eb-2d0f-5da7-8500-172f1eebee15 with identifier: 1985491 to the API
2026-03-26 22:53:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:53:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:53:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bu/823f50971f074fe392b69ac5aa9fc084/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 4,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '81b859eb-2d0f-5da7-8500-172f1eebee15',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'A3 BERLINE',
'odometer': 116952,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 17,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_81b859eb-2d0f-5da7-8500-172f1eebee15/81b859eb-2d0f-5da7-8500-172f1eebee15_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 679908,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bu/823f50971f074fe392b69ac5aa9fc084/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_81b859eb-2d0f-5da7-8500-172f1eebee15/81b859eb-2d0f-5da7-8500-172f1eebee15_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 661413,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bu/823f50971f074fe392b69ac5aa9fc084/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_81b859eb-2d0f-5da7-8500-172f1eebee15/81b859eb-2d0f-5da7-8500-172f1eebee15_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 665913,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bu/823f50971f074fe392b69ac5aa9fc084/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_81b859eb-2d0f-5da7-8500-172f1eebee15/81b859eb-2d0f-5da7-8500-172f1eebee15_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 719146,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bu/823f50971f074fe392b69ac5aa9fc084/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_81b859eb-2d0f-5da7-8500-172f1eebee15/81b859eb-2d0f-5da7-8500-172f1eebee15_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 748878,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bu/823f50971f074fe392b69ac5aa9fc084/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_81b859eb-2d0f-5da7-8500-172f1eebee15/81b859eb-2d0f-5da7-8500-172f1eebee15_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 613293,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bu/823f50971f074fe392b69ac5aa9fc084/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_81b859eb-2d0f-5da7-8500-172f1eebee15/81b859eb-2d0f-5da7-8500-172f1eebee15_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 752009,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bu/823f50971f074fe392b69ac5aa9fc084/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_81b859eb-2d0f-5da7-8500-172f1eebee15/81b859eb-2d0f-5da7-8500-172f1eebee15_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 718560,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bu/823f50971f074fe392b69ac5aa9fc084/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_81b859eb-2d0f-5da7-8500-172f1eebee15/81b859eb-2d0f-5da7-8500-172f1eebee15_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 465154,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bu/823f50971f074fe392b69ac5aa9fc084/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_81b859eb-2d0f-5da7-8500-172f1eebee15/81b859eb-2d0f-5da7-8500-172f1eebee15_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 543936,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bu/823f50971f074fe392b69ac5aa9fc084/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-24',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A3 BERLINE 1.5 TFSI 35 110KW S TRONIC S LINE',
'transmission': 'automatic',
'trim': '1.5 TFSI 35 110KW S TRONIC S LINE',
'vin': None,
'year': 2022}
2026-03-26 22:53:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985491%27 HTTP/1.1" 200 None
2026-03-26 22:53:05 [ayvens.be] INFO: Saving data for 1985491: {'created_time': 1774565585.521764, 'last_price_update_time': 1774565585.521773, 'auction_closing_time': 1774958400.0}
2026-03-26 22:53:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985491') HTTP/1.1" 204 0
2026-03-26 22:53:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F224d188996624d3e96cc0c5ff79157d5%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/224d188996624d3e96cc0c5ff79157d5/images/large/3.jpg not downloaded yet
2026-03-26 22:53:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79cd610>
2026-03-26 22:53:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_47fff314-ef4f-5e31-bb30-6e5d411dc9a2/47fff314-ef4f-5e31-bb30-6e5d411dc9a2_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:53:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xj%252F7e9011ce113144a5ab44cd5ad049c9cc%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xj/7e9011ce113144a5ab44cd5ad049c9cc/images/large/2.jpg saved to cache
2026-03-26 22:53:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 47fff314-ef4f-5e31-bb30-6e5d411dc9a2
2026-03-26 22:53:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b75902d0>
2026-03-26 22:53:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_47fff314-ef4f-5e31-bb30-6e5d411dc9a2/47fff314-ef4f-5e31-bb30-6e5d411dc9a2_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:53:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xj%252F7e9011ce113144a5ab44cd5ad049c9cc%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xj/7e9011ce113144a5ab44cd5ad049c9cc/images/large/3.jpg saved to cache
2026-03-26 22:53:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 47fff314-ef4f-5e31-bb30-6e5d411dc9a2
2026-03-26 22:53:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b792fe90>
2026-03-26 22:53:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_47fff314-ef4f-5e31-bb30-6e5d411dc9a2/47fff314-ef4f-5e31-bb30-6e5d411dc9a2_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:53:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xj%252F7e9011ce113144a5ab44cd5ad049c9cc%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xj/7e9011ce113144a5ab44cd5ad049c9cc/images/large/4.jpg saved to cache
2026-03-26 22:53:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 47fff314-ef4f-5e31-bb30-6e5d411dc9a2
2026-03-26 22:53:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74125d0>
2026-03-26 22:53:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_47fff314-ef4f-5e31-bb30-6e5d411dc9a2/47fff314-ef4f-5e31-bb30-6e5d411dc9a2_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:53:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xj%252F7e9011ce113144a5ab44cd5ad049c9cc%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xj/7e9011ce113144a5ab44cd5ad049c9cc/images/large/5.jpg saved to cache
2026-03-26 22:53:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 47fff314-ef4f-5e31-bb30-6e5d411dc9a2
2026-03-26 22:53:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xj/7e9011ce113144a5ab44cd5ad049c9cc/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F224d188996624d3e96cc0c5ff79157d5%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/224d188996624d3e96cc0c5ff79157d5/images/large/4.jpg not downloaded yet
2026-03-26 22:53:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xj/7e9011ce113144a5ab44cd5ad049c9cc/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F224d188996624d3e96cc0c5ff79157d5%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/224d188996624d3e96cc0c5ff79157d5/images/large/5.jpg not downloaded yet
2026-03-26 22:53:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xj/7e9011ce113144a5ab44cd5ad049c9cc/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xj/7e9011ce113144a5ab44cd5ad049c9cc/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F224d188996624d3e96cc0c5ff79157d5%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/224d188996624d3e96cc0c5ff79157d5/images/large/6.jpg not downloaded yet
2026-03-26 22:53:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F224d188996624d3e96cc0c5ff79157d5%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/224d188996624d3e96cc0c5ff79157d5/images/large/7.jpg not downloaded yet
2026-03-26 22:53:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/1xj/7e9011ce113144a5ab44cd5ad049c9cc/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F224d188996624d3e96cc0c5ff79157d5%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/224d188996624d3e96cc0c5ff79157d5/images/large/8.jpg not downloaded yet
2026-03-26 22:53:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F224d188996624d3e96cc0c5ff79157d5%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/224d188996624d3e96cc0c5ff79157d5/images/large/9.jpg not downloaded yet
2026-03-26 22:53:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/224d188996624d3e96cc0c5ff79157d5/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74af890>
2026-03-26 22:53:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_47fff314-ef4f-5e31-bb30-6e5d411dc9a2/47fff314-ef4f-5e31-bb30-6e5d411dc9a2_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:53:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xj%252F7e9011ce113144a5ab44cd5ad049c9cc%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xj/7e9011ce113144a5ab44cd5ad049c9cc/images/large/6.jpg saved to cache
2026-03-26 22:53:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 47fff314-ef4f-5e31-bb30-6e5d411dc9a2
2026-03-26 22:53:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F224d188996624d3e96cc0c5ff79157d5%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/224d188996624d3e96cc0c5ff79157d5/images/large/10.jpg not downloaded yet
2026-03-26 22:53:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7910ed0>
2026-03-26 22:53:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_47fff314-ef4f-5e31-bb30-6e5d411dc9a2/47fff314-ef4f-5e31-bb30-6e5d411dc9a2_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:53:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xj%252F7e9011ce113144a5ab44cd5ad049c9cc%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xj/7e9011ce113144a5ab44cd5ad049c9cc/images/large/7.jpg saved to cache
2026-03-26 22:53:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 47fff314-ef4f-5e31-bb30-6e5d411dc9a2
2026-03-26 22:53:06 [ayvens.be] INFO: Found listing with ID: 1985494
2026-03-26 22:53:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985494%27 HTTP/1.1" 200 None
2026-03-26 22:53:06 [ayvens.be] INFO: Scrape type for 1985494: 1
2026-03-26 22:53:06 [ayvens.be] INFO: Extracting data for car ID: 1985494
2026-03-26 22:53:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b6076ab-d217-582e-9c06-1ea0acaa8d72 with identifier: 1985494
2026-03-26 22:53:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b6076ab-d217-582e-9c06-1ea0acaa8d72 with scrape type 1
2026-03-26 22:53:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 8b6076ab-d217-582e-9c06-1ea0acaa8d72
2026-03-26 22:53:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F12fa7407c2154c478bac232277682adb%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/12fa7407c2154c478bac232277682adb/images/large/1.jpg not downloaded yet
2026-03-26 22:53:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b792ffd0>
2026-03-26 22:53:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_47fff314-ef4f-5e31-bb30-6e5d411dc9a2/47fff314-ef4f-5e31-bb30-6e5d411dc9a2_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:53:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xj%252F7e9011ce113144a5ab44cd5ad049c9cc%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xj/7e9011ce113144a5ab44cd5ad049c9cc/images/large/9.jpg saved to cache
2026-03-26 22:53:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 47fff314-ef4f-5e31-bb30-6e5d411dc9a2
2026-03-26 22:53:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6dda910>
2026-03-26 22:53:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_47fff314-ef4f-5e31-bb30-6e5d411dc9a2/47fff314-ef4f-5e31-bb30-6e5d411dc9a2_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:53:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xj%252F7e9011ce113144a5ab44cd5ad049c9cc%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xj/7e9011ce113144a5ab44cd5ad049c9cc/images/large/8.jpg saved to cache
2026-03-26 22:53:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 47fff314-ef4f-5e31-bb30-6e5d411dc9a2
2026-03-26 22:53:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e4fc50>
2026-03-26 22:53:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_47fff314-ef4f-5e31-bb30-6e5d411dc9a2/47fff314-ef4f-5e31-bb30-6e5d411dc9a2_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:53:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F1xj%252F7e9011ce113144a5ab44cd5ad049c9cc%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/1xj/7e9011ce113144a5ab44cd5ad049c9cc/images/large/10.jpg saved to cache
2026-03-26 22:53:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 47fff314-ef4f-5e31-bb30-6e5d411dc9a2
2026-03-26 22:53:06 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 47fff314-ef4f-5e31-bb30-6e5d411dc9a2, skipping ID generation
2026-03-26 22:53:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 47fff314-ef4f-5e31-bb30-6e5d411dc9a2 with scrape type 1
2026-03-26 22:53:06 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 47fff314-ef4f-5e31-bb30-6e5d411dc9a2 sending to next pipeline
2026-03-26 22:53:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 47fff314-ef4f-5e31-bb30-6e5d411dc9a2, identifier: 1985492
2026-03-26 22:53:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 47fff314-ef4f-5e31-bb30-6e5d411dc9a2 with identifier: 1985492
2026-03-26 22:53:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 47fff314-ef4f-5e31-bb30-6e5d411dc9a2 with identifier: 1985492
2026-03-26 22:53:06 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 47fff314-ef4f-5e31-bb30-6e5d411dc9a2 with identifier: 1985492 to the API
2026-03-26 22:53:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:53:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:53:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/1xj/7e9011ce113144a5ab44cd5ad049c9cc/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': '47fff314-ef4f-5e31-bb30-6e5d411dc9a2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'TRANSPORTER 1400 FOU LWB DSL -',
'odometer': 142297,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 15,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_47fff314-ef4f-5e31-bb30-6e5d411dc9a2/47fff314-ef4f-5e31-bb30-6e5d411dc9a2_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 540876,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xj/7e9011ce113144a5ab44cd5ad049c9cc/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_47fff314-ef4f-5e31-bb30-6e5d411dc9a2/47fff314-ef4f-5e31-bb30-6e5d411dc9a2_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 500526,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xj/7e9011ce113144a5ab44cd5ad049c9cc/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_47fff314-ef4f-5e31-bb30-6e5d411dc9a2/47fff314-ef4f-5e31-bb30-6e5d411dc9a2_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 592655,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xj/7e9011ce113144a5ab44cd5ad049c9cc/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_47fff314-ef4f-5e31-bb30-6e5d411dc9a2/47fff314-ef4f-5e31-bb30-6e5d411dc9a2_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 516318,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xj/7e9011ce113144a5ab44cd5ad049c9cc/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_47fff314-ef4f-5e31-bb30-6e5d411dc9a2/47fff314-ef4f-5e31-bb30-6e5d411dc9a2_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 424864,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xj/7e9011ce113144a5ab44cd5ad049c9cc/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_47fff314-ef4f-5e31-bb30-6e5d411dc9a2/47fff314-ef4f-5e31-bb30-6e5d411dc9a2_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 575559,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xj/7e9011ce113144a5ab44cd5ad049c9cc/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_47fff314-ef4f-5e31-bb30-6e5d411dc9a2/47fff314-ef4f-5e31-bb30-6e5d411dc9a2_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 569204,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xj/7e9011ce113144a5ab44cd5ad049c9cc/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_47fff314-ef4f-5e31-bb30-6e5d411dc9a2/47fff314-ef4f-5e31-bb30-6e5d411dc9a2_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 553286,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xj/7e9011ce113144a5ab44cd5ad049c9cc/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_47fff314-ef4f-5e31-bb30-6e5d411dc9a2/47fff314-ef4f-5e31-bb30-6e5d411dc9a2_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 415177,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xj/7e9011ce113144a5ab44cd5ad049c9cc/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_47fff314-ef4f-5e31-bb30-6e5d411dc9a2/47fff314-ef4f-5e31-bb30-6e5d411dc9a2_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 652684,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/1xj/7e9011ce113144a5ab44cd5ad049c9cc/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-20',
'seats_number': 3,
'seller_name': None,
'title': 'VOLKSWAGEN TRANSPORTER 1400 FOU LWB DSL - 2.0 TDi SCR BMT STOCK',
'transmission': 'manual',
'trim': '2.0 TDi SCR BMT STOCK',
'vin': None,
'year': 2020}
2026-03-26 22:53:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985492%27 HTTP/1.1" 200 None
2026-03-26 22:53:07 [ayvens.be] INFO: Saving data for 1985492: {'created_time': 1774565587.086083, 'last_price_update_time': 1774565587.086093, 'auction_closing_time': 1774958400.0}
2026-03-26 22:53:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985492') HTTP/1.1" 204 0
2026-03-26 22:53:07 [scrapy.extensions.logstats] INFO: Crawled 6 pages (at -6 pages/min), scraped 273 items (at 39 items/min)
2026-03-26 22:53:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 182MiB
2026-03-26 22:53:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F12fa7407c2154c478bac232277682adb%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/12fa7407c2154c478bac232277682adb/images/large/2.jpg not downloaded yet
2026-03-26 22:53:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd947b90>
2026-03-26 22:53:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_896ab42b-530f-5fb1-81d6-cb9f62e346c9/896ab42b-530f-5fb1-81d6-cb9f62e346c9_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:53:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F224d188996624d3e96cc0c5ff79157d5%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/224d188996624d3e96cc0c5ff79157d5/images/large/1.jpg saved to cache
2026-03-26 22:53:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 896ab42b-530f-5fb1-81d6-cb9f62e346c9
2026-03-26 22:53:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F12fa7407c2154c478bac232277682adb%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/12fa7407c2154c478bac232277682adb/images/large/3.jpg not downloaded yet
2026-03-26 22:53:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/224d188996624d3e96cc0c5ff79157d5/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F12fa7407c2154c478bac232277682adb%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/12fa7407c2154c478bac232277682adb/images/large/4.jpg not downloaded yet
2026-03-26 22:53:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/224d188996624d3e96cc0c5ff79157d5/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/224d188996624d3e96cc0c5ff79157d5/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/224d188996624d3e96cc0c5ff79157d5/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F12fa7407c2154c478bac232277682adb%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/12fa7407c2154c478bac232277682adb/images/large/5.jpg not downloaded yet
2026-03-26 22:53:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/224d188996624d3e96cc0c5ff79157d5/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F12fa7407c2154c478bac232277682adb%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/12fa7407c2154c478bac232277682adb/images/large/6.jpg not downloaded yet
2026-03-26 22:53:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/224d188996624d3e96cc0c5ff79157d5/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F12fa7407c2154c478bac232277682adb%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/12fa7407c2154c478bac232277682adb/images/large/7.jpg not downloaded yet
2026-03-26 22:53:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F12fa7407c2154c478bac232277682adb%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/12fa7407c2154c478bac232277682adb/images/large/8.jpg not downloaded yet
2026-03-26 22:53:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/224d188996624d3e96cc0c5ff79157d5/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/224d188996624d3e96cc0c5ff79157d5/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F12fa7407c2154c478bac232277682adb%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/12fa7407c2154c478bac232277682adb/images/large/9.jpg not downloaded yet
2026-03-26 22:53:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cc9110>
2026-03-26 22:53:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_896ab42b-530f-5fb1-81d6-cb9f62e346c9/896ab42b-530f-5fb1-81d6-cb9f62e346c9_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:53:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F224d188996624d3e96cc0c5ff79157d5%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/224d188996624d3e96cc0c5ff79157d5/images/large/2.jpg saved to cache
2026-03-26 22:53:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 896ab42b-530f-5fb1-81d6-cb9f62e346c9
2026-03-26 22:53:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7407790>
2026-03-26 22:53:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_896ab42b-530f-5fb1-81d6-cb9f62e346c9/896ab42b-530f-5fb1-81d6-cb9f62e346c9_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:53:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F224d188996624d3e96cc0c5ff79157d5%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/224d188996624d3e96cc0c5ff79157d5/images/large/3.jpg saved to cache
2026-03-26 22:53:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 896ab42b-530f-5fb1-81d6-cb9f62e346c9
2026-03-26 22:53:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7a542d0>
2026-03-26 22:53:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_896ab42b-530f-5fb1-81d6-cb9f62e346c9/896ab42b-530f-5fb1-81d6-cb9f62e346c9_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:53:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F224d188996624d3e96cc0c5ff79157d5%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/224d188996624d3e96cc0c5ff79157d5/images/large/5.jpg saved to cache
2026-03-26 22:53:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 896ab42b-530f-5fb1-81d6-cb9f62e346c9
2026-03-26 22:53:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74bc890>
2026-03-26 22:53:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_896ab42b-530f-5fb1-81d6-cb9f62e346c9/896ab42b-530f-5fb1-81d6-cb9f62e346c9_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:53:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F224d188996624d3e96cc0c5ff79157d5%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/224d188996624d3e96cc0c5ff79157d5/images/large/7.jpg saved to cache
2026-03-26 22:53:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 896ab42b-530f-5fb1-81d6-cb9f62e346c9
2026-03-26 22:53:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F12fa7407c2154c478bac232277682adb%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/12fa7407c2154c478bac232277682adb/images/large/10.jpg not downloaded yet
2026-03-26 22:53:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74e4550>
2026-03-26 22:53:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_896ab42b-530f-5fb1-81d6-cb9f62e346c9/896ab42b-530f-5fb1-81d6-cb9f62e346c9_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F224d188996624d3e96cc0c5ff79157d5%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/224d188996624d3e96cc0c5ff79157d5/images/large/4.jpg saved to cache
2026-03-26 22:53:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 896ab42b-530f-5fb1-81d6-cb9f62e346c9
2026-03-26 22:53:08 [ayvens.be] INFO: Fetching listings with token: 3b2cc62fd26c4e29a762db3de181266b and skip: 400
2026-03-26 22:53:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79df190>
2026-03-26 22:53:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_896ab42b-530f-5fb1-81d6-cb9f62e346c9/896ab42b-530f-5fb1-81d6-cb9f62e346c9_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F224d188996624d3e96cc0c5ff79157d5%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/224d188996624d3e96cc0c5ff79157d5/images/large/6.jpg saved to cache
2026-03-26 22:53:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 896ab42b-530f-5fb1-81d6-cb9f62e346c9
2026-03-26 22:53:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6d83490>
2026-03-26 22:53:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_896ab42b-530f-5fb1-81d6-cb9f62e346c9/896ab42b-530f-5fb1-81d6-cb9f62e346c9_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F224d188996624d3e96cc0c5ff79157d5%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/224d188996624d3e96cc0c5ff79157d5/images/large/8.jpg saved to cache
2026-03-26 22:53:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 896ab42b-530f-5fb1-81d6-cb9f62e346c9
2026-03-26 22:53:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76e28d0>
2026-03-26 22:53:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_896ab42b-530f-5fb1-81d6-cb9f62e346c9/896ab42b-530f-5fb1-81d6-cb9f62e346c9_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F224d188996624d3e96cc0c5ff79157d5%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/224d188996624d3e96cc0c5ff79157d5/images/large/9.jpg saved to cache
2026-03-26 22:53:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 896ab42b-530f-5fb1-81d6-cb9f62e346c9
2026-03-26 22:53:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/12fa7407c2154c478bac232277682adb/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/12fa7407c2154c478bac232277682adb/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/12fa7407c2154c478bac232277682adb/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 22:53:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/12fa7407c2154c478bac232277682adb/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/12fa7407c2154c478bac232277682adb/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/12fa7407c2154c478bac232277682adb/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bp/224d188996624d3e96cc0c5ff79157d5/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/12fa7407c2154c478bac232277682adb/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/12fa7407c2154c478bac232277682adb/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/12fa7407c2154c478bac232277682adb/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c61c50>
2026-03-26 22:53:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8b6076ab-d217-582e-9c06-1ea0acaa8d72/8b6076ab-d217-582e-9c06-1ea0acaa8d72_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F12fa7407c2154c478bac232277682adb%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/12fa7407c2154c478bac232277682adb/images/large/1.jpg saved to cache
2026-03-26 22:53:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 8b6076ab-d217-582e-9c06-1ea0acaa8d72
2026-03-26 22:53:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bs/12fa7407c2154c478bac232277682adb/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77acb50>
2026-03-26 22:53:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8b6076ab-d217-582e-9c06-1ea0acaa8d72/8b6076ab-d217-582e-9c06-1ea0acaa8d72_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F12fa7407c2154c478bac232277682adb%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/12fa7407c2154c478bac232277682adb/images/large/3.jpg saved to cache
2026-03-26 22:53:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 8b6076ab-d217-582e-9c06-1ea0acaa8d72
2026-03-26 22:53:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7402f90>
2026-03-26 22:53:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8b6076ab-d217-582e-9c06-1ea0acaa8d72/8b6076ab-d217-582e-9c06-1ea0acaa8d72_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F12fa7407c2154c478bac232277682adb%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/12fa7407c2154c478bac232277682adb/images/large/2.jpg saved to cache
2026-03-26 22:53:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 8b6076ab-d217-582e-9c06-1ea0acaa8d72
2026-03-26 22:53:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e28e10>
2026-03-26 22:53:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8b6076ab-d217-582e-9c06-1ea0acaa8d72/8b6076ab-d217-582e-9c06-1ea0acaa8d72_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F12fa7407c2154c478bac232277682adb%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/12fa7407c2154c478bac232277682adb/images/large/4.jpg saved to cache
2026-03-26 22:53:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 8b6076ab-d217-582e-9c06-1ea0acaa8d72
2026-03-26 22:53:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7439a10>
2026-03-26 22:53:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8b6076ab-d217-582e-9c06-1ea0acaa8d72/8b6076ab-d217-582e-9c06-1ea0acaa8d72_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F12fa7407c2154c478bac232277682adb%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/12fa7407c2154c478bac232277682adb/images/large/5.jpg saved to cache
2026-03-26 22:53:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 8b6076ab-d217-582e-9c06-1ea0acaa8d72
2026-03-26 22:53:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e29050>
2026-03-26 22:53:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8b6076ab-d217-582e-9c06-1ea0acaa8d72/8b6076ab-d217-582e-9c06-1ea0acaa8d72_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F12fa7407c2154c478bac232277682adb%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/12fa7407c2154c478bac232277682adb/images/large/6.jpg saved to cache
2026-03-26 22:53:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 8b6076ab-d217-582e-9c06-1ea0acaa8d72
2026-03-26 22:53:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cbe050>
2026-03-26 22:53:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_896ab42b-530f-5fb1-81d6-cb9f62e346c9/896ab42b-530f-5fb1-81d6-cb9f62e346c9_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bp%252F224d188996624d3e96cc0c5ff79157d5%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bp/224d188996624d3e96cc0c5ff79157d5/images/large/10.jpg saved to cache
2026-03-26 22:53:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 896ab42b-530f-5fb1-81d6-cb9f62e346c9
2026-03-26 22:53:08 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 896ab42b-530f-5fb1-81d6-cb9f62e346c9, skipping ID generation
2026-03-26 22:53:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 896ab42b-530f-5fb1-81d6-cb9f62e346c9 with scrape type 1
2026-03-26 22:53:08 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 896ab42b-530f-5fb1-81d6-cb9f62e346c9 sending to next pipeline
2026-03-26 22:53:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 896ab42b-530f-5fb1-81d6-cb9f62e346c9, identifier: 1985493
2026-03-26 22:53:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7a60510>
2026-03-26 22:53:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8b6076ab-d217-582e-9c06-1ea0acaa8d72/8b6076ab-d217-582e-9c06-1ea0acaa8d72_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:53:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F12fa7407c2154c478bac232277682adb%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/12fa7407c2154c478bac232277682adb/images/large/7.jpg saved to cache
2026-03-26 22:53:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 8b6076ab-d217-582e-9c06-1ea0acaa8d72
2026-03-26 22:53:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 896ab42b-530f-5fb1-81d6-cb9f62e346c9 with identifier: 1985493
2026-03-26 22:53:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 896ab42b-530f-5fb1-81d6-cb9f62e346c9 with identifier: 1985493
2026-03-26 22:53:09 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 896ab42b-530f-5fb1-81d6-cb9f62e346c9 with identifier: 1985493 to the API
2026-03-26 22:53:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:53:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:53:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bp/224d188996624d3e96cc0c5ff79157d5/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'electric',
'id': '896ab42b-530f-5fb1-81d6-cb9f62e346c9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'Q4 E-TRON',
'odometer': 82972,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 23,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_896ab42b-530f-5fb1-81d6-cb9f62e346c9/896ab42b-530f-5fb1-81d6-cb9f62e346c9_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 688631,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/224d188996624d3e96cc0c5ff79157d5/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_896ab42b-530f-5fb1-81d6-cb9f62e346c9/896ab42b-530f-5fb1-81d6-cb9f62e346c9_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 714274,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/224d188996624d3e96cc0c5ff79157d5/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_896ab42b-530f-5fb1-81d6-cb9f62e346c9/896ab42b-530f-5fb1-81d6-cb9f62e346c9_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 713472,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/224d188996624d3e96cc0c5ff79157d5/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_896ab42b-530f-5fb1-81d6-cb9f62e346c9/896ab42b-530f-5fb1-81d6-cb9f62e346c9_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 737673,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/224d188996624d3e96cc0c5ff79157d5/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_896ab42b-530f-5fb1-81d6-cb9f62e346c9/896ab42b-530f-5fb1-81d6-cb9f62e346c9_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 682577,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/224d188996624d3e96cc0c5ff79157d5/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_896ab42b-530f-5fb1-81d6-cb9f62e346c9/896ab42b-530f-5fb1-81d6-cb9f62e346c9_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 807113,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/224d188996624d3e96cc0c5ff79157d5/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_896ab42b-530f-5fb1-81d6-cb9f62e346c9/896ab42b-530f-5fb1-81d6-cb9f62e346c9_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 592099,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/224d188996624d3e96cc0c5ff79157d5/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_896ab42b-530f-5fb1-81d6-cb9f62e346c9/896ab42b-530f-5fb1-81d6-cb9f62e346c9_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 922956,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/224d188996624d3e96cc0c5ff79157d5/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_896ab42b-530f-5fb1-81d6-cb9f62e346c9/896ab42b-530f-5fb1-81d6-cb9f62e346c9_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 882109,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/224d188996624d3e96cc0c5ff79157d5/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_896ab42b-530f-5fb1-81d6-cb9f62e346c9/896ab42b-530f-5fb1-81d6-cb9f62e346c9_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 895902,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bp/224d188996624d3e96cc0c5ff79157d5/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-04',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q4 E-TRON BEV 82KWH 40 ADVANCED AUTO',
'transmission': 'automatic',
'trim': 'BEV 82KWH 40 ADVANCED AUTO',
'vin': None,
'year': 2022}
2026-03-26 22:53:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985493%27 HTTP/1.1" 200 None
2026-03-26 22:53:09 [ayvens.be] INFO: Saving data for 1985493: {'created_time': 1774565589.513627, 'last_price_update_time': 1774565589.513636, 'auction_closing_time': 1774958400.0}
2026-03-26 22:53:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985493') HTTP/1.1" 204 0
2026-03-26 22:53:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b729ca90>
2026-03-26 22:53:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8b6076ab-d217-582e-9c06-1ea0acaa8d72/8b6076ab-d217-582e-9c06-1ea0acaa8d72_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:53:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F12fa7407c2154c478bac232277682adb%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/12fa7407c2154c478bac232277682adb/images/large/8.jpg saved to cache
2026-03-26 22:53:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 8b6076ab-d217-582e-9c06-1ea0acaa8d72
2026-03-26 22:53:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79fb7d0>
2026-03-26 22:53:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8b6076ab-d217-582e-9c06-1ea0acaa8d72/8b6076ab-d217-582e-9c06-1ea0acaa8d72_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:53:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F12fa7407c2154c478bac232277682adb%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/12fa7407c2154c478bac232277682adb/images/large/9.jpg saved to cache
2026-03-26 22:53:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 8b6076ab-d217-582e-9c06-1ea0acaa8d72
2026-03-26 22:53:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b727a0d0>
2026-03-26 22:53:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8b6076ab-d217-582e-9c06-1ea0acaa8d72/8b6076ab-d217-582e-9c06-1ea0acaa8d72_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:53:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bs%252F12fa7407c2154c478bac232277682adb%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bs/12fa7407c2154c478bac232277682adb/images/large/10.jpg saved to cache
2026-03-26 22:53:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 8b6076ab-d217-582e-9c06-1ea0acaa8d72
2026-03-26 22:53:09 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8b6076ab-d217-582e-9c06-1ea0acaa8d72, skipping ID generation
2026-03-26 22:53:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b6076ab-d217-582e-9c06-1ea0acaa8d72 with scrape type 1
2026-03-26 22:53:09 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8b6076ab-d217-582e-9c06-1ea0acaa8d72 sending to next pipeline
2026-03-26 22:53:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 8b6076ab-d217-582e-9c06-1ea0acaa8d72, identifier: 1985494
2026-03-26 22:53:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 8b6076ab-d217-582e-9c06-1ea0acaa8d72 with identifier: 1985494
2026-03-26 22:53:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 8b6076ab-d217-582e-9c06-1ea0acaa8d72 with identifier: 1985494
2026-03-26 22:53:10 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 8b6076ab-d217-582e-9c06-1ea0acaa8d72 with identifier: 1985494 to the API
2026-03-26 22:53:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:53:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:53:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bs/12fa7407c2154c478bac232277682adb/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': '8b6076ab-d217-582e-9c06-1ea0acaa8d72',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '1 SERIES HATCH',
'odometer': 60729,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 14,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8b6076ab-d217-582e-9c06-1ea0acaa8d72/8b6076ab-d217-582e-9c06-1ea0acaa8d72_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 538664,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/12fa7407c2154c478bac232277682adb/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8b6076ab-d217-582e-9c06-1ea0acaa8d72/8b6076ab-d217-582e-9c06-1ea0acaa8d72_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 416941,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/12fa7407c2154c478bac232277682adb/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8b6076ab-d217-582e-9c06-1ea0acaa8d72/8b6076ab-d217-582e-9c06-1ea0acaa8d72_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 526150,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/12fa7407c2154c478bac232277682adb/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8b6076ab-d217-582e-9c06-1ea0acaa8d72/8b6076ab-d217-582e-9c06-1ea0acaa8d72_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 492214,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/12fa7407c2154c478bac232277682adb/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8b6076ab-d217-582e-9c06-1ea0acaa8d72/8b6076ab-d217-582e-9c06-1ea0acaa8d72_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 392204,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/12fa7407c2154c478bac232277682adb/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8b6076ab-d217-582e-9c06-1ea0acaa8d72/8b6076ab-d217-582e-9c06-1ea0acaa8d72_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 351758,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/12fa7407c2154c478bac232277682adb/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8b6076ab-d217-582e-9c06-1ea0acaa8d72/8b6076ab-d217-582e-9c06-1ea0acaa8d72_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 461023,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/12fa7407c2154c478bac232277682adb/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8b6076ab-d217-582e-9c06-1ea0acaa8d72/8b6076ab-d217-582e-9c06-1ea0acaa8d72_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 314747,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/12fa7407c2154c478bac232277682adb/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8b6076ab-d217-582e-9c06-1ea0acaa8d72/8b6076ab-d217-582e-9c06-1ea0acaa8d72_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 318035,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/12fa7407c2154c478bac232277682adb/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8b6076ab-d217-582e-9c06-1ea0acaa8d72/8b6076ab-d217-582e-9c06-1ea0acaa8d72_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 397225,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bs/12fa7407c2154c478bac232277682adb/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-07',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 1 SERIES HATCH 1.5 116DA (85KW)',
'transmission': 'automatic',
'trim': '1.5 116DA (85KW)',
'vin': None,
'year': 2022}
2026-03-26 22:53:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985494%27 HTTP/1.1" 200 None
2026-03-26 22:53:10 [ayvens.be] INFO: Saving data for 1985494: {'created_time': 1774565590.201762, 'last_price_update_time': 1774565590.201772, 'auction_closing_time': 1774958400.0}
2026-03-26 22:53:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985494') HTTP/1.1" 204 0
2026-03-26 22:53:11 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://api.aldcarmarket.com/graphql/saleevents> (referer: https://carmarket.ayvens.com/) ['zyte-api']
2026-03-26 22:53:11 [ayvens.be] INFO: Found listing with ID: 1985495
2026-03-26 22:53:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985495%27 HTTP/1.1" 200 None
2026-03-26 22:53:11 [ayvens.be] INFO: Scrape type for 1985495: 1
2026-03-26 22:53:11 [ayvens.be] INFO: Extracting data for car ID: 1985495
2026-03-26 22:53:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5829e4bb-924d-5088-83d1-8a694cecf4a5 with identifier: 1985495
2026-03-26 22:53:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5829e4bb-924d-5088-83d1-8a694cecf4a5 with scrape type 1
2026-03-26 22:53:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 5829e4bb-924d-5088-83d1-8a694cecf4a5
2026-03-26 22:53:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252F82e36bd9389040e99b1887b77e7c0a22%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/82e36bd9389040e99b1887b77e7c0a22/images/large/1.jpg not downloaded yet
2026-03-26 22:53:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252F82e36bd9389040e99b1887b77e7c0a22%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/82e36bd9389040e99b1887b77e7c0a22/images/large/2.jpg not downloaded yet
2026-03-26 22:53:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252F82e36bd9389040e99b1887b77e7c0a22%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/82e36bd9389040e99b1887b77e7c0a22/images/large/3.jpg not downloaded yet
2026-03-26 22:53:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252F82e36bd9389040e99b1887b77e7c0a22%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/82e36bd9389040e99b1887b77e7c0a22/images/large/4.jpg not downloaded yet
2026-03-26 22:53:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252F82e36bd9389040e99b1887b77e7c0a22%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/82e36bd9389040e99b1887b77e7c0a22/images/large/5.jpg not downloaded yet
2026-03-26 22:53:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252F82e36bd9389040e99b1887b77e7c0a22%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/82e36bd9389040e99b1887b77e7c0a22/images/large/6.jpg not downloaded yet
2026-03-26 22:53:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252F82e36bd9389040e99b1887b77e7c0a22%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/82e36bd9389040e99b1887b77e7c0a22/images/large/7.jpg not downloaded yet
2026-03-26 22:53:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252F82e36bd9389040e99b1887b77e7c0a22%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/82e36bd9389040e99b1887b77e7c0a22/images/large/8.jpg not downloaded yet
2026-03-26 22:53:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252F82e36bd9389040e99b1887b77e7c0a22%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/82e36bd9389040e99b1887b77e7c0a22/images/large/9.jpg not downloaded yet
2026-03-26 22:53:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252F82e36bd9389040e99b1887b77e7c0a22%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/82e36bd9389040e99b1887b77e7c0a22/images/large/10.jpg not downloaded yet
2026-03-26 22:53:11 [ayvens.be] INFO: Found listing with ID: 1985496
2026-03-26 22:53:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985496%27 HTTP/1.1" 200 None
2026-03-26 22:53:11 [ayvens.be] INFO: Scrape type for 1985496: 1
2026-03-26 22:53:11 [ayvens.be] INFO: Extracting data for car ID: 1985496
2026-03-26 22:53:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 659df532-3246-5145-9f5b-706fe40e5b8c with identifier: 1985496
2026-03-26 22:53:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 659df532-3246-5145-9f5b-706fe40e5b8c with scrape type 1
2026-03-26 22:53:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 659df532-3246-5145-9f5b-706fe40e5b8c
2026-03-26 22:53:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F9616bf82acb04754aaa37cbe51082aa6%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/9616bf82acb04754aaa37cbe51082aa6/images/large/1.jpg not downloaded yet
2026-03-26 22:53:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bj/82e36bd9389040e99b1887b77e7c0a22/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bj/82e36bd9389040e99b1887b77e7c0a22/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F9616bf82acb04754aaa37cbe51082aa6%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/9616bf82acb04754aaa37cbe51082aa6/images/large/2.jpg not downloaded yet
2026-03-26 22:53:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F9616bf82acb04754aaa37cbe51082aa6%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/9616bf82acb04754aaa37cbe51082aa6/images/large/3.jpg not downloaded yet
2026-03-26 22:53:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bj/82e36bd9389040e99b1887b77e7c0a22/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bj/82e36bd9389040e99b1887b77e7c0a22/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7438250>
2026-03-26 22:53:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5829e4bb-924d-5088-83d1-8a694cecf4a5/5829e4bb-924d-5088-83d1-8a694cecf4a5_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:53:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252F82e36bd9389040e99b1887b77e7c0a22%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/82e36bd9389040e99b1887b77e7c0a22/images/large/2.jpg saved to cache
2026-03-26 22:53:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 5829e4bb-924d-5088-83d1-8a694cecf4a5
2026-03-26 22:53:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6ded810>
2026-03-26 22:53:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5829e4bb-924d-5088-83d1-8a694cecf4a5/5829e4bb-924d-5088-83d1-8a694cecf4a5_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:53:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252F82e36bd9389040e99b1887b77e7c0a22%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/82e36bd9389040e99b1887b77e7c0a22/images/large/1.jpg saved to cache
2026-03-26 22:53:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 5829e4bb-924d-5088-83d1-8a694cecf4a5
2026-03-26 22:53:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F9616bf82acb04754aaa37cbe51082aa6%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/9616bf82acb04754aaa37cbe51082aa6/images/large/4.jpg not downloaded yet
2026-03-26 22:53:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bj/82e36bd9389040e99b1887b77e7c0a22/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bj/82e36bd9389040e99b1887b77e7c0a22/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F9616bf82acb04754aaa37cbe51082aa6%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/9616bf82acb04754aaa37cbe51082aa6/images/large/5.jpg not downloaded yet
2026-03-26 22:53:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7497ed0>
2026-03-26 22:53:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5829e4bb-924d-5088-83d1-8a694cecf4a5/5829e4bb-924d-5088-83d1-8a694cecf4a5_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:53:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252F82e36bd9389040e99b1887b77e7c0a22%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/82e36bd9389040e99b1887b77e7c0a22/images/large/3.jpg saved to cache
2026-03-26 22:53:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 5829e4bb-924d-5088-83d1-8a694cecf4a5
2026-03-26 22:53:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74b72d0>
2026-03-26 22:53:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5829e4bb-924d-5088-83d1-8a694cecf4a5/5829e4bb-924d-5088-83d1-8a694cecf4a5_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:53:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252F82e36bd9389040e99b1887b77e7c0a22%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/82e36bd9389040e99b1887b77e7c0a22/images/large/5.jpg saved to cache
2026-03-26 22:53:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 5829e4bb-924d-5088-83d1-8a694cecf4a5
2026-03-26 22:53:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bj/82e36bd9389040e99b1887b77e7c0a22/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bj/82e36bd9389040e99b1887b77e7c0a22/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F9616bf82acb04754aaa37cbe51082aa6%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/9616bf82acb04754aaa37cbe51082aa6/images/large/6.jpg not downloaded yet
2026-03-26 22:53:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bj/82e36bd9389040e99b1887b77e7c0a22/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7572850>
2026-03-26 22:53:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5829e4bb-924d-5088-83d1-8a694cecf4a5/5829e4bb-924d-5088-83d1-8a694cecf4a5_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:53:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252F82e36bd9389040e99b1887b77e7c0a22%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/82e36bd9389040e99b1887b77e7c0a22/images/large/6.jpg saved to cache
2026-03-26 22:53:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 5829e4bb-924d-5088-83d1-8a694cecf4a5
2026-03-26 22:53:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7573890>
2026-03-26 22:53:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5829e4bb-924d-5088-83d1-8a694cecf4a5/5829e4bb-924d-5088-83d1-8a694cecf4a5_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:53:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252F82e36bd9389040e99b1887b77e7c0a22%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/82e36bd9389040e99b1887b77e7c0a22/images/large/4.jpg saved to cache
2026-03-26 22:53:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 5829e4bb-924d-5088-83d1-8a694cecf4a5
2026-03-26 22:53:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F9616bf82acb04754aaa37cbe51082aa6%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/9616bf82acb04754aaa37cbe51082aa6/images/large/7.jpg not downloaded yet
2026-03-26 22:53:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bj/82e36bd9389040e99b1887b77e7c0a22/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F9616bf82acb04754aaa37cbe51082aa6%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/9616bf82acb04754aaa37cbe51082aa6/images/large/8.jpg not downloaded yet
2026-03-26 22:53:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e37550>
2026-03-26 22:53:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5829e4bb-924d-5088-83d1-8a694cecf4a5/5829e4bb-924d-5088-83d1-8a694cecf4a5_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252F82e36bd9389040e99b1887b77e7c0a22%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/82e36bd9389040e99b1887b77e7c0a22/images/large/8.jpg saved to cache
2026-03-26 22:53:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 5829e4bb-924d-5088-83d1-8a694cecf4a5
2026-03-26 22:53:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7400110>
2026-03-26 22:53:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5829e4bb-924d-5088-83d1-8a694cecf4a5/5829e4bb-924d-5088-83d1-8a694cecf4a5_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252F82e36bd9389040e99b1887b77e7c0a22%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/82e36bd9389040e99b1887b77e7c0a22/images/large/9.jpg saved to cache
2026-03-26 22:53:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 5829e4bb-924d-5088-83d1-8a694cecf4a5
2026-03-26 22:53:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79cdb90>
2026-03-26 22:53:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5829e4bb-924d-5088-83d1-8a694cecf4a5/5829e4bb-924d-5088-83d1-8a694cecf4a5_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252F82e36bd9389040e99b1887b77e7c0a22%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/82e36bd9389040e99b1887b77e7c0a22/images/large/7.jpg saved to cache
2026-03-26 22:53:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 5829e4bb-924d-5088-83d1-8a694cecf4a5
2026-03-26 22:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F9616bf82acb04754aaa37cbe51082aa6%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/9616bf82acb04754aaa37cbe51082aa6/images/large/9.jpg not downloaded yet
2026-03-26 22:53:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7a63d10>
2026-03-26 22:53:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5829e4bb-924d-5088-83d1-8a694cecf4a5/5829e4bb-924d-5088-83d1-8a694cecf4a5_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bj%252F82e36bd9389040e99b1887b77e7c0a22%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bj/82e36bd9389040e99b1887b77e7c0a22/images/large/10.jpg saved to cache
2026-03-26 22:53:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 5829e4bb-924d-5088-83d1-8a694cecf4a5
2026-03-26 22:53:12 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5829e4bb-924d-5088-83d1-8a694cecf4a5, skipping ID generation
2026-03-26 22:53:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5829e4bb-924d-5088-83d1-8a694cecf4a5 with scrape type 1
2026-03-26 22:53:12 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5829e4bb-924d-5088-83d1-8a694cecf4a5 sending to next pipeline
2026-03-26 22:53:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 5829e4bb-924d-5088-83d1-8a694cecf4a5, identifier: 1985495
2026-03-26 22:53:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/9616bf82acb04754aaa37cbe51082aa6/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/9616bf82acb04754aaa37cbe51082aa6/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F9616bf82acb04754aaa37cbe51082aa6%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/9616bf82acb04754aaa37cbe51082aa6/images/large/10.jpg not downloaded yet
2026-03-26 22:53:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 5829e4bb-924d-5088-83d1-8a694cecf4a5 with identifier: 1985495
2026-03-26 22:53:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 5829e4bb-924d-5088-83d1-8a694cecf4a5 with identifier: 1985495
2026-03-26 22:53:12 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 5829e4bb-924d-5088-83d1-8a694cecf4a5 with identifier: 1985495 to the API
2026-03-26 22:53:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:53:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:53:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bj/82e36bd9389040e99b1887b77e7c0a22/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.3L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '5829e4bb-924d-5088-83d1-8a694cecf4a5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'A-CLASS',
'odometer': 83090,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 14,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5829e4bb-924d-5088-83d1-8a694cecf4a5/5829e4bb-924d-5088-83d1-8a694cecf4a5_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 395674,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bj/82e36bd9389040e99b1887b77e7c0a22/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5829e4bb-924d-5088-83d1-8a694cecf4a5/5829e4bb-924d-5088-83d1-8a694cecf4a5_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 458244,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bj/82e36bd9389040e99b1887b77e7c0a22/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5829e4bb-924d-5088-83d1-8a694cecf4a5/5829e4bb-924d-5088-83d1-8a694cecf4a5_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 456805,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bj/82e36bd9389040e99b1887b77e7c0a22/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5829e4bb-924d-5088-83d1-8a694cecf4a5/5829e4bb-924d-5088-83d1-8a694cecf4a5_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 496419,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bj/82e36bd9389040e99b1887b77e7c0a22/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5829e4bb-924d-5088-83d1-8a694cecf4a5/5829e4bb-924d-5088-83d1-8a694cecf4a5_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 259950,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bj/82e36bd9389040e99b1887b77e7c0a22/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5829e4bb-924d-5088-83d1-8a694cecf4a5/5829e4bb-924d-5088-83d1-8a694cecf4a5_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 308066,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bj/82e36bd9389040e99b1887b77e7c0a22/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5829e4bb-924d-5088-83d1-8a694cecf4a5/5829e4bb-924d-5088-83d1-8a694cecf4a5_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 473996,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bj/82e36bd9389040e99b1887b77e7c0a22/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5829e4bb-924d-5088-83d1-8a694cecf4a5/5829e4bb-924d-5088-83d1-8a694cecf4a5_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 414272,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bj/82e36bd9389040e99b1887b77e7c0a22/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5829e4bb-924d-5088-83d1-8a694cecf4a5/5829e4bb-924d-5088-83d1-8a694cecf4a5_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 361347,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bj/82e36bd9389040e99b1887b77e7c0a22/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5829e4bb-924d-5088-83d1-8a694cecf4a5/5829e4bb-924d-5088-83d1-8a694cecf4a5_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 381339,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bj/82e36bd9389040e99b1887b77e7c0a22/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-07',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ A-CLASS 1.3 A 250 E DCT BUSINESS SOLUTION',
'transmission': 'automatic',
'trim': '1.3 A 250 E DCT BUSINESS SOLUTION',
'vin': None,
'year': 2021}
2026-03-26 22:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985495%27 HTTP/1.1" 200 None
2026-03-26 22:53:13 [ayvens.be] INFO: Saving data for 1985495: {'created_time': 1774565593.980251, 'last_price_update_time': 1774565593.98026, 'auction_closing_time': 1774958400.0}
2026-03-26 22:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985495') HTTP/1.1" 204 0
2026-03-26 22:53:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/9616bf82acb04754aaa37cbe51082aa6/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/9616bf82acb04754aaa37cbe51082aa6/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/9616bf82acb04754aaa37cbe51082aa6/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:14 [ayvens.be] INFO: Found listing with ID: 1985497
2026-03-26 22:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985497%27 HTTP/1.1" 200 None
2026-03-26 22:53:14 [ayvens.be] INFO: Scrape type for 1985497: 1
2026-03-26 22:53:14 [ayvens.be] INFO: Extracting data for car ID: 1985497
2026-03-26 22:53:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b66468c6-078d-5c53-8af1-7343a1dee843 with identifier: 1985497
2026-03-26 22:53:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b66468c6-078d-5c53-8af1-7343a1dee843 with scrape type 1
2026-03-26 22:53:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item b66468c6-078d-5c53-8af1-7343a1dee843
2026-03-26 22:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F8f84abb1f60b4d11bd5f47622fd4bd87%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/8f84abb1f60b4d11bd5f47622fd4bd87/images/large/1.jpg not downloaded yet
2026-03-26 22:53:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/9616bf82acb04754aaa37cbe51082aa6/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e1f010>
2026-03-26 22:53:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_659df532-3246-5145-9f5b-706fe40e5b8c/659df532-3246-5145-9f5b-706fe40e5b8c_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F9616bf82acb04754aaa37cbe51082aa6%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/9616bf82acb04754aaa37cbe51082aa6/images/large/1.jpg saved to cache
2026-03-26 22:53:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 659df532-3246-5145-9f5b-706fe40e5b8c
2026-03-26 22:53:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7981610>
2026-03-26 22:53:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_659df532-3246-5145-9f5b-706fe40e5b8c/659df532-3246-5145-9f5b-706fe40e5b8c_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F9616bf82acb04754aaa37cbe51082aa6%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/9616bf82acb04754aaa37cbe51082aa6/images/large/2.jpg saved to cache
2026-03-26 22:53:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 659df532-3246-5145-9f5b-706fe40e5b8c
2026-03-26 22:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F8f84abb1f60b4d11bd5f47622fd4bd87%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/8f84abb1f60b4d11bd5f47622fd4bd87/images/large/2.jpg not downloaded yet
2026-03-26 22:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F8f84abb1f60b4d11bd5f47622fd4bd87%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/8f84abb1f60b4d11bd5f47622fd4bd87/images/large/3.jpg not downloaded yet
2026-03-26 22:53:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e3da50>
2026-03-26 22:53:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_659df532-3246-5145-9f5b-706fe40e5b8c/659df532-3246-5145-9f5b-706fe40e5b8c_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F9616bf82acb04754aaa37cbe51082aa6%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/9616bf82acb04754aaa37cbe51082aa6/images/large/5.jpg saved to cache
2026-03-26 22:53:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 659df532-3246-5145-9f5b-706fe40e5b8c
2026-03-26 22:53:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7572dd0>
2026-03-26 22:53:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_659df532-3246-5145-9f5b-706fe40e5b8c/659df532-3246-5145-9f5b-706fe40e5b8c_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F9616bf82acb04754aaa37cbe51082aa6%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/9616bf82acb04754aaa37cbe51082aa6/images/large/3.jpg saved to cache
2026-03-26 22:53:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 659df532-3246-5145-9f5b-706fe40e5b8c
2026-03-26 22:53:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6d817d0>
2026-03-26 22:53:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_659df532-3246-5145-9f5b-706fe40e5b8c/659df532-3246-5145-9f5b-706fe40e5b8c_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F9616bf82acb04754aaa37cbe51082aa6%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/9616bf82acb04754aaa37cbe51082aa6/images/large/6.jpg saved to cache
2026-03-26 22:53:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 659df532-3246-5145-9f5b-706fe40e5b8c
2026-03-26 22:53:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e2ae50>
2026-03-26 22:53:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_659df532-3246-5145-9f5b-706fe40e5b8c/659df532-3246-5145-9f5b-706fe40e5b8c_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F9616bf82acb04754aaa37cbe51082aa6%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/9616bf82acb04754aaa37cbe51082aa6/images/large/4.jpg saved to cache
2026-03-26 22:53:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 659df532-3246-5145-9f5b-706fe40e5b8c
2026-03-26 22:53:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/9616bf82acb04754aaa37cbe51082aa6/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F8f84abb1f60b4d11bd5f47622fd4bd87%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/8f84abb1f60b4d11bd5f47622fd4bd87/images/large/4.jpg not downloaded yet
2026-03-26 22:53:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/9616bf82acb04754aaa37cbe51082aa6/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/9616bf82acb04754aaa37cbe51082aa6/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F8f84abb1f60b4d11bd5f47622fd4bd87%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/8f84abb1f60b4d11bd5f47622fd4bd87/images/large/5.jpg not downloaded yet
2026-03-26 22:53:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/9616bf82acb04754aaa37cbe51082aa6/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F8f84abb1f60b4d11bd5f47622fd4bd87%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/8f84abb1f60b4d11bd5f47622fd4bd87/images/large/6.jpg not downloaded yet
2026-03-26 22:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F8f84abb1f60b4d11bd5f47622fd4bd87%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/8f84abb1f60b4d11bd5f47622fd4bd87/images/large/7.jpg not downloaded yet
2026-03-26 22:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F8f84abb1f60b4d11bd5f47622fd4bd87%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/8f84abb1f60b4d11bd5f47622fd4bd87/images/large/8.jpg not downloaded yet
2026-03-26 22:53:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/8f84abb1f60b4d11bd5f47622fd4bd87/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F8f84abb1f60b4d11bd5f47622fd4bd87%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/8f84abb1f60b4d11bd5f47622fd4bd87/images/large/9.jpg not downloaded yet
2026-03-26 22:53:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74538d0>
2026-03-26 22:53:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_659df532-3246-5145-9f5b-706fe40e5b8c/659df532-3246-5145-9f5b-706fe40e5b8c_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F9616bf82acb04754aaa37cbe51082aa6%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/9616bf82acb04754aaa37cbe51082aa6/images/large/9.jpg saved to cache
2026-03-26 22:53:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 659df532-3246-5145-9f5b-706fe40e5b8c
2026-03-26 22:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F8f84abb1f60b4d11bd5f47622fd4bd87%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/8f84abb1f60b4d11bd5f47622fd4bd87/images/large/10.jpg not downloaded yet
2026-03-26 22:53:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79cd390>
2026-03-26 22:53:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_659df532-3246-5145-9f5b-706fe40e5b8c/659df532-3246-5145-9f5b-706fe40e5b8c_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F9616bf82acb04754aaa37cbe51082aa6%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/9616bf82acb04754aaa37cbe51082aa6/images/large/7.jpg saved to cache
2026-03-26 22:53:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 659df532-3246-5145-9f5b-706fe40e5b8c
2026-03-26 22:53:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74b4b50>
2026-03-26 22:53:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_659df532-3246-5145-9f5b-706fe40e5b8c/659df532-3246-5145-9f5b-706fe40e5b8c_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F9616bf82acb04754aaa37cbe51082aa6%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/9616bf82acb04754aaa37cbe51082aa6/images/large/8.jpg saved to cache
2026-03-26 22:53:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 659df532-3246-5145-9f5b-706fe40e5b8c
2026-03-26 22:53:15 [ayvens.be] INFO: Found listing with ID: 1985498
2026-03-26 22:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985498%27 HTTP/1.1" 200 None
2026-03-26 22:53:15 [ayvens.be] INFO: Scrape type for 1985498: 1
2026-03-26 22:53:15 [ayvens.be] INFO: Extracting data for car ID: 1985498
2026-03-26 22:53:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e7551471-f08e-501d-a622-73728074b450 with identifier: 1985498
2026-03-26 22:53:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7551471-f08e-501d-a622-73728074b450 with scrape type 1
2026-03-26 22:53:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item e7551471-f08e-501d-a622-73728074b450
2026-03-26 22:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F740a84a0699945c0ac612d91b12dab8e%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/740a84a0699945c0ac612d91b12dab8e/images/large/1.jpg not downloaded yet
2026-03-26 22:53:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/8f84abb1f60b4d11bd5f47622fd4bd87/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F740a84a0699945c0ac612d91b12dab8e%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/740a84a0699945c0ac612d91b12dab8e/images/large/2.jpg not downloaded yet
2026-03-26 22:53:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e3f510>
2026-03-26 22:53:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_659df532-3246-5145-9f5b-706fe40e5b8c/659df532-3246-5145-9f5b-706fe40e5b8c_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F9616bf82acb04754aaa37cbe51082aa6%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/9616bf82acb04754aaa37cbe51082aa6/images/large/10.jpg saved to cache
2026-03-26 22:53:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 659df532-3246-5145-9f5b-706fe40e5b8c
2026-03-26 22:53:15 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 659df532-3246-5145-9f5b-706fe40e5b8c, skipping ID generation
2026-03-26 22:53:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 659df532-3246-5145-9f5b-706fe40e5b8c with scrape type 1
2026-03-26 22:53:15 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 659df532-3246-5145-9f5b-706fe40e5b8c sending to next pipeline
2026-03-26 22:53:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 659df532-3246-5145-9f5b-706fe40e5b8c, identifier: 1985496
2026-03-26 22:53:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b72907d0>
2026-03-26 22:53:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b66468c6-078d-5c53-8af1-7343a1dee843/b66468c6-078d-5c53-8af1-7343a1dee843_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F8f84abb1f60b4d11bd5f47622fd4bd87%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/8f84abb1f60b4d11bd5f47622fd4bd87/images/large/1.jpg saved to cache
2026-03-26 22:53:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item b66468c6-078d-5c53-8af1-7343a1dee843
2026-03-26 22:53:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 659df532-3246-5145-9f5b-706fe40e5b8c with identifier: 1985496
2026-03-26 22:53:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 659df532-3246-5145-9f5b-706fe40e5b8c with identifier: 1985496
2026-03-26 22:53:15 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 659df532-3246-5145-9f5b-706fe40e5b8c with identifier: 1985496 to the API
2026-03-26 22:53:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:53:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:53:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bq/9616bf82acb04754aaa37cbe51082aa6/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '659df532-3246-5145-9f5b-706fe40e5b8c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'A3 SPORTBACK',
'odometer': 117199,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 14,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_659df532-3246-5145-9f5b-706fe40e5b8c/659df532-3246-5145-9f5b-706fe40e5b8c_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 557071,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/9616bf82acb04754aaa37cbe51082aa6/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_659df532-3246-5145-9f5b-706fe40e5b8c/659df532-3246-5145-9f5b-706fe40e5b8c_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 577383,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/9616bf82acb04754aaa37cbe51082aa6/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_659df532-3246-5145-9f5b-706fe40e5b8c/659df532-3246-5145-9f5b-706fe40e5b8c_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 504242,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/9616bf82acb04754aaa37cbe51082aa6/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_659df532-3246-5145-9f5b-706fe40e5b8c/659df532-3246-5145-9f5b-706fe40e5b8c_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 573240,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/9616bf82acb04754aaa37cbe51082aa6/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_659df532-3246-5145-9f5b-706fe40e5b8c/659df532-3246-5145-9f5b-706fe40e5b8c_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 254450,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/9616bf82acb04754aaa37cbe51082aa6/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_659df532-3246-5145-9f5b-706fe40e5b8c/659df532-3246-5145-9f5b-706fe40e5b8c_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 281875,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/9616bf82acb04754aaa37cbe51082aa6/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_659df532-3246-5145-9f5b-706fe40e5b8c/659df532-3246-5145-9f5b-706fe40e5b8c_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 540139,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/9616bf82acb04754aaa37cbe51082aa6/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_659df532-3246-5145-9f5b-706fe40e5b8c/659df532-3246-5145-9f5b-706fe40e5b8c_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 348139,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/9616bf82acb04754aaa37cbe51082aa6/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_659df532-3246-5145-9f5b-706fe40e5b8c/659df532-3246-5145-9f5b-706fe40e5b8c_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 297578,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/9616bf82acb04754aaa37cbe51082aa6/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_659df532-3246-5145-9f5b-706fe40e5b8c/659df532-3246-5145-9f5b-706fe40e5b8c_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 255701,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/9616bf82acb04754aaa37cbe51082aa6/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-10',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A3 SPORTBACK 1.4 40 TFSI E S TRONIC S LINE SPORTBACK',
'transmission': 'automatic',
'trim': '1.4 40 TFSI E S TRONIC S LINE SPORTBACK',
'vin': None,
'year': 2022}
2026-03-26 22:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985496%27 HTTP/1.1" 200 None
2026-03-26 22:53:15 [ayvens.be] INFO: Saving data for 1985496: {'created_time': 1774565595.831996, 'last_price_update_time': 1774565595.832008, 'auction_closing_time': 1774958400.0}
2026-03-26 22:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985496') HTTP/1.1" 204 0
2026-03-26 22:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F740a84a0699945c0ac612d91b12dab8e%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/740a84a0699945c0ac612d91b12dab8e/images/large/3.jpg not downloaded yet
2026-03-26 22:53:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/8f84abb1f60b4d11bd5f47622fd4bd87/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/8f84abb1f60b4d11bd5f47622fd4bd87/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F740a84a0699945c0ac612d91b12dab8e%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/740a84a0699945c0ac612d91b12dab8e/images/large/4.jpg not downloaded yet
2026-03-26 22:53:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7304310>
2026-03-26 22:53:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b66468c6-078d-5c53-8af1-7343a1dee843/b66468c6-078d-5c53-8af1-7343a1dee843_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F8f84abb1f60b4d11bd5f47622fd4bd87%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/8f84abb1f60b4d11bd5f47622fd4bd87/images/large/2.jpg saved to cache
2026-03-26 22:53:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item b66468c6-078d-5c53-8af1-7343a1dee843
2026-03-26 22:53:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/8f84abb1f60b4d11bd5f47622fd4bd87/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/8f84abb1f60b4d11bd5f47622fd4bd87/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/8f84abb1f60b4d11bd5f47622fd4bd87/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F740a84a0699945c0ac612d91b12dab8e%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/740a84a0699945c0ac612d91b12dab8e/images/large/5.jpg not downloaded yet
2026-03-26 22:53:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F740a84a0699945c0ac612d91b12dab8e%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/740a84a0699945c0ac612d91b12dab8e/images/large/6.jpg not downloaded yet
2026-03-26 22:53:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b792e710>
2026-03-26 22:53:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b66468c6-078d-5c53-8af1-7343a1dee843/b66468c6-078d-5c53-8af1-7343a1dee843_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:53:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F8f84abb1f60b4d11bd5f47622fd4bd87%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/8f84abb1f60b4d11bd5f47622fd4bd87/images/large/3.jpg saved to cache
2026-03-26 22:53:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item b66468c6-078d-5c53-8af1-7343a1dee843
2026-03-26 22:53:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7402310>
2026-03-26 22:53:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b66468c6-078d-5c53-8af1-7343a1dee843/b66468c6-078d-5c53-8af1-7343a1dee843_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:53:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F8f84abb1f60b4d11bd5f47622fd4bd87%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/8f84abb1f60b4d11bd5f47622fd4bd87/images/large/4.jpg saved to cache
2026-03-26 22:53:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item b66468c6-078d-5c53-8af1-7343a1dee843
2026-03-26 22:53:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F740a84a0699945c0ac612d91b12dab8e%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/740a84a0699945c0ac612d91b12dab8e/images/large/7.jpg not downloaded yet
2026-03-26 22:53:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/8f84abb1f60b4d11bd5f47622fd4bd87/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b744a350>
2026-03-26 22:53:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b66468c6-078d-5c53-8af1-7343a1dee843/b66468c6-078d-5c53-8af1-7343a1dee843_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:53:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F8f84abb1f60b4d11bd5f47622fd4bd87%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/8f84abb1f60b4d11bd5f47622fd4bd87/images/large/5.jpg saved to cache
2026-03-26 22:53:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item b66468c6-078d-5c53-8af1-7343a1dee843
2026-03-26 22:53:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e36b50>
2026-03-26 22:53:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b66468c6-078d-5c53-8af1-7343a1dee843/b66468c6-078d-5c53-8af1-7343a1dee843_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:53:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F8f84abb1f60b4d11bd5f47622fd4bd87%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/8f84abb1f60b4d11bd5f47622fd4bd87/images/large/6.jpg saved to cache
2026-03-26 22:53:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item b66468c6-078d-5c53-8af1-7343a1dee843
2026-03-26 22:53:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b746c710>
2026-03-26 22:53:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b66468c6-078d-5c53-8af1-7343a1dee843/b66468c6-078d-5c53-8af1-7343a1dee843_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:53:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F8f84abb1f60b4d11bd5f47622fd4bd87%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/8f84abb1f60b4d11bd5f47622fd4bd87/images/large/7.jpg saved to cache
2026-03-26 22:53:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item b66468c6-078d-5c53-8af1-7343a1dee843
2026-03-26 22:53:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F740a84a0699945c0ac612d91b12dab8e%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/740a84a0699945c0ac612d91b12dab8e/images/large/8.jpg not downloaded yet
2026-03-26 22:53:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/8f84abb1f60b4d11bd5f47622fd4bd87/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F740a84a0699945c0ac612d91b12dab8e%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/740a84a0699945c0ac612d91b12dab8e/images/large/9.jpg not downloaded yet
2026-03-26 22:53:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6dedf50>
2026-03-26 22:53:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b66468c6-078d-5c53-8af1-7343a1dee843/b66468c6-078d-5c53-8af1-7343a1dee843_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:53:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F8f84abb1f60b4d11bd5f47622fd4bd87%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/8f84abb1f60b4d11bd5f47622fd4bd87/images/large/8.jpg saved to cache
2026-03-26 22:53:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item b66468c6-078d-5c53-8af1-7343a1dee843
2026-03-26 22:53:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/8f84abb1f60b4d11bd5f47622fd4bd87/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/740a84a0699945c0ac612d91b12dab8e/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F740a84a0699945c0ac612d91b12dab8e%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/740a84a0699945c0ac612d91b12dab8e/images/large/10.jpg not downloaded yet
2026-03-26 22:53:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/740a84a0699945c0ac612d91b12dab8e/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:16 [ayvens.be] INFO: Found listing with ID: 1985499
2026-03-26 22:53:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985499%27 HTTP/1.1" 200 None
2026-03-26 22:53:16 [ayvens.be] INFO: Scrape type for 1985499: 1
2026-03-26 22:53:16 [ayvens.be] INFO: Extracting data for car ID: 1985499
2026-03-26 22:53:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: db6a9576-4990-54e1-bf3d-0584456e377f with identifier: 1985499
2026-03-26 22:53:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item db6a9576-4990-54e1-bf3d-0584456e377f with scrape type 1
2026-03-26 22:53:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item db6a9576-4990-54e1-bf3d-0584456e377f
2026-03-26 22:53:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F1ec80db0fac44691824307dfef62112b%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/1ec80db0fac44691824307dfef62112b/images/large/1.jpg not downloaded yet
2026-03-26 22:53:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/740a84a0699945c0ac612d91b12dab8e/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/740a84a0699945c0ac612d91b12dab8e/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7a63050>
2026-03-26 22:53:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b66468c6-078d-5c53-8af1-7343a1dee843/b66468c6-078d-5c53-8af1-7343a1dee843_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:53:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F8f84abb1f60b4d11bd5f47622fd4bd87%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/8f84abb1f60b4d11bd5f47622fd4bd87/images/large/9.jpg saved to cache
2026-03-26 22:53:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item b66468c6-078d-5c53-8af1-7343a1dee843
2026-03-26 22:53:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F1ec80db0fac44691824307dfef62112b%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/1ec80db0fac44691824307dfef62112b/images/large/2.jpg not downloaded yet
2026-03-26 22:53:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/740a84a0699945c0ac612d91b12dab8e/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F1ec80db0fac44691824307dfef62112b%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/1ec80db0fac44691824307dfef62112b/images/large/3.jpg not downloaded yet
2026-03-26 22:53:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79cf0d0>
2026-03-26 22:53:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b66468c6-078d-5c53-8af1-7343a1dee843/b66468c6-078d-5c53-8af1-7343a1dee843_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:53:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F8f84abb1f60b4d11bd5f47622fd4bd87%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/8f84abb1f60b4d11bd5f47622fd4bd87/images/large/10.jpg saved to cache
2026-03-26 22:53:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item b66468c6-078d-5c53-8af1-7343a1dee843
2026-03-26 22:53:17 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b66468c6-078d-5c53-8af1-7343a1dee843, skipping ID generation
2026-03-26 22:53:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b66468c6-078d-5c53-8af1-7343a1dee843 with scrape type 1
2026-03-26 22:53:17 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b66468c6-078d-5c53-8af1-7343a1dee843 sending to next pipeline
2026-03-26 22:53:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: b66468c6-078d-5c53-8af1-7343a1dee843, identifier: 1985497
2026-03-26 22:53:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e1e210>
2026-03-26 22:53:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e7551471-f08e-501d-a622-73728074b450/e7551471-f08e-501d-a622-73728074b450_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:53:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F740a84a0699945c0ac612d91b12dab8e%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/740a84a0699945c0ac612d91b12dab8e/images/large/2.jpg saved to cache
2026-03-26 22:53:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item e7551471-f08e-501d-a622-73728074b450
2026-03-26 22:53:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76c65d0>
2026-03-26 22:53:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e7551471-f08e-501d-a622-73728074b450/e7551471-f08e-501d-a622-73728074b450_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:53:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F740a84a0699945c0ac612d91b12dab8e%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/740a84a0699945c0ac612d91b12dab8e/images/large/1.jpg saved to cache
2026-03-26 22:53:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item e7551471-f08e-501d-a622-73728074b450
2026-03-26 22:53:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7572010>
2026-03-26 22:53:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e7551471-f08e-501d-a622-73728074b450/e7551471-f08e-501d-a622-73728074b450_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:53:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F740a84a0699945c0ac612d91b12dab8e%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/740a84a0699945c0ac612d91b12dab8e/images/large/3.jpg saved to cache
2026-03-26 22:53:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item e7551471-f08e-501d-a622-73728074b450
2026-03-26 22:53:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c94750>
2026-03-26 22:53:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e7551471-f08e-501d-a622-73728074b450/e7551471-f08e-501d-a622-73728074b450_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:53:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F740a84a0699945c0ac612d91b12dab8e%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/740a84a0699945c0ac612d91b12dab8e/images/large/5.jpg saved to cache
2026-03-26 22:53:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item e7551471-f08e-501d-a622-73728074b450
2026-03-26 22:53:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: b66468c6-078d-5c53-8af1-7343a1dee843 with identifier: 1985497
2026-03-26 22:53:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: b66468c6-078d-5c53-8af1-7343a1dee843 with identifier: 1985497
2026-03-26 22:53:17 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: b66468c6-078d-5c53-8af1-7343a1dee843 with identifier: 1985497 to the API
2026-03-26 22:53:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:53:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:53:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bq/8f84abb1f60b4d11bd5f47622fd4bd87/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.3L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'b66468c6-078d-5c53-8af1-7343a1dee843',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'CLA - Klasse',
'odometer': 92662,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 23,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b66468c6-078d-5c53-8af1-7343a1dee843/b66468c6-078d-5c53-8af1-7343a1dee843_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 626832,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/8f84abb1f60b4d11bd5f47622fd4bd87/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b66468c6-078d-5c53-8af1-7343a1dee843/b66468c6-078d-5c53-8af1-7343a1dee843_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 643164,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/8f84abb1f60b4d11bd5f47622fd4bd87/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b66468c6-078d-5c53-8af1-7343a1dee843/b66468c6-078d-5c53-8af1-7343a1dee843_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 623347,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/8f84abb1f60b4d11bd5f47622fd4bd87/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b66468c6-078d-5c53-8af1-7343a1dee843/b66468c6-078d-5c53-8af1-7343a1dee843_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 648485,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/8f84abb1f60b4d11bd5f47622fd4bd87/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b66468c6-078d-5c53-8af1-7343a1dee843/b66468c6-078d-5c53-8af1-7343a1dee843_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 664131,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/8f84abb1f60b4d11bd5f47622fd4bd87/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b66468c6-078d-5c53-8af1-7343a1dee843/b66468c6-078d-5c53-8af1-7343a1dee843_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 716465,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/8f84abb1f60b4d11bd5f47622fd4bd87/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b66468c6-078d-5c53-8af1-7343a1dee843/b66468c6-078d-5c53-8af1-7343a1dee843_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 648932,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/8f84abb1f60b4d11bd5f47622fd4bd87/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b66468c6-078d-5c53-8af1-7343a1dee843/b66468c6-078d-5c53-8af1-7343a1dee843_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 809227,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/8f84abb1f60b4d11bd5f47622fd4bd87/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b66468c6-078d-5c53-8af1-7343a1dee843/b66468c6-078d-5c53-8af1-7343a1dee843_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 843842,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/8f84abb1f60b4d11bd5f47622fd4bd87/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b66468c6-078d-5c53-8af1-7343a1dee843/b66468c6-078d-5c53-8af1-7343a1dee843_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 832963,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/8f84abb1f60b4d11bd5f47622fd4bd87/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-11',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLA - Klasse 1.3 CLA 180 BUSINESS SOLUTION ESSENTIAL',
'transmission': 'automatic',
'trim': '1.3 CLA 180 BUSINESS SOLUTION ESSENTIAL',
'vin': None,
'year': 2022}
2026-03-26 22:53:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985497%27 HTTP/1.1" 200 None
2026-03-26 22:53:17 [ayvens.be] INFO: Saving data for 1985497: {'created_time': 1774565597.804246, 'last_price_update_time': 1774565597.804256, 'auction_closing_time': 1774958400.0}
2026-03-26 22:53:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985497') HTTP/1.1" 204 0
2026-03-26 22:53:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/740a84a0699945c0ac612d91b12dab8e/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F1ec80db0fac44691824307dfef62112b%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/1ec80db0fac44691824307dfef62112b/images/large/4.jpg not downloaded yet
2026-03-26 22:53:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cb2250>
2026-03-26 22:53:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e7551471-f08e-501d-a622-73728074b450/e7551471-f08e-501d-a622-73728074b450_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:53:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F740a84a0699945c0ac612d91b12dab8e%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/740a84a0699945c0ac612d91b12dab8e/images/large/4.jpg saved to cache
2026-03-26 22:53:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item e7551471-f08e-501d-a622-73728074b450
2026-03-26 22:53:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F1ec80db0fac44691824307dfef62112b%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/1ec80db0fac44691824307dfef62112b/images/large/5.jpg not downloaded yet
2026-03-26 22:53:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F1ec80db0fac44691824307dfef62112b%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/1ec80db0fac44691824307dfef62112b/images/large/6.jpg not downloaded yet
2026-03-26 22:53:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/740a84a0699945c0ac612d91b12dab8e/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/740a84a0699945c0ac612d91b12dab8e/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F1ec80db0fac44691824307dfef62112b%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/1ec80db0fac44691824307dfef62112b/images/large/7.jpg not downloaded yet
2026-03-26 22:53:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74e54d0>
2026-03-26 22:53:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e7551471-f08e-501d-a622-73728074b450/e7551471-f08e-501d-a622-73728074b450_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:53:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F740a84a0699945c0ac612d91b12dab8e%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/740a84a0699945c0ac612d91b12dab8e/images/large/6.jpg saved to cache
2026-03-26 22:53:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item e7551471-f08e-501d-a622-73728074b450
2026-03-26 22:53:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/740a84a0699945c0ac612d91b12dab8e/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/740a84a0699945c0ac612d91b12dab8e/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F1ec80db0fac44691824307dfef62112b%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/1ec80db0fac44691824307dfef62112b/images/large/8.jpg not downloaded yet
2026-03-26 22:53:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/1ec80db0fac44691824307dfef62112b/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F1ec80db0fac44691824307dfef62112b%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/1ec80db0fac44691824307dfef62112b/images/large/9.jpg not downloaded yet
2026-03-26 22:53:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74be210>
2026-03-26 22:53:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e7551471-f08e-501d-a622-73728074b450/e7551471-f08e-501d-a622-73728074b450_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:53:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F740a84a0699945c0ac612d91b12dab8e%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/740a84a0699945c0ac612d91b12dab8e/images/large/7.jpg saved to cache
2026-03-26 22:53:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item e7551471-f08e-501d-a622-73728074b450
2026-03-26 22:53:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b727a190>
2026-03-26 22:53:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e7551471-f08e-501d-a622-73728074b450/e7551471-f08e-501d-a622-73728074b450_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:53:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F740a84a0699945c0ac612d91b12dab8e%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/740a84a0699945c0ac612d91b12dab8e/images/large/9.jpg saved to cache
2026-03-26 22:53:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item e7551471-f08e-501d-a622-73728074b450
2026-03-26 22:53:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F1ec80db0fac44691824307dfef62112b%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/1ec80db0fac44691824307dfef62112b/images/large/10.jpg not downloaded yet
2026-03-26 22:53:18 [ayvens.be] INFO: Found listing with ID: 1985500
2026-03-26 22:53:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985500%27 HTTP/1.1" 200 None
2026-03-26 22:53:18 [ayvens.be] INFO: Scrape type for 1985500: 1
2026-03-26 22:53:18 [ayvens.be] INFO: Extracting data for car ID: 1985500
2026-03-26 22:53:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 82b27291-52b1-5bb8-8777-db035e76e519 with identifier: 1985500
2026-03-26 22:53:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82b27291-52b1-5bb8-8777-db035e76e519 with scrape type 1
2026-03-26 22:53:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 82b27291-52b1-5bb8-8777-db035e76e519
2026-03-26 22:53:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cp%252Fcbcaa88e9c834cafad8031ccff12d317%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cp/cbcaa88e9c834cafad8031ccff12d317/images/large/1.jpg not downloaded yet
2026-03-26 22:53:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/1ec80db0fac44691824307dfef62112b/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cp%252Fcbcaa88e9c834cafad8031ccff12d317%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cp/cbcaa88e9c834cafad8031ccff12d317/images/large/2.jpg not downloaded yet
2026-03-26 22:53:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77caa10>
2026-03-26 22:53:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e7551471-f08e-501d-a622-73728074b450/e7551471-f08e-501d-a622-73728074b450_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:53:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F740a84a0699945c0ac612d91b12dab8e%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/740a84a0699945c0ac612d91b12dab8e/images/large/8.jpg saved to cache
2026-03-26 22:53:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item e7551471-f08e-501d-a622-73728074b450
2026-03-26 22:53:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd0c5d10>
2026-03-26 22:53:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e7551471-f08e-501d-a622-73728074b450/e7551471-f08e-501d-a622-73728074b450_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:53:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F740a84a0699945c0ac612d91b12dab8e%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/740a84a0699945c0ac612d91b12dab8e/images/large/10.jpg saved to cache
2026-03-26 22:53:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item e7551471-f08e-501d-a622-73728074b450
2026-03-26 22:53:18 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e7551471-f08e-501d-a622-73728074b450, skipping ID generation
2026-03-26 22:53:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7551471-f08e-501d-a622-73728074b450 with scrape type 1
2026-03-26 22:53:18 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e7551471-f08e-501d-a622-73728074b450 sending to next pipeline
2026-03-26 22:53:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: e7551471-f08e-501d-a622-73728074b450, identifier: 1985498
2026-03-26 22:53:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b72fd690>
2026-03-26 22:53:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_db6a9576-4990-54e1-bf3d-0584456e377f/db6a9576-4990-54e1-bf3d-0584456e377f_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:53:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F1ec80db0fac44691824307dfef62112b%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/1ec80db0fac44691824307dfef62112b/images/large/1.jpg saved to cache
2026-03-26 22:53:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item db6a9576-4990-54e1-bf3d-0584456e377f
2026-03-26 22:53:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: e7551471-f08e-501d-a622-73728074b450 with identifier: 1985498
2026-03-26 22:53:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: e7551471-f08e-501d-a622-73728074b450 with identifier: 1985498
2026-03-26 22:53:18 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: e7551471-f08e-501d-a622-73728074b450 with identifier: 1985498 to the API
2026-03-26 22:53:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:53:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:53:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bq/740a84a0699945c0ac612d91b12dab8e/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'e7551471-f08e-501d-a622-73728074b450',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '3 SERIES TOURING',
'odometer': 157440,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 17,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e7551471-f08e-501d-a622-73728074b450/e7551471-f08e-501d-a622-73728074b450_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 610634,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/740a84a0699945c0ac612d91b12dab8e/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e7551471-f08e-501d-a622-73728074b450/e7551471-f08e-501d-a622-73728074b450_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 574328,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/740a84a0699945c0ac612d91b12dab8e/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e7551471-f08e-501d-a622-73728074b450/e7551471-f08e-501d-a622-73728074b450_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 630608,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/740a84a0699945c0ac612d91b12dab8e/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e7551471-f08e-501d-a622-73728074b450/e7551471-f08e-501d-a622-73728074b450_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 729657,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/740a84a0699945c0ac612d91b12dab8e/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e7551471-f08e-501d-a622-73728074b450/e7551471-f08e-501d-a622-73728074b450_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 436003,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/740a84a0699945c0ac612d91b12dab8e/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e7551471-f08e-501d-a622-73728074b450/e7551471-f08e-501d-a622-73728074b450_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 568060,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/740a84a0699945c0ac612d91b12dab8e/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e7551471-f08e-501d-a622-73728074b450/e7551471-f08e-501d-a622-73728074b450_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 621352,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/740a84a0699945c0ac612d91b12dab8e/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e7551471-f08e-501d-a622-73728074b450/e7551471-f08e-501d-a622-73728074b450_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 698489,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/740a84a0699945c0ac612d91b12dab8e/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e7551471-f08e-501d-a622-73728074b450/e7551471-f08e-501d-a622-73728074b450_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 565968,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/740a84a0699945c0ac612d91b12dab8e/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e7551471-f08e-501d-a622-73728074b450/e7551471-f08e-501d-a622-73728074b450_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 562525,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bq/740a84a0699945c0ac612d91b12dab8e/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-16',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 3 SERIES TOURING 2.0 320E TOURING',
'transmission': 'automatic',
'trim': '2.0 320E TOURING',
'vin': None,
'year': 2022}
2026-03-26 22:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985498%27 HTTP/1.1" 200 None
2026-03-26 22:53:19 [ayvens.be] INFO: Saving data for 1985498: {'created_time': 1774565599.134627, 'last_price_update_time': 1774565599.134637, 'auction_closing_time': 1774958400.0}
2026-03-26 22:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985498') HTTP/1.1" 204 0
2026-03-26 22:53:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/1ec80db0fac44691824307dfef62112b/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cp%252Fcbcaa88e9c834cafad8031ccff12d317%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cp/cbcaa88e9c834cafad8031ccff12d317/images/large/3.jpg not downloaded yet
2026-03-26 22:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cp%252Fcbcaa88e9c834cafad8031ccff12d317%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cp/cbcaa88e9c834cafad8031ccff12d317/images/large/4.jpg not downloaded yet
2026-03-26 22:53:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/1ec80db0fac44691824307dfef62112b/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76a5190>
2026-03-26 22:53:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_db6a9576-4990-54e1-bf3d-0584456e377f/db6a9576-4990-54e1-bf3d-0584456e377f_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F1ec80db0fac44691824307dfef62112b%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/1ec80db0fac44691824307dfef62112b/images/large/2.jpg saved to cache
2026-03-26 22:53:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item db6a9576-4990-54e1-bf3d-0584456e377f
2026-03-26 22:53:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/1ec80db0fac44691824307dfef62112b/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/1ec80db0fac44691824307dfef62112b/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cp%252Fcbcaa88e9c834cafad8031ccff12d317%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cp/cbcaa88e9c834cafad8031ccff12d317/images/large/5.jpg not downloaded yet
2026-03-26 22:53:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/1ec80db0fac44691824307dfef62112b/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cp%252Fcbcaa88e9c834cafad8031ccff12d317%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cp/cbcaa88e9c834cafad8031ccff12d317/images/large/6.jpg not downloaded yet
2026-03-26 22:53:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74afb90>
2026-03-26 22:53:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_db6a9576-4990-54e1-bf3d-0584456e377f/db6a9576-4990-54e1-bf3d-0584456e377f_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F1ec80db0fac44691824307dfef62112b%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/1ec80db0fac44691824307dfef62112b/images/large/3.jpg saved to cache
2026-03-26 22:53:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item db6a9576-4990-54e1-bf3d-0584456e377f
2026-03-26 22:53:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74bd850>
2026-03-26 22:53:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_db6a9576-4990-54e1-bf3d-0584456e377f/db6a9576-4990-54e1-bf3d-0584456e377f_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F1ec80db0fac44691824307dfef62112b%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/1ec80db0fac44691824307dfef62112b/images/large/6.jpg saved to cache
2026-03-26 22:53:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item db6a9576-4990-54e1-bf3d-0584456e377f
2026-03-26 22:53:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/1ec80db0fac44691824307dfef62112b/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cp%252Fcbcaa88e9c834cafad8031ccff12d317%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cp/cbcaa88e9c834cafad8031ccff12d317/images/large/7.jpg not downloaded yet
2026-03-26 22:53:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/1ec80db0fac44691824307dfef62112b/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cp%252Fcbcaa88e9c834cafad8031ccff12d317%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cp/cbcaa88e9c834cafad8031ccff12d317/images/large/8.jpg not downloaded yet
2026-03-26 22:53:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b741ee10>
2026-03-26 22:53:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_db6a9576-4990-54e1-bf3d-0584456e377f/db6a9576-4990-54e1-bf3d-0584456e377f_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F1ec80db0fac44691824307dfef62112b%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/1ec80db0fac44691824307dfef62112b/images/large/4.jpg saved to cache
2026-03-26 22:53:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item db6a9576-4990-54e1-bf3d-0584456e377f
2026-03-26 22:53:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e29d90>
2026-03-26 22:53:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_db6a9576-4990-54e1-bf3d-0584456e377f/db6a9576-4990-54e1-bf3d-0584456e377f_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F1ec80db0fac44691824307dfef62112b%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/1ec80db0fac44691824307dfef62112b/images/large/7.jpg saved to cache
2026-03-26 22:53:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item db6a9576-4990-54e1-bf3d-0584456e377f
2026-03-26 22:53:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cb3710>
2026-03-26 22:53:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_db6a9576-4990-54e1-bf3d-0584456e377f/db6a9576-4990-54e1-bf3d-0584456e377f_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F1ec80db0fac44691824307dfef62112b%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/1ec80db0fac44691824307dfef62112b/images/large/5.jpg saved to cache
2026-03-26 22:53:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item db6a9576-4990-54e1-bf3d-0584456e377f
2026-03-26 22:53:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bm/1ec80db0fac44691824307dfef62112b/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cp%252Fcbcaa88e9c834cafad8031ccff12d317%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cp/cbcaa88e9c834cafad8031ccff12d317/images/large/9.jpg not downloaded yet
2026-03-26 22:53:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b746c890>
2026-03-26 22:53:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_db6a9576-4990-54e1-bf3d-0584456e377f/db6a9576-4990-54e1-bf3d-0584456e377f_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F1ec80db0fac44691824307dfef62112b%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/1ec80db0fac44691824307dfef62112b/images/large/8.jpg saved to cache
2026-03-26 22:53:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item db6a9576-4990-54e1-bf3d-0584456e377f
2026-03-26 22:53:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77bde90>
2026-03-26 22:53:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_db6a9576-4990-54e1-bf3d-0584456e377f/db6a9576-4990-54e1-bf3d-0584456e377f_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F1ec80db0fac44691824307dfef62112b%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/1ec80db0fac44691824307dfef62112b/images/large/9.jpg saved to cache
2026-03-26 22:53:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item db6a9576-4990-54e1-bf3d-0584456e377f
2026-03-26 22:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cp%252Fcbcaa88e9c834cafad8031ccff12d317%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cp/cbcaa88e9c834cafad8031ccff12d317/images/large/10.jpg not downloaded yet
2026-03-26 22:53:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cp/cbcaa88e9c834cafad8031ccff12d317/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:20 [ayvens.be] INFO: Found listing with ID: 1985501
2026-03-26 22:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985501%27 HTTP/1.1" 200 None
2026-03-26 22:53:20 [ayvens.be] INFO: Scrape type for 1985501: 1
2026-03-26 22:53:20 [ayvens.be] INFO: Extracting data for car ID: 1985501
2026-03-26 22:53:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 798339c6-1db7-59a9-a77e-53ec4e304705 with identifier: 1985501
2026-03-26 22:53:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 798339c6-1db7-59a9-a77e-53ec4e304705 with scrape type 1
2026-03-26 22:53:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 798339c6-1db7-59a9-a77e-53ec4e304705
2026-03-26 22:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252F3f49c4971ac84bfabaa7bd49441d013e%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/3f49c4971ac84bfabaa7bd49441d013e/images/large/1.jpg not downloaded yet
2026-03-26 22:53:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7773f50>
2026-03-26 22:53:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_db6a9576-4990-54e1-bf3d-0584456e377f/db6a9576-4990-54e1-bf3d-0584456e377f_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bm%252F1ec80db0fac44691824307dfef62112b%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bm/1ec80db0fac44691824307dfef62112b/images/large/10.jpg saved to cache
2026-03-26 22:53:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item db6a9576-4990-54e1-bf3d-0584456e377f
2026-03-26 22:53:20 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: db6a9576-4990-54e1-bf3d-0584456e377f, skipping ID generation
2026-03-26 22:53:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item db6a9576-4990-54e1-bf3d-0584456e377f with scrape type 1
2026-03-26 22:53:20 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item db6a9576-4990-54e1-bf3d-0584456e377f sending to next pipeline
2026-03-26 22:53:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: db6a9576-4990-54e1-bf3d-0584456e377f, identifier: 1985499
2026-03-26 22:53:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: db6a9576-4990-54e1-bf3d-0584456e377f with identifier: 1985499
2026-03-26 22:53:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: db6a9576-4990-54e1-bf3d-0584456e377f with identifier: 1985499
2026-03-26 22:53:20 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: db6a9576-4990-54e1-bf3d-0584456e377f with identifier: 1985499 to the API
2026-03-26 22:53:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:53:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:53:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bm/1ec80db0fac44691824307dfef62112b/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.3L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'db6a9576-4990-54e1-bf3d-0584456e377f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'CLASS A (W177)',
'odometer': 147746,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 16,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_db6a9576-4990-54e1-bf3d-0584456e377f/db6a9576-4990-54e1-bf3d-0584456e377f_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 631652,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/1ec80db0fac44691824307dfef62112b/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_db6a9576-4990-54e1-bf3d-0584456e377f/db6a9576-4990-54e1-bf3d-0584456e377f_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 648067,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/1ec80db0fac44691824307dfef62112b/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_db6a9576-4990-54e1-bf3d-0584456e377f/db6a9576-4990-54e1-bf3d-0584456e377f_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 661616,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/1ec80db0fac44691824307dfef62112b/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_db6a9576-4990-54e1-bf3d-0584456e377f/db6a9576-4990-54e1-bf3d-0584456e377f_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 662254,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/1ec80db0fac44691824307dfef62112b/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_db6a9576-4990-54e1-bf3d-0584456e377f/db6a9576-4990-54e1-bf3d-0584456e377f_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 600912,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/1ec80db0fac44691824307dfef62112b/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_db6a9576-4990-54e1-bf3d-0584456e377f/db6a9576-4990-54e1-bf3d-0584456e377f_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 610288,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/1ec80db0fac44691824307dfef62112b/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_db6a9576-4990-54e1-bf3d-0584456e377f/db6a9576-4990-54e1-bf3d-0584456e377f_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 599062,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/1ec80db0fac44691824307dfef62112b/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_db6a9576-4990-54e1-bf3d-0584456e377f/db6a9576-4990-54e1-bf3d-0584456e377f_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 633797,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/1ec80db0fac44691824307dfef62112b/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_db6a9576-4990-54e1-bf3d-0584456e377f/db6a9576-4990-54e1-bf3d-0584456e377f_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 671931,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/1ec80db0fac44691824307dfef62112b/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_db6a9576-4990-54e1-bf3d-0584456e377f/db6a9576-4990-54e1-bf3d-0584456e377f_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 732307,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bm/1ec80db0fac44691824307dfef62112b/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-07',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLASS A (W177) A 250 e PHEV Business Solution',
'transmission': 'automatic',
'trim': 'A 250 e PHEV Business Solution',
'vin': None,
'year': 2022}
2026-03-26 22:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985499%27 HTTP/1.1" 200 None
2026-03-26 22:53:20 [ayvens.be] INFO: Saving data for 1985499: {'created_time': 1774565600.570744, 'last_price_update_time': 1774565600.570753, 'auction_closing_time': 1774958400.0}
2026-03-26 22:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985499') HTTP/1.1" 204 0
2026-03-26 22:53:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cp/cbcaa88e9c834cafad8031ccff12d317/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cp/cbcaa88e9c834cafad8031ccff12d317/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252F3f49c4971ac84bfabaa7bd49441d013e%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/3f49c4971ac84bfabaa7bd49441d013e/images/large/2.jpg not downloaded yet
2026-03-26 22:53:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cp/cbcaa88e9c834cafad8031ccff12d317/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252F3f49c4971ac84bfabaa7bd49441d013e%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/3f49c4971ac84bfabaa7bd49441d013e/images/large/3.jpg not downloaded yet
2026-03-26 22:53:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7402050>
2026-03-26 22:53:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_82b27291-52b1-5bb8-8777-db035e76e519/82b27291-52b1-5bb8-8777-db035e76e519_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cp%252Fcbcaa88e9c834cafad8031ccff12d317%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cp/cbcaa88e9c834cafad8031ccff12d317/images/large/1.jpg saved to cache
2026-03-26 22:53:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 82b27291-52b1-5bb8-8777-db035e76e519
2026-03-26 22:53:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cp/cbcaa88e9c834cafad8031ccff12d317/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252F3f49c4971ac84bfabaa7bd49441d013e%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/3f49c4971ac84bfabaa7bd49441d013e/images/large/4.jpg not downloaded yet
2026-03-26 22:53:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cp/cbcaa88e9c834cafad8031ccff12d317/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cp/cbcaa88e9c834cafad8031ccff12d317/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252F3f49c4971ac84bfabaa7bd49441d013e%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/3f49c4971ac84bfabaa7bd49441d013e/images/large/5.jpg not downloaded yet
2026-03-26 22:53:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b746f5d0>
2026-03-26 22:53:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_82b27291-52b1-5bb8-8777-db035e76e519/82b27291-52b1-5bb8-8777-db035e76e519_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cp%252Fcbcaa88e9c834cafad8031ccff12d317%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cp/cbcaa88e9c834cafad8031ccff12d317/images/large/2.jpg saved to cache
2026-03-26 22:53:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 82b27291-52b1-5bb8-8777-db035e76e519
2026-03-26 22:53:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5c68c50>
2026-03-26 22:53:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_82b27291-52b1-5bb8-8777-db035e76e519/82b27291-52b1-5bb8-8777-db035e76e519_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cp%252Fcbcaa88e9c834cafad8031ccff12d317%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cp/cbcaa88e9c834cafad8031ccff12d317/images/large/3.jpg saved to cache
2026-03-26 22:53:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 82b27291-52b1-5bb8-8777-db035e76e519
2026-03-26 22:53:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6def510>
2026-03-26 22:53:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_82b27291-52b1-5bb8-8777-db035e76e519/82b27291-52b1-5bb8-8777-db035e76e519_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cp%252Fcbcaa88e9c834cafad8031ccff12d317%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cp/cbcaa88e9c834cafad8031ccff12d317/images/large/4.jpg saved to cache
2026-03-26 22:53:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 82b27291-52b1-5bb8-8777-db035e76e519
2026-03-26 22:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252F3f49c4971ac84bfabaa7bd49441d013e%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/3f49c4971ac84bfabaa7bd49441d013e/images/large/6.jpg not downloaded yet
2026-03-26 22:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252F3f49c4971ac84bfabaa7bd49441d013e%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/3f49c4971ac84bfabaa7bd49441d013e/images/large/7.jpg not downloaded yet
2026-03-26 22:53:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7aa0a90>
2026-03-26 22:53:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_82b27291-52b1-5bb8-8777-db035e76e519/82b27291-52b1-5bb8-8777-db035e76e519_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cp%252Fcbcaa88e9c834cafad8031ccff12d317%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cp/cbcaa88e9c834cafad8031ccff12d317/images/large/5.jpg saved to cache
2026-03-26 22:53:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 82b27291-52b1-5bb8-8777-db035e76e519
2026-03-26 22:53:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7490b10>
2026-03-26 22:53:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_82b27291-52b1-5bb8-8777-db035e76e519/82b27291-52b1-5bb8-8777-db035e76e519_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cp%252Fcbcaa88e9c834cafad8031ccff12d317%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cp/cbcaa88e9c834cafad8031ccff12d317/images/large/6.jpg saved to cache
2026-03-26 22:53:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 82b27291-52b1-5bb8-8777-db035e76e519
2026-03-26 22:53:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74ac290>
2026-03-26 22:53:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_82b27291-52b1-5bb8-8777-db035e76e519/82b27291-52b1-5bb8-8777-db035e76e519_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cp%252Fcbcaa88e9c834cafad8031ccff12d317%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cp/cbcaa88e9c834cafad8031ccff12d317/images/large/7.jpg saved to cache
2026-03-26 22:53:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 82b27291-52b1-5bb8-8777-db035e76e519
2026-03-26 22:53:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cp/cbcaa88e9c834cafad8031ccff12d317/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252F3f49c4971ac84bfabaa7bd49441d013e%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/3f49c4971ac84bfabaa7bd49441d013e/images/large/8.jpg not downloaded yet
2026-03-26 22:53:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cp/cbcaa88e9c834cafad8031ccff12d317/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252F3f49c4971ac84bfabaa7bd49441d013e%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/3f49c4971ac84bfabaa7bd49441d013e/images/large/9.jpg not downloaded yet
2026-03-26 22:53:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cr/3f49c4971ac84bfabaa7bd49441d013e/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252F3f49c4971ac84bfabaa7bd49441d013e%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/3f49c4971ac84bfabaa7bd49441d013e/images/large/10.jpg not downloaded yet
2026-03-26 22:53:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cr/3f49c4971ac84bfabaa7bd49441d013e/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cp/cbcaa88e9c834cafad8031ccff12d317/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cr/3f49c4971ac84bfabaa7bd49441d013e/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:21 [ayvens.be] INFO: Found listing with ID: 1985502
2026-03-26 22:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985502%27 HTTP/1.1" 200 None
2026-03-26 22:53:21 [ayvens.be] INFO: Scrape type for 1985502: 1
2026-03-26 22:53:21 [ayvens.be] INFO: Extracting data for car ID: 1985502
2026-03-26 22:53:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8056c5c7-d393-5672-9245-8472e244201c with identifier: 1985502
2026-03-26 22:53:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8056c5c7-d393-5672-9245-8472e244201c with scrape type 1
2026-03-26 22:53:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 8056c5c7-d393-5672-9245-8472e244201c
2026-03-26 22:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252Ff650298e728141d28bfea8c656e55f61%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/f650298e728141d28bfea8c656e55f61/images/large/1.jpg not downloaded yet
2026-03-26 22:53:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cr/3f49c4971ac84bfabaa7bd49441d013e/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252Ff650298e728141d28bfea8c656e55f61%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/f650298e728141d28bfea8c656e55f61/images/large/2.jpg not downloaded yet
2026-03-26 22:53:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cr/3f49c4971ac84bfabaa7bd49441d013e/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b792e210>
2026-03-26 22:53:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_82b27291-52b1-5bb8-8777-db035e76e519/82b27291-52b1-5bb8-8777-db035e76e519_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cp%252Fcbcaa88e9c834cafad8031ccff12d317%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cp/cbcaa88e9c834cafad8031ccff12d317/images/large/8.jpg saved to cache
2026-03-26 22:53:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 82b27291-52b1-5bb8-8777-db035e76e519
2026-03-26 22:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252Ff650298e728141d28bfea8c656e55f61%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/f650298e728141d28bfea8c656e55f61/images/large/3.jpg not downloaded yet
2026-03-26 22:53:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7403b10>
2026-03-26 22:53:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_82b27291-52b1-5bb8-8777-db035e76e519/82b27291-52b1-5bb8-8777-db035e76e519_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cp%252Fcbcaa88e9c834cafad8031ccff12d317%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cp/cbcaa88e9c834cafad8031ccff12d317/images/large/9.jpg saved to cache
2026-03-26 22:53:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 82b27291-52b1-5bb8-8777-db035e76e519
2026-03-26 22:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252Ff650298e728141d28bfea8c656e55f61%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/f650298e728141d28bfea8c656e55f61/images/large/4.jpg not downloaded yet
2026-03-26 22:53:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b727bad0>
2026-03-26 22:53:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_798339c6-1db7-59a9-a77e-53ec4e304705/798339c6-1db7-59a9-a77e-53ec4e304705_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252F3f49c4971ac84bfabaa7bd49441d013e%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/3f49c4971ac84bfabaa7bd49441d013e/images/large/1.jpg saved to cache
2026-03-26 22:53:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 798339c6-1db7-59a9-a77e-53ec4e304705
2026-03-26 22:53:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74e4450>
2026-03-26 22:53:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_798339c6-1db7-59a9-a77e-53ec4e304705/798339c6-1db7-59a9-a77e-53ec4e304705_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252F3f49c4971ac84bfabaa7bd49441d013e%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/3f49c4971ac84bfabaa7bd49441d013e/images/large/2.jpg saved to cache
2026-03-26 22:53:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 798339c6-1db7-59a9-a77e-53ec4e304705
2026-03-26 22:53:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cc2790>
2026-03-26 22:53:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_82b27291-52b1-5bb8-8777-db035e76e519/82b27291-52b1-5bb8-8777-db035e76e519_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cp%252Fcbcaa88e9c834cafad8031ccff12d317%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cp/cbcaa88e9c834cafad8031ccff12d317/images/large/10.jpg saved to cache
2026-03-26 22:53:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 82b27291-52b1-5bb8-8777-db035e76e519
2026-03-26 22:53:22 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 82b27291-52b1-5bb8-8777-db035e76e519, skipping ID generation
2026-03-26 22:53:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82b27291-52b1-5bb8-8777-db035e76e519 with scrape type 1
2026-03-26 22:53:22 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 82b27291-52b1-5bb8-8777-db035e76e519 sending to next pipeline
2026-03-26 22:53:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 82b27291-52b1-5bb8-8777-db035e76e519, identifier: 1985500
2026-03-26 22:53:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7490fd0>
2026-03-26 22:53:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_798339c6-1db7-59a9-a77e-53ec4e304705/798339c6-1db7-59a9-a77e-53ec4e304705_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252F3f49c4971ac84bfabaa7bd49441d013e%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/3f49c4971ac84bfabaa7bd49441d013e/images/large/3.jpg saved to cache
2026-03-26 22:53:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 798339c6-1db7-59a9-a77e-53ec4e304705
2026-03-26 22:53:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6ddb7d0>
2026-03-26 22:53:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_798339c6-1db7-59a9-a77e-53ec4e304705/798339c6-1db7-59a9-a77e-53ec4e304705_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252F3f49c4971ac84bfabaa7bd49441d013e%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/3f49c4971ac84bfabaa7bd49441d013e/images/large/5.jpg saved to cache
2026-03-26 22:53:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 798339c6-1db7-59a9-a77e-53ec4e304705
2026-03-26 22:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252Ff650298e728141d28bfea8c656e55f61%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/f650298e728141d28bfea8c656e55f61/images/large/5.jpg not downloaded yet
2026-03-26 22:53:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 82b27291-52b1-5bb8-8777-db035e76e519 with identifier: 1985500
2026-03-26 22:53:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 82b27291-52b1-5bb8-8777-db035e76e519 with identifier: 1985500
2026-03-26 22:53:22 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 82b27291-52b1-5bb8-8777-db035e76e519 with identifier: 1985500 to the API
2026-03-26 22:53:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:53:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:53:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2cp/cbcaa88e9c834cafad8031ccff12d317/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '82b27291-52b1-5bb8-8777-db035e76e519',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '5 SERIES TOURING',
'odometer': 167994,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 23,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_82b27291-52b1-5bb8-8777-db035e76e519/82b27291-52b1-5bb8-8777-db035e76e519_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 693439,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cp/cbcaa88e9c834cafad8031ccff12d317/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_82b27291-52b1-5bb8-8777-db035e76e519/82b27291-52b1-5bb8-8777-db035e76e519_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 690352,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cp/cbcaa88e9c834cafad8031ccff12d317/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_82b27291-52b1-5bb8-8777-db035e76e519/82b27291-52b1-5bb8-8777-db035e76e519_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 650806,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cp/cbcaa88e9c834cafad8031ccff12d317/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_82b27291-52b1-5bb8-8777-db035e76e519/82b27291-52b1-5bb8-8777-db035e76e519_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 724698,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cp/cbcaa88e9c834cafad8031ccff12d317/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_82b27291-52b1-5bb8-8777-db035e76e519/82b27291-52b1-5bb8-8777-db035e76e519_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 708552,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cp/cbcaa88e9c834cafad8031ccff12d317/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_82b27291-52b1-5bb8-8777-db035e76e519/82b27291-52b1-5bb8-8777-db035e76e519_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 733209,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cp/cbcaa88e9c834cafad8031ccff12d317/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_82b27291-52b1-5bb8-8777-db035e76e519/82b27291-52b1-5bb8-8777-db035e76e519_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 640691,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cp/cbcaa88e9c834cafad8031ccff12d317/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_82b27291-52b1-5bb8-8777-db035e76e519/82b27291-52b1-5bb8-8777-db035e76e519_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 770697,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cp/cbcaa88e9c834cafad8031ccff12d317/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_82b27291-52b1-5bb8-8777-db035e76e519/82b27291-52b1-5bb8-8777-db035e76e519_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 793156,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cp/cbcaa88e9c834cafad8031ccff12d317/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_82b27291-52b1-5bb8-8777-db035e76e519/82b27291-52b1-5bb8-8777-db035e76e519_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 776695,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cp/cbcaa88e9c834cafad8031ccff12d317/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-07',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 5 SERIES TOURING 2.0 530E 200KW XDRIVE AUTO TOURING',
'transmission': 'manual',
'trim': '2.0 530E 200KW XDRIVE AUTO TOURING',
'vin': None,
'year': 2022}
2026-03-26 22:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985500%27 HTTP/1.1" 200 None
2026-03-26 22:53:22 [ayvens.be] INFO: Saving data for 1985500: {'created_time': 1774565602.808407, 'last_price_update_time': 1774565602.808418, 'auction_closing_time': 1774958400.0}
2026-03-26 22:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985500') HTTP/1.1" 204 0
2026-03-26 22:53:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b5cc0410>
2026-03-26 22:53:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_798339c6-1db7-59a9-a77e-53ec4e304705/798339c6-1db7-59a9-a77e-53ec4e304705_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252F3f49c4971ac84bfabaa7bd49441d013e%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/3f49c4971ac84bfabaa7bd49441d013e/images/large/4.jpg saved to cache
2026-03-26 22:53:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 798339c6-1db7-59a9-a77e-53ec4e304705
2026-03-26 22:53:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cr/3f49c4971ac84bfabaa7bd49441d013e/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252Ff650298e728141d28bfea8c656e55f61%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/f650298e728141d28bfea8c656e55f61/images/large/6.jpg not downloaded yet
2026-03-26 22:53:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cr/3f49c4971ac84bfabaa7bd49441d013e/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cr/3f49c4971ac84bfabaa7bd49441d013e/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cr/3f49c4971ac84bfabaa7bd49441d013e/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252Ff650298e728141d28bfea8c656e55f61%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/f650298e728141d28bfea8c656e55f61/images/large/7.jpg not downloaded yet
2026-03-26 22:53:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2cr/3f49c4971ac84bfabaa7bd49441d013e/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252Ff650298e728141d28bfea8c656e55f61%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/f650298e728141d28bfea8c656e55f61/images/large/8.jpg not downloaded yet
2026-03-26 22:53:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bl/f650298e728141d28bfea8c656e55f61/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bl/f650298e728141d28bfea8c656e55f61/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252Ff650298e728141d28bfea8c656e55f61%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/f650298e728141d28bfea8c656e55f61/images/large/9.jpg not downloaded yet
2026-03-26 22:53:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252Ff650298e728141d28bfea8c656e55f61%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/f650298e728141d28bfea8c656e55f61/images/large/10.jpg not downloaded yet
2026-03-26 22:53:23 [ayvens.be] INFO: Found listing with ID: 1985503
2026-03-26 22:53:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985503%27 HTTP/1.1" 200 None
2026-03-26 22:53:23 [ayvens.be] INFO: Scrape type for 1985503: 1
2026-03-26 22:53:23 [ayvens.be] INFO: Extracting data for car ID: 1985503
2026-03-26 22:53:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bc44d0a9-f1ab-5254-a16c-d37ec9f284b1 with identifier: 1985503
2026-03-26 22:53:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc44d0a9-f1ab-5254-a16c-d37ec9f284b1 with scrape type 1
2026-03-26 22:53:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item bc44d0a9-f1ab-5254-a16c-d37ec9f284b1
2026-03-26 22:53:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ck%252F2ccbe9d23ee74048beede05a59052c01%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ck/2ccbe9d23ee74048beede05a59052c01/images/large/1.jpg not downloaded yet
2026-03-26 22:53:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bl/f650298e728141d28bfea8c656e55f61/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7818350>
2026-03-26 22:53:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_798339c6-1db7-59a9-a77e-53ec4e304705/798339c6-1db7-59a9-a77e-53ec4e304705_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:53:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252F3f49c4971ac84bfabaa7bd49441d013e%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/3f49c4971ac84bfabaa7bd49441d013e/images/large/7.jpg saved to cache
2026-03-26 22:53:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 798339c6-1db7-59a9-a77e-53ec4e304705
2026-03-26 22:53:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ck%252F2ccbe9d23ee74048beede05a59052c01%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ck/2ccbe9d23ee74048beede05a59052c01/images/large/2.jpg not downloaded yet
2026-03-26 22:53:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7291050>
2026-03-26 22:53:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_798339c6-1db7-59a9-a77e-53ec4e304705/798339c6-1db7-59a9-a77e-53ec4e304705_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:53:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252F3f49c4971ac84bfabaa7bd49441d013e%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/3f49c4971ac84bfabaa7bd49441d013e/images/large/6.jpg saved to cache
2026-03-26 22:53:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 798339c6-1db7-59a9-a77e-53ec4e304705
2026-03-26 22:53:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd3c6b90>
2026-03-26 22:53:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_798339c6-1db7-59a9-a77e-53ec4e304705/798339c6-1db7-59a9-a77e-53ec4e304705_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:53:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252F3f49c4971ac84bfabaa7bd49441d013e%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/3f49c4971ac84bfabaa7bd49441d013e/images/large/9.jpg saved to cache
2026-03-26 22:53:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 798339c6-1db7-59a9-a77e-53ec4e304705
2026-03-26 22:53:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76cd910>
2026-03-26 22:53:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_798339c6-1db7-59a9-a77e-53ec4e304705/798339c6-1db7-59a9-a77e-53ec4e304705_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:53:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252F3f49c4971ac84bfabaa7bd49441d013e%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/3f49c4971ac84bfabaa7bd49441d013e/images/large/10.jpg saved to cache
2026-03-26 22:53:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 798339c6-1db7-59a9-a77e-53ec4e304705
2026-03-26 22:53:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b76edb90>
2026-03-26 22:53:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_798339c6-1db7-59a9-a77e-53ec4e304705/798339c6-1db7-59a9-a77e-53ec4e304705_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:53:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2cr%252F3f49c4971ac84bfabaa7bd49441d013e%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2cr/3f49c4971ac84bfabaa7bd49441d013e/images/large/8.jpg saved to cache
2026-03-26 22:53:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 798339c6-1db7-59a9-a77e-53ec4e304705
2026-03-26 22:53:23 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 798339c6-1db7-59a9-a77e-53ec4e304705, skipping ID generation
2026-03-26 22:53:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 798339c6-1db7-59a9-a77e-53ec4e304705 with scrape type 1
2026-03-26 22:53:23 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 798339c6-1db7-59a9-a77e-53ec4e304705 sending to next pipeline
2026-03-26 22:53:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 798339c6-1db7-59a9-a77e-53ec4e304705, identifier: 1985501
2026-03-26 22:53:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bl/f650298e728141d28bfea8c656e55f61/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bl/f650298e728141d28bfea8c656e55f61/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ck%252F2ccbe9d23ee74048beede05a59052c01%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ck/2ccbe9d23ee74048beede05a59052c01/images/large/3.jpg not downloaded yet
2026-03-26 22:53:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 798339c6-1db7-59a9-a77e-53ec4e304705 with identifier: 1985501
2026-03-26 22:53:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 798339c6-1db7-59a9-a77e-53ec4e304705 with identifier: 1985501
2026-03-26 22:53:23 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 798339c6-1db7-59a9-a77e-53ec4e304705 with identifier: 1985501 to the API
2026-03-26 22:53:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:53:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:53:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2cr/3f49c4971ac84bfabaa7bd49441d013e/images/large/8.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '798339c6-1db7-59a9-a77e-53ec4e304705',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'A3 SPORTBACK',
'odometer': 100208,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 16,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_798339c6-1db7-59a9-a77e-53ec4e304705/798339c6-1db7-59a9-a77e-53ec4e304705_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 579329,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cr/3f49c4971ac84bfabaa7bd49441d013e/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_798339c6-1db7-59a9-a77e-53ec4e304705/798339c6-1db7-59a9-a77e-53ec4e304705_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 556541,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cr/3f49c4971ac84bfabaa7bd49441d013e/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_798339c6-1db7-59a9-a77e-53ec4e304705/798339c6-1db7-59a9-a77e-53ec4e304705_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 641230,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cr/3f49c4971ac84bfabaa7bd49441d013e/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_798339c6-1db7-59a9-a77e-53ec4e304705/798339c6-1db7-59a9-a77e-53ec4e304705_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 630805,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cr/3f49c4971ac84bfabaa7bd49441d013e/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_798339c6-1db7-59a9-a77e-53ec4e304705/798339c6-1db7-59a9-a77e-53ec4e304705_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 546250,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cr/3f49c4971ac84bfabaa7bd49441d013e/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_798339c6-1db7-59a9-a77e-53ec4e304705/798339c6-1db7-59a9-a77e-53ec4e304705_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 562750,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cr/3f49c4971ac84bfabaa7bd49441d013e/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_798339c6-1db7-59a9-a77e-53ec4e304705/798339c6-1db7-59a9-a77e-53ec4e304705_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 602453,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cr/3f49c4971ac84bfabaa7bd49441d013e/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_798339c6-1db7-59a9-a77e-53ec4e304705/798339c6-1db7-59a9-a77e-53ec4e304705_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 617190,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cr/3f49c4971ac84bfabaa7bd49441d013e/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_798339c6-1db7-59a9-a77e-53ec4e304705/798339c6-1db7-59a9-a77e-53ec4e304705_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 456729,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cr/3f49c4971ac84bfabaa7bd49441d013e/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_798339c6-1db7-59a9-a77e-53ec4e304705/798339c6-1db7-59a9-a77e-53ec4e304705_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 421183,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2cr/3f49c4971ac84bfabaa7bd49441d013e/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-31',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A3 SPORTBACK 1.4 40 TFSI E S TRONIC SPORTB ATTRACTION',
'transmission': 'automatic',
'trim': '1.4 40 TFSI E S TRONIC SPORTB ATTRACTION',
'vin': None,
'year': 2022}
2026-03-26 22:53:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985501%27 HTTP/1.1" 200 None
2026-03-26 22:53:23 [ayvens.be] INFO: Saving data for 1985501: {'created_time': 1774565603.920755, 'last_price_update_time': 1774565603.920764, 'auction_closing_time': 1774958400.0}
2026-03-26 22:53:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985501') HTTP/1.1" 204 0
2026-03-26 22:53:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bl/f650298e728141d28bfea8c656e55f61/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b78c1750>
2026-03-26 22:53:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8056c5c7-d393-5672-9245-8472e244201c/8056c5c7-d393-5672-9245-8472e244201c_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:53:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252Ff650298e728141d28bfea8c656e55f61%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/f650298e728141d28bfea8c656e55f61/images/large/2.jpg saved to cache
2026-03-26 22:53:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 8056c5c7-d393-5672-9245-8472e244201c
2026-03-26 22:53:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e37990>
2026-03-26 22:53:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8056c5c7-d393-5672-9245-8472e244201c/8056c5c7-d393-5672-9245-8472e244201c_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:53:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252Ff650298e728141d28bfea8c656e55f61%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/f650298e728141d28bfea8c656e55f61/images/large/1.jpg saved to cache
2026-03-26 22:53:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 8056c5c7-d393-5672-9245-8472e244201c
2026-03-26 22:53:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77bee50>
2026-03-26 22:53:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8056c5c7-d393-5672-9245-8472e244201c/8056c5c7-d393-5672-9245-8472e244201c_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:53:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252Ff650298e728141d28bfea8c656e55f61%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/f650298e728141d28bfea8c656e55f61/images/large/6.jpg saved to cache
2026-03-26 22:53:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 8056c5c7-d393-5672-9245-8472e244201c
2026-03-26 22:53:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bl/f650298e728141d28bfea8c656e55f61/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ck%252F2ccbe9d23ee74048beede05a59052c01%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ck/2ccbe9d23ee74048beede05a59052c01/images/large/4.jpg not downloaded yet
2026-03-26 22:53:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bl/f650298e728141d28bfea8c656e55f61/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bl/f650298e728141d28bfea8c656e55f61/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e2b150>
2026-03-26 22:53:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8056c5c7-d393-5672-9245-8472e244201c/8056c5c7-d393-5672-9245-8472e244201c_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:53:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252Ff650298e728141d28bfea8c656e55f61%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/f650298e728141d28bfea8c656e55f61/images/large/5.jpg saved to cache
2026-03-26 22:53:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 8056c5c7-d393-5672-9245-8472e244201c
2026-03-26 22:53:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b792fd10>
2026-03-26 22:53:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8056c5c7-d393-5672-9245-8472e244201c/8056c5c7-d393-5672-9245-8472e244201c_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:53:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252Ff650298e728141d28bfea8c656e55f61%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/f650298e728141d28bfea8c656e55f61/images/large/4.jpg saved to cache
2026-03-26 22:53:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 8056c5c7-d393-5672-9245-8472e244201c
2026-03-26 22:53:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ck%252F2ccbe9d23ee74048beede05a59052c01%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ck/2ccbe9d23ee74048beede05a59052c01/images/large/5.jpg not downloaded yet
2026-03-26 22:53:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7b36bd0>
2026-03-26 22:53:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8056c5c7-d393-5672-9245-8472e244201c/8056c5c7-d393-5672-9245-8472e244201c_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:53:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252Ff650298e728141d28bfea8c656e55f61%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/f650298e728141d28bfea8c656e55f61/images/large/3.jpg saved to cache
2026-03-26 22:53:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 8056c5c7-d393-5672-9245-8472e244201c
2026-03-26 22:53:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ck%252F2ccbe9d23ee74048beede05a59052c01%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ck/2ccbe9d23ee74048beede05a59052c01/images/large/6.jpg not downloaded yet
2026-03-26 22:53:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7570250>
2026-03-26 22:53:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8056c5c7-d393-5672-9245-8472e244201c/8056c5c7-d393-5672-9245-8472e244201c_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:53:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252Ff650298e728141d28bfea8c656e55f61%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/f650298e728141d28bfea8c656e55f61/images/large/7.jpg saved to cache
2026-03-26 22:53:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 8056c5c7-d393-5672-9245-8472e244201c
2026-03-26 22:53:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7439c50>
2026-03-26 22:53:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8056c5c7-d393-5672-9245-8472e244201c/8056c5c7-d393-5672-9245-8472e244201c_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:53:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252Ff650298e728141d28bfea8c656e55f61%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/f650298e728141d28bfea8c656e55f61/images/large/8.jpg saved to cache
2026-03-26 22:53:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 8056c5c7-d393-5672-9245-8472e244201c
2026-03-26 22:53:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7586d10>
2026-03-26 22:53:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8056c5c7-d393-5672-9245-8472e244201c/8056c5c7-d393-5672-9245-8472e244201c_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:53:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252Ff650298e728141d28bfea8c656e55f61%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/f650298e728141d28bfea8c656e55f61/images/large/9.jpg saved to cache
2026-03-26 22:53:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 8056c5c7-d393-5672-9245-8472e244201c
2026-03-26 22:53:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bl/f650298e728141d28bfea8c656e55f61/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ck%252F2ccbe9d23ee74048beede05a59052c01%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ck/2ccbe9d23ee74048beede05a59052c01/images/large/7.jpg not downloaded yet
2026-03-26 22:53:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ck%252F2ccbe9d23ee74048beede05a59052c01%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ck/2ccbe9d23ee74048beede05a59052c01/images/large/8.jpg not downloaded yet
2026-03-26 22:53:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ck%252F2ccbe9d23ee74048beede05a59052c01%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ck/2ccbe9d23ee74048beede05a59052c01/images/large/9.jpg not downloaded yet
2026-03-26 22:53:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ck/2ccbe9d23ee74048beede05a59052c01/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ck%252F2ccbe9d23ee74048beede05a59052c01%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ck/2ccbe9d23ee74048beede05a59052c01/images/large/10.jpg not downloaded yet
2026-03-26 22:53:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ck/2ccbe9d23ee74048beede05a59052c01/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:24 [ayvens.be] INFO: Found listing with ID: 1985504
2026-03-26 22:53:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985504%27 HTTP/1.1" 200 None
2026-03-26 22:53:24 [ayvens.be] INFO: Scrape type for 1985504: 1
2026-03-26 22:53:24 [ayvens.be] INFO: Extracting data for car ID: 1985504
2026-03-26 22:53:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 45f362f5-e8a6-53e4-8caa-f5b14f161748 with identifier: 1985504
2026-03-26 22:53:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 45f362f5-e8a6-53e4-8caa-f5b14f161748 with scrape type 1
2026-03-26 22:53:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 45f362f5-e8a6-53e4-8caa-f5b14f161748
2026-03-26 22:53:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252Fa14f5d0a4ff144e8945ea4c025b5d8e2%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/a14f5d0a4ff144e8945ea4c025b5d8e2/images/large/1.jpg not downloaded yet
2026-03-26 22:53:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ck/2ccbe9d23ee74048beede05a59052c01/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252Fa14f5d0a4ff144e8945ea4c025b5d8e2%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/a14f5d0a4ff144e8945ea4c025b5d8e2/images/large/2.jpg not downloaded yet
2026-03-26 22:53:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7449910>
2026-03-26 22:53:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8056c5c7-d393-5672-9245-8472e244201c/8056c5c7-d393-5672-9245-8472e244201c_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:53:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bl%252Ff650298e728141d28bfea8c656e55f61%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bl/f650298e728141d28bfea8c656e55f61/images/large/10.jpg saved to cache
2026-03-26 22:53:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 8056c5c7-d393-5672-9245-8472e244201c
2026-03-26 22:53:24 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8056c5c7-d393-5672-9245-8472e244201c, skipping ID generation
2026-03-26 22:53:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8056c5c7-d393-5672-9245-8472e244201c with scrape type 1
2026-03-26 22:53:24 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8056c5c7-d393-5672-9245-8472e244201c sending to next pipeline
2026-03-26 22:53:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 8056c5c7-d393-5672-9245-8472e244201c, identifier: 1985502
2026-03-26 22:53:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252Fa14f5d0a4ff144e8945ea4c025b5d8e2%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/a14f5d0a4ff144e8945ea4c025b5d8e2/images/large/3.jpg not downloaded yet
2026-03-26 22:53:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 8056c5c7-d393-5672-9245-8472e244201c with identifier: 1985502
2026-03-26 22:53:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 8056c5c7-d393-5672-9245-8472e244201c with identifier: 1985502
2026-03-26 22:53:25 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 8056c5c7-d393-5672-9245-8472e244201c with identifier: 1985502 to the API
2026-03-26 22:53:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:53:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:53:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bl/f650298e728141d28bfea8c656e55f61/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '8056c5c7-d393-5672-9245-8472e244201c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '3 SERIES TOURING',
'odometer': 123049,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 14,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8056c5c7-d393-5672-9245-8472e244201c/8056c5c7-d393-5672-9245-8472e244201c_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 437592,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bl/f650298e728141d28bfea8c656e55f61/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8056c5c7-d393-5672-9245-8472e244201c/8056c5c7-d393-5672-9245-8472e244201c_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 395608,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bl/f650298e728141d28bfea8c656e55f61/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8056c5c7-d393-5672-9245-8472e244201c/8056c5c7-d393-5672-9245-8472e244201c_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 428512,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bl/f650298e728141d28bfea8c656e55f61/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8056c5c7-d393-5672-9245-8472e244201c/8056c5c7-d393-5672-9245-8472e244201c_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 406685,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bl/f650298e728141d28bfea8c656e55f61/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8056c5c7-d393-5672-9245-8472e244201c/8056c5c7-d393-5672-9245-8472e244201c_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 364989,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bl/f650298e728141d28bfea8c656e55f61/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8056c5c7-d393-5672-9245-8472e244201c/8056c5c7-d393-5672-9245-8472e244201c_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 176226,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bl/f650298e728141d28bfea8c656e55f61/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8056c5c7-d393-5672-9245-8472e244201c/8056c5c7-d393-5672-9245-8472e244201c_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 279943,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bl/f650298e728141d28bfea8c656e55f61/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8056c5c7-d393-5672-9245-8472e244201c/8056c5c7-d393-5672-9245-8472e244201c_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 347350,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bl/f650298e728141d28bfea8c656e55f61/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8056c5c7-d393-5672-9245-8472e244201c/8056c5c7-d393-5672-9245-8472e244201c_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 273867,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bl/f650298e728141d28bfea8c656e55f61/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8056c5c7-d393-5672-9245-8472e244201c/8056c5c7-d393-5672-9245-8472e244201c_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 407961,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bl/f650298e728141d28bfea8c656e55f61/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-03',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 3 SERIES TOURING 2.0 318IA (115KW) AUTO TOURING',
'transmission': 'automatic',
'trim': '2.0 318IA (115KW) AUTO TOURING',
'vin': None,
'year': 2022}
2026-03-26 22:53:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985502%27 HTTP/1.1" 200 None
2026-03-26 22:53:25 [ayvens.be] INFO: Saving data for 1985502: {'created_time': 1774565605.310044, 'last_price_update_time': 1774565605.310053, 'auction_closing_time': 1774958400.0}
2026-03-26 22:53:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985502') HTTP/1.1" 204 0
2026-03-26 22:53:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7a82c10>
2026-03-26 22:53:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bc44d0a9-f1ab-5254-a16c-d37ec9f284b1/bc44d0a9-f1ab-5254-a16c-d37ec9f284b1_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:53:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ck%252F2ccbe9d23ee74048beede05a59052c01%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ck/2ccbe9d23ee74048beede05a59052c01/images/large/1.jpg saved to cache
2026-03-26 22:53:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item bc44d0a9-f1ab-5254-a16c-d37ec9f284b1
2026-03-26 22:53:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252Fa14f5d0a4ff144e8945ea4c025b5d8e2%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/a14f5d0a4ff144e8945ea4c025b5d8e2/images/large/4.jpg not downloaded yet
2026-03-26 22:53:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b782e390>
2026-03-26 22:53:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bc44d0a9-f1ab-5254-a16c-d37ec9f284b1/bc44d0a9-f1ab-5254-a16c-d37ec9f284b1_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:53:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ck%252F2ccbe9d23ee74048beede05a59052c01%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ck/2ccbe9d23ee74048beede05a59052c01/images/large/2.jpg saved to cache
2026-03-26 22:53:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item bc44d0a9-f1ab-5254-a16c-d37ec9f284b1
2026-03-26 22:53:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7aa3e10>
2026-03-26 22:53:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bc44d0a9-f1ab-5254-a16c-d37ec9f284b1/bc44d0a9-f1ab-5254-a16c-d37ec9f284b1_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:53:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ck%252F2ccbe9d23ee74048beede05a59052c01%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ck/2ccbe9d23ee74048beede05a59052c01/images/large/3.jpg saved to cache
2026-03-26 22:53:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item bc44d0a9-f1ab-5254-a16c-d37ec9f284b1
2026-03-26 22:53:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252Fa14f5d0a4ff144e8945ea4c025b5d8e2%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/a14f5d0a4ff144e8945ea4c025b5d8e2/images/large/5.jpg not downloaded yet
2026-03-26 22:53:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ck/2ccbe9d23ee74048beede05a59052c01/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252Fa14f5d0a4ff144e8945ea4c025b5d8e2%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/a14f5d0a4ff144e8945ea4c025b5d8e2/images/large/6.jpg not downloaded yet
2026-03-26 22:53:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ck/2ccbe9d23ee74048beede05a59052c01/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252Fa14f5d0a4ff144e8945ea4c025b5d8e2%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/a14f5d0a4ff144e8945ea4c025b5d8e2/images/large/7.jpg not downloaded yet
2026-03-26 22:53:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ck/2ccbe9d23ee74048beede05a59052c01/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/a14f5d0a4ff144e8945ea4c025b5d8e2/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252Fa14f5d0a4ff144e8945ea4c025b5d8e2%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/a14f5d0a4ff144e8945ea4c025b5d8e2/images/large/8.jpg not downloaded yet
2026-03-26 22:53:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ck/2ccbe9d23ee74048beede05a59052c01/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ck/2ccbe9d23ee74048beede05a59052c01/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252Fa14f5d0a4ff144e8945ea4c025b5d8e2%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/a14f5d0a4ff144e8945ea4c025b5d8e2/images/large/9.jpg not downloaded yet
2026-03-26 22:53:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ck/2ccbe9d23ee74048beede05a59052c01/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252Fa14f5d0a4ff144e8945ea4c025b5d8e2%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/a14f5d0a4ff144e8945ea4c025b5d8e2/images/large/10.jpg not downloaded yet
2026-03-26 22:53:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2ck/2ccbe9d23ee74048beede05a59052c01/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:25 [ayvens.be] INFO: Found listing with ID: 1985505
2026-03-26 22:53:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985505%27 HTTP/1.1" 200 None
2026-03-26 22:53:25 [ayvens.be] INFO: Scrape type for 1985505: 1
2026-03-26 22:53:25 [ayvens.be] INFO: Extracting data for car ID: 1985505
2026-03-26 22:53:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e8418b0c-8e4b-50f5-ba81-68414125e1f9 with identifier: 1985505
2026-03-26 22:53:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e8418b0c-8e4b-50f5-ba81-68414125e1f9 with scrape type 1
2026-03-26 22:53:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item e8418b0c-8e4b-50f5-ba81-68414125e1f9
2026-03-26 22:53:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F68b47a8d69f14ae7898c72574afc6ff0%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/68b47a8d69f14ae7898c72574afc6ff0/images/large/1.jpg not downloaded yet
2026-03-26 22:53:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F68b47a8d69f14ae7898c72574afc6ff0%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/68b47a8d69f14ae7898c72574afc6ff0/images/large/2.jpg not downloaded yet
2026-03-26 22:53:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e2ad10>
2026-03-26 22:53:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bc44d0a9-f1ab-5254-a16c-d37ec9f284b1/bc44d0a9-f1ab-5254-a16c-d37ec9f284b1_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:53:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ck%252F2ccbe9d23ee74048beede05a59052c01%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ck/2ccbe9d23ee74048beede05a59052c01/images/large/4.jpg saved to cache
2026-03-26 22:53:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item bc44d0a9-f1ab-5254-a16c-d37ec9f284b1
2026-03-26 22:53:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7493f50>
2026-03-26 22:53:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bc44d0a9-f1ab-5254-a16c-d37ec9f284b1/bc44d0a9-f1ab-5254-a16c-d37ec9f284b1_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:53:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ck%252F2ccbe9d23ee74048beede05a59052c01%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ck/2ccbe9d23ee74048beede05a59052c01/images/large/5.jpg saved to cache
2026-03-26 22:53:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item bc44d0a9-f1ab-5254-a16c-d37ec9f284b1
2026-03-26 22:53:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F68b47a8d69f14ae7898c72574afc6ff0%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/68b47a8d69f14ae7898c72574afc6ff0/images/large/3.jpg not downloaded yet
2026-03-26 22:53:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7ae8a50>
2026-03-26 22:53:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bc44d0a9-f1ab-5254-a16c-d37ec9f284b1/bc44d0a9-f1ab-5254-a16c-d37ec9f284b1_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:53:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ck%252F2ccbe9d23ee74048beede05a59052c01%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ck/2ccbe9d23ee74048beede05a59052c01/images/large/6.jpg saved to cache
2026-03-26 22:53:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item bc44d0a9-f1ab-5254-a16c-d37ec9f284b1
2026-03-26 22:53:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b792ffd0>
2026-03-26 22:53:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_45f362f5-e8a6-53e4-8caa-f5b14f161748/45f362f5-e8a6-53e4-8caa-f5b14f161748_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:53:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252Fa14f5d0a4ff144e8945ea4c025b5d8e2%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/a14f5d0a4ff144e8945ea4c025b5d8e2/images/large/1.jpg saved to cache
2026-03-26 22:53:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 45f362f5-e8a6-53e4-8caa-f5b14f161748
2026-03-26 22:53:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F68b47a8d69f14ae7898c72574afc6ff0%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/68b47a8d69f14ae7898c72574afc6ff0/images/large/4.jpg not downloaded yet
2026-03-26 22:53:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F68b47a8d69f14ae7898c72574afc6ff0%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/68b47a8d69f14ae7898c72574afc6ff0/images/large/5.jpg not downloaded yet
2026-03-26 22:53:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b78c1a90>
2026-03-26 22:53:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bc44d0a9-f1ab-5254-a16c-d37ec9f284b1/bc44d0a9-f1ab-5254-a16c-d37ec9f284b1_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:53:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ck%252F2ccbe9d23ee74048beede05a59052c01%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ck/2ccbe9d23ee74048beede05a59052c01/images/large/7.jpg saved to cache
2026-03-26 22:53:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item bc44d0a9-f1ab-5254-a16c-d37ec9f284b1
2026-03-26 22:53:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79f8f10>
2026-03-26 22:53:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bc44d0a9-f1ab-5254-a16c-d37ec9f284b1/bc44d0a9-f1ab-5254-a16c-d37ec9f284b1_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:53:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ck%252F2ccbe9d23ee74048beede05a59052c01%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ck/2ccbe9d23ee74048beede05a59052c01/images/large/9.jpg saved to cache
2026-03-26 22:53:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item bc44d0a9-f1ab-5254-a16c-d37ec9f284b1
2026-03-26 22:53:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e1fc10>
2026-03-26 22:53:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bc44d0a9-f1ab-5254-a16c-d37ec9f284b1/bc44d0a9-f1ab-5254-a16c-d37ec9f284b1_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:53:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ck%252F2ccbe9d23ee74048beede05a59052c01%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ck/2ccbe9d23ee74048beede05a59052c01/images/large/10.jpg saved to cache
2026-03-26 22:53:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item bc44d0a9-f1ab-5254-a16c-d37ec9f284b1
2026-03-26 22:53:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77ad010>
2026-03-26 22:53:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bc44d0a9-f1ab-5254-a16c-d37ec9f284b1/bc44d0a9-f1ab-5254-a16c-d37ec9f284b1_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:53:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2ck%252F2ccbe9d23ee74048beede05a59052c01%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2ck/2ccbe9d23ee74048beede05a59052c01/images/large/8.jpg saved to cache
2026-03-26 22:53:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item bc44d0a9-f1ab-5254-a16c-d37ec9f284b1
2026-03-26 22:53:26 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: bc44d0a9-f1ab-5254-a16c-d37ec9f284b1, skipping ID generation
2026-03-26 22:53:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc44d0a9-f1ab-5254-a16c-d37ec9f284b1 with scrape type 1
2026-03-26 22:53:26 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item bc44d0a9-f1ab-5254-a16c-d37ec9f284b1 sending to next pipeline
2026-03-26 22:53:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: bc44d0a9-f1ab-5254-a16c-d37ec9f284b1, identifier: 1985503
2026-03-26 22:53:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/a14f5d0a4ff144e8945ea4c025b5d8e2/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: bc44d0a9-f1ab-5254-a16c-d37ec9f284b1 with identifier: 1985503
2026-03-26 22:53:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: bc44d0a9-f1ab-5254-a16c-d37ec9f284b1 with identifier: 1985503
2026-03-26 22:53:26 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: bc44d0a9-f1ab-5254-a16c-d37ec9f284b1 with identifier: 1985503 to the API
2026-03-26 22:53:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:53:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:53:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2ck/2ccbe9d23ee74048beede05a59052c01/images/large/8.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'bc44d0a9-f1ab-5254-a16c-d37ec9f284b1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'X2',
'odometer': 61928,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 22,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bc44d0a9-f1ab-5254-a16c-d37ec9f284b1/bc44d0a9-f1ab-5254-a16c-d37ec9f284b1_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 712371,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ck/2ccbe9d23ee74048beede05a59052c01/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bc44d0a9-f1ab-5254-a16c-d37ec9f284b1/bc44d0a9-f1ab-5254-a16c-d37ec9f284b1_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 749582,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ck/2ccbe9d23ee74048beede05a59052c01/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bc44d0a9-f1ab-5254-a16c-d37ec9f284b1/bc44d0a9-f1ab-5254-a16c-d37ec9f284b1_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 701524,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ck/2ccbe9d23ee74048beede05a59052c01/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bc44d0a9-f1ab-5254-a16c-d37ec9f284b1/bc44d0a9-f1ab-5254-a16c-d37ec9f284b1_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 750111,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ck/2ccbe9d23ee74048beede05a59052c01/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bc44d0a9-f1ab-5254-a16c-d37ec9f284b1/bc44d0a9-f1ab-5254-a16c-d37ec9f284b1_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 745646,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ck/2ccbe9d23ee74048beede05a59052c01/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bc44d0a9-f1ab-5254-a16c-d37ec9f284b1/bc44d0a9-f1ab-5254-a16c-d37ec9f284b1_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 820843,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ck/2ccbe9d23ee74048beede05a59052c01/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bc44d0a9-f1ab-5254-a16c-d37ec9f284b1/bc44d0a9-f1ab-5254-a16c-d37ec9f284b1_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 674497,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ck/2ccbe9d23ee74048beede05a59052c01/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bc44d0a9-f1ab-5254-a16c-d37ec9f284b1/bc44d0a9-f1ab-5254-a16c-d37ec9f284b1_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 961723,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ck/2ccbe9d23ee74048beede05a59052c01/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bc44d0a9-f1ab-5254-a16c-d37ec9f284b1/bc44d0a9-f1ab-5254-a16c-d37ec9f284b1_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 917618,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ck/2ccbe9d23ee74048beede05a59052c01/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bc44d0a9-f1ab-5254-a16c-d37ec9f284b1/bc44d0a9-f1ab-5254-a16c-d37ec9f284b1_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 862145,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2ck/2ccbe9d23ee74048beede05a59052c01/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-24',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X2 1.5 XDRIVE25E PHEV 162KW)',
'transmission': 'automatic',
'trim': '1.5 XDRIVE25E PHEV 162KW)',
'vin': None,
'year': 2022}
2026-03-26 22:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985503%27 HTTP/1.1" 200 None
2026-03-26 22:53:27 [ayvens.be] INFO: Saving data for 1985503: {'created_time': 1774565607.055112, 'last_price_update_time': 1774565607.055123, 'auction_closing_time': 1774958400.0}
2026-03-26 22:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985503') HTTP/1.1" 204 0
2026-03-26 22:53:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/a14f5d0a4ff144e8945ea4c025b5d8e2/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F68b47a8d69f14ae7898c72574afc6ff0%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/68b47a8d69f14ae7898c72574afc6ff0/images/large/6.jpg not downloaded yet
2026-03-26 22:53:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/a14f5d0a4ff144e8945ea4c025b5d8e2/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/a14f5d0a4ff144e8945ea4c025b5d8e2/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/a14f5d0a4ff144e8945ea4c025b5d8e2/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/a14f5d0a4ff144e8945ea4c025b5d8e2/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F68b47a8d69f14ae7898c72574afc6ff0%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/68b47a8d69f14ae7898c72574afc6ff0/images/large/7.jpg not downloaded yet
2026-03-26 22:53:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/a14f5d0a4ff144e8945ea4c025b5d8e2/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd3b9210>
2026-03-26 22:53:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_45f362f5-e8a6-53e4-8caa-f5b14f161748/45f362f5-e8a6-53e4-8caa-f5b14f161748_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252Fa14f5d0a4ff144e8945ea4c025b5d8e2%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/a14f5d0a4ff144e8945ea4c025b5d8e2/images/large/5.jpg saved to cache
2026-03-26 22:53:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 45f362f5-e8a6-53e4-8caa-f5b14f161748
2026-03-26 22:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F68b47a8d69f14ae7898c72574afc6ff0%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/68b47a8d69f14ae7898c72574afc6ff0/images/large/8.jpg not downloaded yet
2026-03-26 22:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F68b47a8d69f14ae7898c72574afc6ff0%252Fimages%252Flarge%252F9.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/68b47a8d69f14ae7898c72574afc6ff0/images/large/9.jpg not downloaded yet
2026-03-26 22:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F68b47a8d69f14ae7898c72574afc6ff0%252Fimages%252Flarge%252F10.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/68b47a8d69f14ae7898c72574afc6ff0/images/large/10.jpg not downloaded yet
2026-03-26 22:53:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e3f390>
2026-03-26 22:53:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_45f362f5-e8a6-53e4-8caa-f5b14f161748/45f362f5-e8a6-53e4-8caa-f5b14f161748_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252Fa14f5d0a4ff144e8945ea4c025b5d8e2%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/a14f5d0a4ff144e8945ea4c025b5d8e2/images/large/6.jpg saved to cache
2026-03-26 22:53:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 45f362f5-e8a6-53e4-8caa-f5b14f161748
2026-03-26 22:53:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b741ce50>
2026-03-26 22:53:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_45f362f5-e8a6-53e4-8caa-f5b14f161748/45f362f5-e8a6-53e4-8caa-f5b14f161748_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252Fa14f5d0a4ff144e8945ea4c025b5d8e2%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/a14f5d0a4ff144e8945ea4c025b5d8e2/images/large/3.jpg saved to cache
2026-03-26 22:53:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 45f362f5-e8a6-53e4-8caa-f5b14f161748
2026-03-26 22:53:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74cd0d0>
2026-03-26 22:53:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_45f362f5-e8a6-53e4-8caa-f5b14f161748/45f362f5-e8a6-53e4-8caa-f5b14f161748_image_6.jpg HTTP/1.1" 201 0
2026-03-26 22:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252Fa14f5d0a4ff144e8945ea4c025b5d8e2%252Fimages%252Flarge%252F7.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/a14f5d0a4ff144e8945ea4c025b5d8e2/images/large/7.jpg saved to cache
2026-03-26 22:53:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 45f362f5-e8a6-53e4-8caa-f5b14f161748
2026-03-26 22:53:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7404310>
2026-03-26 22:53:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_45f362f5-e8a6-53e4-8caa-f5b14f161748/45f362f5-e8a6-53e4-8caa-f5b14f161748_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252Fa14f5d0a4ff144e8945ea4c025b5d8e2%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/a14f5d0a4ff144e8945ea4c025b5d8e2/images/large/2.jpg saved to cache
2026-03-26 22:53:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 45f362f5-e8a6-53e4-8caa-f5b14f161748
2026-03-26 22:53:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b6e374d0>
2026-03-26 22:53:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_45f362f5-e8a6-53e4-8caa-f5b14f161748/45f362f5-e8a6-53e4-8caa-f5b14f161748_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252Fa14f5d0a4ff144e8945ea4c025b5d8e2%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/a14f5d0a4ff144e8945ea4c025b5d8e2/images/large/8.jpg saved to cache
2026-03-26 22:53:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 45f362f5-e8a6-53e4-8caa-f5b14f161748
2026-03-26 22:53:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/68b47a8d69f14ae7898c72574afc6ff0/images/large/4.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:27 [ayvens.be] INFO: Found listing with ID: 1985506
2026-03-26 22:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985506%27 HTTP/1.1" 200 None
2026-03-26 22:53:27 [ayvens.be] INFO: Scrape type for 1985506: 1
2026-03-26 22:53:27 [ayvens.be] INFO: Extracting data for car ID: 1985506
2026-03-26 22:53:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7daffc16-00ab-5d2a-b461-726a3cb29f81 with identifier: 1985506
2026-03-26 22:53:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7daffc16-00ab-5d2a-b461-726a3cb29f81 with scrape type 1
2026-03-26 22:53:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 7daffc16-00ab-5d2a-b461-726a3cb29f81
2026-03-26 22:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2de%252F2790d81b3bea4a2f92cdd05ec8be71df%252Fimages%252Flarge%252F1.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2de/2790d81b3bea4a2f92cdd05ec8be71df/images/large/1.jpg not downloaded yet
2026-03-26 22:53:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/68b47a8d69f14ae7898c72574afc6ff0/images/large/3.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b74b64d0>
2026-03-26 22:53:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_45f362f5-e8a6-53e4-8caa-f5b14f161748/45f362f5-e8a6-53e4-8caa-f5b14f161748_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252Fa14f5d0a4ff144e8945ea4c025b5d8e2%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/a14f5d0a4ff144e8945ea4c025b5d8e2/images/large/4.jpg saved to cache
2026-03-26 22:53:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 45f362f5-e8a6-53e4-8caa-f5b14f161748
2026-03-26 22:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2de%252F2790d81b3bea4a2f92cdd05ec8be71df%252Fimages%252Flarge%252F2.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2de/2790d81b3bea4a2f92cdd05ec8be71df/images/large/2.jpg not downloaded yet
2026-03-26 22:53:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/68b47a8d69f14ae7898c72574afc6ff0/images/large/1.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/68b47a8d69f14ae7898c72574afc6ff0/images/large/2.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/a14f5d0a4ff144e8945ea4c025b5d8e2/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/68b47a8d69f14ae7898c72574afc6ff0/images/large/6.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2de%252F2790d81b3bea4a2f92cdd05ec8be71df%252Fimages%252Flarge%252F3.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2de/2790d81b3bea4a2f92cdd05ec8be71df/images/large/3.jpg not downloaded yet
2026-03-26 22:53:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79d7b50>
2026-03-26 22:53:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e8418b0c-8e4b-50f5-ba81-68414125e1f9/e8418b0c-8e4b-50f5-ba81-68414125e1f9_image_3.jpg HTTP/1.1" 201 0
2026-03-26 22:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F68b47a8d69f14ae7898c72574afc6ff0%252Fimages%252Flarge%252F4.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/68b47a8d69f14ae7898c72574afc6ff0/images/large/4.jpg saved to cache
2026-03-26 22:53:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item e8418b0c-8e4b-50f5-ba81-68414125e1f9
2026-03-26 22:53:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bh/a14f5d0a4ff144e8945ea4c025b5d8e2/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/68b47a8d69f14ae7898c72574afc6ff0/images/large/5.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2de%252F2790d81b3bea4a2f92cdd05ec8be71df%252Fimages%252Flarge%252F4.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2de/2790d81b3bea4a2f92cdd05ec8be71df/images/large/4.jpg not downloaded yet
2026-03-26 22:53:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b79d4dd0>
2026-03-26 22:53:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e8418b0c-8e4b-50f5-ba81-68414125e1f9/e8418b0c-8e4b-50f5-ba81-68414125e1f9_image_2.jpg HTTP/1.1" 201 0
2026-03-26 22:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F68b47a8d69f14ae7898c72574afc6ff0%252Fimages%252Flarge%252F3.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/68b47a8d69f14ae7898c72574afc6ff0/images/large/3.jpg saved to cache
2026-03-26 22:53:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item e8418b0c-8e4b-50f5-ba81-68414125e1f9
2026-03-26 22:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2de%252F2790d81b3bea4a2f92cdd05ec8be71df%252Fimages%252Flarge%252F5.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2de/2790d81b3bea4a2f92cdd05ec8be71df/images/large/5.jpg not downloaded yet
2026-03-26 22:53:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80bd4978d0>
2026-03-26 22:53:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e8418b0c-8e4b-50f5-ba81-68414125e1f9/e8418b0c-8e4b-50f5-ba81-68414125e1f9_image_0.jpg HTTP/1.1" 201 0
2026-03-26 22:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F68b47a8d69f14ae7898c72574afc6ff0%252Fimages%252Flarge%252F1.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/68b47a8d69f14ae7898c72574afc6ff0/images/large/1.jpg saved to cache
2026-03-26 22:53:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item e8418b0c-8e4b-50f5-ba81-68414125e1f9
2026-03-26 22:53:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b792cc10>
2026-03-26 22:53:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e8418b0c-8e4b-50f5-ba81-68414125e1f9/e8418b0c-8e4b-50f5-ba81-68414125e1f9_image_1.jpg HTTP/1.1" 201 0
2026-03-26 22:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F68b47a8d69f14ae7898c72574afc6ff0%252Fimages%252Flarge%252F2.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/68b47a8d69f14ae7898c72574afc6ff0/images/large/2.jpg saved to cache
2026-03-26 22:53:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item e8418b0c-8e4b-50f5-ba81-68414125e1f9
2026-03-26 22:53:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b77455d0>
2026-03-26 22:53:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_45f362f5-e8a6-53e4-8caa-f5b14f161748/45f362f5-e8a6-53e4-8caa-f5b14f161748_image_8.jpg HTTP/1.1" 201 0
2026-03-26 22:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252Fa14f5d0a4ff144e8945ea4c025b5d8e2%252Fimages%252Flarge%252F9.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/a14f5d0a4ff144e8945ea4c025b5d8e2/images/large/9.jpg saved to cache
2026-03-26 22:53:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 45f362f5-e8a6-53e4-8caa-f5b14f161748
2026-03-26 22:53:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7493550>
2026-03-26 22:53:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e8418b0c-8e4b-50f5-ba81-68414125e1f9/e8418b0c-8e4b-50f5-ba81-68414125e1f9_image_5.jpg HTTP/1.1" 201 0
2026-03-26 22:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F68b47a8d69f14ae7898c72574afc6ff0%252Fimages%252Flarge%252F6.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/68b47a8d69f14ae7898c72574afc6ff0/images/large/6.jpg saved to cache
2026-03-26 22:53:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item e8418b0c-8e4b-50f5-ba81-68414125e1f9
2026-03-26 22:53:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/68b47a8d69f14ae7898c72574afc6ff0/images/large/8.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2de%252F2790d81b3bea4a2f92cdd05ec8be71df%252Fimages%252Flarge%252F6.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2de/2790d81b3bea4a2f92cdd05ec8be71df/images/large/6.jpg not downloaded yet
2026-03-26 22:53:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/68b47a8d69f14ae7898c72574afc6ff0/images/large/7.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b78c3810>
2026-03-26 22:53:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_45f362f5-e8a6-53e4-8caa-f5b14f161748/45f362f5-e8a6-53e4-8caa-f5b14f161748_image_9.jpg HTTP/1.1" 201 0
2026-03-26 22:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bh%252Fa14f5d0a4ff144e8945ea4c025b5d8e2%252Fimages%252Flarge%252F10.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bh/a14f5d0a4ff144e8945ea4c025b5d8e2/images/large/10.jpg saved to cache
2026-03-26 22:53:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 45f362f5-e8a6-53e4-8caa-f5b14f161748
2026-03-26 22:53:28 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 45f362f5-e8a6-53e4-8caa-f5b14f161748, skipping ID generation
2026-03-26 22:53:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 45f362f5-e8a6-53e4-8caa-f5b14f161748 with scrape type 1
2026-03-26 22:53:28 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 45f362f5-e8a6-53e4-8caa-f5b14f161748 sending to next pipeline
2026-03-26 22:53:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 45f362f5-e8a6-53e4-8caa-f5b14f161748, identifier: 1985504
2026-03-26 22:53:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b745b590>
2026-03-26 22:53:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e8418b0c-8e4b-50f5-ba81-68414125e1f9/e8418b0c-8e4b-50f5-ba81-68414125e1f9_image_4.jpg HTTP/1.1" 201 0
2026-03-26 22:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F68b47a8d69f14ae7898c72574afc6ff0%252Fimages%252Flarge%252F5.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/68b47a8d69f14ae7898c72574afc6ff0/images/large/5.jpg saved to cache
2026-03-26 22:53:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item e8418b0c-8e4b-50f5-ba81-68414125e1f9
2026-03-26 22:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2de%252F2790d81b3bea4a2f92cdd05ec8be71df%252Fimages%252Flarge%252F7.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2de/2790d81b3bea4a2f92cdd05ec8be71df/images/large/7.jpg not downloaded yet
2026-03-26 22:53:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 45f362f5-e8a6-53e4-8caa-f5b14f161748 with identifier: 1985504
2026-03-26 22:53:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 45f362f5-e8a6-53e4-8caa-f5b14f161748 with identifier: 1985504
2026-03-26 22:53:29 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 45f362f5-e8a6-53e4-8caa-f5b14f161748 with identifier: 1985504 to the API
2026-03-26 22:53:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:53:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:53:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://medias-carmarket.ayvens.com/lots/ald/2bh/a14f5d0a4ff144e8945ea4c025b5d8e2/images/large/10.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'electric',
'id': '45f362f5-e8a6-53e4-8caa-f5b14f161748',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41071',
'listing': 'auction',
'location': None,
'make': 'POLESTAR',
'model': '2',
'odometer': 18362,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 20,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_45f362f5-e8a6-53e4-8caa-f5b14f161748/45f362f5-e8a6-53e4-8caa-f5b14f161748_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 569639,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/a14f5d0a4ff144e8945ea4c025b5d8e2/images/large/1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_45f362f5-e8a6-53e4-8caa-f5b14f161748/45f362f5-e8a6-53e4-8caa-f5b14f161748_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 556038,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/a14f5d0a4ff144e8945ea4c025b5d8e2/images/large/2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_45f362f5-e8a6-53e4-8caa-f5b14f161748/45f362f5-e8a6-53e4-8caa-f5b14f161748_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 659781,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/a14f5d0a4ff144e8945ea4c025b5d8e2/images/large/3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_45f362f5-e8a6-53e4-8caa-f5b14f161748/45f362f5-e8a6-53e4-8caa-f5b14f161748_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 607790,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/a14f5d0a4ff144e8945ea4c025b5d8e2/images/large/4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_45f362f5-e8a6-53e4-8caa-f5b14f161748/45f362f5-e8a6-53e4-8caa-f5b14f161748_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 506699,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/a14f5d0a4ff144e8945ea4c025b5d8e2/images/large/5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_45f362f5-e8a6-53e4-8caa-f5b14f161748/45f362f5-e8a6-53e4-8caa-f5b14f161748_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 550305,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/a14f5d0a4ff144e8945ea4c025b5d8e2/images/large/6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_45f362f5-e8a6-53e4-8caa-f5b14f161748/45f362f5-e8a6-53e4-8caa-f5b14f161748_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 627366,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/a14f5d0a4ff144e8945ea4c025b5d8e2/images/large/7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_45f362f5-e8a6-53e4-8caa-f5b14f161748/45f362f5-e8a6-53e4-8caa-f5b14f161748_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 596402,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/a14f5d0a4ff144e8945ea4c025b5d8e2/images/large/8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_45f362f5-e8a6-53e4-8caa-f5b14f161748/45f362f5-e8a6-53e4-8caa-f5b14f161748_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 394534,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/a14f5d0a4ff144e8945ea4c025b5d8e2/images/large/9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_45f362f5-e8a6-53e4-8caa-f5b14f161748/45f362f5-e8a6-53e4-8caa-f5b14f161748_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 575887,
'Height': 768,
'OriginUrl': 'https://medias-carmarket.ayvens.com/lots/ald/2bh/a14f5d0a4ff144e8945ea4c025b5d8e2/images/large/10.jpg',
'Width': 1024}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-24',
'seats_number': 5,
'seller_name': None,
'title': 'POLESTAR 2 BEV 64KWH SINGLE MOTOR STANDARD RANGE',
'transmission': 'automatic',
'trim': 'BEV 64KWH SINGLE MOTOR STANDARD RANGE',
'vin': None,
'year': 2021}
2026-03-26 22:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985504%27 HTTP/1.1" 200 None
2026-03-26 22:53:29 [ayvens.be] INFO: Saving data for 1985504: {'created_time': 1774565609.375086, 'last_price_update_time': 1774565609.375095, 'auction_closing_time': 1774958400.0}
2026-03-26 22:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985504') HTTP/1.1" 204 0
2026-03-26 22:53:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/68b47a8d69f14ae7898c72574afc6ff0/images/large/9.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/68b47a8d69f14ae7898c72574afc6ff0/images/large/10.jpg> (referer: https://api.aldcarmarket.com/graphql/saleevents)
2026-03-26 22:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2de%252F2790d81b3bea4a2f92cdd05ec8be71df%252Fimages%252Flarge%252F8.jpg%27 HTTP/1.1" 200 None
2026-03-26 22:53:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2de/2790d81b3bea4a2f92cdd05ec8be71df/images/large/8.jpg not downloaded yet
2026-03-26 22:53:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7590650>
2026-03-26 22:53:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e8418b0c-8e4b-50f5-ba81-68414125e1f9/e8418b0c-8e4b-50f5-ba81-68414125e1f9_image_7.jpg HTTP/1.1" 201 0
2026-03-26 22:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ayvens.be',RowKey='https%3A%252F%252Fmedias-carmarket.ayvens.com%252Flots%252Fald%252F2bq%252F68b47a8d69f14ae7898c72574afc6ff0%252Fimages%252Flarge%252F8.jpg') HTTP/1.1" 204 0
2026-03-26 22:53:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://medias-carmarket.ayvens.com/lots/ald/2bq/68b47a8d69f14ae7898c72574afc6ff0/images/large/8.jpg saved to cache
2026-03-26 22:53:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item e8418b0c-8e4b-50f5-ba81-68414125e1f9
2026-03-26 22:53:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 22:53:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f80b7425dd0>
2026-03-26 22:53:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 22:53:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 22:53:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 22:53:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e8418b0c-8e4b-50f5-ba81-68414125e1f9/e8418b0c-8e4b-50f5-ba81-68414125e1f9_image_6.jpg HTTP/1.1"